Hi, all!

As the subject says (and in reference to the previous thread on the subject,
in case you've missed it):

what data/structure do we want from the wiki? What comes to mind:

- List of pages, perhaps with version info, e.g. fossil wiki json list
- Whole pages, e.g.: fossil wiki json page [Page1...PageN, default=all]

For a list of pages, the format is fairly straighforward:

{
  pages:["PageName1", ... "PageNameN"]
}

For whole wiki pages, maybe something like:

{
  pages:{
    "PageName1":{
      "name":"PageName1",
      "revision":"artefactID",
     "tags":[list of tags?],
      "content":content_string
    }
    ....
}

:-?

And what other data might we be able to make good use of via JSON outputs?
Tickets? Events? Leaf list? Branch relationships (that's way over my head,
by the way)?

If you have ideas, please post a suggested JSON structure, and if you happen
to know the associated queries then by all means post them.

(PS: i'm not at all a stickler for object ordering here! That last bout of
pedanticness was for the special case of query fields.)

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

Reply via email to