Difference between current version and version 1:
Line 1 was replaced by line 1 |
- https://xpdeveloper.com/xpdwiki/Wiki.jsp |
+ The XpDeveloper wiki has now be migrated onto JspWiki |
Lines 3-5 were replaced by lines 3-19 |
- * Made a script to copy the old wiki files over |
- * Upgrade existing JspWiki to 1.9.2x for CamelCase |
- * Look at running in parallel with the WikiScript on the same files. |
+ * Aplogies for any pages that don't render as they used to. |
+ * Here's the script OliBye made to copy things over [https://xpdeveloper.com/~byeo/dev/wikicopy.txt] |
+ * Old bookmarks should still work. |
+ ** To refer to old pages use the old prefix [old:PageName] but you can't edit them. |
+ * I know RecentChanges is slow, I'll look at that -- OliBye |
+ ** I had a look at the current CVS code for JspWiki and it's retrieving ''all'' the pages then just printing out the pages that have changed in the last n days. That's always going to be slow unless we fix the code. The CachingProvider is similarly broken so it won't solve JSPWiki's scalability problem. See XtcProject for some ideas. --AdewaleOshineye |
+ ** The CacheingProvider seems to improve things a lot. It does still go through all the pages but this is only expensive the first time. |
+ * Literal hyperlinks don't get automatically converted anymore. |
+ ** Yes, but then hopefully you'll think of a nice name to make it up with instead --OliBye |
+ |
+ Some text is not linked. AbcD as opposed to AbCd. -- MarcusBaker |
+ ** Seems to be addressed in this latest version |
+ ** You can put anything in square brakers if you really want it to link. It would be nice if the CamelCase regex was the same as the old wiki, but it's not, and I was under pressure to put JspWiki live. -- OliBye |
+ |
+ ---- |
+ Can we get the attachments support turned off please? It seems to attract trouble and one of these days they'll actually do some damage.--ade |
+ Done -- OliBye |
Back to JspWiki, or to the Page History.
|