From 53ed6d7d1e678d7486337ce67a2f17b30bac21ac Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 26 Jan 2017 18:52:54 +0100 Subject: Generate HTML documentation using MkDocs (WIP) MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML file. * http://www.mkdocs.org/ * http://www.mkdocs.org/user-guide/configuration/ Ref. #312 * remove pandoc-generated HTML documentation * move markdown doc to doc/md/, * mkdocs.yml: * generate HTML doc in doc/html * add pages TOC/ordering * use index.md as index page * Makefile: remove execute permissions from generated files * Makefile: rewrite htmlpages GFM to markdown conversion using sed: awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks * Add mkdocs.yml to .gitattributes, exclude this file from release archives * Makefile: rename: htmldoc -> doc_html target * run make doc: pull latest markdown documentation from wiki * run make htmlpages: update html documentation --- doc/html/sitemap.xml | 266 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 doc/html/sitemap.xml (limited to 'doc/html/sitemap.xml') diff --git a/doc/html/sitemap.xml b/doc/html/sitemap.xml new file mode 100644 index 00000000..534f02b5 --- /dev/null +++ b/doc/html/sitemap.xml @@ -0,0 +1,266 @@ + + + + + + / + 2017-06-18 + daily + + + + + + + /Download-and-Installation/ + 2017-06-18 + daily + + + + /Upgrade-and-migration/ + 2017-06-18 + daily + + + + /Server-requirements/ + 2017-06-18 + daily + + + + /Server-configuration/ + 2017-06-18 + daily + + + + /Server-security/ + 2017-06-18 + daily + + + + /Shaarli-configuration/ + 2017-06-18 + daily + + + + /Plugins/ + 2017-06-18 + daily + + + + + + + + /Docker-101/ + 2017-06-18 + daily + + + + /Shaarli-images/ + 2017-06-18 + daily + + + + /Reverse-proxy-configuration/ + 2017-06-18 + daily + + + + /Docker-resources/ + 2017-06-18 + daily + + + + + + + + /Features/ + 2017-06-18 + daily + + + + /Bookmarklet/ + 2017-06-18 + daily + + + + /Browsing-and-searching/ + 2017-06-18 + daily + + + + /Firefox-share/ + 2017-06-18 + daily + + + + /RSS-feeds/ + 2017-06-18 + daily + + + + /REST-API/ + 2017-06-18 + daily + + + + + + + + /Backup,-restore,-import-and-export/ + 2017-06-18 + daily + + + + /Copy-an-existing-installation-over-SSH-and-serve-it-locally/ + 2017-06-18 + daily + + + + /Create-and-serve-multiple-Shaarlis-(farm)/ + 2017-06-18 + daily + + + + /Download-CSS-styles-from-an-OPML-list/ + 2017-06-18 + daily + + + + /Datastore-hacks/ + 2017-06-18 + daily + + + + + + + /Troubleshooting/ + 2017-06-18 + daily + + + + + + + /Development-guidelines/ + 2017-06-18 + daily + + + + /Continuous-integration-tools/ + 2017-06-18 + daily + + + + /GnuPG-signature/ + 2017-06-18 + daily + + + + /Coding-guidelines/ + 2017-06-18 + daily + + + + /Directory-structure/ + 2017-06-18 + daily + + + + /3rd-party-libraries/ + 2017-06-18 + daily + + + + /Plugin-System/ + 2017-06-18 + daily + + + + /Release-Shaarli/ + 2017-06-18 + daily + + + + /Versioning-and-Branches/ + 2017-06-18 + daily + + + + /Security/ + 2017-06-18 + daily + + + + /Static-analysis/ + 2017-06-18 + daily + + + + /Theming/ + 2017-06-18 + daily + + + + /Unit-tests/ + 2017-06-18 + daily + + + + + + + + /FAQ/ + 2017-06-18 + daily + + + + /Community-&-Related-software/ + 2017-06-18 + daily + + + + + \ No newline at end of file -- cgit v1.2.3