[xmlWiki-developers] Re: create user story details
Brought to you by:
elhugo
From: Hugo G. <xm...@ne...> - 2001-10-28 01:46:23
|
> --- Deborah Hinkley <deb...@ho...> wrote: >>We are working on the create theme. When a clicks on "create" - So when a user clicks something on a wikiPage that looks like ThisIsANewPage? then that user is directed to the edit page. She us presented with a form where with a textarea where she can add content. >>1) a) Would they create the initial contents of that page in wiki notation, >>save it in wikinotation/xml/html? Well if we stick to standard convention then the user can use XHTML and/or wiki notation in creating the page. >> >>if that is the case, then the create story requires a wiki translator. ... and a verifier that the XHTML is well formed. Fortunately, we can just plug-in JTidy into the picture ( http://lempinen.net/sami/jtidy/ ) which is based upon HTML Tidy ( http://www.w3.org/People/Raggett/tidy/ ) >> >> or b) would the user simply specify the format without specifying any >>content in the first place? then the page would not need any wiki notation >>right off. we could create a form of some sort, then save the content in >>html/xml and the user could add content by pressing edit. no specifying of format but the page would be saved in XML form. |