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-1247386723"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247386723</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:18:39Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 08:18:35 -0000 |
<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-1252908072"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908072</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:00:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 05:59:53 -0000 |
2 |
|
* main.pl: Added links to canvas editor. |
3 |
|
|
4 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
5 |
|
|
6 |
|
++ swe/pages/ChangeLog 14 Sep 2009 06:00:50 -0000 |
7 |
|
* canvas.html: New file (originally comes from Remove Canvas's |
8 |
|
client.html). |
9 |
|
|
10 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
</content></entry><entry xml:id="entry-1252897921"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252897921</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T03:11:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 14 Sep 2009 03:08:53 -0000 |
13 |
|
* DB.pm (id_prop): New method. |
14 |
|
|
15 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 03:10:40 -0000 |
18 |
|
* SWML.pm (to_text, to_text_media_type): Moved back to the |
19 |
|
superclass. |
20 |
|
|
21 |
|
* CanvasInstructions.pm: New module. |
22 |
|
|
23 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000 |
26 |
|
* Document.pm (prop): New method. |
27 |
|
(content_media_type): Changed to return the real media type. |
28 |
|
(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): |
29 |
|
Changed to return appropriate default value. |
30 |
|
|
31 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 03:11:39 -0000 |
34 |
|
* main.pl: Don't generate rel=alternate links if it is known that |
35 |
|
the alternate is not available. |
36 |
|
|
37 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
</content></entry><entry xml:id="entry-1252896060"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252896060</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:40:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 14 Sep 2009 02:38:21 -0000 |
40 |
|
* Lang.pm: Changed module names. |
41 |
|
|
42 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 02:40:50 -0000 |
45 |
|
* SWML.pm: New module. |
46 |
|
|
47 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000 |
50 |
|
* Document.pm: Added |rebless| method family. Moved |
51 |
|
SWML-to-HTML/XML/text convertion methods to another module. |
52 |
|
|
53 |
|
* Document/: New directory. |
54 |
|
|
55 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:39:42 -0000 |
58 |
|
* main.pl: Call the |rebless| method on the SWE::Object::Document |
59 |
|
module such that format-dependent methods can be invoked. |
60 |
|
|
61 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
</content></entry><entry xml:id="entry-1252894392"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252894392</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:13:00Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 14 Sep 2009 02:12:58 -0000 |
64 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Lang.pm: New module. |
67 |
|
|
68 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:12:48 -0000 |
69 |
|
* main.pl: Moved media type list to an external module. |
70 |
|
|
71 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
</content></entry><entry xml:id="entry-1252893804"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252893804</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:03:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:03:14 -0000 |
74 |
|
* Document.pm (to_html_fragment): New method. |
75 |
|
|
76 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:03:01 -0000 |
79 |
|
* main.pl: Moved format=html processing to external module. |
80 |
|
|
81 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
</content></entry><entry xml:id="entry-1252891592"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252891592</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T01:26:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 01:25:50 -0000 |
84 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Document.pm (to_xml, to_text): New methods. |
87 |
|
|
88 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 01:25:42 -0000 |
89 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* main.pl: Changed format=text and format=xml to obtain the text |
92 |
|
or xml variant from SWE::Object::Document. Changed format=text to |
93 |
|
obtain the xml variant from SWE::Object::Document and then convert |
94 |
|
into HTML. |
95 |
|
|
96 |
|
</content></entry><entry xml:id="entry-1248007097"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1248007097</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T12:38:10Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 19 Jul 2009 12:37:49 -0000 |
97 |
|
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* main.pl: Extended posturl API for the use of bookmarklet. |
100 |
|
|
101 |
|
</content></entry><entry xml:id="entry-1247972595"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247972595</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T03:03:12Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 19 Jul 2009 03:02:59 -0000 |
102 |
|
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HashedIndex.pm (_for_each_id): Operator evaluation order was |
105 |
|
wrong. |
106 |
|
|
107 |
|
</content></entry><entry xml:id="entry-1247399659"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247399659</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:54:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 11:54:12 -0000 |
108 |
|
* main.pl: Set the paragraph number to the posturl content. |
109 |
|
|
110 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
</content></entry><entry xml:id="entry-1247396930"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396930</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:08:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 11:08:44 -0000 |
113 |
|
* main.pl: Insert timestamp parameter of posturl. |
114 |
|
|
115 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
</content></entry><entry xml:id="entry-1247396243"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396243</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:57:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:57:18 -0000 |
118 |
|
* main.pl: Implemented new-document case of posturl method. |
119 |
|
|
120 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
</content></entry><entry xml:id="entry-1247395578"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395578</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:46:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 12 Jul 2009 10:46:07 -0000 |
123 |
|
* Document.pm (new_id): New method. |
124 |
|
|
125 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:45:55 -0000 |
128 |
|
* main.pl: Moved the code to obtain the new ID to another module. |
129 |
|
|
130 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
</content></entry><entry xml:id="entry-1247395065"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395065</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:37:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 12 Jul 2009 10:37:22 -0000 |
133 |
|
* Document.pm (update_tfidf): New method copied from main.pl. |
134 |
|
|
135 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:37:39 -0000 |
138 |
|
* main.pl (update_tfidf): Moved to another module. |
139 |
|
|
140 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
</content></entry><entry xml:id="entry-1247394387"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247394387</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:26:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 12 Jul 2009 10:25:36 -0000 |
143 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* Document.pm: New module. |
146 |
|
|
147 |
|
++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:25:59 -0000 |
148 |
|
* main.pl: Facted out the code to associate new pages names to the |
149 |
|
document. |
150 |
|
|
151 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
</content></entry><entry xml:id="entry-1247391940"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247391940</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:45:37Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 12 Jul 2009 09:45:07 -0000 |
154 |
|
* DB.pm (name_history, id_history): New methods. |
155 |
|
|
156 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 09:45:31 -0000 |
159 |
|
* main.pl: Use $db's methods to instantiate id_history and |
160 |
|
name_history databases. |
161 |
|
|
162 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
</content></entry><entry xml:id="entry-1247389678"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389678</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:07:55Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 12 Jul 2009 09:07:25 -0000 |
165 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* DB.pm (vc): New method. |
168 |
|
|
169 |
|
++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 09:07:51 -0000 |
170 |
|
* main.pl: Obtain instances of version control object by invoking |
171 |
|
the method of $db object. |
172 |
|
|
173 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
</content></entry><entry xml:id="entry-1247389166"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389166</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:59:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 08:59:20 -0000 |
176 |
|
* main.pl: posturl appending implemented. |
177 |
|
|
178 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
</content></entry><entry xml:id="entry-1247387085"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247387085</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:24:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 08:24:39 -0000 |
181 |
|
* main.pl: Preparation for introducing posturl method. |
182 |
|
|
183 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
</content></entry><entry xml:id="entry-1247386723"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247386723</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:18:39Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 08:18:35 -0000 |
186 |
* main.pl: Fact out the process to determine the document ID(s) |
* main.pl: Fact out the process to determine the document ID(s) |
187 |
from the name, possibly converting the SuikaWiki3 document into |
from the name, possibly converting the SuikaWiki3 document into |
188 |
new format. |
new format. |
681 |
* ChangeLog: New file. |
* ChangeLog: New file. |
682 |
|
|
683 |
|
|
|
</content></entry><updated>2009-07-12T08:18:39Z</updated></feed> |
|
684 |
|
</content></entry><updated>2009-09-14T06:00:54Z</updated></feed> |