Skip to content

LODSPeaKr

timrdf edited this page Feb 29, 2012 · 65 revisions

What's first

What we'll cover

This page provides some DataFAQs-specific developer notes about LODSPeaKr. Though, the best stuff is on Alvaro's github.

Let's get to it

Alvaro Graves has a simple Linked Data publishing kit

This page has my DataFAQs-specific notes about lodspeakr. I'm putting the more general stuff onto his wiki directly. I've forked Alvaro's lodspeakr at https://github.com/timrdf/DataFAQs-lodspeakr to contain datafaqs-specific models and views. The plan it to always merge his latest into mine, with the only difference being my models and views.

Flush the meta/db.sqlite

sqlite3 meta/db.sqlite
sqlite> delete from document;
^D

I had to create the following diagram to keep track of the tokens that lodspeakr wants me to mention in different places. After seeing the disconnection, I proposed https://github.com/alangrafu/lodspeakr/issues/69

lodspeakr model and view mapping

forking lodspeakr

  1. fork on github

  2. if you already have, make a new github repos

check out lodspeakr, mv the files into the new github. commit citing his url.

make a URL to point to your install (e.g. http://purl.org/twc/projects/prov-lodspeakr/install -> https://raw.github.com/timrdf/prov-lodspeakr/master/utils/install)

change https://github.com/timrdf/prov-lodspeakr/blob/master/utils/install :

lodspeakr_repository="git://github.com/alangrafu/lodspeakr.git"

What's next

Clone this wiki locally