Hi Anand, all, I was wondering why there are separate types for "pages" and "docs". Both types have a title (a string) and a body (of type /type/text), but it seems that the text in a page is fully transformed from wikitext to HTML and docs are not, so that effectively, in docs only a subset of the wikitext is supported.
I was doing a slight modification of the Infogami tutorial to make Firefox render it correctly, but noticed that a wikilink like [[/help]] was not turned into a link. However, the reason that Firefox underlined the whole table of contents when hovering over it was because <a ..></a> was transformed into <a/>. Linebreaks are also converted to <br>s (but possibly not always, must check this out a bit more). And then there is also /type/content (also just title and body), so I'm a bit confused with respect to the specific purposes that each of these types fulfill. Ben _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech To unsubscribe from this mailing list, send email to [email protected]
