Hi, all,

i'm looking for a fossil query which will give me the following data for a
wiki page:

{
    "name":"PageName1",
    "timestamp":int,  /* Unix Epoch GMT of check-in */
    "artifactId":"...",
    "savedBy": "user name", /* can we do this easily? */
    "tags": ["tag1", ..."tagN"], /* can a page have tags??? */
    "content": "raw or wiki-parsed content, depending on a flag"
}

Could i humbly ask one of the gurus to provide a tip (or SQL) for that? It
needn't be a single statement. Right now i'm only interested in the head
version, but if it's just as much/little work to pull a client-provided
version, that would be cool, too.

:-?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to