|
1 | 1 | # blog.python.cz |
2 | | -Czech Python user group news / Novinky české Python komunity |
| 2 | + |
| 3 | +[](https://travis-ci.org/pyvec/blog.python.cz) |
| 4 | +[](http://creativecommons.org/licenses/by/4.0/) |
| 5 | + |
| 6 | +Source code of the blog of the Czech Python user group. Made for various news, thoughts, and announcements. Written in Czech, but English articles are definitely not prohibited :) |
| 7 | + |
| 8 | +## Simple Writing in 5 steps |
| 9 | + |
| 10 | +Writing a new article can be very simple using just GitHub: |
| 11 | + |
| 12 | +1. On GitHub, go to the [`content`](https://github.com/pyvec/blog.python.cz/tree/master/content) directory of this repository. Click the <kbd>Create new file</kbd> button in the top right corner. |
| 13 | +2. Name your file in the `YYYY-MM-DD_article-name.md` format, where: |
| 14 | + |
| 15 | + - `YYYY` is year when the article was published, e.g. `2016` |
| 16 | + - `MM` is month when the article was published, e.g. `08` |
| 17 | + - `DD` is day when the article was published, e.g. `09` |
| 18 | + - `article-name` is dash-separated, lower-cased article title using just ASCII letters/numbers (in other words, no diacritics, please) |
| 19 | + |
| 20 | + Full example: `2006-08-09_jak-jsem-v-lese-potkal-medveda.md` |
| 21 | +3. Start your article file with following header: |
| 22 | + |
| 23 | + ``` |
| 24 | + Title: Jak jsem v lese potkal medvěda |
| 25 | + Date: 2006-08-09 10:49:00 |
| 26 | +
|
| 27 | + ... |
| 28 | + ``` |
| 29 | +
|
| 30 | + The time isn't very important. |
| 31 | +4. Then, in place of the three dots `...` you can start writing your article in the [Markdown format](https://guides.github.com/features/mastering-markdown/). You can see how the article will approximately look like using the <kbd>Preview</kbd> tab. Setting <kbd>Soft wrap</kbd> in the top right corner is also handy. |
| 32 | +5. When done with writing, fill the form at the bottom of the page (describe your addition, i.e. "Přidávám článek o medvědovi") and press the <kbd>Propose new file</kbd> button. |
| 33 | +
|
| 34 | +## Installation & Advanced Usage |
| 35 | +
|
| 36 | +Follow [this user guide](https://github.com/honzajavorek/danube-delta/blob/master/user-guide.rst). |
| 37 | +
|
| 38 | +## License |
| 39 | +
|
| 40 | +The blog content is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/): |
| 41 | +
|
| 42 | +- Individual articles should be attributed to their respective individual authors. |
| 43 | +- The whole blog as a project should be attributed to the [Pyvec](http://pyvec.org/) nonprofit. |
| 44 | +
|
| 45 | +The attached blog software is licensed the same way as the [Danube Delta tool](https://github.com/honzajavorek/danube-delta/blob/master/LICENSE). |
| 46 | +
|
| 47 | +All Rights Reserved © 2007–? Honza Javorek <<a |
| 48 | +href="mailto:mail@honzajavorek.cz">mail@honzajavorek.cz</a>> |
0 commit comments