Table of contents ▼▲
If you wish to get a feel for what a wiki is, please use the sandbox.... oh, and please leave some comments as to what you think so far.
Some of the features this wiki offers
- Full layout control via templates and css
- Simple and powerful text formatting
- Full audit of changes for administrator.
- Page history. All changes are logged and can be reverted out if required.
- File baseds storage (no database). All data stored in XML format and is UTF-8 compliant
- Pages can be grouped to two levels, ie Group / Subgroup / Page
- Advance search facility.
- Password security. Most actions, ie browse, edit, delete, can be safely controlled
- Runs in SafeMode
- XHTML 1.0 compliant (almost there...)
- Skinnable
- Uploads to server (restricted by filetype, size, etc)
Most recent changes...
04 May 2005
A couple more additions to the beta version.- Ability to create links using extended characters, ie ß§Ô¬ etc...
- upgrade script to convert existing sites to the new format...
25 Apr 2005
Another update to the beta version. Edit conflict now up and running. That is the last 'feature' I wanted to add prior to a release.. I will see how it copes on the beta site, and hopefully look at releasing next week. ' Darren11 Apr 2005
Well, I'm still beavering away on the beta release, and would like some input regarding the seperation of the output generated from the wiki and how it is displayed. I have started a thread to discuss the pros and cons.A busy day... Two posts and a new beta version... Please review and post any comments. Thanks in advance
04 Mar 2005
The beta version of WikiDX v0.3.0 is now up and running. One of the areas I have tried to address, after reading a small review in a blog, is in the skinning of the wiki. Conditional coding within the template files control what is passed to the browser. This should enable the whole wiki to work from just one template file.Overall, I am a lot happier with this codebase. It is more stable, smaller, and I feel provides a more robust backend.
Anyway, please take a look, have a play, and let me know how you got on, good or bad..... ' Darren
PHP5 News...
I have recently tried WikiDX on PHP5, and it runs fine apart from one major flaw. The xml_parser seems to strip out &lt; &gt; &amp; etc.. This means that < and > will not show up in PHP5. They save fine to the xml file, but on load they syntax is stripped out. If you can shed any light on waht might be going on please comment in PHP5 testing.