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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by wakaba, Sun Jul 12 08:24:45 2009 UTC revision 1.57 by wakaba, Sun Jul 12 10:46:18 2009 UTC
# Line 1  Line 1 
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-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  <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-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
2            * Document.pm (new_id): New method.
3    
4    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
5    
6    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
7            * main.pl: Moved the code to obtain the new ID to another module.
8    
9    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
10    
11    </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
12            * Document.pm (update_tfidf): New method copied from main.pl.
13    
14    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
15    
16    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
17            * main.pl (update_tfidf): Moved to another module.
18    
19    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
20    
21    </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
22    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
23    
24            * Document.pm: New module.
25    
26    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
27            * main.pl: Facted out the code to associate new pages names to the
28            document.
29    
30    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
31    
32    </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
33            * DB.pm (name_history, id_history): New methods.
34    
35    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
36    
37    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
38            * main.pl: Use $db's methods to instantiate id_history and
39            name_history databases.
40    
41    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
42    
43    </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
44    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
45    
46            * DB.pm (vc): New method.
47    
48    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
49            * main.pl: Obtain instances of version control object by invoking
50            the method of $db object.
51    
52    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
53    
54    </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
55            * main.pl: posturl appending implemented.
56    
57    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
58    
59    </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
60          * main.pl: Preparation for introducing posturl method.          * main.pl: Preparation for introducing posturl method.
61    
62  2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
# Line 502  Line 560 
560          * ChangeLog: New file.          * ChangeLog: New file.
561    
562    
 </content></entry><updated>2009-07-12T08:24:42Z</updated></feed>  
563    </content></entry><updated>2009-07-12T10:46:11Z</updated></feed>

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.57

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24