|
1 | | -# A Plege to migrate to Python 3. |
| 1 | +# A pledge to migrate to Python 3. |
2 | 2 |
|
3 | | -This is the main website for a pledge to stop supporting Python 2 for free in open source software. |
| 3 | +This is the main website for a pledge to stop supporting Python 2 for free in |
| 4 | +open source software. |
4 | 5 |
|
5 | | -# run locally |
| 6 | +# Run locally |
6 | 7 |
|
7 | | -Install Jekyll : `gem install jekyll`, `gem install gh-pages` |
| 8 | +Install Jekyll : `gem install jekyll`, `gem install github-pages` |
8 | 9 |
|
9 | 10 | Clone this locally, `cd` in the newly created directory. |
10 | 11 |
|
11 | | -run `jekyll serve -w` in one terminal, open you browse to `localhost:4000`. |
| 12 | +Run `jekyll serve -w` in one terminal, open your browser to `localhost:4000`. |
12 | 13 |
|
13 | | -Modify the various files, refresh your browser and enjoy. |
| 14 | +Modify the various files, refresh your browser and enjoy. |
14 | 15 |
|
15 | 16 | PRs welcomed. |
16 | 17 |
|
17 | 18 | # Add your project |
18 | 19 |
|
19 | | -If you just want to add you project to the list of participating project, add a |
20 | | -line in [the list of participating project](_sections/30-projects.md), it's |
| 20 | +If you just want to add your project to the list of participating projects, add |
| 21 | +a line in [the list of participating projects](_sections/30-projects.md). It's |
21 | 22 | markdown so feel free to just list your project name or add a link, and make a |
22 | 23 | pull request. You should even be able to [edit it |
23 | 24 | online](https://github.com/python3statement/python3statement.github.io/edit/master/_sections/30-projects.md). |
24 | 25 |
|
| 26 | +## Add timeline information |
25 | 27 |
|
26 | | - |
27 | | - |
28 | | -## Add timeline informations |
29 | | - |
30 | | -The front page also have a timeline chart, with past release dates, and future |
31 | | -(planned) releases. You can also add you project there, if you have a specific |
32 | | -date where you plan to drop Python 2 support. |
| 28 | +The front page also has a timeline chart, with past release dates and future |
| 29 | +(planned) releases. You can also add your project there, if you have a specific |
| 30 | +date where you plan to drop Python 2 support. |
33 | 31 |
|
34 | 32 | See [site.js](site.js) around [line |
35 | 33 | 100](https://github.com/python3statement/python3statement.github.io/blob/master/site.js#L103) |
36 | | -to see how to add this kind of data. |
37 | | - |
38 | | - |
39 | | -# Base template: |
40 | | - |
41 | | -This is a based on version of |
42 | | -[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged) |
| 34 | +to see how to add this kind of data. |
43 | 35 |
|
| 36 | +# Base template |
44 | 37 |
|
| 38 | +This site is based on |
| 39 | +[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged). |
0 commit comments