| OLD | NEW |
| 1 # help.eyeo.com | 1 # help.eyeo.com |
| 2 | 2 |
| 3 Source code and content of [help.eyeo.com](https://help.eyeo.com). | 3 Source code and content of [help.eyeo.com](https://help.eyeo.com). |
| 4 | 4 |
| 5 ## Getting started | 5 ## Getting started |
| 6 | 6 |
| 7 **1. Install [CMS](https://github.com/adblockplus/cms)** | 7 **1. Install [CMS](https://github.com/adblockplus/cms)** |
| 8 | 8 |
| 9 This static site is generated using the Adblock Plus CMS. For more information | 9 This static site is generated using the Adblock Plus CMS. For more information |
| 10 and usage instructions see [CMS documentation](https://github.com/adblockplus/cm
s/blob/master/README.md#content-structure). | 10 and usage instructions see [CMS documentation](https://github.com/adblockplus/cm
s/blob/master/README.md#content-structure). |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 Start the cms test server | 34 Start the cms test server |
| 35 | 35 |
| 36 ``` | 36 ``` |
| 37 python path/to/cms/runserver.py | 37 python path/to/cms/runserver.py |
| 38 ``` | 38 ``` |
| 39 | 39 |
| 40 ## License | 40 ## License |
| 41 | 41 |
| 42 - Source code: [GPL-3.0](https://www.gnu.org/licenses/gpl.html) | 42 - Source code: [GPL-3.0](https://www.gnu.org/licenses/gpl.html) |
| 43 - Content: [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/) | 43 - Content: [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/) |
| 44 - "Source Sans Pro" Fonts: [SIL Open Font License (2012 Adobe Systems Incorporat
ed)](static/fonts/Source-Sans-Pro-300/LICENSE.txt) | |
| OLD | NEW |