1
0
Fork
You've already forked web
0
  • CSS 62.6%
  • HTML 16%
  • Shell 14.5%
  • JavaScript 5.9%
  • Ruby 1%
Find a file
Jo-Philipp Wich b281c4406b Add deprecation notice
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017年01月03日 15:38:12 +01:00
_includes add forum and bugtracker link to side nav 2016年11月05日 18:41:29 +01:00
_layouts Move docs tree to the left 2016年05月24日 17:13:54 +08:00
css Use sans font for top bar toggle menu and links 2016年05月27日 13:43:14 +02:00
docs docs: update uci's wireless reconfiguration text 2016年10月24日 21:10:40 +02:00
fonts Add fontawesome fonts 2016年05月24日 14:04:48 +08:00
js Copy files from jekyll-asciidoc-quickstart 2016年05月24日 14:02:40 +08:00
logo Add Libre-Mesh endorsement 2016年08月10日 20:04:24 +02:00
scripts Add public key fingerprint page and generator script. 2016年08月02日 15:25:51 +02:00
.gitignore Update .gitignore 2016年05月24日 14:04:37 +08:00
_config.yml Disable hard line breaks 2016年05月24日 14:04:48 +08:00
about.txt about: add [florian] and mirko 2016年10月17日 00:16:54 +02:00
communication.txt Clarify repos tracked by the commits ml 2016年08月26日 19:27:03 +02:00
development.txt Correct kernel sign-off docs reference 2016年10月14日 22:21:35 +02:00
downloads.txt Add link to signing on downloads page 2016年08月02日 15:29:40 +02:00
faq.txt faq: reorder answers 2016年08月27日 14:08:18 +02:00
Gemfile gemfile: add json requirement. 2016年08月26日 12:44:15 +02:00
index.txt Add Libre-Mesh endorsement 2016年08月10日 20:04:24 +02:00
keygen.txt Remove menu.inc 2016年05月24日 14:04:37 +08:00
Rakefile Copy files from jekyll-asciidoc-quickstart 2016年05月24日 14:02:40 +08:00
README Add deprecation notice 2017年01月03日 15:38:12 +01:00
rules.txt Improve readability 2016年10月13日 20:31:05 +02:00
signatures.txt Add public key fingerprint page and generator script. 2016年08月02日 15:25:51 +02:00
signing.txt Update file verification / signing documentation. 2016年08月02日 15:25:11 +02:00
todo.txt Add Wiki ToDo item 2016年06月28日 17:32:40 +02:00

This is the repository of the old LEDE web presence.
The files in here mostly serve historical interest, the actual web
presence is maintained in the wiki nowadays.
--
This is the repository of the LEDE web pages.
All pages should follow these rules
* written using asciidoc
* changes are verified using aspell
* changes to the rules.txt files are not allowed without a prior vote
Top level pages are located in this directory while the "Documentation"
can be found in the docs/ sub-folder.
The _includes/ folder contains the html structure of the site navbars, 
if you add a page please add it in the respective nav bar so that it 
becomes reachable.
The website is generated from asciidoc using jekyll invoked by a cron script
every 15 minutes.
If sources are updated to require new jekyll plugins or a changed configuration
then tell someone with access to the web server so that the settings can be
synchronized with those in the tree.
In order to generate the pages locally for testing your changes,
install https://jekyllrb.com/, issue "jekyll serve" and navigate to
http://127.0.0.1:4000/ with your browser.
LICENSE is TBD and should be placed in the LICENSE file once decided.