| 1 |
wakaba |
1.2 |
<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-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>[email protected]</email></author><content type="text">++ ChangeLog 8 Nov 2008 09:30:47 -0000 |
| 2 |
|
|
2008-11-08 Wakaba <[email protected]> |
| 3 |
|
|
|
| 4 |
|
|
* mkcommitfeed.pl: New file (copied from ../www/harusame/). |
| 5 |
|
|
Forgetten to copy this file. |
| 6 |
|
|
|
| 7 |
wakaba |
1.3 |
</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>[email protected]</email></author><content type="text">++ swe/doc/ChangeLog 8 Nov 2008 09:31:49 -0000 |
| 8 |
|
|
2008-11-08 Wakaba <[email protected]> |
| 9 |
|
|
|
| 10 |
|
|
* .htaccess: New file. |
| 11 |
|
|
|
| 12 |
|
|
* ChangeLog: New file. |
| 13 |
|
|
|
| 14 |
|
|
|
| 15 |
wakaba |
1.4 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 8 Nov 2008 12:31:14 -0000 |
| 16 |
|
|
* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. |
| 17 |
|
|
|
| 18 |
|
|
2008-11-08 Wakaba <[email protected]> |
| 19 |
|
|
|
| 20 |
wakaba |
1.5 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 06:46:33 -0000 |
| 21 |
|
|
2008-11-09 Wakaba <[email protected]> |
| 22 |
|
|
|
| 23 |
|
|
* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, |
| 24 |
|
|
IDText.pm, SuikaWiki3PageList.pm: New modules. |
| 25 |
|
|
|
| 26 |
|
|
* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain |
| 27 |
|
|
base 16 encoded file name string as key, rather than array |
| 28 |
|
|
reference as in SuikaWiki3. |
| 29 |
|
|
|
| 30 |
|
|
* SuikaWiki3LastModified.pm (save_data, set_data): Removed. |
| 31 |
|
|
(load_data): Renamed as |_load_data|. |
| 32 |
|
|
(get_data): Invoke |_load_data| if and only if necessary. |
| 33 |
|
|
|
| 34 |
|
|
* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. |
| 35 |
|
|
|
| 36 |
wakaba |
1.6 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 10:06:43 -0000 |
| 37 |
|
|
* IDProps.pm (_get_file_name): Return |undef| if the file is not |
| 38 |
|
|
found. |
| 39 |
|
|
|
| 40 |
|
|
* IDLocks.pm: New module. |
| 41 |
|
|
|
| 42 |
|
|
2008-11-09 Wakaba <[email protected]> |
| 43 |
|
|
|
| 44 |
wakaba |
1.7 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 14:08:47 -0000 |
| 45 |
|
|
* VersionControl.pm: New module. |
| 46 |
|
|
|
| 47 |
|
|
* HashedProps.pm, IDText.pm: Support for |version_control| |
| 48 |
|
|
property is added. |
| 49 |
|
|
|
| 50 |
|
|
* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do |
| 51 |
|
|
nothing if the data has not been loaded from the file. |
| 52 |
|
|
(delete_data): New method. |
| 53 |
|
|
|
| 54 |
|
|
2008-11-09 Wakaba <[email protected]> |
| 55 |
|
|
|
| 56 |
wakaba |
1.8 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 10 Nov 2008 03:26:13 -0000 |
| 57 |
|
|
2008-11-10 Wakaba <[email protected]> |
| 58 |
|
|
|
| 59 |
|
|
* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs |
| 60 |
|
|
add" command to avoid keyword substition and newline |
| 61 |
|
|
normalization. |
| 62 |
|
|
|
| 63 |
wakaba |
1.9 |
</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>[email protected]</email></author><content type="text">++ ChangeLog 10 Nov 2008 09:58:00 -0000 |
| 64 |
|
|
2008-11-10 Wakaba <[email protected]> |
| 65 |
|
|
|
| 66 |
|
|
* styles/: New directory. |
| 67 |
|
|
|
| 68 |
|
|
++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000 |
| 69 |
|
|
2008-11-10 Wakaba <[email protected]> |
| 70 |
|
|
|
| 71 |
|
|
* sw.css: New style sheet. |
| 72 |
|
|
|
| 73 |
|
|
* ChangeLog: New file. |
| 74 |
|
|
|
| 75 |
|
|
|
| 76 |
wakaba |
1.10 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 14 Nov 2008 05:16:49 -0000 |
| 77 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 78 |
|
|
|
| 79 |
|
|
* IDLocks.pm (get_lock): Directories should be created if it does |
| 80 |
|
|
not exist. |
| 81 |
|
|
|
| 82 |
|
|
* SuikaWiki3PageList2.pm: New module. |
| 83 |
|
|
|
| 84 |
wakaba |
1.11 |
</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>[email protected]</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:42:29 -0000 |
| 85 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 86 |
|
|
|
| 87 |
|
|
* sw-classes.css: New style sheet. |
| 88 |
|
|
|
| 89 |
|
|
* sw.css: a:hover did not work because of specificity. Typo |
| 90 |
|
|
fixed. Use dashed underline for wiki-internal links so that a |
| 91 |
|
|
paragraph with a lot of links looks less ugly. Set margin between |
| 92 |
|
|
adjucent links. sw:insert and sw:delete elements that are |
| 93 |
|
|
children of the article element should be rendered as blocks. |
| 94 |
|
|
Underlines replaced by borders to avoid ugly styling when an |
| 95 |
|
|
underlined element is contained within a bordered element. Set |
| 96 |
|
|
border to form elements. |
| 97 |
|
|
|
| 98 |
wakaba |
1.12 |
</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>[email protected]</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:45:13 -0000 |
| 99 |
|
|
* sw.css: Change background-color of cells when hovered. |
| 100 |
|
|
|
| 101 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 102 |
|
|
|
| 103 |
wakaba |
1.13 |
</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>[email protected]</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 08:16:12 -0000 |
| 104 |
|
|
* sw.css: "rt + rt" changed to "rt ~ rt" to support |rp| elements. |
| 105 |
|
|
|
| 106 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 107 |
|
|
|
| 108 |
wakaba |
1.14 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 08:48:57 -0000 |
| 109 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 110 |
|
|
|
| 111 |
|
|
* XML2HTML.pm: New module (code from sw.cgi). |
| 112 |
|
|
|
| 113 |
|
|
* ChangeLog: New file. |
| 114 |
|
|
|
| 115 |
|
|
|
| 116 |
|
|
++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000 |
| 117 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 118 |
|
|
|
| 119 |
|
|
* Lang/: New directory. |
| 120 |
|
|
|
| 121 |
|
|
++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000 |
| 122 |
|
|
* sw.css: Margin for adjucent underlines are commented out, |
| 123 |
|
|
otherwise stupid margin appears before second anchor element in a |
| 124 |
|
|
paragraph (consider <a></a>text<a></a>). |
| 125 |
|
|
|
| 126 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 127 |
|
|
|
| 128 |
wakaba |
1.15 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 09:24:16 -0000 |
| 129 |
|
|
* XML2HTML.pm: Added sw:image element support. |
| 130 |
|
|
|
| 131 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 132 |
|
|
|
| 133 |
|
|
++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000 |
| 134 |
|
|
* sw.css: Added a style rule for permalinks. |
| 135 |
|
|
|
| 136 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 137 |
|
|
|
| 138 |
wakaba |
1.16 |
</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>[email protected]</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 10:30:59 -0000 |
| 139 |
|
|
* sw.css: Re-disabled underline for .sw-anchor-internal. |
| 140 |
|
|
|
| 141 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 142 |
|
|
|
| 143 |
wakaba |
1.17 |
</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>[email protected]</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 10:50:41 -0000 |
| 144 |
|
|
* XML2HTML.pm: Added sw:replace support. (The "support" simply |
| 145 |
|
|
insertes the |by| attribute value in place of sw:replace element, |
| 146 |
|
|
this is the most backward compatible way for existing contents.) |
| 147 |
|
|
|
| 148 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 149 |
|
|
|
| 150 |
|
|
++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000 |
| 151 |
|
|
* sw.css: Old (SuikaWiki3) style rule was inherited |
| 152 |
|
|
unintentionally for pre.code. |
| 153 |
|
|
|
| 154 |
|
|
2008-11-14 Wakaba <[email protected]> |
| 155 |
|
|
|
| 156 |
wakaba |
1.2 |
</content></entry></feed> |