Skip to content

Commit e82497a

Browse files
author
mrmrs
committed
Updating README to include MIT license.
Removing module and jekyll stuffz. Shouldn't need jekyll to get this going.
1 parent 7720098 commit e82497a

22 files changed

+431
-467
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,51 @@ Checkout [ht-ml.cc](http://ht-ml.cc "HTML - Common patterns for reuse")
44

55
#### Common Markup Patterns
66

7-
Common markup patterns useful for developing prototypes or creating new themes.
7+
Common markup patterns useful for developing prototypes or creating new themes.
88

99
# Features
1010

11-
* Modular file structure - add your own patterns, or delete the ones you don't like.
11+
* Modular Structure - add your own patterns, or delete the ones you don't like.
1212
* Semantic markup examples for common design patterns.
13-
* 100% responsive :)
13+
* 100% responsive except for the silly img element :)
1414
* Thoroughly commented code (Useful comments and reference links for new HTML developers)
1515

1616
# Getting started
1717

1818
* Create a new repo for your project on Github
19-
* In terminal run
19+
* In terminal run
2020
```bash
21-
git clone git@github.com:mrmrs/html.git [yourNewRepoName]
21+
git clone git@github.com:mrmrs/html.git yourNewRepoName
2222
cd [yourNewRepoName]
2323
git remote rm origin
24-
git remote add origin git@github.com:[yourUserName]/[yourNewRepoName].git
24+
git remote add origin git@github.com:yourUserName/yourNewRepoName.git
2525
git remote -v
2626
```
2727

2828
* git remote -v will allow you to check that you have changed the remote origin correctly. The output should look like:
2929
```bash
30-
origin git@github.com:[yourUserName]/[yourNewRepoName].git (fetch)
31-
origin git@github.com:[yourUserName]/[yourNewRepoName].git (push)
30+
origin git@github.com:yourUserName/yourNewRepoName.git (fetch)
31+
origin git@github.com:yourUserName/yourNewRepoName.git (push)
3232
```
33-
33+
3434
* Once you add & commit files you are ready to publish run:
3535
```bash
3636
git push -u origin master
3737
```
3838

39-
Now your set up to use this in a new project.
39+
Now your set up to use this in a new project.
4040

4141
# Author
4242
[MRMRS](http://mrmrs.cc "Adam Morse - Designer Developer")
4343

4444
# Reference
4545
[Mozilla HTML element list](http://https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list "Mozilla HTML element list")
4646

47-
# License
48-
This work is licensed under a [Creative Commons Attribution 3.0 Unported
49-
License](http://creativecommons.org/licenses/by/3.0/ "Creative Commons
50-
License").
47+
# MIT LICENSE
48+
Copyright (c) 2013 Adam Morse http://opensource.org/licenses/MIT
49+
50+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
51+
52+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
53+
54+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

_config.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

_includes/_article.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

_includes/_code.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

_includes/_figure.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

_includes/_footer.html

Whitespace-only changes.

_includes/_form.html

Lines changed: 0 additions & 65 deletions
This file was deleted.

_includes/_head.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

_includes/_headings_copy.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

_includes/_js_includes.html

Whitespace-only changes.

_includes/_links.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

_includes/_lists.html

Lines changed: 0 additions & 85 deletions
This file was deleted.

_includes/_misc.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

_includes/_navigation_main.html

Whitespace-only changes.

_includes/_ranges.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)