1 |
<feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 2 Mar 2009 11:44:31 -0000 |
2 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
3 |
|
4 |
* Data/: New directory. |
5 |
|
6 |
++ swe/lib/SWE/Data/ChangeLog 2 Mar 2009 11:44:23 -0000 |
7 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* FeatureVector.pm: New module. |
10 |
|
11 |
* ChangeLog: New file. |
12 |
|
13 |
++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 11:45:04 -0000 |
14 |
* main.pl (update_tfidf): Use new module to support feature word |
15 |
vectors. |
16 |
|
17 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
</content></entry><entry xml:id="entry-1235979149"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235979149</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T07:32:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 2 Mar 2009 07:32:02 -0000 |
20 |
2009-03-01 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* HashedIndex.pm: New module. |
23 |
|
24 |
* IDGenerator.pm (get_last_id): New method. |
25 |
|
26 |
2009-01-12 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* SuikaWiki3LastModified.pm (get_data): Why this convertion was |
29 |
necessary? |
30 |
|
31 |
++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 07:31:08 -0000 |
32 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* main.pl (;search, ;terms): New modes. |
35 |
|
36 |
++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000 |
37 |
2009-02-03 Wakaba <wakaba@suika.fam.cx> |
38 |
|
39 |
* sw.css: Fixed a typo. |
40 |
|
41 |
</content></entry><entry xml:id="entry-1229403054"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1229403054</id><title>2008-12-16 Wakaba</title><updated>2008-12-16T04:50:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 16 Dec 2008 04:49:26 -0000 |
42 |
2008-12-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* main.pl: Adds .tools class to the page navigation, to |
45 |
distinguish with same-name pages navigation. |
46 |
|
47 |
++ swe/scripts/ChangeLog 16 Dec 2008 04:50:42 -0000 |
48 |
2008-12-16 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* sw.js: Added Hatena Star support. Use method |
51 |
|button.setAttribute ('type')| instead of attribute |button.type| |
52 |
for WebKit/WinIE compatibility. |
53 |
|
54 |
</content></entry><entry xml:id="entry-1227589308"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227589308</id><title>2008-11-25 Wakaba</title><updated>2008-11-25T05:01:43Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 25 Nov 2008 05:01:39 -0000 |
55 |
2008-11-25 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* main.pl: Adds link to help page after the page content form. |
58 |
|
59 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* main.pl: Output last-modified date at the end of HTML |
62 |
representation of an article. |
63 |
|
64 |
</content></entry><entry xml:id="entry-1227527153"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227527153</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T11:45:51Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 24 Nov 2008 11:43:31 -0000 |
65 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
66 |
|
67 |
* IDHistory.pm, HashedHistory.pm: New modules. |
68 |
|
69 |
++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 11:45:32 -0000 |
70 |
* main.pl: Implemented history modes. Records creation of pages |
71 |
and modifications to id/name associations as history. |
72 |
|
73 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
</content></entry><entry xml:id="entry-1227513662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227513662</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T08:01:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 07:59:48 -0000 |
76 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
77 |
|
78 |
* main.pl: New script (Code from sw.cgi |
79 |
<http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi>, with |
80 |
minimum changes). |
81 |
|
82 |
* ChangeLog: New file. |
83 |
|
84 |
|
85 |
++ swe/lib/ChangeLog 24 Nov 2008 07:48:53 -0000 |
86 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* suikawiki/: New directory. |
89 |
|
90 |
</content></entry><entry xml:id="entry-1227511046"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227511046</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:17:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:17:06 -0000 |
91 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* cvscommit.sh: Use |mkcommitfeed| command instead of |
94 |
|mkcommitfeed.pl| in the same directory. |
95 |
|
96 |
* mkcommitfeed.pl: Removed (See |
97 |
<http://suika.fam.cx/commitfeed/readme>). |
98 |
|
99 |
++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000 |
100 |
2008-11-23 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* sw.css: Oops, class names were wrong. |
103 |
|
104 |
</content></entry><entry xml:id="entry-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 8 Nov 2008 09:30:47 -0000 |
105 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* mkcommitfeed.pl: New file (copied from ../www/harusame/). |
108 |
Forgetten to copy this file. |
109 |
|
110 |
</content></entry><entry xml:id="entry-1226136715"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136715</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:31:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/doc/ChangeLog 8 Nov 2008 09:31:49 -0000 |
111 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
112 |
|
113 |
* .htaccess: New file. |
114 |
|
115 |
* ChangeLog: New file. |
116 |
|
117 |
|
118 |
</content></entry><entry xml:id="entry-1226147491"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226147491</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T12:31:27Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 8 Nov 2008 12:31:14 -0000 |
119 |
* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. |
120 |
|
121 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
</content></entry><entry xml:id="entry-1226213206"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226213206</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T06:46:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 06:46:33 -0000 |
124 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, |
127 |
IDText.pm, SuikaWiki3PageList.pm: New modules. |
128 |
|
129 |
* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain |
130 |
base 16 encoded file name string as key, rather than array |
131 |
reference as in SuikaWiki3. |
132 |
|
133 |
* SuikaWiki3LastModified.pm (save_data, set_data): Removed. |
134 |
(load_data): Renamed as |_load_data|. |
135 |
(get_data): Invoke |_load_data| if and only if necessary. |
136 |
|
137 |
* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. |
138 |
|
139 |
</content></entry><entry xml:id="entry-1226225210"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226225210</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T10:06:45Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 10:06:43 -0000 |
140 |
* IDProps.pm (_get_file_name): Return |undef| if the file is not |
141 |
found. |
142 |
|
143 |
* IDLocks.pm: New module. |
144 |
|
145 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
</content></entry><entry xml:id="entry-1226239737"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226239737</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T14:08:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 14:08:47 -0000 |
148 |
* VersionControl.pm: New module. |
149 |
|
150 |
* HashedProps.pm, IDText.pm: Support for |version_control| |
151 |
property is added. |
152 |
|
153 |
* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do |
154 |
nothing if the data has not been loaded from the file. |
155 |
(delete_data): New method. |
156 |
|
157 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
158 |
|
159 |
</content></entry><entry xml:id="entry-1226287582"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226287582</id><title>2008-11-10 Wakaba</title><updated>2008-11-10T03:26:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 10 Nov 2008 03:26:13 -0000 |
160 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
161 |
|
162 |
* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs |
163 |
add" command to avoid keyword substition and newline |
164 |
normalization. |
165 |
|
166 |
</content></entry><entry xml:id="entry-1226311097"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226311097</id><title>2008-11-10 Wakaba</title><updated>2008-11-10T09:58:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 10 Nov 2008 09:58:00 -0000 |
167 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
168 |
|
169 |
* styles/: New directory. |
170 |
|
171 |
++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000 |
172 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* sw.css: New style sheet. |
175 |
|
176 |
* ChangeLog: New file. |
177 |
|
178 |
|
179 |
</content></entry><entry xml:id="entry-1226639976"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226639976</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T05:19:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 14 Nov 2008 05:16:49 -0000 |
180 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
181 |
|
182 |
* IDLocks.pm (get_lock): Directories should be created if it does |
183 |
not exist. |
184 |
|
185 |
* SuikaWiki3PageList2.pm: New module. |
186 |
|
187 |
</content></entry><entry xml:id="entry-1226648578"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226648578</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T07:42:57Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:42:29 -0000 |
188 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
189 |
|
190 |
* sw-classes.css: New style sheet. |
191 |
|
192 |
* sw.css: a:hover did not work because of specificity. Typo |
193 |
fixed. Use dashed underline for wiki-internal links so that a |
194 |
paragraph with a lot of links looks less ugly. Set margin between |
195 |
adjucent links. sw:insert and sw:delete elements that are |
196 |
children of the article element should be rendered as blocks. |
197 |
Underlines replaced by borders to avoid ugly styling when an |
198 |
underlined element is contained within a bordered element. Set |
199 |
border to form elements. |
200 |
|
201 |
</content></entry><entry xml:id="entry-1226648842"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226648842</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T07:47:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:45:13 -0000 |
202 |
* sw.css: Change background-color of cells when hovered. |
203 |
|
204 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
</content></entry><entry xml:id="entry-1226651293"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226651293</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:28:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 08:16:12 -0000 |
207 |
* sw.css: "rt + rt" changed to "rt ~ rt" to support |rp| elements. |
208 |
|
209 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
</content></entry><entry xml:id="entry-1226652550"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226652550</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:49:08Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 08:48:57 -0000 |
212 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* XML2HTML.pm: New module (code from sw.cgi). |
215 |
|
216 |
* ChangeLog: New file. |
217 |
|
218 |
|
219 |
++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000 |
220 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
221 |
|
222 |
* Lang/: New directory. |
223 |
|
224 |
++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000 |
225 |
* sw.css: Margin for adjucent underlines are commented out, |
226 |
otherwise stupid margin appears before second anchor element in a |
227 |
paragraph (consider <a></a>text<a></a>). |
228 |
|
229 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
230 |
|
231 |
</content></entry><entry xml:id="entry-1226654685"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226654685</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T09:24:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 09:24:16 -0000 |
232 |
* XML2HTML.pm: Added sw:image element support. |
233 |
|
234 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
235 |
|
236 |
++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000 |
237 |
* sw.css: Added a style rule for permalinks. |
238 |
|
239 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
240 |
|
241 |
</content></entry><entry xml:id="entry-1226658668"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226658668</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T10:31:07Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 10:30:59 -0000 |
242 |
* sw.css: Re-disabled underline for .sw-anchor-internal. |
243 |
|
244 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
245 |
|
246 |
</content></entry><entry xml:id="entry-1226659854"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226659854</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T10:50:48Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 10:50:41 -0000 |
247 |
* XML2HTML.pm: Added sw:replace support. (The "support" simply |
248 |
insertes the |by| attribute value in place of sw:replace element, |
249 |
this is the most backward compatible way for existing contents.) |
250 |
|
251 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
252 |
|
253 |
++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000 |
254 |
* sw.css: Old (SuikaWiki3) style rule was inherited |
255 |
unintentionally for pre.code. |
256 |
|
257 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
258 |
|
259 |
</content></entry><entry xml:id="entry-1226807151"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226807151</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T03:45:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 16 Nov 2008 03:45:25 -0000 |
260 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
261 |
|
262 |
* XML2HTML.pm (convert): Use a document fragment node as the |
263 |
container instead of the article element. Make the outermost |
264 |
heading rank configurable. |
265 |
|
266 |
++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000 |
267 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* sw.css: Set the width of the title input field. |
270 |
|
271 |
</content></entry><entry xml:id="entry-1226815552"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226815552</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T06:05:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 16 Nov 2008 06:05:44 -0000 |
272 |
* sw.css: Added style rules for same-id page list. |
273 |
|
274 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
</content></entry><entry xml:id="entry-1226827412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226827412</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T09:23:30Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 16 Nov 2008 08:45:59 -0000 |
277 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* scripts/: New directory. |
280 |
|
281 |
++ swe/scripts/ChangeLog 16 Nov 2008 09:23:25 -0000 |
282 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
283 |
|
284 |
* sw.js: New file. |
285 |
|
286 |
* ChangeLog: New file. |
287 |
|
288 |
|
289 |
</content></entry><updated>2009-03-02T11:45:09Z</updated></feed> |