From b5deb463bff96765ca95ce72f9d2b18f0fe650db Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 6 Aug 2015 14:42:43 +0200 Subject: [PATCH 1/5] New section `Documentation generator` + entry + TOC entry, + the new section itself, + new entry `flatdoc` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de4a62bf..1d7891f0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Table of Contents - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) - [Bug and Task Trackers](#bug-and-task-trackers) + - [Documentation generator](#documentation-generator) - [Static site generators](#static-site-generators) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) @@ -504,6 +505,11 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` +### Documentation generator + + * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` + + ## Static site generators See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com) From 56c33a96693f2e6e550a509e7e14980b72a7ce57 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 6 Aug 2015 15:29:53 +0200 Subject: [PATCH 2/5] -> "Documentation Generators" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7891f0..602f2488 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Table of Contents - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) - [Bug and Task Trackers](#bug-and-task-trackers) - - [Documentation generator](#documentation-generator) + - [Documentation Generators](#documentation-generator) - [Static site generators](#static-site-generators) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) @@ -505,7 +505,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` -### Documentation generator +### Documentation Generators * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` From 1edde8782e2a9bc32eb30ba1fb2b690c235540dc Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 6 Aug 2015 15:31:28 +0200 Subject: [PATCH 3/5] + `Javascript` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 602f2488..be94102c 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi ### Documentation Generators - * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` + * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` `Javascript` ## Static site generators From 84e730b91d1c39f972975d2965815c9db4ec6ef4 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 6 Aug 2015 15:47:39 +0200 Subject: [PATCH 4/5] + missing plural 's' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be94102c..291dfb2c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Table of Contents - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) - [Bug and Task Trackers](#bug-and-task-trackers) - - [Documentation Generators](#documentation-generator) + - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) From 3dcf266ad2aa14ef5c0e8b61d0de4d88e11eed32 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 6 Aug 2015 16:09:01 +0200 Subject: [PATCH 5/5] Moved daux.io , Docstore, markdown-tree, mdwiki into `Documentation Generators` --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 291dfb2c..e37f2ab5 100644 --- a/README.md +++ b/README.md @@ -505,9 +505,14 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` + ### Documentation Generators + * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` + * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` `Javascript` + * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown + * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) ## Static site generators @@ -529,13 +534,9 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. - * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` - * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) - * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown - * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT`