Skip to content

LODSPeaKr

timrdf edited this page Feb 22, 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

What's next

Clone this wiki locally