gf-Soks 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. data/LICENSE.txt +66 -0
  2. data/README.txt +64 -0
  3. data/bin/soks-create-wiki.rb +193 -0
  4. data/contrib/diff/lcs.rb +1105 -0
  5. data/contrib/diff/lcs/array.rb +21 -0
  6. data/contrib/diff/lcs/block.rb +51 -0
  7. data/contrib/diff/lcs/callbacks.rb +322 -0
  8. data/contrib/diff/lcs/change.rb +169 -0
  9. data/contrib/diff/lcs/hunk.rb +257 -0
  10. data/contrib/diff/lcs/ldiff.rb +226 -0
  11. data/contrib/diff/lcs/string.rb +19 -0
  12. data/contrib/diff_licence.txt +76 -0
  13. data/contrib/easyprompt.rb +58 -0
  14. data/contrib/easyprompt_licence.txt +504 -0
  15. data/contrib/redcloth-3.0.3.rb +1113 -0
  16. data/contrib/redcloth_license.txt +27 -0
  17. data/lib/authenticators.rb +121 -0
  18. data/lib/helpers/counter-helpers.rb +132 -0
  19. data/lib/helpers/default-helpers.rb +416 -0
  20. data/lib/helpers/mail2wiki-helper.rb +105 -0
  21. data/lib/helpers/maintenance-helpers.rb +149 -0
  22. data/lib/helpers/rss2wiki-helper.rb +47 -0
  23. data/lib/helpers/wiki2html.rb +60 -0
  24. data/lib/soks-model.rb +271 -0
  25. data/lib/soks-servlet.rb +177 -0
  26. data/lib/soks-storage.rb +187 -0
  27. data/lib/soks-upgrade-0.0.2.rb +70 -0
  28. data/lib/soks-utils.rb +327 -0
  29. data/lib/soks-view.rb +399 -0
  30. data/lib/soks.rb +27 -0
  31. data/rakefile +109 -0
  32. data/templates/default/attachment/favicon.ico +0 -0
  33. data/templates/default/attachment/logo.jpg +0 -0
  34. data/templates/default/attachment/logo.png +0 -0
  35. data/templates/default/attachment/logo.tiff +0 -0
  36. data/templates/default/attachment/newpage.js +41 -0
  37. data/templates/default/attachment/print_stylesheet.css +2 -0
  38. data/templates/default/attachment/robots.txt +6 -0
  39. data/templates/default/attachment/rss.png +0 -0
  40. data/templates/default/attachment/stylesheet.css +219 -0
  41. data/templates/default/banned_titles.txt +67 -0
  42. data/templates/default/caches/readme.txt +1 -0
  43. data/templates/default/content/Api%20for%20classes%20to%20modify%20the%20wiki.textile +30 -0
  44. data/templates/default/content/Author.textile +16 -0
  45. data/templates/default/content/Automatic%20Summaries.textile +40 -0
  46. data/templates/default/content/Automatic%20counters.textile +22 -0
  47. data/templates/default/content/Automatic%20exporters.textile +23 -0
  48. data/templates/default/content/Automatic%20importers.textile +59 -0
  49. data/templates/default/content/Automatic%20linking.textile +7 -0
  50. data/templates/default/content/Automatic%20maintenance%20helpers.textile +39 -0
  51. data/templates/default/content/Bug%3A%20Competing%20edits.textile +22 -0
  52. data/templates/default/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile +3 -0
  53. data/templates/default/content/Bug%3A%20Email%20adresses%20in%20page%20titles%20cause%20incorrec.textile +3 -0
  54. data/templates/default/content/Bug%3A%20GEM%20limits%20title%20lengths.textile +3 -0
  55. data/templates/default/content/Bug%3A%20Memory%20leak.textile +13 -0
  56. data/templates/default/content/Bug%3A%20Page%2Einserted%5Finto%20is%20never%20purged.textile +17 -0
  57. data/templates/default/content/Bug%3A%20Pages%20that%20link%20here%20may%20not%20appear%20on%20r.textile +13 -0
  58. data/templates/default/content/Bug%3A%20Textile%20mishandles%20paragraphs.textile +37 -0
  59. data/templates/default/content/Bug%3A%20Unanticipated%20Rollbacks.textile +23 -0
  60. data/templates/default/content/Bug%3A%20notextile%20does%20not%20prevent%20page%20inserts.textile +3 -0
  61. data/templates/default/content/Home%20Page.textile +22 -0
  62. data/templates/default/content/How%20to%20administrate%20this%20wiki.textile +57 -0
  63. data/templates/default/content/How%20to%20change%20the%20way%20this%20wiki%20looks.textile +32 -0
  64. data/templates/default/content/How%20to%20export%20a%20site%20from%20this%20wiki.textile +82 -0
  65. data/templates/default/content/How%20to%20get%20the%20latest%20Soks%20from%20cvs.textile +45 -0
  66. data/templates/default/content/How%20to%20hack%20soks.textile +66 -0
  67. data/templates/default/content/How%20to%20import%20a%20site%20from%20instiki.textile +15 -0
  68. data/templates/default/content/How%20to%20import%20data.textile +41 -0
  69. data/templates/default/content/How%20to%20install%20Soks.textile +33 -0
  70. data/templates/default/content/How%20to%20password%20protect%20your%20wiki.textile +53 -0
  71. data/templates/default/content/How%20to%20re%2Dbuild%20the%20page%20cache.textile +71 -0
  72. data/templates/default/content/How%20to%20report%20a%20bug.textile +9 -0
  73. data/templates/default/content/How%20to%20upgrade%20soks.textile +32 -0
  74. data/templates/default/content/How%20to%20use%20the%20Automatic%20Helper%20classes.textile +12 -0
  75. data/templates/default/content/How%20to%20use%20this%20wiki.textile +30 -0
  76. data/templates/default/content/List%20of%20changes.textile +10 -0
  77. data/templates/default/content/News%3A%20Version%201%2D0%2D0%20released.textile +19 -0
  78. data/templates/default/content/News%3A%20Version%201%2D0%2D1%20released.textile +12 -0
  79. data/templates/default/content/Pages%20to%20include%20in%20the%20distribution.textile +55 -0
  80. data/templates/default/content/Per%20Wiki%20Templates.textile +37 -0
  81. data/templates/default/content/Picture%20of%20a%20pair%20of%20soks.textile +1 -0
  82. data/templates/default/content/Planned%20Features.textile +74 -0
  83. data/templates/default/content/README.textile +64 -0
  84. data/templates/default/content/RSS%20feed.textile +9 -0
  85. data/templates/default/content/Recent%20changes%20to%20this%20site.textile +352 -0
  86. data/templates/default/content/SOKS%20features.textile +19 -0
  87. data/templates/default/content/Sidebar%20Page.textile +6 -0
  88. data/templates/default/content/Site%20Index.textile +241 -0
  89. data/templates/default/content/Soks%27s%20Licence.textile +66 -0
  90. data/templates/default/content/Tag%3A%20Include%20this%20page%20in%20the%20distribution.textile +6 -0
  91. data/templates/default/start.rb +90 -0
  92. data/templates/default/version.txt +1 -0
  93. data/templates/default/views/Page_content.rhtml +1 -0
  94. data/templates/default/views/Page_edit.rhtml +79 -0
  95. data/templates/default/views/Page_find.rhtml +35 -0
  96. data/templates/default/views/Page_linksfromrss.rhtml +24 -0
  97. data/templates/default/views/Page_listrss.rhtml +46 -0
  98. data/templates/default/views/Page_meta.rhtml +44 -0
  99. data/templates/default/views/Page_print.rhtml +6 -0
  100. data/templates/default/views/Page_revision.rhtml +39 -0
  101. data/templates/default/views/Page_revisions.rhtml +36 -0
  102. data/templates/default/views/Page_rss.rhtml +57 -0
  103. data/templates/default/views/Page_view.rhtml +8 -0
  104. data/templates/default/views/UploadPage_edit.rhtml +63 -0
  105. data/templates/default/views/frame.rhtml +63 -0
  106. data/templates/default/views/messages.yaml +7 -0
  107. data/test/html/2006Mar.html +66 -0
  108. data/test/html/poignant.html +36 -0
  109. data/test/html/poignant.textile +36 -0
  110. data/test/mock-objects.rb +69 -0
  111. data/test/test_counter-helper.rb +162 -0
  112. data/test/test_soks-helper-maintenance.rb +106 -0
  113. data/test/test_soks-helpers.rb +145 -0
  114. data/test/test_soks-model.rb +144 -0
  115. data/test/test_soks-servlet.rb +240 -0
  116. data/test/test_soks-storage.rb +108 -0
  117. data/test/test_soks-utils.rb +226 -0
  118. data/test/test_soks-view.rb +193 -0
  119. data/test/test_soks.rb +9 -0
  120. metadata +182 -0
@@ -0,0 +1,12 @@
1
+ h1. Version 1-0-1 released
2
+
3
+ This is a minor bugfix release. See how to install soks, or how to upgrade soks for instructions. There is a full list of changes but in brief, this fixes:
4
+
5
+ * Fixed bug: Wrong title in Result Search page
6
+ * Fixed bug: AutomaticSummary does not reflect changes to summarised pages
7
+ * Fixed bug: Does not redirect pages with no view
8
+ * Fixed bug: E-mail addresses with hyphens not recognised
9
+
10
+ However, there are still plenty of known bugs, although none of them should cause much problem day to day.
11
+
12
+ Tag: Include this page in the distribution
@@ -0,0 +1,55 @@
1
+ h2. Pages to include in the distribution
2
+
3
+ This is a list of pages that will be included in the default soks distribution. It is created automatically from pages that contain "Tag: Include this page in the distribution". If you think a page should be included, just write Tag: Include this page in the distribution somewhere on the page.
4
+
5
+ <automaticsummary warning='DO NOT EDIT between these automatic summary tags, anything you write may be overwritten without warning'>
6
+
7
+ * [[ Author ]]
8
+ * [[ Automatic Summaries ]]
9
+ * [[ Bug: Does not make use of if-modified-since request headers ]]
10
+ * [[ Distribution Home Page ]]
11
+ * [[ How to administrate this wiki ]]
12
+ * [[ How to change the way this wiki looks ]]
13
+ * [[ How to export a site from this wiki ]]
14
+ * [[ How to hack soks ]]
15
+ * [[ How to import a site from instiki ]]
16
+ * [[ How to install Soks ]]
17
+ * [[ How to use this wiki ]]
18
+ * [[ List of changes ]]
19
+ * [[ README ]]
20
+ * [[ Recent changes to this site ]]
21
+ * [[ SOKS features ]]
22
+ * [[ Site Index ]]
23
+ * [[ RSS feed ]]
24
+ * [[ Bug: GEM limits title lengths ]]
25
+ * [[ Planned Features ]]
26
+ * [[ Bug: notextile does not prevent page inserts ]]
27
+ * [[ How to report a bug ]]
28
+ * [[ How to get the latest Soks from cvs ]]
29
+ * [[ Api for classes to modify the wiki ]]
30
+ * [[ Bug: Unanticipated Rollbacks ]]
31
+ * [[ Per Wiki Templates ]]
32
+ * [[ How to password protect your wiki ]]
33
+ * [[ Bug: Textile mishandles paragraphs ]]
34
+ * [[ Bug: Competing edits ]]
35
+ * [[ Sidebar Page ]]
36
+ * [[ Bug: Email adresses in page titles cause incorrect links ]]
37
+ * [[ Bug: Memory leak ]]
38
+ * [[ How to import data ]]
39
+ * [[ Tag: Include this page in the distribution ]]
40
+ * [[ Bug: Pages that link here may not appear on restart ]]
41
+ * [[ How to upgrade soks ]]
42
+ * [[ News: Version 1-0-0 released ]]
43
+ * [[ Automatic importers ]]
44
+ * [[ Automatic maintenance helpers ]]
45
+ * [[ How to use the Automatic Helper classes ]]
46
+ * [[ Automatic counters ]]
47
+ * [[ Automatic exporters ]]
48
+ * [[ Bug: Page.inserted_into is never purged ]]
49
+ * [[ How to re-build the page cache ]]
50
+ * [[ News: Version 1-0-1 released ]]
51
+ * [[ Automatic linking ]]
52
+ * [[ Soks's Licence ]]
53
+
54
+
55
+ </automaticsummary>
@@ -0,0 +1,37 @@
1
+ h1. Per Wiki Templates
2
+
3
+ When you create a new wiki with the soks-create-wiki command, it copies the contents of path-to-soks-installation/templates/default into a new folder called soks-wiki.
4
+
5
+ If you change anything in the soks-wiki folder (see 'how to change the way this wiki looks' for ideas and tips) then it will apply to that wiki only.
6
+
7
+ If you wish to create a default set up for future wikis:
8
+ # Change a running wiki into a form that you find useful,
9
+ # Create a new folder under path-to-soks-installation/templates/ e.g. path-to-soks-installation/templates/yourtemplate
10
+ # Copy the contents of your running wiki to this new folder
11
+ # (Optional) edit the path-to-soks-installation/templates/yourtemplate/start.rb file to allow the port, url, name etc to be set from the soks-create-wiki command (see the path-to-soks-installation/templates/default/start.rb for ideas on how to do this)
12
+
13
+ You can then use this template to create future wikis by using the --template option of the soks-create-wiki.rb command. e.g. @soks-create-wiki.rb --template yourtemplate@
14
+
15
+ ----
16
+
17
+ I'm still confused as to exactly what templates are doing and why/when I would use them. In other words, what's a typical use case? --Bil
18
+
19
+ So, the use I imagine is so that I a user of Soks might wish to be able to quickly deploy (by @soks-create-wiki.rb --template frenchwiki@)...
20
+ # An internal team wiki
21
+ # An external public wiki
22
+ # A wiki that looks just like other wiki X
23
+ # A French localised wiki
24
+ # A wiki that acts like a blog and no more
25
+
26
+ ...Each with a diffent look and feel, different default automatic summaries, default authentication, with or without a calendar by default, etc.. etc... --tamc2
27
+
28
+ What do the currently supplied instiki, default, and someother templates do for me? (_Still_ dense on this topic.) --Bil
29
+
30
+ For you? Probably nothing! They just show how can have a different look and feel. The default, instiki and rails layouts are just the three different layouts I originally considered for Soks[1]:
31
+ * Default has the content on the left, and the links etc on the right
32
+ * Instiki has the links and control stuff at the top and bottom, with the content centered in the middle. Looks a lot like http://www.instiki.org
33
+ * Rails has a big logo bar at the top, the content on the right, and the links etc on the left. Looks a lot like http://wiki.rubyonrails.com
34
+
35
+ fn1. I've only been updating the default template recently.
36
+
37
+ Tag: Include this page in the distribution
@@ -0,0 +1,74 @@
1
+ h1. Planned Features
2
+
3
+ For features that are planned for the next release or two, see the to do list.
4
+
5
+ h2. Features in v1.1.0
6
+
7
+ * A way of storing and using meta-data about each page
8
+ * Pages should not link to themselves because it's confusing. See the Ruby page. -- At one point they didn't. I wonder when this crept back in. (When you forgot to add a test? ;) --Bil). This is done (and there is a test for it!).
9
+
10
+ h2. Features in v1.2.0
11
+
12
+ * A way of editing by paragraph as well as page, which would help avoid edit conflicts.
13
+
14
+ h1. Desired Features
15
+
16
+ Add what you would like to see, or email the author:
17
+
18
+ * Somehow move the default-helper @render_summary_of_page@ subpage markup into the view directory so that I do not have to hack @helpers/default_helpers.rb@ to change subpage style. --Bil
19
+ ** Ok I'll have a think about what can be done. I don't need to tell you of course, but you don't have to hack @helpers/default_helpers.rb@, you can just declare a subclass of AutomaticSummary that over-rides @render_summary_of_page@ in your start.rb file...
20
+ * Move the wiki name and logo, important pages, search box, and navigation links to a top navigation, similiar to Instiki, to make the important links easier to spot.
21
+ * Some method of avoiding edit conflicts
22
+ ** Page locking like Instiki would be okay, but paragraph locking once editing by paragraph is added would be better.
23
+ * Have a h1 with the page's title automatically sent to browsers, rather than requiring it to be added and update seperately.
24
+ * Analysis of text to avoid linking commonly used words (because maintaining a list of common words to avoid auto-linking seems like a kludge, and will make translation more difficult if/when that happens), and perhaps automatic categorization of pages: the "Ruby Classifier library":http://classifier.rufy.com/ using Latent Sematic Analysis may help, by avoiding autolinking to any pages whose titles are "uninteresting".
25
+ ** Downside: this would use more memory and processor cycles
26
+ * Redirects with greedy matching: example, redirect ruby programming language, to ruby.
27
+ * Case insensitive URLs: for instance, /view/home-page instead of /view/HomePage (make one redirect to the other?)
28
+ ** At the moment you may also use /view/home page (with the space) in many browsers.
29
+ * Flesh out the RSS feed:
30
+ ** (Remove the logo and search box?)
31
+ ** Replace the <notextile>* [[ page title ]]</notextile> asterisk and brackets with quotation marks? --Bil
32
+ * Fast CGI or the like as an alternative to Webrick
33
+ * Give each automaticsummary a unique name so several can update the same page
34
+ * Some form of tag to automatically create automatic summaries.
35
+ * Give commands to gracefully start and stop it.
36
+ * I was going to make a suggestion, then I noticed that something like it had been added and deleted. Perhaps some explanitory text explaining what has already been suggested or what is or is not acceptable would be a good idea? - Sorry. A mistake on my part. Please do make your suggestion again, and I won't delete any in future - tamc2
37
+ ** I think a generalized way of extending soks to be very much more dynamic would be allowing dirt-simple extensions. One way would be to put a @scripts@ directory in parallel with @attachment@ and extend @insert@ to then include the output of the script. So something like @[ [insert script helloworld blah ] ]@ would run helloworld.rb with the argument blah and the output would get pasted right into the wiki page. What do people think? --Skorgu
38
+ ** Interesting, what types of script did you have in mind? The only challenge I can see is deciding how frequently to call the script to update the page, every time the page is viewed? or every time it is editted? or somewhere in between? what do you think? -- tamc
39
+ ** I'd say call the script each time the page is updated and let the script handle any sort of caching. The situation I had in mind is something like this: I have a page on Soks that has my frequently-loaded websites that I use as a start page. I'd like it if, instead of just saying "Red Handed":http://redhanded.hobix.com it said "Red Handed":http://redhanded.hobix.com (Last Post "Killer Hobix Tutorial...":http://redhanded.hobix.com/inspect/killerHobixTutorialInEnglishAndFrench.html ) and have the script pull the RSS and just update that. A more ambitious project would pull a list of URLs from say del.icio.us with tag "feed" or something and generate the link list itself. Once the capability exists to pipe script output into the wiki, everything else can be handled in those scripts. --Skorgu
40
+ * Making the automatic linking only link one occurance of a title per page. Currently can end up with far too many links to the same place on the same page.
41
+ * A setting in start.rb to switch between Soks-style freeform pagenames and Instiki-style autolinks --Skorgu
42
+ ** By this, do you mean that you would like the option to have a WikiWord create a link? If so sounds possible as an option, although I personally dislike them! -- tamc
43
+ ** I like the freeform linking, but there is one huge problem: if I'm writing a page and I decide that I want to add a link to a non-existant page, I need to either @[ [Double Bracket] ]@ it or click Add New Page, type the name, remember if I used a space or not, and then write my content. In Instiki, if you just write CamelCase it creates a link to the 'create this page' form with the title filled in and everything. Maybe keep the freeform linking but have an option to enable auto-linking for wiki words? --Skorgu
44
+ ** Ok, I'll look into it. By the way, another way of doing this (if your browser supports this) is to highlight the text you wish to link and press ctrl-n. --Tom
45
+ * Perhaps a category helper? To index references to particular key words
46
+ * Perhaps the default layout should have a little table of contents menu like wikipedia pages, e.g., the thing labeled 'contents' at http://en.wikipedia.org/wiki/Wiki. If you create a long page with several headings, it creates a little table of contents at the top so you can leap down the page quickly.
47
+ * The following came from one our site's users. It would seem contrary to the basic architecture of this wiki engine. However, it would be nice to be notified somehow of how many or which pages were going to have their links deactivated or altered... --Bil
48
+ ** It would be nice if I changed the name of a page that had other pages linked to it, that I could have the option of changing all of the linked pages to it automatically. --Bil
49
+ * Add a facility to use trackbacks on wiki pages so that can see other sites that link to that page. http://www.sixapart.com/movabletype/docs/mtmanual_trackback.html --tamc2
50
+ * I think this http://tool-man.org/examples/edit-in-place.html would be great. Double click on a paragraph and edit it in place! Unfortunately his code only works on some browsers... --tamc2
51
+ ** That demo is absolutely gorgeous. It would be obscenely cool to implement soks as an AJAX or whatever we're calling it today frontend a la gmail/google maps etc. It seems that some work is being done to integrate that into rails, so maybe they could both be integrated at once? Another benefit to rails-izing is moving away from WEBRick as the only frontend. "lighttpd":http://bigbold.com/snippets/posts/show/175 apparently plays well with rails --Skorgu
52
+ * Victor Ng-Thow-Hing asked by email about adding rich media (e.g. movies, svg etc) to the wiki. Can currently upload them as files and link to them, but I'll have a think about how to extend textile to allow movies etc to be embedded. --tamc2
53
+
54
+ Suggestions in an email from Seb Clediere copied here
55
+ * Multi-wiki. Have you thought about several wikis? Like instiki where you can setup several wikis? -- See also [[ kleb's email => [soks] Sub wikis ]].
56
+ * Flat hierarchy. With the wiki content growing in size, I am wondering about having a directory hierarchy in the wiki, rather than a flat one. And perhaps there would be not need for a separate attachement and content. (Hieraki are doing something along a hierarchical wiki http://demo.hieraki.org)
57
+ * I had a brief look at a new comer: MiniRubyWiki. I don't like it at all, but the guy add a very good idea: integrate graphziz/dot to it, so it is easy to add somes graphs to the text. Very good.
58
+ ** I'll have to take a look. I am curious whether Graphviz/dot was used for displaying (and navigating) the meta-page link connections like "TheBrain":http://www.thebrain.com or something else? --Bil
59
+
60
+ Also considering these bigger changes (interested in your thoughts):
61
+ * Making the automatic linking ignore punctuation. Only the words in page titles would be significant, so "Bug: A bug" would be treated the same as "Bug- A bug" -- tamc
62
+ * Making the automatic linking link to 'similarly' title pages. e.g: If you have a page called "Page One" and another called "Page Two" all instances of the word "One" in "Page Two" would link to "Page One". Would add a lot of processing, but might allow distinct namespaces. -- tamc
63
+
64
+ h2. Adopted features
65
+
66
+ These are suggestions that were above and have been implemented (at least in the CVS version) or are on the to do list.
67
+
68
+ * Flesh out the RSS feed
69
+ ** Have the item content render the most recent change information like that shown at the bottom of an edit page
70
+ ** Have the source link be the "view" view and not the "rss" view.
71
+ * Make the wiki fork (possible by changing a setting in the start.rb file)
72
+ * There was a guy on comp.lang.ruby wanted to do a link in instiki to a file, exactly what I have done in soks with the few lines of code I sent you a while ago in fact. (My mistake in not including this code sooner, I will put it in the next release, sorry! -- tamc2)
73
+
74
+ Tag: Include this page in the distribution
@@ -0,0 +1,64 @@
1
+ h1. SOKS: Another Ruby Wiki
2
+
3
+ * This application is a Wiki (a system to allow the easy and collaborative editing of web pages).
4
+ * The project has been kindly hosted at http://rubyforge.org/projects/soks/
5
+ * The project wiki/home page is at http://www.soks.org
6
+
7
+ Quickstart:
8
+ # gem install Soks
9
+ # soks-create-wiki.rb
10
+ # http://localhost:8000
11
+
12
+ h2. REQUIRES
13
+
14
+ * Ruby 1.8.2
15
+ * A number of additional libraries are contained in contrib.
16
+
17
+ h2. AUTHOR
18
+
19
+ * This software is copyright (c) Thomas Counsell 2004, 2005. tamc@rubyforge.org
20
+ * It is licensed under the Ruby Licence, a liberal open source licence. See LICENCE for more details.
21
+ * The author appreciates the code, suggestions and libraries provided by a buch of other people, see www.soks.org/author for individual acknowledgements.
22
+
23
+ h2. INSTALL
24
+
25
+ Preferably:
26
+ # Install rubygems from http://rubyforge.org/projects/rubygems/
27
+ # @gem install Soks@ (you may need to be root first)
28
+
29
+ Alternatively
30
+ # Download the tar or zip file from http://rubyforge.org/projects/soks/
31
+ # Unzip or untar it
32
+ # Change into the soks directory
33
+
34
+ h2. USE
35
+
36
+ execute @soks-create-wiki.rb@ (will be in your path if installed by gems, otherwise @./bin/soks-create-wiki.rb@ from the soks directory)
37
+ This will create a folder called soks-wiki in the current directory and launch the wiki. Surfing to http://localhost:8000 to see it (it is initially accessible from localhost only)
38
+
39
+ To restart the wiki change into the soks-wiki directory and execute ruby start.rb
40
+
41
+ To change the settings (url, port, etc) edit the start.rb file in the soks-wiki directory.
42
+
43
+ h2. UPGRADE
44
+
45
+ If you already have a previous version of soks then to upgrade, run @soks-create-wiki.rb --destination-dir=path/to/your/wiki@ and it will guide you through the upgrade.
46
+
47
+ Note that if you were using the multi page index class before, you will need to manually delete all the old index pages (@rm content/Site%20Index*@). The new pages will be created automatically.
48
+
49
+ h2. FEATURES
50
+
51
+ # Runs on its own webrick server (no independent web server required)
52
+ # Uses textile as its text coding (a proto-standard)
53
+ # Uses a combination of flat and yaml files for storage (no database, and page content human readable outside of soks)
54
+ # Allows uploads
55
+ # Allows authentication
56
+ # Automatically links pages within the wiki
57
+ # Pages can be deleted and moved easily (and these can be undone)
58
+ # Has a mechanism for external classes to manipulate the wiki to provide, for instance, automatic calendar pages, or automatic summaries or blog like pages.
59
+
60
+ h2. BUGS
61
+
62
+ I suspect there are many, see http://www.soks.org/wiki/KnownBugs for details.
63
+
64
+ Tag: Include this page in the distribution
@@ -0,0 +1,9 @@
1
+ h1. RSS Feed
2
+
3
+ Each page has an rss feed accesses at the url /rss/pagename. This contains the last 15 revisions to a page.
4
+
5
+ The rss currently only shows:
6
+ * Changes to the textile (not html)
7
+ * Added lines
8
+
9
+ Tag: Include this page in the distribution
@@ -0,0 +1,352 @@
1
+ h2. Recent Changes to This Site
2
+
3
+ A RSS feed of changes to this site is available [[ here => /listrss/recent changes to this site ]]
4
+
5
+ <automaticsummary>
6
+
7
+ <div class='recentchanges'>
8
+
9
+ h2. Today
10
+
11
+ * 17:01 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1129669262]])
12
+ * 17:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1129669257]])
13
+ * 17:00 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1129669245]])
14
+
15
+ h2. Last Sunday
16
+
17
+ * 18:18 - [[Home Page]] revised by tamc2 ([[changes => /revision/Home Page?time=1129501125]])
18
+
19
+ h2. Last Saturday
20
+
21
+ * 01:27 - [[Home Page]] revised by Luigi Maisto ([[changes => /revision/Home Page?time=1129354049]])
22
+ * 01:27 - [[mTiX homepage]] revised by Luigi Maisto ([[changes => /revision/mTiX homepage?time=1129354048]])
23
+
24
+ h2. Last Friday
25
+
26
+ * 10:11 - [[Type a title here]] revised by dom ([[changes => /revision/Type a title here?time=1129299073]])
27
+ * 10:10 - [[Page test]] revised by dom ([[changes => /revision/Page test?time=1129299053]])
28
+ * 05:01 - [[[Soks] soks-create-wiki.rb upgrade]] revised by Tom Counsell ([[changes => /revision/[Soks] soks-create-wiki.rb upgrade?time=1129280475]])
29
+
30
+ h2. Last Tuesday
31
+
32
+ * 14:17 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1129054658]])
33
+ * 13:54 - [[Planned Features]] revised by Bil Kleb ([[changes => /revision/Planned Features?time=1129053294]])
34
+
35
+ h2. 10 Oct
36
+
37
+ * 07:52 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1128945172]])
38
+ * 07:52 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1128945170]])
39
+
40
+ h2. 09 Oct
41
+
42
+ * 00:01 - [[Recent changes to this site]] revised by the import script ([[changes => /revision/Recent changes to this site?time=1128830516]])
43
+
44
+ h2. 08 Oct
45
+
46
+ * 10:04 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1128780269]])
47
+
48
+ h2. 07 Oct
49
+
50
+ * 19:32 - [[Recent changes to this site]] revised by the import script ([[changes => /revision/Recent changes to this site?time=1128727966]])
51
+ * 19:11 - [[Home Page]] revised by tobi ([[changes => /revision/Home Page?time=1128726713]])
52
+ * 05:02 - [[[Soks] import script gone wild?]] revised by Tom Counsell ([[changes => /revision/[Soks] import script gone wild??time=1128675728]])
53
+ * 03:31 - [[GoDaddy.com Order Confirmation]] revised by tamc2 ([[changes => /revision/GoDaddy.com Order Confirmation?time=1128670268]])
54
+
55
+ h2. 06 Oct
56
+
57
+ * 18:29 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1128637770]])
58
+ * 16:15 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128629707]])
59
+ * 15:19 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128626398]])
60
+ * 14:44 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128624242]])
61
+ * 13:19 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128619163]])
62
+ * 12:46 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128617204]])
63
+ * 12:28 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128616084]])
64
+ * 11:28 - [[Automatic importers]] revised by tamc2 ([[changes => /revision/Automatic importers?time=1128612518]])
65
+ * 09:23 - [[Automatic importers]] revised by Bil Kleb ([[changes => /revision/Automatic importers?time=1128605035]])
66
+ * 07:18 - [[[Soks] Pathname behavior]] revised by Bil Kleb ([[changes => /revision/[Soks] Pathname behavior?time=1128597496]])
67
+ * 07:18 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1128597494]])
68
+ * 07:18 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1128597488]])
69
+
70
+ h2. 05 Oct
71
+
72
+ * 08:21 - [[2005 Mar 19]] revised by guest ([[changes => /revision/2005 Mar 19?time=1128514897]])
73
+ * 08:21 - [[sandbox]] revised by guest ([[changes => /revision/sandbox?time=1128514863]])
74
+
75
+ h2. 04 Oct
76
+
77
+ * 11:47 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1128440862]])
78
+ * 09:25 - [[Picture of Tom Counsell]] revised by tamc2 ([[changes => /revision/Picture of Tom Counsell?time=1128432324]])
79
+ * 09:25 - [[tamc2]] revised by tamc2 ([[changes => /revision/tamc2?time=1128432312]])
80
+ * 04:41 - [[[Soks] [Fwd: Re: [Rails] WriteBoard - Compare Revisions - How'd they do that?]]] revised by Bil Kleb ([[changes => /revision/[Soks] [Fwd: Re: [Rails] WriteBoard - Compare Revisions - How'd they do that?]?time=1128415262]])
81
+ * 02:50 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1128408626]])
82
+
83
+ h2. 03 Oct
84
+
85
+ * 11:23 - [[sandbox]] revised by demo ([[changes => /revision/sandbox?time=1128353027]])
86
+
87
+ h2. 02 Oct
88
+
89
+ * 05:18 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1128244714]])
90
+ * 04:24 - [[Site Index]] revised by the import script ([[changes => /revision/Site Index?time=1128241461]])
91
+ * 04:20 - [[Recent changes to this site]] revised by the import script ([[changes => /revision/Recent changes to this site?time=1128241246]])
92
+ * 04:19 - [[Sidebar Page]] revised by tamc2 ([[changes => /revision/Sidebar Page?time=1128241192]])
93
+ * 03:43 - [[Picture of Bil]] revised by the import script ([[changes => /revision/Picture of Bil?time=1128239018]])
94
+
95
+ h2. 01 Oct
96
+
97
+ * 18:05 - [[View-2]] revised by ChrisBlair ([[changes => /revision/View-2?time=1128204356]])
98
+ * 18:00 - [[[Soks] File upload bug]] revised by Bil Kleb ([[changes => /revision/[Soks] File upload bug?time=1128204038]])
99
+ * 18:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1128204035]])
100
+ * 18:00 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1128204027]])
101
+ * 17:57 - [[Home Page]] revised by ChrisBlair ([[changes => /revision/Home Page?time=1128203864]])
102
+ * 17:50 - [[Bug: File Uploads broken for Internet Explorer 6.0]] revised by tamc2 ([[changes => /revision/Bug: File Uploads broken for Internet Explorer 6.0?time=1128203404]])
103
+
104
+ h2. 29 Sep
105
+
106
+ * 09:56 - [[Bug: File Uploads broken for Internet Explorer 6.0]] revised by Bil Kleb ([[changes => /revision/Bug: File Uploads broken for Internet Explorer 6.0?time=1128002174]])
107
+ * 09:45 - [[Picture of Bil]] revised by Bil.Kleb ([[changes => /revision/Picture of Bil?time=1128001527]])
108
+ * 09:41 - [[Bil Kleb]] revised by Bil Kleb ([[changes => /revision/Bil Kleb?time=1128001281]])
109
+
110
+ h2. 28 Sep
111
+
112
+ * 22:05 - [[News: Soks 1.0.2 released]] revised by Karen ([[changes => /revision/News: Soks 1.0.2 released?time=1127959535]])
113
+
114
+ h2. 27 Sep
115
+
116
+ * 08:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1127822443]])
117
+ * 06:21 - [[News: Soks 1.0.2 released]] revised by tamc2 ([[changes => /revision/News: Soks 1.0.2 released?time=1127816473]])
118
+ * 03:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1127804433]])
119
+ * 03:00 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1127804427]])
120
+ * 02:21 - [[Home Page]] revised by tamc ([[changes => /revision/Home Page?time=1127802078]])
121
+ * 02:06 - [[Fixed Bug: AutomaticSummary can overwrite existing pages]] revised by tamc ([[changes => /revision/Fixed Bug: AutomaticSummary can overwrite existing pages?time=1127801214]])
122
+ * 02:06 - [[Bug: AutomaticSummary can overwrite existing pages]] revised by tamc ([[changes => /revision/Bug: AutomaticSummary can overwrite existing pages?time=1127801213]])
123
+ * 02:06 - [[Fixed Bug: AutomaticSummary does not remove pages]] revised by tamc ([[changes => /revision/Fixed Bug: AutomaticSummary does not remove pages?time=1127801175]])
124
+ * 02:05 - [[Bug: AutomaticSummary does not remove pages]] revised by tamc ([[changes => /revision/Bug: AutomaticSummary does not remove pages?time=1127801154]])
125
+ * 02:04 - [[News: Soks 1.0.2 released]] revised by tamc ([[changes => /revision/News: Soks 1.0.2 released?time=1127801053]])
126
+ * 00:23 - [[Distribution Home Page]] revised by tamc ([[changes => /revision/Distribution Home Page?time=1127795035]])
127
+ * 00:22 - [[README]] revised by tamc ([[changes => /revision/README?time=1127794944]])
128
+
129
+ h2. 25 Sep
130
+
131
+ * 16:01 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1127678488]])
132
+
133
+ h2. 23 Sep
134
+
135
+ * 09:37 - [[View-2]] revised by cristi ([[changes => /revision/View-2?time=1127482640]])
136
+
137
+ h2. 09 Sep
138
+
139
+ * 14:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1126288855]])
140
+ * 14:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1126288852]])
141
+ * 13:26 - [[Fixed Bug: AutomaticSummary does not reflect changes to summarised pages]] revised by tamc2 ([[changes => /revision/Fixed Bug: AutomaticSummary does not reflect changes to summarised pages?time=1126286784]])
142
+ * 07:11 - [[How to use the keyboard shortcuts]] revised by tes ([[changes => /revision/How to use the keyboard shortcuts?time=1126264297]])
143
+
144
+ h2. 05 Sep
145
+
146
+ * 19:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125961227]])
147
+ * 17:48 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1125956932]])
148
+ * 04:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125907241]])
149
+
150
+ h2. 04 Sep
151
+
152
+ * 17:29 - [[help?]] revised by test ([[changes => /revision/help??time=1125869372]])
153
+
154
+ h2. 03 Sep
155
+
156
+ * 05:22 - [[CategoryHelper]] revised by tamc2 ([[changes => /revision/CategoryHelper?time=1125739377]])
157
+
158
+ h2. 02 Sep
159
+
160
+ * 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125687633]])
161
+ * 15:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125687629]])
162
+ * 14:08 - [[Bug: AutomaticSummary can overwrite existing pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary can overwrite existing pages?time=1125684512]])
163
+ * 14:07 - [[Bug: AutomaticSummary does not remove pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary does not remove pages?time=1125684474]])
164
+ * 14:06 - [[CategoryHelper]] revised by tamc2 ([[changes => /revision/CategoryHelper?time=1125684397]])
165
+
166
+ h2. 31 Aug
167
+
168
+ * 15:08 - [[Bug: edit pages display the title of pages with inverted commas incorrectly]] revised by tamc2 ([[changes => /revision/Bug: edit pages display the title of pages with inverted commas incorrectly?time=1125515302]])
169
+ * 15:05 - [[Fixed bug: edit pages display the title of pages with inverted commas incorrectly]] revised by tamc2 ([[changes => /revision/Fixed bug: edit pages display the title of pages with inverted commas incorrectly?time=1125515146]])
170
+ * 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125514817]])
171
+ * 15:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125514813]])
172
+
173
+ h2. 30 Aug
174
+
175
+ * 17:11 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1125436292]])
176
+
177
+ h2. 29 Aug
178
+
179
+ * 16:00 - [[Soks Wiki - Support for page tagging added]] revised by Alexandru Popescu ([[changes => /revision/Soks Wiki - Support for page tagging added?time=1125345631]])
180
+ * 14:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125338426]])
181
+
182
+ h2. 27 Aug
183
+
184
+ * 19:00 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1125183639]])
185
+
186
+ h2. 26 Aug
187
+
188
+ * 03:34 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1125041686]])
189
+ * 03:28 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125041331]])
190
+
191
+ h2. 25 Aug
192
+
193
+ * 16:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125000028]])
194
+
195
+ h2. 24 Aug
196
+
197
+ * 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124910034]])
198
+ * 10:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124892021]])
199
+ * 09:37 - [[Changes to Soks-testing]] revised by tamc2 ([[changes => /revision/Changes to Soks-testing?time=1124890658]])
200
+ * 09:36 - [[Changes to Soks-development]] revised by tamc2 ([[changes => /revision/Changes to Soks-development?time=1124890606]])
201
+ * 09:23 - [[[Soks] Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/[Soks] Switch from CVS to Darcs?time=1124889825]])
202
+ * 09:19 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124889574]])
203
+ * 09:19 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124889573]])
204
+ * 06:37 - [[Bug: ERROR stack level too deep: day]] revised by tamc2 ([[changes => /revision/Bug: ERROR stack level too deep: day?time=1124879840]])
205
+
206
+ h2. 23 Aug
207
+
208
+ * 18:00 - [[[Soks] Switch from CVS to Darcs]] revised by Tom Counsell ([[changes => /revision/[Soks] Switch from CVS to Darcs?time=1124834437]])
209
+ * 18:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124834431]])
210
+ * 17:02 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124830923]])
211
+ * 14:46 - [[Home Page]] revised by Joseph Huang ([[changes => /revision/Home Page?time=1124822779]])
212
+ * 06:13 - [[DarcsWatcher]] revised by tamc2 ([[changes => /revision/DarcsWatcher?time=1124792021]])
213
+ * 06:08 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1124791719]])
214
+ * 06:07 - [[WatchPage]] revised by tamc2 ([[changes => /revision/WatchPage?time=1124791661]])
215
+ * 06:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124791225]])
216
+ * 06:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124791214]])
217
+ * 03:13 - [[How to get the latest Soks from cvs]] revised by tamc2 ([[changes => /revision/How to get the latest Soks from cvs?time=1124781233]])
218
+ * 02:49 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1124779747]])
219
+ * 02:26 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1124778412]])
220
+ * 02:23 - [[list of changes for older versions]] revised by tamc2 ([[changes => /revision/list of changes for older versions?time=1124778220]])
221
+ * 02:19 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1124777988]])
222
+
223
+ h2. 18 Aug
224
+
225
+ * 17:37 - [[Home Page]] revised by tamc2 ([[changes => /revision/Home Page?time=1124401051]])
226
+ * 17:30 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1124400618]])
227
+ * 14:38 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1124390324]])
228
+ * 11:24 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1124378672]])
229
+ * 11:21 - [[Home Page]] revised by Joseph Huang ([[changes => /revision/Home Page?time=1124378502]])
230
+ * 11:14 - [[Home Page]] revised by tamc2 ([[changes => /revision/Home Page?time=1124378053]])
231
+ * 11:13 - [[Distribution Home Page]] revised by tamc2 ([[changes => /revision/Distribution Home Page?time=1124378036]])
232
+ * 11:12 - [[How to hack soks]] revised by tamc2 ([[changes => /revision/How to hack soks?time=1124377944]])
233
+ * 11:11 - [[Soks's Licence]] revised by tamc2 ([[changes => /revision/Soks's Licence?time=1124377871]])
234
+ * 11:11 - [[Soks Licence]] revised by tamc2 ([[changes => /revision/Soks Licence?time=1124377866]])
235
+ * 04:38 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124354329]])
236
+
237
+ h2. 17 Aug
238
+
239
+ * 21:19 - [[Planned Features]] revised by Joseph Huang ([[changes => /revision/Planned Features?time=1124327985]])
240
+ * 20:52 - [[Automatic linking]] revised by Joseph Huang ([[changes => /revision/Automatic linking?time=1124326356]])
241
+ * 20:52 - [[Automatic linking between pages]] revised by Joseph Huang ([[changes => /revision/Automatic linking between pages?time=1124326355]])
242
+
243
+ h2. 16 Aug
244
+
245
+ * 07:45 - [[Home Page]] revised by Joseph Huang ([[changes => /revision/Home Page?time=1124192735]])
246
+ * 05:59 - [[Planned Features]] revised by Bil Kleb ([[changes => /revision/Planned Features?time=1124186356]])
247
+ * 04:27 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124180868]])
248
+
249
+ h2. 15 Aug
250
+
251
+ * 21:15 - [[Planned Features]] revised by Joseph Huang ([[changes => /revision/Planned Features?time=1124154918]])
252
+ * 20:55 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1124153719]])
253
+
254
+ h2. 11 Aug
255
+
256
+ * 04:55 - [[How to enable a blog]] revised by Giulio Piancastelli ([[changes => /revision/How to enable a blog?time=1123750509]])
257
+
258
+ h2. 10 Aug
259
+
260
+ * 14:10 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123697434]])
261
+ * 09:38 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1123681136]])
262
+ * 08:32 - [[How to enable a blog]] revised by Bil ([[changes => /revision/How to enable a blog?time=1123677154]])
263
+ * 05:38 - [[Sidebar Page]] revised by tamc2 ([[changes => /revision/Sidebar Page?time=1123666731]])
264
+ * 05:37 - [[News: Version 1-0-1 released]] revised by tamc2 ([[changes => /revision/News: Version 1-0-1 released?time=1123666676]])
265
+
266
+ h2. 09 Aug
267
+
268
+ * 17:33 - [[How to enable a blog]] revised by Bil ([[changes => /revision/How to enable a blog?time=1123623200]])
269
+ * 16:43 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123620232]])
270
+ * 16:31 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1123619477]])
271
+ * 16:04 - [[[Soks] Enabling blogs?]] revised by tamc2 ([[changes => /revision/[Soks] Enabling blogs??time=1123617896]])
272
+ * 14:54 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1123613669]])
273
+ * 14:53 - [[Author]] revised by tamc2 ([[changes => /revision/Author?time=1123613633]])
274
+ * 14:06 - [[Sidebar Page]] revised by tamc2 ([[changes => /revision/Sidebar Page?time=1123610799]])
275
+ * 13:33 - [[How to upgrade soks]] revised by tamc2 ([[changes => /revision/How to upgrade soks?time=1123608824]])
276
+ * 13:28 - [[News: Version 1-0-1 released]] revised by tamc2 ([[changes => /revision/News: Version 1-0-1 released?time=1123608530]])
277
+ * 13:25 - [[How to re-build the page cache]] revised by tamc2 ([[changes => /revision/How to re-build the page cache?time=1123608302]])
278
+ * 13:23 - [[Bug: Page.inserted_into is never purged]] revised by tamc2 ([[changes => /revision/Bug: Page.inserted_into is never purged?time=1123608197]])
279
+ * 13:22 - [[Fixed bug: E-mail addresses with hyphens not recognised]] revised by tamc2 ([[changes => /revision/Fixed bug: E-mail addresses with hyphens not recognised?time=1123608160]])
280
+ * 13:22 - [[Bug: E-mail addresses with hyphens not recognised]] revised by tamc2 ([[changes => /revision/Bug: E-mail addresses with hyphens not recognised?time=1123608160]])
281
+ * 13:22 - [[Fixed Bug: Does not redirect pages with no view]] revised by tamc2 ([[changes => /revision/Fixed Bug: Does not redirect pages with no view?time=1123608125]])
282
+ * 13:22 - [[Bug: Does not redirect pages with no view]] revised by tamc2 ([[changes => /revision/Bug: Does not redirect pages with no view?time=1123608125]])
283
+ * 13:21 - [[Fixed Bug: AutomaticSummary does not reflect changes to summarised pages]] revised by tamc2 ([[changes => /revision/Fixed Bug: AutomaticSummary does not reflect changes to summarised pages?time=1123608094]])
284
+ * 13:21 - [[Bug: AutomaticSummary does not reflect changes to summarised pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary does not reflect changes to summarised pages?time=1123608094]])
285
+ * 13:20 - [[Fixed Bug: Wrong title in Result Search page]] revised by tamc2 ([[changes => /revision/Fixed Bug: Wrong title in Result Search page?time=1123608046]])
286
+ * 13:20 - [[Bug: Wrong title in Result Search page]] revised by tamc2 ([[changes => /revision/Bug: Wrong title in Result Search page?time=1123608046]])
287
+ * 13:18 - [[README]] revised by tamc2 ([[changes => /revision/README?time=1123607929]])
288
+ * 10:00 - [[[Soks] Enabling blogs?]] revised by Tom Counsell ([[changes => /revision/[Soks] Enabling blogs??time=1123596007]])
289
+ * 04:48 - [[Syntax highlight code]] revised by tamc2 ([[changes => /revision/Syntax highlight code?time=1123577312]])
290
+
291
+ h2. 06 Aug
292
+
293
+ * 05:33 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123320821]])
294
+
295
+ h2. 29 Jul
296
+
297
+ * 11:01 - [[sandbox]] revised by Kelzer ([[changes => /revision/sandbox?time=1122649295]])
298
+ * 08:38 - [[Thinking about meta-data]] revised by Giulio Piancastelli ([[changes => /revision/Thinking about meta-data?time=1122640697]])
299
+
300
+ h2. 28 Jul
301
+
302
+ * 12:44 - [[Thinking about meta-data]] revised by tamc2 ([[changes => /revision/Thinking about meta-data?time=1122569096]])
303
+ * 12:18 - [[Thinking about meta-data]] revised by Giulio Piancastelli ([[changes => /revision/Thinking about meta-data?time=1122567482]])
304
+ * 09:35 - [[How to re-build the page cache]] revised by tamc2 ([[changes => /revision/How to re-build the page cache?time=1122557708]])
305
+ * 06:22 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1122546127]])
306
+
307
+ h2. 27 Jul
308
+
309
+ * 15:45 - [[Bug: E-mail addresses with hyphens not recognised]] revised by tamc2 ([[changes => /revision/Bug: E-mail addresses with hyphens not recognised?time=1122493547]])
310
+ * 15:44 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1122493498]])
311
+ * 15:01 - [[Bug: Does not redirect pages with no view]] revised by tamc2 ([[changes => /revision/Bug: Does not redirect pages with no view?time=1122490863]])
312
+ * 14:47 - [[Bug: AutomaticSummary does not reflect changes to summarised pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary does not reflect changes to summarised pages?time=1122490039]])
313
+ * 14:46 - [[Bug: Page.inserted_into is never purged]] revised by tamc2 ([[changes => /revision/Bug: Page.inserted_into is never purged?time=1122489997]])
314
+ * 13:08 - [[Thinking about meta-data]] revised by tamc2 ([[changes => /revision/Thinking about meta-data?time=1122484094]])
315
+ * 12:56 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1122483372]])
316
+ * 12:54 - [[How to hack soks]] revised by tamc2 ([[changes => /revision/How to hack soks?time=1122483256]])
317
+ * 10:39 - [[How to hack soks]] revised by Giulio Piancastelli ([[changes => /revision/How to hack soks?time=1122475152]])
318
+ * 10:29 - [[Bug: Wrong title in Result Search page]] revised by Giulio Piancastelli ([[changes => /revision/Bug: Wrong title in Result Search page?time=1122474575]])
319
+ * 10:26 - [[To Do List]] revised by Giulio Piancastelli ([[changes => /revision/To Do List?time=1122474419]])
320
+ * 06:02 - [[Home Page]] revised by tamc2 ([[changes => /revision/Home Page?time=1122458556]])
321
+ * 05:52 - [[Latest News]] revised by tamc2 ([[changes => /revision/Latest News?time=1122457965]])
322
+ * 05:22 - [[Recent changes to this site]] revised by tamc2 ([[changes => /revision/Recent changes to this site?time=1122456133]])
323
+ * 05:03 - [[This is a test]] revised by tamc2 ([[changes => /revision/This is a test?time=1122455013]])
324
+ * 03:42 - [[Bug: Wrong title in Result Search page]] revised by tamc2 ([[changes => /revision/Bug: Wrong title in Result Search page?time=1122450129]])
325
+
326
+ h2. 26 Jul
327
+
328
+ * 19:16 - [[This is a test]] revised by don ([[changes => /revision/This is a test?time=1122419781]])
329
+ * 10:08 - [[Bug: Wrong title in Result Search page]] revised by Giulio Piancastelli ([[changes => /revision/Bug: Wrong title in Result Search page?time=1122386925]])
330
+ * 07:17 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1122376653]])
331
+
332
+ h2. 25 Jul
333
+
334
+ * 13:48 - [[Automatic importers]] revised by tamc2 ([[changes => /revision/Automatic importers?time=1122313715]])
335
+ * 13:17 - [[How to hack soks]] revised by tamc2 ([[changes => /revision/How to hack soks?time=1122311821]])
336
+ * 13:14 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1122311644]])
337
+ * 13:10 - [[Bug: Wrong title in Result Search page]] revised by tamc2 ([[changes => /revision/Bug: Wrong title in Result Search page?time=1122311458]])
338
+ * 11:09 - [[Bug: Wrong title in Result Search page]] revised by Giulio Piancastelli ([[changes => /revision/Bug: Wrong title in Result Search page?time=1122304157]])
339
+ * 07:24 - [[Automatic exporters]] revised by tamc2 ([[changes => /revision/Automatic exporters?time=1122290674]])
340
+ * 07:24 - [[Automatic maintenance helpers]] revised by tamc2 ([[changes => /revision/Automatic maintenance helpers?time=1122290661]])
341
+ * 07:23 - [[Automatic counters]] revised by tamc2 ([[changes => /revision/Automatic counters?time=1122290626]])
342
+ * 07:23 - [[How to use the Automatic Helper classes]] revised by tamc2 ([[changes => /revision/How to use the Automatic Helper classes?time=1122290607]])
343
+ * 06:47 - [[Api for classes to modify the wiki]] revised by tamc2 ([[changes => /revision/Api for classes to modify the wiki?time=1122288428]])
344
+ * 06:43 - [[How to use the automatic summary classes]] revised by tamc2 ([[changes => /revision/How to use the automatic summary classes?time=1122288204]])
345
+ * 05:21 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1122283272]])
346
+
347
+
348
+ </div>
349
+
350
+ </automaticsummary>
351
+
352
+ Tag: Include this page in the distribution