[xmlWiki-developers] meeting minutes from Monday
Brought to you by:
elhugo
From: Arnaldo C. <ar...@mi...> - 2001-11-01 18:56:28
|
Folks, Sorry these weren't as timely as others have been. Here were the decisions made on Monday. Tomcat Version of choice: 3.2.3 Coding standard: http://java.sun.com/docs/codeconv/index.html --Task Breakdowns-- Overall tasks: -Design interfaces -Document interfaces in UML Tasks for Create Story: -write acceptance tests -open/close files -save WikiPage objects in an organized way -load a specific WikiPage from disk and return a WikiPage object -update an existing WikiPage on disk For Edit Story: -write acceptance tests -Open/load page -translate -change -check for well-formedness -translate -save old and new versions For Browse Story: -write acceptance tests -make a servlet to start thread -load/translate xml->xhtml/send out xhtml -select a new page -Get or Post HTTP connection For Preview: -write acceptance tests -make XSL stylesheets -load page from the edit -translate(which has its own) -send out For Translate: -write acceptance tests -Decide on what will be considered "Standard Wiki Notation" -XML to Standard Wiki Translation -XML to XHTML translation -Standard Wiki to XML translation -XHTML to Standard Wiki --Arnaldo |