Soks 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. data/LICENSE.txt +7 -3
  2. data/README.txt +16 -21
  3. data/bin/soks-create-wiki.rb +3 -2
  4. data/contrib/redcloth-2.0.11.rb +1 -1
  5. data/lib/soks-helpers.rb +7 -4
  6. data/lib/soks-model.rb +17 -9
  7. data/lib/soks-storage.rb +55 -72
  8. data/lib/soks-view.rb +32 -87
  9. data/templates/default/attachment/stylesheet.css +7 -0
  10. data/templates/default/content/All%20News.textile +9 -0
  11. data/templates/default/content/Author.textile +12 -0
  12. data/templates/default/content/Automatic%20Summaries.textile +77 -0
  13. data/templates/default/content/Automatic%20linking%20between%20pages.textile +5 -0
  14. data/templates/default/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile +1 -0
  15. data/templates/default/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile +1 -0
  16. data/templates/default/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile +1 -0
  17. data/templates/default/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile +1 -0
  18. data/templates/default/content/Bug%3A%20GEM%20limits%20title%20lengths.textile +1 -0
  19. data/templates/default/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile +1 -0
  20. data/templates/default/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile +1 -0
  21. data/templates/default/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile +1 -0
  22. data/templates/default/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile +1 -0
  23. data/templates/default/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile +1 -0
  24. data/templates/default/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile +1 -0
  25. data/templates/default/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +1 -0
  26. data/templates/default/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile +1 -0
  27. data/templates/default/content/{Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%20sometimes%20not%20linked.textile → Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile} +3 -0
  28. data/templates/default/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile +9 -0
  29. data/templates/default/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile +15 -0
  30. data/templates/default/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile +3 -0
  31. data/templates/default/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +3 -0
  32. data/templates/default/content/{Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in%20html.textile → Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile} +2 -0
  33. data/templates/default/content/Home%20Page.textile +19 -0
  34. data/templates/default/content/How%20to%20hack%20soks.textile +1 -1
  35. data/templates/default/content/How%20to%20install%20Soks.textile +27 -0
  36. data/templates/default/content/How%20to%20use%20the%20keyboard%20shortcuts.textile +13 -0
  37. data/templates/default/content/How%20to%20use%20this%20wiki.textile +2 -2
  38. data/templates/default/content/Instructions%20and%20Howtos.textile +17 -0
  39. data/templates/default/content/Known%20bugs.textile +16 -0
  40. data/templates/default/content/Latest%20News.textile +9 -0
  41. data/templates/default/content/Picture%20of%20Type%20a%20title%20here.textile +1 -0
  42. data/templates/default/content/README.textile +61 -0
  43. data/templates/default/content/RSS%20feed.textile +7 -0
  44. data/templates/default/content/Recent%20Blog%20Entries.textile +5 -0
  45. data/templates/default/content/Recent%20Changes%20to%20This%20Site.textile +96 -0
  46. data/templates/default/content/Recent%20News.textile +9 -0
  47. data/templates/default/content/Ruby.textile +9 -0
  48. data/templates/default/content/SOKS%20features.textile +12 -0
  49. data/templates/default/content/Site%20Index.textile +55 -0
  50. data/templates/default/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile +3 -0
  51. data/templates/default/content/let%20me%20know.textile +1 -0
  52. data/templates/default/content/sandbox.textile +2 -0
  53. data/templates/default/content/tamc2.textile +1 -0
  54. data/templates/default/content/test%20page.textile +1 -0
  55. data/templates/default/start.rb +10 -4
  56. data/templates/default/version.txt +1 -1
  57. data/templates/default/views/Page_rss.rhtml +1 -1
  58. data/templates/default/views/frame.rhtml +3 -2
  59. data/templates/instiki/content/All%20News.textile +9 -0
  60. data/templates/instiki/content/Author.textile +12 -0
  61. data/templates/instiki/content/Automatic%20Summaries.textile +77 -0
  62. data/templates/instiki/content/Automatic%20linking%20between%20pages.textile +5 -0
  63. data/templates/instiki/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile +1 -0
  64. data/templates/instiki/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile +1 -0
  65. data/templates/instiki/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile +1 -0
  66. data/templates/instiki/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile +1 -0
  67. data/templates/instiki/content/Bug%3A%20GEM%20limits%20title%20lengths.textile +1 -0
  68. data/templates/instiki/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile +1 -0
  69. data/templates/instiki/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile +1 -0
  70. data/templates/instiki/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile +1 -0
  71. data/templates/instiki/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile +1 -0
  72. data/templates/instiki/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile +1 -0
  73. data/templates/instiki/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile +1 -0
  74. data/templates/instiki/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +1 -0
  75. data/templates/instiki/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile +1 -0
  76. data/templates/instiki/content/Bug%3A%20Uploads%20are%20not%20password%20protected.textile +3 -0
  77. data/templates/instiki/content/Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile +13 -0
  78. data/templates/instiki/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile +9 -0
  79. data/templates/instiki/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile +15 -0
  80. data/templates/instiki/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile +3 -0
  81. data/templates/instiki/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +3 -0
  82. data/templates/instiki/content/Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile +5 -0
  83. data/templates/instiki/content/Home%20Page.textile +19 -0
  84. data/templates/instiki/content/How%20to%20hack%20soks.textile +1 -1
  85. data/templates/instiki/content/How%20to%20install%20Soks.textile +27 -0
  86. data/templates/instiki/content/How%20to%20use%20the%20keyboard%20shortcuts.textile +13 -0
  87. data/templates/instiki/content/{Pointers%20on%20how%20to%20use%20this%20wiki.textile → How%20to%20use%20this%20wiki.textile} +2 -2
  88. data/templates/instiki/content/Instructions%20and%20Howtos.textile +17 -0
  89. data/templates/instiki/content/Known%20bugs.textile +14 -6
  90. data/templates/instiki/content/Latest%20News.textile +9 -0
  91. data/templates/instiki/content/List%20of%20changes.textile +2 -1
  92. data/templates/instiki/content/Picture%20of%20Type%20a%20title%20here.textile +1 -0
  93. data/templates/instiki/content/Picture%20of%20a%20pair%20of%20soks.textile +1 -1
  94. data/templates/instiki/content/README.textile +61 -0
  95. data/templates/instiki/content/RSS%20feed.textile +7 -0
  96. data/templates/instiki/content/Recent%20Blog%20Entries.textile +3 -1
  97. data/templates/instiki/content/Recent%20Changes%20to%20This%20Site.textile +95 -47
  98. data/templates/instiki/content/Recent%20News.textile +9 -0
  99. data/templates/instiki/content/Ruby.textile +9 -0
  100. data/templates/instiki/content/SOKS%20features.textile +12 -0
  101. data/templates/instiki/content/Site%20Index.textile +54 -15
  102. data/templates/instiki/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile +3 -0
  103. data/templates/instiki/content/let%20me%20know.textile +1 -0
  104. data/templates/instiki/content/sandbox.textile +2 -0
  105. data/templates/instiki/content/tamc2.textile +1 -0
  106. data/templates/instiki/content/test%20page.textile +1 -0
  107. data/templates/instiki/start.rb +27 -0
  108. data/templates/instiki/version.txt +1 -1
  109. data/templates/rails/content/All%20News.textile +9 -0
  110. data/templates/rails/content/Author.textile +12 -0
  111. data/templates/rails/content/Automatic%20Summaries.textile +77 -0
  112. data/templates/rails/content/Automatic%20linking%20between%20pages.textile +5 -0
  113. data/templates/rails/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile +1 -0
  114. data/templates/rails/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile +1 -0
  115. data/templates/rails/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile +1 -0
  116. data/templates/rails/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile +1 -0
  117. data/templates/rails/content/Bug%3A%20GEM%20limits%20title%20lengths.textile +1 -0
  118. data/templates/rails/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile +1 -0
  119. data/templates/rails/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile +1 -0
  120. data/templates/rails/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile +1 -0
  121. data/templates/rails/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile +1 -0
  122. data/templates/rails/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile +1 -0
  123. data/templates/rails/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile +1 -0
  124. data/templates/rails/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +1 -0
  125. data/templates/rails/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile +1 -0
  126. data/templates/rails/content/Bug%3A%20Uploads%20are%20not%20password%20protected.textile +3 -0
  127. data/templates/rails/content/Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile +13 -0
  128. data/templates/rails/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile +9 -0
  129. data/templates/rails/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile +15 -0
  130. data/templates/rails/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile +3 -0
  131. data/templates/rails/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile +3 -0
  132. data/templates/rails/content/Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile +5 -0
  133. data/templates/rails/content/Home%20Page.textile +19 -0
  134. data/templates/rails/content/How%20to%20hack%20soks.textile +1 -1
  135. data/templates/rails/content/How%20to%20install%20Soks.textile +27 -0
  136. data/templates/rails/content/How%20to%20use%20the%20keyboard%20shortcuts.textile +13 -0
  137. data/templates/rails/content/{Pointers%20on%20how%20to%20use%20this%20wiki.textile → How%20to%20use%20this%20wiki.textile} +2 -2
  138. data/templates/rails/content/Instructions%20and%20Howtos.textile +17 -0
  139. data/templates/rails/content/Known%20bugs.textile +14 -6
  140. data/templates/rails/content/Latest%20News.textile +9 -0
  141. data/templates/rails/content/List%20of%20changes.textile +2 -1
  142. data/templates/rails/content/Picture%20of%20Type%20a%20title%20here.textile +1 -0
  143. data/templates/rails/content/Picture%20of%20a%20pair%20of%20soks.textile +1 -1
  144. data/templates/rails/content/README.textile +61 -0
  145. data/templates/rails/content/RSS%20feed.textile +7 -0
  146. data/templates/rails/content/Recent%20Blog%20Entries.textile +3 -1
  147. data/templates/rails/content/Recent%20Changes%20to%20This%20Site.textile +95 -47
  148. data/templates/rails/content/Recent%20News.textile +9 -0
  149. data/templates/rails/content/Ruby.textile +9 -0
  150. data/templates/rails/content/SOKS%20features.textile +12 -0
  151. data/templates/rails/content/Site%20Index.textile +54 -15
  152. data/templates/rails/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile +3 -0
  153. data/templates/rails/content/let%20me%20know.textile +1 -0
  154. data/templates/rails/content/sandbox.textile +2 -0
  155. data/templates/rails/content/tamc2.textile +1 -0
  156. data/templates/rails/content/test%20page.textile +1 -0
  157. data/templates/rails/start.rb +28 -0
  158. data/templates/rails/version.txt +1 -1
  159. metadata +132 -15
  160. data/templates/default/content/home%20page.textile +0 -17
  161. data/templates/instiki/content/AutomaticSummary.textile +0 -24
  162. data/templates/instiki/content/home%20page.textile +0 -23
  163. data/templates/rails/content/AutomaticSummary.textile +0 -24
  164. data/templates/rails/content/home%20page.textile +0 -23
  165. /data/templates/instiki/content/{Pointers%20on%20adjusting%20the%20settings.textile → How%20to%20administrate%20this%20wiki.textile} +0 -0
  166. /data/templates/instiki/content/{Improving%20the%20style%20of%20this%20wiki.textile → How%20to%20change%20the%20way%20this%20wiki%20looks.textile} +0 -0
  167. /data/templates/rails/content/{Pointers%20on%20adjusting%20the%20settings.textile → How%20to%20administrate%20this%20wiki.textile} +0 -0
  168. /data/templates/rails/content/{Improving%20the%20style%20of%20this%20wiki.textile → How%20to%20change%20the%20way%20this%20wiki%20looks.textile} +0 -0
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.4
3
3
  specification_version: 1
4
4
  name: Soks
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
7
- date: 2005-01-25
6
+ version: 0.0.4
7
+ date: 2005-01-26
8
8
  summary: Yet another wiki.
9
9
  require_paths:
10
10
  - lib
@@ -33,6 +33,7 @@ files:
33
33
  - contrib/diff_licence.txt
34
34
  - contrib/easyprompt.rb
35
35
  - contrib/easyprompt_licence.txt
36
+ - contrib/mnemonic
36
37
  - contrib/redcloth-2.0.11.rb
37
38
  - contrib/redcloth-3.0.1.rb
38
39
  - contrib/redcloth_license.txt
@@ -69,19 +70,59 @@ files:
69
70
  - templates/default/attachment/print_stylesheet.css
70
71
  - templates/default/attachment/rss.png
71
72
  - templates/default/attachment/stylesheet.css
72
- - templates/default/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%20sometimes%20not%20linked.textile
73
- - templates/default/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in%20html.textile
73
+ - templates/default/content/All%20News.textile
74
+ - templates/default/content/Author.textile
75
+ - templates/default/content/Automatic%20linking%20between%20pages.textile
76
+ - templates/default/content/Automatic%20Summaries.textile
77
+ - templates/default/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile
78
+ - templates/default/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile
79
+ - templates/default/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile
80
+ - templates/default/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile
81
+ - templates/default/content/Bug%3A%20GEM%20limits%20title%20lengths.textile
82
+ - templates/default/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile
83
+ - templates/default/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile
84
+ - templates/default/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile
85
+ - templates/default/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile
86
+ - templates/default/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile
87
+ - templates/default/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile
88
+ - templates/default/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
89
+ - templates/default/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile
74
90
  - templates/default/content/Bug%3A%20Uploads%20are%20not%20password%20protected.textile
75
- - templates/default/content/home%20page.textile
91
+ - templates/default/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile
92
+ - templates/default/content/Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile
93
+ - templates/default/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile
94
+ - templates/default/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile
95
+ - templates/default/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile
96
+ - templates/default/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
97
+ - templates/default/content/Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile
98
+ - templates/default/content/Home%20Page.textile
76
99
  - templates/default/content/How%20to%20administrate%20this%20wiki.textile
77
100
  - templates/default/content/How%20to%20change%20the%20way%20this%20wiki%20looks.textile
78
101
  - templates/default/content/How%20to%20export%20a%20site%20from%20this%20wiki.textile
79
102
  - templates/default/content/How%20to%20hack%20soks.textile
80
103
  - templates/default/content/How%20to%20import%20a%20site%20from%20instiki.textile
104
+ - templates/default/content/How%20to%20install%20Soks.textile
105
+ - templates/default/content/How%20to%20use%20the%20keyboard%20shortcuts.textile
81
106
  - templates/default/content/How%20to%20use%20this%20wiki.textile
107
+ - templates/default/content/Instructions%20and%20Howtos.textile
108
+ - templates/default/content/Known%20bugs.textile
109
+ - templates/default/content/Latest%20News.textile
110
+ - templates/default/content/let%20me%20know.textile
82
111
  - templates/default/content/List%20of%20changes.textile
83
112
  - templates/default/content/Picture%20of%20a%20pair%20of%20soks.textile
113
+ - templates/default/content/Picture%20of%20Type%20a%20title%20here.textile
114
+ - templates/default/content/README.textile
115
+ - templates/default/content/Recent%20Blog%20Entries.textile
116
+ - templates/default/content/Recent%20Changes%20to%20This%20Site.textile
117
+ - templates/default/content/Recent%20News.textile
118
+ - templates/default/content/RSS%20feed.textile
119
+ - templates/default/content/Ruby.textile
120
+ - templates/default/content/sandbox.textile
121
+ - templates/default/content/Site%20Index.textile
122
+ - templates/default/content/SOKS%20features.textile
84
123
  - templates/default/content/Soks%20Licence.textile
124
+ - templates/default/content/tamc2.textile
125
+ - templates/default/content/test%20page.textile
85
126
  - templates/default/views/frame.rhtml
86
127
  - templates/default/views/messages.yaml
87
128
  - templates/default/views/Page_content.rhtml
@@ -105,21 +146,59 @@ files:
105
146
  - templates/instiki/attachment/logotext.png
106
147
  - templates/instiki/attachment/newpage.js
107
148
  - templates/instiki/attachment/rss.png
108
- - templates/instiki/content/AutomaticSummary.textile
109
- - templates/instiki/content/home%20page.textile
149
+ - templates/instiki/content/All%20News.textile
150
+ - templates/instiki/content/Author.textile
151
+ - templates/instiki/content/Automatic%20linking%20between%20pages.textile
152
+ - templates/instiki/content/Automatic%20Summaries.textile
153
+ - templates/instiki/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile
154
+ - templates/instiki/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile
155
+ - templates/instiki/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile
156
+ - templates/instiki/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile
157
+ - templates/instiki/content/Bug%3A%20GEM%20limits%20title%20lengths.textile
158
+ - templates/instiki/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile
159
+ - templates/instiki/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile
160
+ - templates/instiki/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile
161
+ - templates/instiki/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile
162
+ - templates/instiki/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile
163
+ - templates/instiki/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile
164
+ - templates/instiki/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
165
+ - templates/instiki/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile
166
+ - templates/instiki/content/Bug%3A%20Uploads%20are%20not%20password%20protected.textile
167
+ - templates/instiki/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile
168
+ - templates/instiki/content/Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile
169
+ - templates/instiki/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile
170
+ - templates/instiki/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile
171
+ - templates/instiki/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile
172
+ - templates/instiki/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
173
+ - templates/instiki/content/Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile
174
+ - templates/instiki/content/Home%20Page.textile
175
+ - templates/instiki/content/How%20to%20administrate%20this%20wiki.textile
176
+ - templates/instiki/content/How%20to%20change%20the%20way%20this%20wiki%20looks.textile
110
177
  - templates/instiki/content/How%20to%20export%20a%20site%20from%20this%20wiki.textile
111
178
  - templates/instiki/content/How%20to%20hack%20soks.textile
112
179
  - templates/instiki/content/How%20to%20import%20a%20site%20from%20instiki.textile
113
- - templates/instiki/content/Improving%20the%20style%20of%20this%20wiki.textile
180
+ - templates/instiki/content/How%20to%20install%20Soks.textile
181
+ - templates/instiki/content/How%20to%20use%20the%20keyboard%20shortcuts.textile
182
+ - templates/instiki/content/How%20to%20use%20this%20wiki.textile
183
+ - templates/instiki/content/Instructions%20and%20Howtos.textile
114
184
  - templates/instiki/content/Known%20bugs.textile
185
+ - templates/instiki/content/Latest%20News.textile
186
+ - templates/instiki/content/let%20me%20know.textile
115
187
  - templates/instiki/content/List%20of%20changes.textile
116
188
  - templates/instiki/content/Picture%20of%20a%20pair%20of%20soks.textile
117
- - templates/instiki/content/Pointers%20on%20adjusting%20the%20settings.textile
118
- - templates/instiki/content/Pointers%20on%20how%20to%20use%20this%20wiki.textile
189
+ - templates/instiki/content/Picture%20of%20Type%20a%20title%20here.textile
190
+ - templates/instiki/content/README.textile
119
191
  - templates/instiki/content/Recent%20Blog%20Entries.textile
120
192
  - templates/instiki/content/Recent%20Changes%20to%20This%20Site.textile
193
+ - templates/instiki/content/Recent%20News.textile
194
+ - templates/instiki/content/RSS%20feed.textile
195
+ - templates/instiki/content/Ruby.textile
196
+ - templates/instiki/content/sandbox.textile
121
197
  - templates/instiki/content/Site%20Index.textile
198
+ - templates/instiki/content/SOKS%20features.textile
122
199
  - templates/instiki/content/Soks%20Licence.textile
200
+ - templates/instiki/content/tamc2.textile
201
+ - templates/instiki/content/test%20page.textile
123
202
  - templates/instiki/views/frame.rhtml
124
203
  - templates/instiki/views/messages.yaml
125
204
  - templates/instiki/views/Page_content.rhtml
@@ -144,21 +223,59 @@ files:
144
223
  - templates/rails/attachment/logotext.png
145
224
  - templates/rails/attachment/newpage.js
146
225
  - templates/rails/attachment/rss.png
147
- - templates/rails/content/AutomaticSummary.textile
148
- - templates/rails/content/home%20page.textile
226
+ - templates/rails/content/All%20News.textile
227
+ - templates/rails/content/Author.textile
228
+ - templates/rails/content/Automatic%20linking%20between%20pages.textile
229
+ - templates/rails/content/Automatic%20Summaries.textile
230
+ - templates/rails/content/Bug%3A%20Automatic%20link%20links%20to%20stuff%20inside%20%3Chtml.textile
231
+ - templates/rails/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile
232
+ - templates/rails/content/Bug%3A%20Duplicate%20links%2Dto%20a%20page%20sometimes%20appear.textile
233
+ - templates/rails/content/Bug%3A%20External%20links%20incorrectly%20include%20trailing%20pu.textile
234
+ - templates/rails/content/Bug%3A%20GEM%20limits%20title%20lengths.textile
235
+ - templates/rails/content/Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20link%20is%2.textile
236
+ - templates/rails/content/Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%20new%20.textile
237
+ - templates/rails/content/Bug%3A%20No%20robots%2Etxt%20or%20favicon%2Eico.textile
238
+ - templates/rails/content/Bug%3A%20Page%20titles%20cannot%20have%20html%20tags%20in%20them.textile
239
+ - templates/rails/content/Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%28not%20.textile
240
+ - templates/rails/content/Bug%3A%20Search%20box%20width%20does%20not%20match%20column%20wid.textile
241
+ - templates/rails/content/Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
242
+ - templates/rails/content/Bug%3A%20Symbols%20are%20not%20always%20correctly%20rendered%20in.textile
243
+ - templates/rails/content/Bug%3A%20Uploads%20are%20not%20password%20protected.textile
244
+ - templates/rails/content/fixed%20bug%3A%20automatic%20link%20links%20to%20stuff%20inside%2.textile
245
+ - templates/rails/content/Fixed%20Bug%3A%20In%20a%20list%20of%20links%2C%20the%20last%20lin.textile
246
+ - templates/rails/content/Fixed%20Bug%3A%20Inserted%20pages%20are%20not%20refreshed%20when%.textile
247
+ - templates/rails/content/Fixed%20Bug%3A%20RSS%20feed%20shows%20oldest%2015%20revisions%20%.textile
248
+ - templates/rails/content/Fixed%20Bug%3A%20Search%20box%20width%20does%20not%20match%20colu.textile
249
+ - templates/rails/content/Fixed%20Bug%3A%20Site%20Index%20updates%20on%20every%20revision.textile
250
+ - templates/rails/content/Fixed%20Bug%3A%20Symbols%20are%20not%20always%20correctly%20rende.textile
251
+ - templates/rails/content/Home%20Page.textile
252
+ - templates/rails/content/How%20to%20administrate%20this%20wiki.textile
253
+ - templates/rails/content/How%20to%20change%20the%20way%20this%20wiki%20looks.textile
149
254
  - templates/rails/content/How%20to%20export%20a%20site%20from%20this%20wiki.textile
150
255
  - templates/rails/content/How%20to%20hack%20soks.textile
151
256
  - templates/rails/content/How%20to%20import%20a%20site%20from%20instiki.textile
152
- - templates/rails/content/Improving%20the%20style%20of%20this%20wiki.textile
257
+ - templates/rails/content/How%20to%20install%20Soks.textile
258
+ - templates/rails/content/How%20to%20use%20the%20keyboard%20shortcuts.textile
259
+ - templates/rails/content/How%20to%20use%20this%20wiki.textile
260
+ - templates/rails/content/Instructions%20and%20Howtos.textile
153
261
  - templates/rails/content/Known%20bugs.textile
262
+ - templates/rails/content/Latest%20News.textile
263
+ - templates/rails/content/let%20me%20know.textile
154
264
  - templates/rails/content/List%20of%20changes.textile
155
265
  - templates/rails/content/Picture%20of%20a%20pair%20of%20soks.textile
156
- - templates/rails/content/Pointers%20on%20adjusting%20the%20settings.textile
157
- - templates/rails/content/Pointers%20on%20how%20to%20use%20this%20wiki.textile
266
+ - templates/rails/content/Picture%20of%20Type%20a%20title%20here.textile
267
+ - templates/rails/content/README.textile
158
268
  - templates/rails/content/Recent%20Blog%20Entries.textile
159
269
  - templates/rails/content/Recent%20Changes%20to%20This%20Site.textile
270
+ - templates/rails/content/Recent%20News.textile
271
+ - templates/rails/content/RSS%20feed.textile
272
+ - templates/rails/content/Ruby.textile
273
+ - templates/rails/content/sandbox.textile
160
274
  - templates/rails/content/Site%20Index.textile
275
+ - templates/rails/content/SOKS%20features.textile
161
276
  - templates/rails/content/Soks%20Licence.textile
277
+ - templates/rails/content/tamc2.textile
278
+ - templates/rails/content/test%20page.textile
162
279
  - templates/rails/views/frame.rhtml
163
280
  - templates/rails/views/messages.yaml
164
281
  - templates/rails/views/Page_content.rhtml
@@ -1,17 +0,0 @@
1
- h1. Welcome!
2
-
3
- You have succesfully installed soks. Remember it is work in progress, and definitely not fully de-bugged. So don't trust your mission critical sites to it.
4
-
5
- If you are upgrading from a previous version, you may wish to glance at the list of changes.
6
-
7
- [[insert Instructions and Howtos]]
8
-
9
- [[insert known bugs]]
10
-
11
- h2. Feedback
12
-
13
- * Please send me your feedback. tamc@rubyforge.com.
14
- * Or submit a bug at http://rubyforge.org/projects/soks/.
15
- * To keep track of developments, you may wish to subscribe to the mailing list at http://rubyforge.org/projects/soks to be notified of updates.
16
-
17
- [[insert picture of a pair of soks]]
@@ -1,24 +0,0 @@
1
- h1. The Automatic Summary class
2
-
3
- This class is in the lib/soks-helpers.rb file. Examples of its use can be seen in the AutomaticRecentChanges and AutomaticIndex classes in that file.
4
-
5
- It is a flexible class that watches the wiki, and creates summaries of pages based on your specifications. To create a new automatic summary, edit the section in your start.rb file.
6
-
7
- Possible settings are:
8
- <code>
9
- DEFAULT_SETTINGS = {
10
- :regexp_for_title => /.*/, # These three regexps act as an AND
11
- :regexp_for_author => nil,
12
- :regexp_for_content => nil,
13
- :max_pages_to_show => nil,
14
- :pagename => 'Summary',
15
- :author => 'AutomaticSummary',
16
- :lines_to_include => nil, # Or pass a block
17
- :only_new_pages => false,
18
- :sort_pages_by => :created_on, # Could be :revised_on or :score or :name or :name_for_index, or :author
19
- :reverse_sort => false,
20
- :include_metadata => false, # Includes author and time in summary
21
- :summarise_revisions => false, # If true, then can contain several revisions for same page
22
- :remove_deleted_pages => true, # If false will keep references to deleted pages
23
- }
24
- </code>
@@ -1,23 +0,0 @@
1
- h1. Welcome!
2
-
3
- You have succesfully installed soks. Remember it is work in progress, and definitely not fully de-bugged. So don't trust your mission critical sites to it.
4
-
5
- If you are upgrading from a previous version, you may wish to glance at the list of changes.
6
-
7
- h2. Further information
8
-
9
- * Pointers on how to use this wiki
10
- * Improving the style of this wiki
11
- * Pointers on adjusting the settings such as the url, or the port, or 'advanced' features such as automatic calendars and summaries.
12
- * How to import a site from instiki
13
- * How to export a site from this wiki
14
- * How to hack soks
15
- * [[Known bugs]] (If you know how to fix them, please let me know!)
16
-
17
- h2. Feedback
18
-
19
- * Please send me your feedback. tamc@rubyforge.com.
20
- * Or submit a bug at http://rubyforge.org/projects/soks/.
21
- * To keep track of developments, you may wish to subscribe to the mailing list at http://rubyforge.org/projects/soks to be notified of updates.
22
-
23
- [[insert picture of a pair of soks]]
@@ -1,24 +0,0 @@
1
- h1. The Automatic Summary class
2
-
3
- This class is in the lib/soks-helpers.rb file. Examples of its use can be seen in the AutomaticRecentChanges and AutomaticIndex classes in that file.
4
-
5
- It is a flexible class that watches the wiki, and creates summaries of pages based on your specifications. To create a new automatic summary, edit the section in your start.rb file.
6
-
7
- Possible settings are:
8
- <code>
9
- DEFAULT_SETTINGS = {
10
- :regexp_for_title => /.*/, # These three regexps act as an AND
11
- :regexp_for_author => nil,
12
- :regexp_for_content => nil,
13
- :max_pages_to_show => nil,
14
- :pagename => 'Summary',
15
- :author => 'AutomaticSummary',
16
- :lines_to_include => nil, # Or pass a block
17
- :only_new_pages => false,
18
- :sort_pages_by => :created_on, # Could be :revised_on or :score or :name or :name_for_index, or :author
19
- :reverse_sort => false,
20
- :include_metadata => false, # Includes author and time in summary
21
- :summarise_revisions => false, # If true, then can contain several revisions for same page
22
- :remove_deleted_pages => true, # If false will keep references to deleted pages
23
- }
24
- </code>
@@ -1,23 +0,0 @@
1
- h1. Welcome!
2
-
3
- You have succesfully installed soks. Remember it is work in progress, and definitely not fully de-bugged. So don't trust your mission critical sites to it.
4
-
5
- If you are upgrading from a previous version, you may wish to glance at the list of changes.
6
-
7
- h2. Further information
8
-
9
- * Pointers on how to use this wiki
10
- * Improving the style of this wiki
11
- * Pointers on adjusting the settings such as the url, or the port, or 'advanced' features such as automatic calendars and summaries.
12
- * How to import a site from instiki
13
- * How to export a site from this wiki
14
- * How to hack soks
15
- * [[Known bugs]] (If you know how to fix them, please let me know!)
16
-
17
- h2. Feedback
18
-
19
- * Please send me your feedback. tamc@rubyforge.com.
20
- * Or submit a bug at http://rubyforge.org/projects/soks/.
21
- * To keep track of developments, you may wish to subscribe to the mailing list at http://rubyforge.org/projects/soks to be notified of updates.
22
-
23
- [[insert picture of a pair of soks]]