Lines 1-3 were replaced by lines 1-3 |
- This is a candidate for the new XpDeveloperWiki |
- *[old:FrontPage] |
- *[c2:OliBye] [old:OliBye] |
+ __You've been redirected to the new wiki.__\\ |
+ Please update your bookmarks.\\ |
+ This is a copy of the old perl Wiki as oh 1540 23 Feb 2003. |
Lines 5-8 were replaced by line 5 |
- This wiki features:_ |
- * interwiki support [SystemInfo] |
- * SOAP-RPC support |
- * RCS version history and differences, available in the More Info link |
+ The main reason for upgrading is that this wiki maintains a full version history. |
Line 10 was replaced by lines 7-11 |
- OliBye thinks it's a shame that the CamelCase linking system doesn't work, as it makes the cutting and pasting of old pages hard. However thinking about it cutting and pasting is never great. We should probably carefully edit the pages copied over anyway. Edit the RecentChanges page to see some of the more interesting aspects of this wiki in action. |
+ You may want to start again from the familiar FrontPage. |
+ - I've now fixed the fowarding to use mod_rewrite which was a bit of a pain, but finally got things down to the this in the .htaccess file in the old cgi-bin directory.\\ |
+ {{{ |
+ RewriteEngine on |
+ RewriteBase /cgi-bin |
Line 12 was replaced by lines 13-18 |
- ''MikeRoberts thinks that we should consider using [MoinMoin|http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/]. Its python based, but I like it.'' |
+ RewriteCond %{QUERY_STRING} browse=(.*) |
+ RewriteRule ^wiki\.cgi /xpdwiki/Wiki.jsp?page=%1 [R] |
+ }}} |
+ |
+ --OliBye |
+ |
Line 14 was replaced by lines 20-24 |
- Do we have any [WikiUserStories] we can use as the basis for evaluating alternative Wikis? --DarrenH |
+ Is there anything we can do about the regular expressions for WikiNames? This one doesn't pick up some of the old ones, for example XtC. --[SteveF] |
+ ** Addressed in the lastest version of JSPWiki (i.e. it does form a link now). |
+ |
+ See NewWikiIssues for more. |
+ |
Line 16 was replaced by lines 26-31 |
- I've been playing with [JSPWiki] on [oneeyedmen|http://www.oneeyedmen.com]. It seems to do everything it says on the tin, and is well supported. I'm looking forward to hacking on it. --[DuncanMcGregor|old:DuncanMcGregor] |
+ This wiki features:_ |
+ * CamelCase support |
+ * interwiki support SystemInfo |
+ * SOAP-RPC support |
+ * RCS version history and differences, available in the More Info link |
+ |