Skip to content

Commit 0cfa75c

Browse files
committed
Updating README and adding MIT license for the code
1 parent a090be9 commit 0cfa75c

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

LICENSE renamed to CC-LICENSE

File renamed without changes.

MIT-LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2009, Nick Quaranto
2+
3+
Permission is hereby granted, free of charge, to any person
4+
obtaining a copy of this software and associated documentation
5+
files (the "Software"), to deal in the Software without
6+
restriction, including without limitation the rights to use,
7+
copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the
9+
Software is furnished to do so, subject to the following
10+
conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
## About
88

99
This repository hosts the HTML, CSS, images, and posts for [gitready.com](http://gitready.com)<br />
10-
Git Ready publishes daily tips for those who want to learn more about the VCS or just get started.
10+
Git Ready publishes (was daily, then tri-weekly, and now) weekly tips for those who want to learn more about the VCS or just get started.<br />
11+
The blog as a whole started as a journey to learn more about Git and show others how useful it is. If you find issues with the content, just send [qrush a message on GitHub](http://github.com/qrush) or email him at [[email protected]](mailto://[email protected]).
1112

1213
## Publishing
1314

14-
This blog is generated with the [Jekyll](http://github.com/mojombo/jekyll) engine, [forked here](http://github.com/qrush/jekyll) with some special modifications.<br />
15+
This blog is generated with the [Jekyll](http://github.com/mojombo/jekyll) engine.<br />
1516
Simple and easy formatting that sticks to the basics. All static HTML too, so worrying about scalability is non-existent.
1617

1718
## Contributing
@@ -25,6 +26,7 @@ If you are interested in translating posts into another language, great! Here's
2526

2627
* Fork the project.
2728
* Create a branch with the ISO code for your language
29+
* Translate the front page headers, footers. Check out the other translated sites for an example, such as the [german one](http://de.gitready.com).
2830
* Translate as little or as many posts as you so desire.
2931
* The posts that aren't translated, add this to the YAML front matter (this way, untranslated posts don't show up):
3032

@@ -34,3 +36,8 @@ If you are interested in translating posts into another language, great! Here's
3436

3537
Once that's done, I'll add your language's subdomain and get it published.
3638

39+
## Licensing
40+
41+
The actual content of the articles is licensed under Creative Commons. The code that this project consists of is licensed under MIT.
42+
43+
Basically, if you're going to redistribute a blog post, just make sure to link back. If you'd like to publish the content, that's fine too, just please keep the licensing information in.

0 commit comments

Comments
 (0)