Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 668 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 668 Bytes

#pagestore (working title)

Build Status Coverage Status

a simple python/sqlite library for storing documents/page data in a cache, so it can be full-text-searched easily.

(Designed for a static website, so you can generate static pages from markdown, store the HTML as static pages for regular hosting, and store this sqlite database and a simple CGI or similar script on the host as well for search type functionality).

MIT licenced.