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-1237192113"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237192113</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T08:28:31Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 16 Mar 2009 08:28:29 -0000 |
2 |
* main.pl: Show the relatedness of pages in the list of neighbor |
3 |
nodes. |
4 |
|
5 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
</content></entry><entry xml:id="entry-1237189495"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189495</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:44:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 16 Mar 2009 07:44:50 -0000 |
8 |
* Repository.pm (are_related_ids): Repeat the relearning process |
9 |
until the right answer is deduced. |
10 |
|
11 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
</content></entry><entry xml:id="entry-1237189204"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189204</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:39:59Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 16 Mar 2009 07:39:22 -0000 |
14 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* Repository.pm: New module. |
17 |
|
18 |
++ swe/lib/suikawiki/ChangeLog 16 Mar 2009 07:39:54 -0000 |
19 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* main.pl: Moved relatedness detection method into its own module. |
22 |
|
23 |
</content></entry><entry xml:id="entry-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 13:06:41 -0000 |
24 |
* Node.pm (document_id): New method. |
25 |
|
26 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000 |
29 |
* main.pl: Dump the name of neighbors. |
30 |
|
31 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
32 |
|
33 |
</content></entry><entry xml:id="entry-1237122428"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122428</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 13:06:41 -0000 |
34 |
* Node.pm (document_id): New method. |
35 |
|
36 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000 |
39 |
* main.pl: Dump the name of neighbors. |
40 |
|
41 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
43 |
</content></entry><entry xml:id="entry-1237121403"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237121403</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:50:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:49:18 -0000 |
44 |
* Graph.pm (get_node_by_id): New method. |
45 |
(create_node): Changed to instantiate SWE::Object::Node. |
46 |
|
47 |
* Node.pm: New module. |
48 |
|
49 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:49:58 -0000 |
52 |
* main.pl: Dump the list of neighbors. |
53 |
|
54 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
</content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 15 Mar 2009 12:26:50 -0000 |
57 |
* DB.pm: Added graph and global property databases. |
58 |
|
59 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000 |
62 |
* Graph.pm: New module. |
63 |
|
64 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:27:26 -0000 |
67 |
* main.pl: Graph generation moved to another module. Implemented |
68 |
graph/document association. |
69 |
|
70 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
71 |
|
72 |
</content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 15 Mar 2009 09:41:26 -0000 |
73 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* NamedText.pm: New module. |
76 |
|
77 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 09:42:14 -0000 |
78 |
* main.pl: Implemented the graph generate method. |
79 |
|
80 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
</content></entry><entry xml:id="entry-1237104442"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237104442</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T08:07:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 15 Mar 2009 08:06:01 -0000 |
83 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
84 |
|
85 |
* DB.pm (id): New method. |
86 |
|
87 |
++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 08:07:12 -0000 |
88 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* main.pl: Moved the codes to get idgenerator object to SWE::DB |
91 |
module. Also, preparation for the experiments for the graph |
92 |
generation implementation. |
93 |
|
94 |
</content></entry><entry xml:id="entry-1236992624"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992624</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:03:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 14 Mar 2009 01:03:37 -0000 |
95 |
* sw.js: Added |title|s to the buttons. |
96 |
|
97 |
2009-03-14 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
</content></entry><entry xml:id="entry-1236992515"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992515</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:01:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 14 Mar 2009 01:01:18 -0000 |
100 |
2009-03-14 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* sw.js: Added a button to insert the current time. |
103 |
|
104 |
</content></entry><entry xml:id="entry-1236587122"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236587122</id><title>2009-03-09 Wakaba</title><updated>2009-03-09T08:25:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Data/ChangeLog 9 Mar 2009 08:24:27 -0000 |
105 |
* FeatureVector.pm: Added support for parsing and operations. |
106 |
|
107 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
++ swe/lib/suikawiki/ChangeLog 9 Mar 2009 08:25:07 -0000 |
110 |
* main.pl: Added experimental support for learning of relatedness |
111 |
of pages. |
112 |
|
113 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
114 |
|
115 |
</content></entry><entry xml:id="entry-1235995769"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235995769</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T12:09:28Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 2 Mar 2009 12:08:28 -0000 |
116 |
* DB.pm: New module. |
117 |
|
118 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
119 |
|
120 |
++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 12:09:18 -0000 |
121 |
* main.pl: Create an instance of the new SWE::DB module and obtain |
122 |
references to database objects via that object for newly added |
123 |
modes. |
124 |
|
125 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
126 |
|
127 |
</content></entry><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 |
128 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* Data/: New directory. |
131 |
|
132 |
++ swe/lib/SWE/Data/ChangeLog 2 Mar 2009 11:44:23 -0000 |
133 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* FeatureVector.pm: New module. |
136 |
|
137 |
* ChangeLog: New file. |
138 |
|
139 |
++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 11:45:04 -0000 |
140 |
* main.pl (update_tfidf): Use new module to support feature word |
141 |
vectors. |
142 |
|
143 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
144 |
|
145 |
</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 |
146 |
2009-03-01 Wakaba <wakaba@suika.fam.cx> |
147 |
|
148 |
* HashedIndex.pm: New module. |
149 |
|
150 |
* IDGenerator.pm (get_last_id): New method. |
151 |
|
152 |
2009-01-12 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* SuikaWiki3LastModified.pm (get_data): Why this convertion was |
155 |
necessary? |
156 |
|
157 |
++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 07:31:08 -0000 |
158 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* main.pl (;search, ;terms): New modes. |
161 |
|
162 |
++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000 |
163 |
2009-02-03 Wakaba <wakaba@suika.fam.cx> |
164 |
|
165 |
* sw.css: Fixed a typo. |
166 |
|
167 |
</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 |
168 |
2008-12-16 Wakaba <wakaba@suika.fam.cx> |
169 |
|
170 |
* main.pl: Adds .tools class to the page navigation, to |
171 |
distinguish with same-name pages navigation. |
172 |
|
173 |
++ swe/scripts/ChangeLog 16 Dec 2008 04:50:42 -0000 |
174 |
2008-12-16 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* sw.js: Added Hatena Star support. Use method |
177 |
|button.setAttribute ('type')| instead of attribute |button.type| |
178 |
for WebKit/WinIE compatibility. |
179 |
|
180 |
</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 |
181 |
2008-11-25 Wakaba <wakaba@suika.fam.cx> |
182 |
|
183 |
* main.pl: Adds link to help page after the page content form. |
184 |
|
185 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
186 |
|
187 |
* main.pl: Output last-modified date at the end of HTML |
188 |
representation of an article. |
189 |
|
190 |
</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 |
191 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
192 |
|
193 |
* IDHistory.pm, HashedHistory.pm: New modules. |
194 |
|
195 |
++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 11:45:32 -0000 |
196 |
* main.pl: Implemented history modes. Records creation of pages |
197 |
and modifications to id/name associations as history. |
198 |
|
199 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
</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 |
202 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
203 |
|
204 |
* main.pl: New script (Code from sw.cgi |
205 |
<http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi>, with |
206 |
minimum changes). |
207 |
|
208 |
* ChangeLog: New file. |
209 |
|
210 |
|
211 |
++ swe/lib/ChangeLog 24 Nov 2008 07:48:53 -0000 |
212 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* suikawiki/: New directory. |
215 |
|
216 |
</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 |
217 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* cvscommit.sh: Use |mkcommitfeed| command instead of |
220 |
|mkcommitfeed.pl| in the same directory. |
221 |
|
222 |
* mkcommitfeed.pl: Removed (See |
223 |
<http://suika.fam.cx/commitfeed/readme>). |
224 |
|
225 |
++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000 |
226 |
2008-11-23 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* sw.css: Oops, class names were wrong. |
229 |
|
230 |
</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 |
231 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
232 |
|
233 |
* mkcommitfeed.pl: New file (copied from ../www/harusame/). |
234 |
Forgetten to copy this file. |
235 |
|
236 |
</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 |
237 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
238 |
|
239 |
* .htaccess: New file. |
240 |
|
241 |
* ChangeLog: New file. |
242 |
|
243 |
|
244 |
</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 |
245 |
* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. |
246 |
|
247 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
248 |
|
249 |
</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 |
250 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
251 |
|
252 |
* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, |
253 |
IDText.pm, SuikaWiki3PageList.pm: New modules. |
254 |
|
255 |
* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain |
256 |
base 16 encoded file name string as key, rather than array |
257 |
reference as in SuikaWiki3. |
258 |
|
259 |
* SuikaWiki3LastModified.pm (save_data, set_data): Removed. |
260 |
(load_data): Renamed as |_load_data|. |
261 |
(get_data): Invoke |_load_data| if and only if necessary. |
262 |
|
263 |
* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. |
264 |
|
265 |
</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 |
266 |
* IDProps.pm (_get_file_name): Return |undef| if the file is not |
267 |
found. |
268 |
|
269 |
* IDLocks.pm: New module. |
270 |
|
271 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
272 |
|
273 |
</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 |
274 |
* VersionControl.pm: New module. |
275 |
|
276 |
* HashedProps.pm, IDText.pm: Support for |version_control| |
277 |
property is added. |
278 |
|
279 |
* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do |
280 |
nothing if the data has not been loaded from the file. |
281 |
(delete_data): New method. |
282 |
|
283 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
284 |
|
285 |
</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 |
286 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
287 |
|
288 |
* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs |
289 |
add" command to avoid keyword substition and newline |
290 |
normalization. |
291 |
|
292 |
</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 |
293 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
294 |
|
295 |
* styles/: New directory. |
296 |
|
297 |
++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000 |
298 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
299 |
|
300 |
* sw.css: New style sheet. |
301 |
|
302 |
* ChangeLog: New file. |
303 |
|
304 |
|
305 |
</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 |
306 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
307 |
|
308 |
* IDLocks.pm (get_lock): Directories should be created if it does |
309 |
not exist. |
310 |
|
311 |
* SuikaWiki3PageList2.pm: New module. |
312 |
|
313 |
</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 |
314 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
315 |
|
316 |
* sw-classes.css: New style sheet. |
317 |
|
318 |
* sw.css: a:hover did not work because of specificity. Typo |
319 |
fixed. Use dashed underline for wiki-internal links so that a |
320 |
paragraph with a lot of links looks less ugly. Set margin between |
321 |
adjucent links. sw:insert and sw:delete elements that are |
322 |
children of the article element should be rendered as blocks. |
323 |
Underlines replaced by borders to avoid ugly styling when an |
324 |
underlined element is contained within a bordered element. Set |
325 |
border to form elements. |
326 |
|
327 |
</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 |
328 |
* sw.css: Change background-color of cells when hovered. |
329 |
|
330 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
331 |
|
332 |
</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 |
333 |
* sw.css: "rt + rt" changed to "rt ~ rt" to support |rp| elements. |
334 |
|
335 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
336 |
|
337 |
</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 |
338 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
339 |
|
340 |
* XML2HTML.pm: New module (code from sw.cgi). |
341 |
|
342 |
* ChangeLog: New file. |
343 |
|
344 |
|
345 |
++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000 |
346 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
347 |
|
348 |
* Lang/: New directory. |
349 |
|
350 |
++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000 |
351 |
* sw.css: Margin for adjucent underlines are commented out, |
352 |
otherwise stupid margin appears before second anchor element in a |
353 |
paragraph (consider <a></a>text<a></a>). |
354 |
|
355 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
356 |
|
357 |
</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 |
358 |
* XML2HTML.pm: Added sw:image element support. |
359 |
|
360 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
361 |
|
362 |
++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000 |
363 |
* sw.css: Added a style rule for permalinks. |
364 |
|
365 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
366 |
|
367 |
</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 |
368 |
* sw.css: Re-disabled underline for .sw-anchor-internal. |
369 |
|
370 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
371 |
|
372 |
</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 |
373 |
* XML2HTML.pm: Added sw:replace support. (The "support" simply |
374 |
insertes the |by| attribute value in place of sw:replace element, |
375 |
this is the most backward compatible way for existing contents.) |
376 |
|
377 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
378 |
|
379 |
++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000 |
380 |
* sw.css: Old (SuikaWiki3) style rule was inherited |
381 |
unintentionally for pre.code. |
382 |
|
383 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
384 |
|
385 |
</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 |
386 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* XML2HTML.pm (convert): Use a document fragment node as the |
389 |
container instead of the article element. Make the outermost |
390 |
heading rank configurable. |
391 |
|
392 |
++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000 |
393 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
394 |
|
395 |
* sw.css: Set the width of the title input field. |
396 |
|
397 |
</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 |
398 |
* sw.css: Added style rules for same-id page list. |
399 |
|
400 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
401 |
|
402 |
</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 |
403 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
404 |
|
405 |
* scripts/: New directory. |
406 |
|
407 |
++ swe/scripts/ChangeLog 16 Nov 2008 09:23:25 -0000 |
408 |
2008-11-16 Wakaba <wakaba@suika.fam.cx> |
409 |
|
410 |
* sw.js: New file. |
411 |
|
412 |
* ChangeLog: New file. |
413 |
|
414 |
|
415 |
</content></entry><updated>2009-03-16T08:28:31Z</updated></feed> |