You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+10-7
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
## Contents for Elixir website hosted at elixir-lang.org
1
+
###Contents for Elixir website hosted at elixir-lang.org
2
2
3
3
It is automatically transformed by [Jekyll](http://github.com/mojombo/jekyll) into a static site.
4
4
5
-
## Development
5
+
###Development
6
6
7
7
Development is done in the `next` branch, while `master` contains the docs and guides for the latest stable release.
8
8
9
-
## Contributing with the blog
9
+
###Contributing to the blog
10
10
11
11
Create a new file inside `_posts/YYYY-MM-DD-post-title.markdown` following the template:
12
12
@@ -24,7 +24,7 @@ Development is done in the `next` branch, while `master` contains the docs and g
24
24
25
25
export EDITOR=vim; _bin/newpost 'Post title'
26
26
27
-
## Contributing improvements or bug fixes
27
+
###Contributing improvements or bug fixes
28
28
29
29
1. Fork elixir-lang.github.com
30
30
@@ -41,11 +41,14 @@ Development is done in the `next` branch, while `master` contains the docs and g
41
41
42
42
4. Send a pull-request for your changes.
43
43
44
-
## License
44
+
###License
45
45
46
-
* The Elixir logo and website contents are copyrighted to [Plataformatec](http://plataformatec.com.br/).
47
-
You may not reuse anything therein without permission.
46
+
* "Elixir" and the Elixir logo are copyrighted to [Plataformatec](http://plataformatec.com.br/). You may not reuse anything therein without permission.
48
47
49
48
* The HTML and CSS are copyrighted to [AlienWp](http://alienwp.com/) under [GPL license, version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
50
49
51
50
* The Social Icons are copyrighted to [Xeloader](http://xeloader.deviantart.com/art/Socialis-2-Freebie-213292616).
51
+
52
+
* The written textual contents available in the guides and blog are licensed under Apache 2.0.
53
+
54
+
* The available docs are licensed under the same license as their projects.
0 commit comments