Original:
OpenWikiNG's aims are to:
1. Produce a bug free version 0.1 of the OpenWiki code
1. Add the 'bug fixes' and the most obvious features
mentioned on the OpenWiki site
1. Document the code, ie the different parts of ow.xsl
1. Do a change log to show what has been added / changed
1. Make the 'raw' changed files available, and rebuild
a version using an installer programme
1. Promote discussion of what changes / features are desirable to the code
1. Work towards the next versions!
PaulRobertson 7 March 2004
As of January 2008 the openwiking.com site has been terminated. Last message published there read:
The main reason is that the ISP is terminating his bussiness
and i (sEi) have no intention to move and continuing the
support of the site. If anybody from the developer team is
willing to take over its ok with me.
NOTE: The project will STILL be hosted at sourceforge so
its not totally dead.
Open Source Project Open Wiki NG - a compact ASP Wiki using XML that is easy to set up. Installs with MSDE database but can use SQL Server, My SQL, MS Access and other DB's, 2 way RSS support, attractive layout and very customisable.
Development Status: 2 - Pre-Alpha
Environment: Web Environment
Intended Audience: Developers, Education, End Users/Desktop, Information Technology, Legal Industry
Coloured text syntax changed to {r}This is red text{/r}
7th July 2004
Admin pages done
9th July 2004
Added loads more macros
13th July 2004
Merged stylesheet - added new styles and logo
17th July 2004
Added Bad Link List plugin.
When active, this plugin replaces all spam links on the 'bad link list' with any specified alternative. The list is in the DB, but managed via a simple CSV file.
Lots of stuff added and fixed. Development stalled but current version is stable
TAG clouds added (nice stuff!)
Problems running on a w2k3 server, else all is perfect
Write comments here
About Categories
About categories: why would you need to define them in the config file? Wouldn't it be nicer if anyone could define them on a special Categories page and/or using a special pattern?
These categories are Page Categories (or Page Types) and would normally be defined by the WikiAdmin?. Current defaults are like 'System Page', 'Menu Page', 'Protected Edit', 'Testing Page', 'Temporary Page' and so on. Their power appears in the macros <CategorySearch?> and <CategoryIndex?>, where you can display all pages of the same type, regardless of their content. Displaying all the 'Protected Edit' pages for example (which may have content from many subjects/categories)
As the Page Types depend on the type of Wiki, rather than the type of content, it makes sense for the WikiAdmin? to set them up.
Question about the Welcome Page option
How is the Welcome Page supposed to work or what is it for? I thought it might be a page that anyone without a cookie (who therefore hadn't already saved User Preferences) was redirected to instead of the Home Page. I've tried it and it doesn't seem to work like this.
The Welcome page option works like this. If you have given a welcomepage name and a visitor request the site (not a specific page) he will 'get' the welcomepage. Its often good to have a welcomepage for 'new' visitors (not requesting any specific page) and by that keeping the 'frontpage' clean for welcome information. Its an optional feature, and if you do not want this functionality then just keep the 'welcomepage' parameter empty. I hope this brings some light over your question, if not then please write again. --/sEi