OLD | NEW |
1 # CMS # | 1 # CMS # |
2 | 2 |
3 We use this CMS for [adblockplus.org](https://github.com/adblockplus/web.adblock
plus.org/) | 3 We use this CMS for [adblockplus.org](https://github.com/adblockplus/web.adblock
plus.org/) |
4 and related websites. It converts a directory with content data into static | 4 and related websites. It converts a directory with content data into static |
5 files. You are free to use it for other projects but please keep in mind that we | 5 files. You are free to use it for other projects but please keep in mind that we |
6 make no stability guarantees whatsoever and might change functionality any time. | 6 make no stability guarantees whatsoever and might change functionality any time. |
7 | 7 |
8 ## Getting started ## | 8 ## Getting started ## |
9 | 9 |
10 The easiest way to get started is to run a test server. The test server will | 10 The easiest way to get started is to run a test server. The test server will |
(...skipping 24 matching lines...) Expand all Loading... |
35 Note that the test server is inefficient and shouldn't be run in production. | 35 Note that the test server is inefficient and shouldn't be run in production. |
36 There you should generate static files as explained below. | 36 There you should generate static files as explained below. |
37 | 37 |
38 ## Documentation ## | 38 ## Documentation ## |
39 | 39 |
40 - How to use | 40 - How to use |
41 - [Running the test server](docs/usage/test-server.md) | 41 - [Running the test server](docs/usage/test-server.md) |
42 - [Generating the standalone test server](docs/usage/standalone-test-server.
md) | 42 - [Generating the standalone test server](docs/usage/standalone-test-server.
md) |
43 - [Generating static files](docs/usage/generate-static-files.md) | 43 - [Generating static files](docs/usage/generate-static-files.md) |
44 - [Syncing translations](docs/usage/syncing-translations.md) | 44 - [Syncing translations](docs/usage/syncing-translations.md) |
| 45 - [XTM Integration](docs/usage/xml-sync.md) |
45 - Content structure | 46 - Content structure |
46 - [Configuration (`settings.ini`)](docs/content/settings.md) | 47 - [Configuration (`settings.ini`)](docs/content/settings.md) |
47 - [Custom Jinja2 global functions and variables (`globals`)](docs/content/gl
obals.md) | 48 - [Custom Jinja2 global functions and variables (`globals`)](docs/content/gl
obals.md) |
48 - [Custom Jinja2 filters (`filters`)](docs/content/filters.md) | 49 - [Custom Jinja2 filters (`filters`)](docs/content/filters.md) |
49 - [Localization files (`locales`)](docs/content/locales.md) | 50 - [Localization files (`locales`)](docs/content/locales.md) |
50 - [Page layout templates (`templates`)](docs/content/templates.md) | 51 - [Page layout templates (`templates`)](docs/content/templates.md) |
51 - [Various include files (`includes`)](docs/content/includes.md) | 52 - [Various include files (`includes`)](docs/content/includes.md) |
52 - [User-visible pages (`pages`)](docs/content/pages.md) | 53 - [User-visible pages (`pages`)](docs/content/pages.md) |
53 - [Static content (`static`)](docs/content/static.md) | 54 - [Static content (`static`)](docs/content/static.md) |
54 - API | 55 - API |
55 - [Variables](docs/api/variables.md) | 56 - [Variables](docs/api/variables.md) |
56 - [Custom filters](docs/api/filters.md) | 57 - [Custom filters](docs/api/filters.md) |
57 - [Global functions](docs/api/functions.md) | 58 - [Global functions](docs/api/functions.md) |
OLD | NEW |