docs: add page with basic rpcd info
[web.git] / README
1 This is the repository of the LEDE web pages.
2
3 All pages should follow these rules
4
5 * written using asciidoc
6 * changes are verified using aspell
7 * changes to the rules.txt files are not allowed without a prior vote
8
9 Top level pages are located in this directory while the "Documentation"
10 can be found in the docs/ sub-folder.
11
12 The website is generated from asciidoc using jekyll invoked by a cron script
13 every 15 minutes.
14
15 If sources are updated to require new jekyll plugins or a changed configuration
16 then tell someone with access to the web server so that the settings can be
17 synchronized with those in the tree.
18
19 In order to generate the pages locally for testing your changes,
20 install https://jekyllrb.com/, issue "jekyll serve" and navigate to
21 http://127.0.0.1:4000/ with your browser.
22
23 LICENSE is TBD and should be placed in the LICENSE file once decided.
24