/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Contents of /webroot/swe/doc/swe-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (hide annotations) (download)
Fri Nov 14 07:42:59 2008 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.10: +14 -0 lines
++ swe/styles/ChangeLog	14 Nov 2008 07:42:29 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* sw-classes.css: New style sheet.

	* sw.css: a:hover did not work because of specificity.  Typo
	fixed.  Use dashed underline for wiki-internal links so that a
	paragraph with a lot of links looks less ugly.  Set margin between
	adjucent links.  sw:insert and sw:delete elements that are
	children of the article element should be rendered as blocks.
	Underlines replaced by borders to avoid ugly styling when an
	underlined element is contained within a bordered element.  Set
	border to form elements.

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>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 8 Nov 2008 09:30:47 -0000
2     2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</email></author><content type="text">++ swe/doc/ChangeLog 8 Nov 2008 09:31:49 -0000
8     2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</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 &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 06:46:33 -0000
21     2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &quot;%&quot; 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>wakaba@suika.fam.cx</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 &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</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 &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 10 Nov 2008 03:26:13 -0000
57     2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
58    
59     * VersionControl.pm (commit_changes): Set &quot;-kb&quot; option to the &quot;cvs
60     add&quot; 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>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 10 Nov 2008 09:58:00 -0000
64     2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
65    
66     * styles/: New directory.
67    
68     ++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000
69     2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 14 Nov 2008 05:16:49 -0000
77     2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
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>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:42:29 -0000
85     2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
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.2 </content></entry></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24