Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haldean/docstore
A basic site for hosting static documents
https://github.com/haldean/docstore
Last synced: about 1 month ago
JSON representation
A basic site for hosting static documents
- Host: GitHub
- URL: https://github.com/haldean/docstore
- Owner: haldean
- License: bsd-3-clause
- Created: 2011-11-07T19:12:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T18:47:13.000Z (over 7 years ago)
- Last Synced: 2024-07-08T19:59:29.040Z (5 months ago)
- Language: JavaScript
- Homepage: http://haldean.org/
- Size: 379 KB
- Stars: 118
- Watchers: 15
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - haldean/docstore - A basic site for hosting static documents (others)
README
docstore: Simple document storage
===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.