/[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.27 by wakaba, Mon Mar 2 11:45:11 2009 UTC revision 1.35 by wakaba, Sun Mar 15 12:50:03 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-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog       2 Mar 2009 11:44:31 -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-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
2            * Graph.pm (get_node_by_id): New method.
3            (create_node): Changed to instantiate SWE::Object::Node.
4    
5            * Node.pm: New module.
6    
7    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
8    
9    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:49:58 -0000
10            * main.pl: Dump the list of neighbors.
11    
12    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
13    
14    </content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 12:26:50 -0000
15            * DB.pm: Added graph and global property databases.
16    
17    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
18    
19    ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
20            * Graph.pm: New module.
21    
22    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
23    
24    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:27:26 -0000
25            * main.pl: Graph generation moved to another module.  Implemented
26            graph/document association.
27    
28    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
29    
30    </content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        15 Mar 2009 09:41:26 -0000
31    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
32    
33            * NamedText.pm: New module.
34    
35    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 09:42:14 -0000
36            * main.pl: Implemented the graph generate method.
37    
38    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
39    
40    </content></entry><entry xml:id="entry-1237104442"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237104442</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T08:07:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 08:06:01 -0000
41    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
42    
43            * DB.pm (id): New method.
44    
45    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 08:07:12 -0000
46    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
47    
48            * main.pl: Moved the codes to get idgenerator object to SWE::DB
49            module.  Also, preparation for the experiments for the graph
50            generation implementation.
51    
52    </content></entry><entry xml:id="entry-1236992624"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992624</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:03:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:03:37 -0000
53            * sw.js: Added |title|s to the buttons.
54    
55    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
56    
57    </content></entry><entry xml:id="entry-1236992515"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992515</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:01:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:01:18 -0000
58    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
59    
60            * sw.js: Added a button to insert the current time.
61    
62    </content></entry><entry xml:id="entry-1236587122"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236587122</id><title>2009-03-09 Wakaba</title><updated>2009-03-09T08:25:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Data/ChangeLog      9 Mar 2009 08:24:27 -0000
63            * FeatureVector.pm: Added support for parsing and operations.
64    
65    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
66    
67    ++ swe/lib/suikawiki/ChangeLog  9 Mar 2009 08:25:07 -0000
68            * main.pl: Added experimental support for learning of relatedness
69            of pages.
70    
71    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
72    
73    </content></entry><entry xml:id="entry-1235995769"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235995769</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T12:09:28Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 12:08:28 -0000
74            * DB.pm: New module.
75    
76    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
77    
78    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 12:09:18 -0000
79            * main.pl: Create an instance of the new SWE::DB module and obtain
80            references to database objects via that object for newly added
81            modes.
82    
83    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
84    
85    </content></entry><entry xml:id="entry-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 11:44:31 -0000
86  2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
87    
88          * Data/: New directory.          * Data/: New directory.
# Line 286  Line 370 
370          * ChangeLog: New file.          * ChangeLog: New file.
371    
372    
 </content></entry><updated>2009-03-02T11:45:09Z</updated></feed>  
373    </content></entry><updated>2009-03-15T12:50:01Z</updated></feed>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24