CS-Wiki: Updated and moved.
I know I've been promising it for a long time, but last night, I finally posted the update that I've been talking about forever. This update is located now on CodePlex (http://www.codeplex.com/cswiki) and includes:
- No more TopicSets. Topics are now parents of other topics.
- Topic structure navigation integrated into the breadcrumbs.
- Change history RSS feeds (hierarchial).
- Attachment and history thumbnails in the sidebar.
- Almost completely eliminated the use of the Uri object (can someone please test without full access permissions).
Unfortunately, Upgrading from previous versions of the CS-Wiki package is NOT supported. You'll have to do a few things manually.
- Move your root and default topics (like /Sandbox/sanbox.topic.xml) to above the current folder. It should look like this:
Sandbox.topic.xml
Sandbox <dir>
+-- <child> - Copy the <wikipermissions> element from the _namespace.xml file into the <topic> element in the topic.xml file.
- Open all topics, and remove the ID="__" attribute from the XML. The new code uses the file name as the ID.
- Lastly, in all of the default/parent topics, links to child topics need to start with "./", so format them to look like: "[[./Child]]".





2 Comments:
Great work! We love this new version.
Is the forum on CodePlex monitored, or we use this blog to discuss about cs-wiki?
By Anonymous, at 1/29/2007 12:54:00 PM
I'll keep my eye on the CodePlex forum. I'm going to stop blogging CS-Wiki here, and keep it in the CodePlex. This blog will be more of my own personal travel and tech-blog.
By Eric Falsken, at 1/29/2007 01:25:00 PM
Post a Comment