/[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.35 by wakaba, Sun Mar 15 12:50:03 2009 UTC revision 1.39 by wakaba, Mon Mar 16 08:28:33 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-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  <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  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
15    
16            * Repository.pm: New module.
17    
18    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
19    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
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  &lt;wakaba@suika.fam.cx&gt;
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.          * Graph.pm (get_node_by_id): New method.
45          (create_node): Changed to instantiate SWE::Object::Node.          (create_node): Changed to instantiate SWE::Object::Node.
46    
# Line 370  Line 412 
412          * ChangeLog: New file.          * ChangeLog: New file.
413    
414    
 </content></entry><updated>2009-03-15T12:50:01Z</updated></feed>  
415    </content></entry><updated>2009-03-16T08:28:31Z</updated></feed>

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.39

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24