From: Samphan R. <sa...@th...> - 2002-07-27 19:47:47
|
1) user authentication After a bit of research, I found that user authentication thru phpnuke was done for phpwiki 1.2 but not check-in. I'm using php 1.3 so may be I can apply those patches and solve the conflicts myself if no one did it. 2) moderation I guess this can be done by adding a flag (to the database?) to tell which versions is moderated and then let the modified index.php retrive the latest one with templates that get rid of buttons. Is this the right way to go? Samphan Raruenrom wrote: > Hi, > > We use wiki to collarboratively build documents about > the free software philosophy and open-source development > model. After a short period of test drive, we find that > improvement need to be done to match our requirements. > > - two views : > - public (static web) > e.g. http://opensource.thai.net/pub.php/OpenSourceDefinition > - wiki > e.g. http://opensource.thai.net/wiki.php/OpenSourceDefinition > - three level of users > - anonymous (can read and discuss) > - user (can also edit) > - moderator (can select a wiki page to public) > > This is a departure from the wiki philosophy but we need it > because we have to make documents that can be referenced > from the public (e.g. the Thai translation of GPL) and > also let anyone asks (what clause #1 mean?) and discusses > (clause #1 traslation is misleading). > > We think that we need to implement the folowing :- > - user authentication, thru phpnuke, which is used elsewhere on > the same website > - link wiki pages with phpnuke's News module to allow easy threaded > discussions w/o wiki editing knowledge > - UI for moderation, e.g. a button that flag that this version is > moderated so pub.php will show it > - pub.php to show only the latest moderated version of any page > > Any advice? > -- Feel free to disclose the contents of this message. Samphan Raruenrom Information Research and Development Division, National Electronics and Computer Technology Center, Thailand. http://www.nectec.or.th/home/index.html |