gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
41 stars 6 forks source link

Bookinfo #33

Closed eshellman closed 9 years ago

eshellman commented 9 years ago

This branch adds a bookinfo module to the site. It does not change any functions of the site, but will enable further development, including title searches, etc..

2 management commands are added. add_ids <file> adds repo names and ids from raymond's tsv file make_yaml <rdf cache directory> makes yaml files for every book that's been added with add_ids

needs migration, adds dependencies.

sethwoodworth commented 9 years ago

Hooray!