|
1 | 1 | # Scala Documentation #
|
2 | 2 |
|
3 |
| -This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents. |
| 3 | +This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents. |
4 | 4 |
|
5 | 5 | ## Contributing ##
|
6 | 6 |
|
7 |
| -Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution. |
| 7 | +Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution. |
8 | 8 | This document gives an overview of the type of documentation contained within the Scala Documentation repository and the repository's structure.
|
9 | 9 |
|
10 |
| -Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of |
11 |
| -existing documents will be thoroughly reviewed-- please keep in mind that, generally, new documents must be very well-polished, complete, and maintained |
| 10 | +Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of |
| 11 | +existing documents will be thoroughly reviewed-- please keep in mind that, generally, new documents must be very well-polished, complete, and maintained |
12 | 12 | in order to be accepted.
|
13 | 13 |
|
14 | 14 | ## Dependencies ##
|
15 | 15 |
|
16 | 16 | ### Unix ###
|
17 | 17 |
|
18 |
| -Jekyll is required. Follow the install instructions at the Jekyll [wiki](https://github.com/mojombo/jekyll/wiki/Install). In most cases, you can install via RubyGems: |
| 18 | +Jekyll is required. Follow the install instructions at the Jekyll [wiki](https://github.com/mojombo/jekyll/wiki/Install). In most cases, you can install via RubyGems: |
19 | 19 |
|
20 | 20 | gem install jekyll
|
21 | 21 |
|
@@ -50,12 +50,12 @@ you have to execute `chcp 65001`. This command is best added to the `jekyll.bat`
|
50 | 50 |
|
51 | 51 | The markdown used in this site uses [Maruku](http://maruku.rubyforge.org/maruku.html) extensions.
|
52 | 52 |
|
53 |
| -### Markdwn Editor for OSX ### |
| 53 | +### Markdown Editor for OSX ### |
54 | 54 |
|
55 | 55 | There exists a free markdown editor for OSX called [Mou](http://mouapp.com/). It's quite convenient to work with, and it generates the translated Markdown in real-time alongside of your editor window, as can be seen here:
|
56 | 56 |
|
57 | 57 | 
|
58 | 58 |
|
59 | 59 | ## License ##
|
60 | 60 |
|
61 |
| -All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](http://www.scala-lang.org/node/146), unless otherwise noted. |
| 61 | +All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](http://www.scala-lang.org/node/146), unless otherwise noted. |
0 commit comments