Soks 1.0.1 → 1.0.2
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.
- data/README.txt +2 -17
- data/lib/helpers/default-helpers.rb +42 -41
- data/lib/soks-utils.rb +7 -1
- data/lib/soks-view.rb +5 -2
- data/lib/soks.rb +2 -2
- data/templates/default/content/Author.textile +2 -1
- data/templates/default/content/{Automatic%20linking%20between%20pages.textile → Automatic%20linking.textile} +1 -1
- data/templates/default/content/Home%20Page.textile +2 -2
- data/templates/default/content/How%20to%20get%20the%20latest%20Soks%20from%20cvs.textile +33 -11
- data/templates/default/content/How%20to%20hack%20soks.textile +1 -1
- data/templates/default/content/List%20of%20changes.textile +5 -131
- data/templates/default/content/News%3A%20Version%201%2D0%2D1%20released.textile +1 -1
- data/templates/default/content/Pages%20to%20include%20in%20the%20distribution.textile +5 -2
- data/templates/default/content/Planned%20Features.textile +12 -2
- data/templates/default/content/README.textile +2 -17
- data/templates/default/content/Recent%20changes%20to%20this%20site.textile +150 -123
- data/templates/default/content/SOKS%20features.textile +8 -9
- data/templates/default/content/Sidebar%20Page.textile +3 -0
- data/templates/default/content/Site%20Index.textile +17 -2
- data/templates/default/content/{Soks%20Licence.textile → Soks%27s%20Licence.textile} +0 -0
- data/templates/default/version.txt +1 -1
- data/templates/default/views/frame.rhtml +2 -2
- data/test/test_counter-helper.rb +25 -21
- data/test/test_soks-helpers.rb +46 -5
- data/test/test_soks-view.rb +14 -2
- data/test/test_soks.rb +9 -0
- metadata +5 -5
- data/templates/default/content/How%20to%20use%20the%20keyboard%20shortcuts.textile +0 -17
@@ -1,6 +1,6 @@
|
|
1
1
|
h1. Version 1-0-1 released
|
2
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
|
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
4
|
|
5
5
|
* Fixed bug: Wrong title in Result Search page
|
6
6
|
* Fixed bug: AutomaticSummary does not reflect changes to summarised pages
|
@@ -6,7 +6,6 @@ This is a list of pages that will be included in the default soks distribution.
|
|
6
6
|
|
7
7
|
* [[ Author ]]
|
8
8
|
* [[ Automatic Summaries ]]
|
9
|
-
* [[ Automatic linking between pages ]]
|
10
9
|
* [[ Bug: Does not make use of if-modified-since request headers ]]
|
11
10
|
* [[ Distribution Home Page ]]
|
12
11
|
* [[ How to administrate this wiki ]]
|
@@ -22,7 +21,6 @@ This is a list of pages that will be included in the default soks distribution.
|
|
22
21
|
* [[ Recent changes to this site ]]
|
23
22
|
* [[ SOKS features ]]
|
24
23
|
* [[ Site Index ]]
|
25
|
-
* [[ Soks Licence ]]
|
26
24
|
* [[ RSS feed ]]
|
27
25
|
* [[ Bug: GEM limits title lengths ]]
|
28
26
|
* [[ Planned Features ]]
|
@@ -35,6 +33,7 @@ This is a list of pages that will be included in the default soks distribution.
|
|
35
33
|
* [[ How to password protect your wiki ]]
|
36
34
|
* [[ Bug: Textile mishandles paragraphs ]]
|
37
35
|
* [[ Bug: Competing edits ]]
|
36
|
+
* [[ Sidebar Page ]]
|
38
37
|
* [[ Bug: Email adresses in page titles cause incorrect links ]]
|
39
38
|
* [[ Bug: Memory leak ]]
|
40
39
|
* [[ Pages to include in the distribution ]]
|
@@ -48,7 +47,11 @@ This is a list of pages that will be included in the default soks distribution.
|
|
48
47
|
* [[ How to use the Automatic Helper classes ]]
|
49
48
|
* [[ Automatic counters ]]
|
50
49
|
* [[ Automatic exporters ]]
|
50
|
+
* [[ Bug: Page.inserted_into is never purged ]]
|
51
|
+
* [[ How to re-build the page cache ]]
|
51
52
|
* [[ News: Version 1-0-1 released ]]
|
53
|
+
* [[ Automatic linking ]]
|
54
|
+
* [[ Soks's Licence ]]
|
52
55
|
|
53
56
|
|
54
57
|
</automaticsummary>
|
@@ -5,15 +5,25 @@ For features that are planned for the next release or two, see the to do list.
|
|
5
5
|
h2. Features in v1.1.0
|
6
6
|
|
7
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!).
|
8
9
|
|
9
10
|
h2. Features in v1.2.0
|
10
11
|
|
11
|
-
* A way of editing by paragraph as well as page
|
12
|
+
* A way of editing by paragraph as well as page, which would help avoid edit conflicts.
|
12
13
|
|
13
14
|
h1. Desired Features
|
14
15
|
|
15
|
-
|
16
|
+
Add what you would like to see, or email the author:
|
16
17
|
|
18
|
+
* 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.
|
19
|
+
* Some method of avoiding edit conflicts
|
20
|
+
** Page locking like Instiki would be okay, but paragraph locking once editing by paragraph is added would be better.
|
21
|
+
* Have a h1 with the page's title automatically sent to browsers, rather than requiring it to be added and update seperately.
|
22
|
+
* 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".
|
23
|
+
** Downside: this would use more memory and processor cycles
|
24
|
+
* Redirects with greedy matching: example, redirect ruby programming language, to ruby.
|
25
|
+
* Case insensitive URLs: for instance, /view/home-page instead of /view/HomePage (make one redirect to the other?)
|
26
|
+
** At the moment you may also use /view/home page (with the space) in many browsers.
|
17
27
|
* Flesh out the RSS feed:
|
18
28
|
** (Remove the logo and search box?)
|
19
29
|
** Replace the <notextile>* [[ page title ]]</notextile> asterisk and brackets with quotation marks? --Bil
|
@@ -2,7 +2,7 @@ h1. SOKS: Another Ruby Wiki
|
|
2
2
|
|
3
3
|
* This application is a Wiki (a system to allow the easy and collaborative editing of web pages).
|
4
4
|
* The project has been kindly hosted at http://rubyforge.org/projects/soks/
|
5
|
-
* The project wiki/home page is at www.soks.org
|
5
|
+
* The project wiki/home page is at http://www.soks.org
|
6
6
|
|
7
7
|
Quickstart:
|
8
8
|
# gem install Soks
|
@@ -59,21 +59,6 @@ h2. FEATURES
|
|
59
59
|
|
60
60
|
h2. BUGS
|
61
61
|
|
62
|
-
I suspect there are many,
|
63
|
-
* Insert page commands are not inhibited by notextile, pre or code tags
|
64
|
-
* Does not permit browsers to cache pages
|
65
|
-
* Not user friendly in the way it handles simultaneous edits of a page (last person to save wins)
|
66
|
-
|
67
|
-
See http://www.soks.org/wiki/KnownBugs for details.
|
68
|
-
|
69
|
-
h2. RELEASES
|
70
|
-
|
71
|
-
# 2005 Aug 09 - soks-1.0.1 - Seventh public release (beta)
|
72
|
-
# 2005 July 24 - soks-1.0.0 - Sixth public release (beta)
|
73
|
-
# 2005 Mar 21 - soks-0.0.7 - Fifth public release (alpha)
|
74
|
-
# 2005 Mar 15 - soks-0.0.6 - Fourth public release (alpha)
|
75
|
-
# 2005 Feb 12 - soks-0.0.5 - Third public release (alpha)
|
76
|
-
# 2005 Jan 24 - soks-0.0.4 - Second public release (alpha)
|
77
|
-
# 2005 Jan 11 - soks-0.0.2 - First public release (alpha)
|
62
|
+
I suspect there are many, see http://www.soks.org/wiki/KnownBugs for details.
|
78
63
|
|
79
64
|
Tag: Include this page in the distribution
|
@@ -8,6 +8,155 @@ A RSS feed of changes to this site is available [[ here => /listrss/recent chang
|
|
8
8
|
|
9
9
|
h2. Today
|
10
10
|
|
11
|
+
* 00:23 - [[Distribution Home Page]] revised by tamc ([[changes => /revision/Distribution Home Page?time=1127795035]])
|
12
|
+
* 00:22 - [[README]] revised by tamc ([[changes => /revision/README?time=1127794944]])
|
13
|
+
|
14
|
+
h2. Last Sunday
|
15
|
+
|
16
|
+
* 16:01 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1127678488]])
|
17
|
+
|
18
|
+
h2. Last Friday
|
19
|
+
|
20
|
+
* 09:37 - [[View-2]] revised by cristi ([[changes => /revision/View-2?time=1127482640]])
|
21
|
+
|
22
|
+
h2. 09 Sep
|
23
|
+
|
24
|
+
* 14:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1126288855]])
|
25
|
+
* 14:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1126288852]])
|
26
|
+
* 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]])
|
27
|
+
* 07:11 - [[How to use the keyboard shortcuts]] revised by tes ([[changes => /revision/How to use the keyboard shortcuts?time=1126264297]])
|
28
|
+
|
29
|
+
h2. 05 Sep
|
30
|
+
|
31
|
+
* 19:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125961227]])
|
32
|
+
* 17:48 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1125956932]])
|
33
|
+
* 04:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125907241]])
|
34
|
+
|
35
|
+
h2. 04 Sep
|
36
|
+
|
37
|
+
* 17:29 - [[help?]] revised by test ([[changes => /revision/help??time=1125869372]])
|
38
|
+
|
39
|
+
h2. 03 Sep
|
40
|
+
|
41
|
+
* 05:22 - [[CategoryHelper]] revised by tamc2 ([[changes => /revision/CategoryHelper?time=1125739377]])
|
42
|
+
|
43
|
+
h2. 02 Sep
|
44
|
+
|
45
|
+
* 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125687633]])
|
46
|
+
* 15:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125687629]])
|
47
|
+
* 14:08 - [[Bug: AutomaticSummary can overwrite existing pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary can overwrite existing pages?time=1125684512]])
|
48
|
+
* 14:07 - [[Bug: AutomaticSummary does not remove pages]] revised by tamc2 ([[changes => /revision/Bug: AutomaticSummary does not remove pages?time=1125684474]])
|
49
|
+
* 14:06 - [[CategoryHelper]] revised by tamc2 ([[changes => /revision/CategoryHelper?time=1125684397]])
|
50
|
+
|
51
|
+
h2. 31 Aug
|
52
|
+
|
53
|
+
* 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]])
|
54
|
+
* 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]])
|
55
|
+
* 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125514817]])
|
56
|
+
* 15:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125514813]])
|
57
|
+
|
58
|
+
h2. 30 Aug
|
59
|
+
|
60
|
+
* 17:11 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1125436292]])
|
61
|
+
|
62
|
+
h2. 29 Aug
|
63
|
+
|
64
|
+
* 16:00 - [[Soks Wiki - Support for page tagging added]] revised by Alexandru Popescu ([[changes => /revision/Soks Wiki - Support for page tagging added?time=1125345631]])
|
65
|
+
* 14:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125338426]])
|
66
|
+
|
67
|
+
h2. 27 Aug
|
68
|
+
|
69
|
+
* 19:00 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1125183639]])
|
70
|
+
|
71
|
+
h2. 26 Aug
|
72
|
+
|
73
|
+
* 03:34 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1125041686]])
|
74
|
+
* 03:28 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1125041331]])
|
75
|
+
|
76
|
+
h2. 25 Aug
|
77
|
+
|
78
|
+
* 16:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1125000028]])
|
79
|
+
|
80
|
+
h2. 24 Aug
|
81
|
+
|
82
|
+
* 15:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124910034]])
|
83
|
+
* 10:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124892021]])
|
84
|
+
* 09:37 - [[Changes to Soks-testing]] revised by tamc2 ([[changes => /revision/Changes to Soks-testing?time=1124890658]])
|
85
|
+
* 09:36 - [[Changes to Soks-development]] revised by tamc2 ([[changes => /revision/Changes to Soks-development?time=1124890606]])
|
86
|
+
* 09:23 - [[[Soks] Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/[Soks] Switch from CVS to Darcs?time=1124889825]])
|
87
|
+
* 09:19 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124889574]])
|
88
|
+
* 09:19 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124889573]])
|
89
|
+
* 06:37 - [[Bug: ERROR stack level too deep: day]] revised by tamc2 ([[changes => /revision/Bug: ERROR stack level too deep: day?time=1124879840]])
|
90
|
+
|
91
|
+
h2. 23 Aug
|
92
|
+
|
93
|
+
* 18:00 - [[[Soks] Switch from CVS to Darcs]] revised by Tom Counsell ([[changes => /revision/[Soks] Switch from CVS to Darcs?time=1124834437]])
|
94
|
+
* 18:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124834431]])
|
95
|
+
* 17:02 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124830923]])
|
96
|
+
* 14:46 - [[home page]] revised by Joseph Huang ([[changes => /revision/home page?time=1124822779]])
|
97
|
+
* 06:13 - [[DarcsWatcher]] revised by tamc2 ([[changes => /revision/DarcsWatcher?time=1124792021]])
|
98
|
+
* 06:08 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1124791719]])
|
99
|
+
* 06:07 - [[WatchPage]] revised by tamc2 ([[changes => /revision/WatchPage?time=1124791661]])
|
100
|
+
* 06:00 - [[Changes to Soks-development]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-development?time=1124791225]])
|
101
|
+
* 06:00 - [[Changes to Soks-testing]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-testing?time=1124791214]])
|
102
|
+
* 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]])
|
103
|
+
* 02:49 - [[News: Switch from CVS to Darcs]] revised by tamc2 ([[changes => /revision/News: Switch from CVS to Darcs?time=1124779747]])
|
104
|
+
* 02:26 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1124778412]])
|
105
|
+
* 02:23 - [[list of changes for older versions]] revised by tamc2 ([[changes => /revision/list of changes for older versions?time=1124778220]])
|
106
|
+
* 02:19 - [[Changes to Soks-Stable]] revised by DarcsWatcher ([[changes => /revision/Changes to Soks-Stable?time=1124777988]])
|
107
|
+
|
108
|
+
h2. 18 Aug
|
109
|
+
|
110
|
+
* 17:37 - [[home page]] revised by tamc2 ([[changes => /revision/home page?time=1124401051]])
|
111
|
+
* 17:30 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1124400618]])
|
112
|
+
* 14:38 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1124390324]])
|
113
|
+
* 11:24 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1124378672]])
|
114
|
+
* 11:21 - [[home page]] revised by Joseph Huang ([[changes => /revision/home page?time=1124378502]])
|
115
|
+
* 11:14 - [[home page]] revised by tamc2 ([[changes => /revision/home page?time=1124378053]])
|
116
|
+
* 11:13 - [[Distribution Home Page]] revised by tamc2 ([[changes => /revision/Distribution Home Page?time=1124378036]])
|
117
|
+
* 11:12 - [[How to hack soks]] revised by tamc2 ([[changes => /revision/How to hack soks?time=1124377944]])
|
118
|
+
* 11:11 - [[Soks's Licence]] revised by tamc2 ([[changes => /revision/Soks's Licence?time=1124377871]])
|
119
|
+
* 11:11 - [[Soks Licence]] revised by tamc2 ([[changes => /revision/Soks Licence?time=1124377866]])
|
120
|
+
* 04:38 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124354329]])
|
121
|
+
|
122
|
+
h2. 17 Aug
|
123
|
+
|
124
|
+
* 21:19 - [[Planned Features]] revised by Joseph Huang ([[changes => /revision/Planned Features?time=1124327985]])
|
125
|
+
* 20:52 - [[Automatic linking]] revised by Joseph Huang ([[changes => /revision/Automatic linking?time=1124326356]])
|
126
|
+
* 20:52 - [[Automatic linking between pages]] revised by Joseph Huang ([[changes => /revision/Automatic linking between pages?time=1124326355]])
|
127
|
+
|
128
|
+
h2. 16 Aug
|
129
|
+
|
130
|
+
* 07:45 - [[home page]] revised by Joseph Huang ([[changes => /revision/home page?time=1124192735]])
|
131
|
+
* 05:59 - [[Planned Features]] revised by Bil Kleb ([[changes => /revision/Planned Features?time=1124186356]])
|
132
|
+
* 04:27 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1124180868]])
|
133
|
+
|
134
|
+
h2. 15 Aug
|
135
|
+
|
136
|
+
* 21:15 - [[Planned Features]] revised by Joseph Huang ([[changes => /revision/Planned Features?time=1124154918]])
|
137
|
+
* 20:55 - [[SOKS features]] revised by Joseph Huang ([[changes => /revision/SOKS features?time=1124153719]])
|
138
|
+
|
139
|
+
h2. 11 Aug
|
140
|
+
|
141
|
+
* 04:55 - [[How to enable a blog]] revised by Giulio Piancastelli ([[changes => /revision/How to enable a blog?time=1123750509]])
|
142
|
+
|
143
|
+
h2. 10 Aug
|
144
|
+
|
145
|
+
* 14:10 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123697434]])
|
146
|
+
* 09:38 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1123681136]])
|
147
|
+
* 08:32 - [[How to enable a blog]] revised by Bil ([[changes => /revision/How to enable a blog?time=1123677154]])
|
148
|
+
* 05:38 - [[Sidebar Page]] revised by tamc2 ([[changes => /revision/Sidebar Page?time=1123666731]])
|
149
|
+
* 05:37 - [[News: Version 1-0-1 released]] revised by tamc2 ([[changes => /revision/News: Version 1-0-1 released?time=1123666676]])
|
150
|
+
|
151
|
+
h2. 09 Aug
|
152
|
+
|
153
|
+
* 17:33 - [[How to enable a blog]] revised by Bil ([[changes => /revision/How to enable a blog?time=1123623200]])
|
154
|
+
* 16:43 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123620232]])
|
155
|
+
* 16:31 - [[How to enable a blog]] revised by tamc2 ([[changes => /revision/How to enable a blog?time=1123619477]])
|
156
|
+
* 16:04 - [[[Soks] Enabling blogs?]] revised by tamc2 ([[changes => /revision/[Soks] Enabling blogs??time=1123617896]])
|
157
|
+
* 14:54 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1123613669]])
|
158
|
+
* 14:53 - [[Author]] revised by tamc2 ([[changes => /revision/Author?time=1123613633]])
|
159
|
+
* 14:06 - [[Sidebar Page]] revised by tamc2 ([[changes => /revision/Sidebar Page?time=1123610799]])
|
11
160
|
* 13:33 - [[How to upgrade soks]] revised by tamc2 ([[changes => /revision/How to upgrade soks?time=1123608824]])
|
12
161
|
* 13:28 - [[News: Version 1-0-1 released]] revised by tamc2 ([[changes => /revision/News: Version 1-0-1 released?time=1123608530]])
|
13
162
|
* 13:25 - [[How to re-build the page cache]] revised by tamc2 ([[changes => /revision/How to re-build the page cache?time=1123608302]])
|
@@ -20,12 +169,11 @@ h2. Today
|
|
20
169
|
* 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]])
|
21
170
|
* 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]])
|
22
171
|
* 13:20 - [[Bug: Wrong title in Result Search page]] revised by tamc2 ([[changes => /revision/Bug: Wrong title in Result Search page?time=1123608046]])
|
23
|
-
* 13:20 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123608021]])
|
24
172
|
* 13:18 - [[README]] revised by tamc2 ([[changes => /revision/README?time=1123607929]])
|
25
173
|
* 10:00 - [[[Soks] Enabling blogs?]] revised by Tom Counsell ([[changes => /revision/[Soks] Enabling blogs??time=1123596007]])
|
26
174
|
* 04:48 - [[Syntax highlight code]] revised by tamc2 ([[changes => /revision/Syntax highlight code?time=1123577312]])
|
27
175
|
|
28
|
-
h2.
|
176
|
+
h2. 06 Aug
|
29
177
|
|
30
178
|
* 05:33 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1123320821]])
|
31
179
|
|
@@ -150,127 +298,6 @@ h2. 23 Jul
|
|
150
298
|
* 17:10 - [[Bug: pages names with single quotes]] revised by tamc2 ([[changes => /revision/Bug: pages names with single quotes?time=1122153022]])
|
151
299
|
* 12:13 - [[Fixed Bug: Recent changes today can be yesterday]] revised by tamc2 ([[changes => /revision/Fixed Bug: Recent changes today can be yesterday?time=1122135201]])
|
152
300
|
* 12:13 - [[Bug: Recent changes today can be yesterday]] revised by tamc2 ([[changes => /revision/Bug: Recent changes today can be yesterday?time=1122135200]])
|
153
|
-
* 07:07 - [[Bug: Sok CVS tar file has "implausibly old time stamp"]] revised by Bil.Kleb ([[changes => /revision/Bug: Sok CVS tar file has "implausibly old time stamp"?time=1122116826]])
|
154
|
-
* 06:31 - [[Fixed Bug: Print stylesheet does not hide menu or commands]] revised by tamc2 ([[changes => /revision/Fixed Bug: Print stylesheet does not hide menu or commands?time=1122114711]])
|
155
|
-
* 06:31 - [[Bug: Print stylesheet does not hide menu or commands]] revised by tamc2 ([[changes => /revision/Bug: Print stylesheet does not hide menu or commands?time=1122114707]])
|
156
|
-
* 06:14 - [[Fixed Bug: Cannot change capitalization of a page title]] revised by tamc2 ([[changes => /revision/Fixed Bug: Cannot change capitalization of a page title?time=1122113676]])
|
157
|
-
* 06:14 - [[Bug: Cannot change capitalization of a page title]] revised by tamc2 ([[changes => /revision/Bug: Cannot change capitalization of a page title?time=1122113663]])
|
158
|
-
* 06:11 - [[Fixed Bug: Template pages should not be moved]] revised by tamc2 ([[changes => /revision/Fixed Bug: Template pages should not be moved?time=1122113488]])
|
159
|
-
* 06:11 - [[Bug: Template pages should not be moved]] revised by tamc2 ([[changes => /revision/Bug: Template pages should not be moved?time=1122113487]])
|
160
|
-
* 04:37 - [[Fixed Bug: AutomaticPageMover still apears in RecentChanges]] revised by tamc2 ([[changes => /revision/Fixed Bug: AutomaticPageMover still apears in RecentChanges?time=1122107872]])
|
161
|
-
* 04:37 - [[Bug: AutomaticPageMover still apears in RecentChanges]] revised by tamc2 ([[changes => /revision/Bug: AutomaticPageMover still apears in RecentChanges?time=1122107865]])
|
162
|
-
* 04:35 - [[News: Next release due, so this site is being edited]] revised by tamc2 ([[changes => /revision/News: Next release due, so this site is being edited?time=1122107703]])
|
163
|
-
|
164
|
-
h2. 22 Jul
|
165
|
-
|
166
|
-
* 12:00 - [[News: Next release due, so this site is being edited]] revised by tamc2 ([[changes => /revision/News: Next release due, so this site is being edited?time=1122048055]])
|
167
|
-
* 08:10 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1122034247]])
|
168
|
-
* 07:19 - [[List of changes]] revised by Bil Kleb ([[changes => /revision/List of changes?time=1122031181]])
|
169
|
-
* 07:01 - [[To Do List]] revised by Bil Kleb ([[changes => /revision/To Do List?time=1122030097]])
|
170
|
-
* 06:43 - [[Planned Features]] revised by Bil Kleb ([[changes => /revision/Planned Features?time=1122029002]])
|
171
|
-
|
172
|
-
h2. 21 Jul
|
173
|
-
|
174
|
-
* 18:01 - [[[Soks] Sub wikis]] revised by Tom Counsell ([[changes => /revision/[Soks] Sub wikis?time=1121983315]])
|
175
|
-
|
176
|
-
h2. 07 Jul
|
177
|
-
|
178
|
-
* 17:35 - [[WG: Delivery Status Notification (Failure)]] revised by tamc2 ([[changes => /revision/WG: Delivery Status Notification (Failure)?time=1120772158]])
|
179
|
-
|
180
|
-
h2. 05 Jul
|
181
|
-
|
182
|
-
* 13:31 - [[[Fwd: NASA Half-summer of Code]]] revised by tamc2 ([[changes => /revision/[Fwd: NASA Half-summer of Code]?time=1120584716]])
|
183
|
-
* 12:00 - [[[Fwd: NASA Half-summer of Code]]] revised by Bil Kleb ([[changes => /revision/[Fwd: NASA Half-summer of Code]?time=1120579235]])
|
184
|
-
* 09:03 - [[Information regarding the registration of SOKS.ORG]] revised by tamc2 ([[changes => /revision/Information regarding the registration of SOKS.ORG?time=1120568610]])
|
185
|
-
|
186
|
-
h2. 02 Jul
|
187
|
-
|
188
|
-
* 17:09 - [[Recent changes to this site]] revised by tamc2 ([[changes => /revision/Recent changes to this site?time=1120338554]])
|
189
|
-
|
190
|
-
h2. 30 Jun
|
191
|
-
|
192
|
-
* 09:02 - [[Bug: Memory leak]] revised by tamc2 ([[changes => /revision/Bug: Memory leak?time=1120136531]])
|
193
|
-
* 05:44 - [[News: Version numbering system change]] revised by tamc2 ([[changes => /revision/News: Version numbering system change?time=1120124675]])
|
194
|
-
* 05:37 - [[Planned Features]] revised by tamc2 ([[changes => /revision/Planned Features?time=1120124230]])
|
195
|
-
* 05:30 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1120123835]])
|
196
|
-
* 05:19 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1120123170]])
|
197
|
-
|
198
|
-
h2. 28 Jun
|
199
|
-
|
200
|
-
* 17:47 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1119995234]])
|
201
|
-
* 17:43 - [[List of changes]] revised by tamc2 ([[changes => /revision/List of changes?time=1119994999]])
|
202
|
-
|
203
|
-
h2. 13 Jun
|
204
|
-
|
205
|
-
* 09:20 - [[[Soks] soks site down]] revised by Bil Kleb ([[changes => /revision/[Soks] soks site down?time=1118668836]])
|
206
|
-
|
207
|
-
h2. 09 Jun
|
208
|
-
|
209
|
-
* 20:24 - [[Important Information Regarding Your Purchase]] revised by tamc2 ([[changes => /revision/Important Information Regarding Your Purchase?time=1118363070]])
|
210
|
-
* 19:54 - [[[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']]] revised by tamc2 ([[changes => /revision/[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']?time=1118361290]])
|
211
|
-
* 19:50 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1118361026]])
|
212
|
-
* 19:43 - [[Bug: Email adresses in page titles cause incorrect links]] revised by tamc2 ([[changes => /revision/Bug: Email adresses in page titles cause incorrect links?time=1118360638]])
|
213
|
-
* 19:38 - [[[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a]] revised by tamc2 ([[changes => /revision/[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a?time=1118360309]])
|
214
|
-
* 19:38 - [[[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']]] revised by tamc2 ([[changes => /revision/[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']?time=1118360301]])
|
215
|
-
* 19:02 - [[[Soks] soks site down]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] soks site down?time=1118358120]])
|
216
|
-
* 19:01 - [[[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']]] revised by Tom Counsell ([[changes => /revision/[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']?time=1118358093]])
|
217
|
-
* 19:01 - [[[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] [Fwd: Re: [ redcloth-Bugs-1640 ] email addresses with a '-' in the adressee are not linked properly to a 'mailto:first-second@somewhere.com']?time=1118358083]])
|
218
|
-
|
219
|
-
h2. 26 May
|
220
|
-
|
221
|
-
* 10:29 - [[Bug: E-mail addresses with hyphens not recognised]] revised by tamc2 ([[changes => /revision/Bug: E-mail addresses with hyphens not recognised?time=1117117777]])
|
222
|
-
* 07:17 - [[Latest News]] revised by tamc2 ([[changes => /revision/Latest News?time=1117106257]])
|
223
|
-
* 05:59 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1117101543]])
|
224
|
-
|
225
|
-
h2. 24 May
|
226
|
-
|
227
|
-
* 12:24 - [[Ruby wiki reccomendation]] revised by tamc2 ([[changes => /revision/Ruby wiki reccomendation?time=1116951887]])
|
228
|
-
* 12:01 - [[Ruby wiki reccomendation]] revised by Ara.T.Howard ([[changes => /revision/Ruby wiki reccomendation?time=1116950464]])
|
229
|
-
|
230
|
-
h2. 23 May
|
231
|
-
|
232
|
-
* 15:44 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1116877466]])
|
233
|
-
* 15:30 - [[AHoward]] revised by tamc2 ([[changes => /revision/AHoward?time=1116876606]])
|
234
|
-
* 10:37 - [[AHoward]] revised by ahoward ([[changes => /revision/AHoward?time=1116859065]])
|
235
|
-
* 10:36 - [[Picture of hh.jpg]] revised by ahoward ([[changes => /revision/Picture of hh.jpg?time=1116858975]])
|
236
|
-
* 03:11 - [[Recent changes to this site]] revised by tamc2 ([[changes => /revision/Recent changes to this site?time=1116832318]])
|
237
|
-
|
238
|
-
h2. 22 May
|
239
|
-
|
240
|
-
* 18:05 - [[To Do List]] revised by tamc2 ([[changes => /revision/To Do List?time=1116799525]])
|
241
|
-
* 17:59 - [[[Soks] home page counter]] revised by tamc2 ([[changes => /revision/[Soks] home page counter?time=1116799170]])
|
242
|
-
* 15:00 - [[Status Alert: Domain Change Notification]] revised by tamc2 ([[changes => /revision/Status Alert: Domain Change Notification?time=1116788446]])
|
243
|
-
* 14:57 - [[[Soks] bug in time units]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] bug in time units?time=1116788246]])
|
244
|
-
* 14:57 - [[[Soks] Some counter thoughts]] revised by Bil.Kleb@nasa.gov ([[changes => /revision/[Soks] Some counter thoughts?time=1116788243]])
|
245
|
-
* 14:57 - [[[Soks] www.soks.org proxy error]] revised by Bil.Kleb@nasa.gov ([[changes => /revision/[Soks] www.soks.org proxy error?time=1116788242]])
|
246
|
-
* 14:57 - [[[ANN] Defaultable 0.0.3]] revised by John W. Long ([[changes => /revision/[ANN] Defaultable 0.0.3?time=1116788241]])
|
247
|
-
* 14:57 - [[Days in month]] revised by Ara.T.Howard@noaa.gov ([[changes => /revision/Days in month?time=1116788239]])
|
248
|
-
* 14:57 - [[[Soks] Editing CSS through browser]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] Editing CSS through browser?time=1116788237]])
|
249
|
-
* 14:57 - [[[Soks] Popular pages default refresh rate]] revised by Bil Kleb ([[changes => /revision/[Soks] Popular pages default refresh rate?time=1116788236]])
|
250
|
-
* 14:57 - [[[Soks] RSS feed of recent changes]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] RSS feed of recent changes?time=1116788235]])
|
251
|
-
* 14:57 - [[[Soks] Parentheses]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] Parentheses?time=1116788234]])
|
252
|
-
* 14:57 - [[[Soks] home page counter]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] home page counter?time=1116788232]])
|
253
|
-
* 14:57 - [[[Soks] automatic summaries and page expiration dates]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] automatic summaries and page expiration dates?time=1116788229]])
|
254
|
-
* 14:57 - [[[Soks] editing Automatic Summary pages]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] editing Automatic Summary pages?time=1116788228]])
|
255
|
-
* 14:57 - [[[Soks] upload filesize limit?]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] upload filesize limit??time=1116788227]])
|
256
|
-
* 14:57 - [[[Soks] AutomaticSummary :lines_to_show]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] AutomaticSummary :lines_to_show?time=1116788226]])
|
257
|
-
* 14:57 - [[Soks Stylesheet]] revised by Fredrik Wartenberg (LN/EAB) ([[changes => /revision/Soks Stylesheet?time=1116788223]])
|
258
|
-
* 14:57 - [[[Soks] Recent Changes revisions: 404]] revised by Bil.Kleb@NASA.gov ([[changes => /revision/[Soks] Recent Changes revisions: 404?time=1116788220]])
|
259
|
-
* 14:56 - [[Rich media viewing in Soks Wiki?]] revised by Victor Ng-Thow-Hing ([[changes => /revision/Rich media viewing in Soks Wiki??time=1116788216]])
|
260
|
-
* 14:56 - [[paragraphs and explicit linebreaks]] revised by Martin DeMello ([[changes => /revision/paragraphs and explicit linebreaks?time=1116788215]])
|
261
|
-
* 14:56 - [[May I use your Redcloth ToC code]] revised by Guillaume Marcais ([[changes => /revision/May I use your Redcloth ToC code?time=1116788214]])
|
262
|
-
* 14:56 - [[Wikis]] revised by Barry Dmytro ([[changes => /revision/Wikis?time=1116788212]])
|
263
|
-
* 14:56 - [[Test-first (was Re: [Soks] Dynamic menu)]] revised by Bil Kleb ([[changes => /revision/Test-first (was Re: [Soks] Dynamic menu)?time=1116788211]])
|
264
|
-
* 14:56 - [[Soks...]] revised by Sebastien Clediere ([[changes => /revision/Soks...?time=1116788208]])
|
265
|
-
* 14:56 - [[[Soks] calendar feature]] revised by Bil Kleb ([[changes => /revision/[Soks] calendar feature?time=1116788205]])
|
266
|
-
* 14:56 - [[[Soks] Recent changes: "Today"]] revised by Tom Counsell ([[changes => /revision/[Soks] Recent changes: "Today"?time=1116788205]])
|
267
|
-
* 14:56 - [[print_stylesheet.css]] revised by =?ISO-8859-1?Q?Pavel_S=FDkora?= ([[changes => /revision/print_stylesheet.css?time=1116788203]])
|
268
|
-
* 14:56 - [[[Soks] page counters, etc.]] revised by Tom Counsell ([[changes => /revision/[Soks] page counters, etc.?time=1116788201]])
|
269
|
-
* 14:56 - [[[Soks] downcasing page names]] revised by Tom Counsell ([[changes => /revision/[Soks] downcasing page names?time=1116788198]])
|
270
|
-
* 14:56 - [[[Soks] Re: Eeek !]] revised by Bil Kleb ([[changes => /revision/[Soks] Re: Eeek !?time=1116788197]])
|
271
|
-
* 14:56 - [[[Soks] (no subject)]] revised by Bil.Kleb@nasa.gov ([[changes => /revision/[Soks] (no subject)?time=1116788195]])
|
272
|
-
* 14:56 - [[[Soks] [Fwd: *cloth and ToC]]] revised by Bil Kleb ([[changes => /revision/[Soks] [Fwd: *cloth and ToC]?time=1116788193]])
|
273
|
-
* 14:56 - [[[Soks] Soks speed]] revised by Tom Counsell ([[changes => /revision/[Soks] Soks speed?time=1116788189]])
|
274
301
|
|
275
302
|
|
276
303
|
</div>
|
@@ -2,19 +2,18 @@ h2. Soks Features
|
|
2
2
|
|
3
3
|
p{font-size: x-small;}. Soks Features is a separate page that has been inserted into the home page using [ [ insert soks features ]].
|
4
4
|
|
5
|
-
* Automatic linking between pages (no
|
6
|
-
*
|
5
|
+
* Automatic linking between pages (no ugly WikiWords or brackets).
|
6
|
+
* Add, move and delete pages easily
|
7
7
|
* Calendars, automatic summaries and the like
|
8
|
-
* An
|
9
|
-
* Flat file storage (
|
10
|
-
*
|
11
|
-
* [[
|
8
|
+
* An API for classes to modify the wiki
|
9
|
+
* Flat file storage (which makes it easy to [[ import from instiki => how to import a site from instiki ]] using its export function)
|
10
|
+
* Theming: easily change the how the wiki looks using per wiki templates.
|
11
|
+
* [[password protection => how to password protect your wiki]] support, with the authentication scheme selected based on a regexp of the page title.
|
12
12
|
* Built in web server (No need for Apache)
|
13
|
-
* Textile
|
13
|
+
* Textile text formatting
|
14
14
|
* Uploads and Images
|
15
|
-
* RSS feed for
|
15
|
+
* RSS: a feed for each page enables easy tracking of changes
|
16
16
|
|
17
17
|
See also: planned features and list of changes
|
18
18
|
|
19
19
|
p{display:none;}. Tag: Include this page in the distribution
|
20
|
-
|
@@ -49,6 +49,7 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
49
49
|
* [[ [Soks] Soks-0.0.5: RecentChanges ignoring 'changes' argument? ]]
|
50
50
|
* [[ [Soks] Some counter thoughts ]]
|
51
51
|
* [[ [Soks] Sub wikis ]]
|
52
|
+
* [[ [Soks] Switch from CVS to Darcs ]]
|
52
53
|
* [[ [Soks] Trouble adding new page ]]
|
53
54
|
* [[ [Soks] unanticipated rollbacks ]]
|
54
55
|
* [[ [Soks] upload filesize limit? ]]
|
@@ -65,7 +66,7 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
65
66
|
* [[ Automatic counters ]]
|
66
67
|
* [[ Automatic exporters ]]
|
67
68
|
* [[ Automatic importers ]]
|
68
|
-
* [[ Automatic linking
|
69
|
+
* [[ Automatic linking ]]
|
69
70
|
* [[ Automatic maintenance helpers ]]
|
70
71
|
* [[ Automatic Summaries ]]
|
71
72
|
* [[ AW: soks vs. instiki ]]
|
@@ -74,9 +75,13 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
74
75
|
* [[ Bil ]]
|
75
76
|
* [[ Bil Kleb ]]
|
76
77
|
* [[ Bill Wood ]]
|
78
|
+
* [[ Bug: AutomaticSummary can overwrite existing pages ]]
|
79
|
+
* [[ Bug: AutomaticSummary does not remove pages ]]
|
77
80
|
* [[ Bug: Competing edits ]]
|
78
81
|
* [[ Bug: Does not make use of if-modified-since request headers ]]
|
82
|
+
* [[ Bug: edit pages display the title of pages with inverted commas incorrectly ]]
|
79
83
|
* [[ Bug: Email adresses in page titles cause incorrect links ]]
|
84
|
+
* [[ Bug: ERROR stack level too deep: day ]]
|
80
85
|
* [[ Bug: GEM limits title lengths ]]
|
81
86
|
* [[ Bug: Memory leak ]]
|
82
87
|
* [[ Bug: notextile does not prevent page inserts ]]
|
@@ -85,7 +90,12 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
85
90
|
* [[ Bug: Textile mishandles paragraphs ]]
|
86
91
|
* [[ Bug: Type a title here ]]
|
87
92
|
* [[ Bug: Unanticipated Rollbacks ]]
|
93
|
+
* [[ CategoryHelper ]]
|
94
|
+
* [[ Changes to Soks-development ]]
|
95
|
+
* [[ Changes to Soks-Stable ]]
|
96
|
+
* [[ Changes to Soks-testing ]]
|
88
97
|
* [[ ctrl-n ]]
|
98
|
+
* [[ DarcsWatcher ]]
|
89
99
|
* [[ Days in month ]]
|
90
100
|
* [[ del.icio.us/tag/ruby :: ::ruby ]]
|
91
101
|
* [[ Distribution Home Page ]]
|
@@ -138,6 +148,7 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
138
148
|
* [[ How to add movies, svg, flash and other embedded objects ]]
|
139
149
|
* [[ How to administrate this wiki ]]
|
140
150
|
* [[ How to change the way this wiki looks ]]
|
151
|
+
* [[ How to enable a blog ]]
|
141
152
|
* [[ How to export a site from this wiki ]]
|
142
153
|
* [[ How to get the latest Soks from cvs ]]
|
143
154
|
* [[ How to hack soks ]]
|
@@ -162,6 +173,7 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
162
173
|
* [[ New page templates or categories code ]]
|
163
174
|
* [[ New Recent Changes class ]]
|
164
175
|
* [[ News: Next release due, so this site is being edited ]]
|
176
|
+
* [[ News: Switch from CVS to Darcs ]]
|
165
177
|
* [[ News: Version 0.0.6 Released ]]
|
166
178
|
* [[ News: Version 0.0.7 Released ]]
|
167
179
|
* [[ News: Version 1-0-0 released ]]
|
@@ -189,11 +201,12 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
189
201
|
* [[ Soks 0.0.5 feedback... ]]
|
190
202
|
* [[ Soks correction for windows... ]]
|
191
203
|
* [[ SOKS features ]]
|
192
|
-
* [[ Soks Licence ]]
|
193
204
|
* [[ Soks stopping problem. ]]
|
194
205
|
* [[ Soks Stylesheet ]]
|
195
206
|
* [[ Soks v-0-0-5 released ]]
|
196
207
|
* [[ soks vs. instiki ]]
|
208
|
+
* [[ Soks Wiki - Support for page tagging added ]]
|
209
|
+
* [[ Soks's Licence ]]
|
197
210
|
* [[ Soks... ]]
|
198
211
|
* [[ SoksSpace ]]
|
199
212
|
* [[ Syntax highlight code ]]
|
@@ -209,6 +222,8 @@ p{font-size: x-small;}. Site Index was created automatically from pages whose ti
|
|
209
222
|
* [[ Try Ruwiki, too (Re: [ANN] Soks - Yet Another Wiki) ]]
|
210
223
|
* [[ Type a title here ]]
|
211
224
|
* [[ Ugly Page URLs in Soks ]]
|
225
|
+
* [[ View-2 ]]
|
226
|
+
* [[ WatchPage ]]
|
212
227
|
* [[ What's the best way to write a Textile-to-PDF::Writer converter? ]]
|
213
228
|
* [[ Why "pre" AND "code" tags in Textile Markup? ]]
|
214
229
|
* [[ Wikis ]]
|