Gastove / doctopus

An un-opinionated framework for Docs on the Webs
Eclipse Public License 1.0
7 stars 2 forks source link

Postgres document storage backend #51

Closed Gastove closed 8 years ago

Gastove commented 9 years ago

Needed for #24. Several moving pieces to keep track of:

Gastove commented 9 years ago

Design doc here

Gastove commented 9 years ago

Implementation note to point out: the very easiest way to provide search for HTML docs is to serve those HTML docs from the DB. But, there's a whole mob of docs that go in to making the HTML docs work -- for instance, CSS files. We can either:

  1. Only put HTML in the DB
  2. Only index HTML docs for search

Right now, I'm implementing no. 2, because 1 sounds like way to big a pain in the ass. But: I'm open to it, if somebody can think of a really compelling reason why we need it.

Gastove commented 8 years ago

Done!