1 |
wakaba |
1.17 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.21 |
* main.pl: Update tfidf data when a page content is updated. |
4 |
|
|
|
5 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
wakaba |
1.20 |
* main.pl Locks during the non-inverted index is updated. |
8 |
|
|
|
9 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
|
11 |
wakaba |
1.19 |
* main.pl: Locks the index database before the modification. |
12 |
|
|
|
13 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
|
15 |
wakaba |
1.18 |
* main.pl: Put the |script| element at the end of the |body| |
16 |
|
|
element. |
17 |
|
|
|
18 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
|
20 |
wakaba |
1.17 |
* main.pl: Set |lock_type| to enable lock order control. |
21 |
|
|
|
22 |
wakaba |
1.15 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
|
24 |
wakaba |
1.16 |
* main.pl: Show the relatedness of pages in the list of neighbor |
25 |
|
|
nodes. |
26 |
|
|
|
27 |
|
|
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
|
29 |
wakaba |
1.15 |
* main.pl: Moved relatedness detection method into its own module. |
30 |
|
|
|
31 |
wakaba |
1.10 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
|
33 |
wakaba |
1.14 |
* main.pl: Dump the name of neighbors. |
34 |
|
|
|
35 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
|
37 |
wakaba |
1.13 |
* main.pl: Dump the list of neighbors. |
38 |
|
|
|
39 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
wakaba |
1.12 |
* main.pl: Graph generation moved to another module. Implemented |
42 |
|
|
graph/document association. |
43 |
|
|
|
44 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
wakaba |
1.11 |
* main.pl: Implemented the graph generate method. |
47 |
|
|
|
48 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
|
50 |
wakaba |
1.10 |
* main.pl: Moved the codes to get idgenerator object to SWE::DB |
51 |
|
|
module. Also, preparation for the experiments for the graph |
52 |
|
|
generation implementation. |
53 |
|
|
|
54 |
wakaba |
1.6 |
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
|
56 |
wakaba |
1.9 |
* main.pl: Added experimental support for learning of relatedness |
57 |
|
|
of pages. |
58 |
|
|
|
59 |
|
|
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
|
61 |
wakaba |
1.8 |
* main.pl: Create an instance of the new SWE::DB module and obtain |
62 |
|
|
references to database objects via that object for newly added |
63 |
|
|
modes. |
64 |
|
|
|
65 |
|
|
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
|
67 |
wakaba |
1.7 |
* main.pl (update_tfidf): Use new module to support feature word |
68 |
|
|
vectors. |
69 |
|
|
|
70 |
|
|
2009-03-02 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
|
72 |
wakaba |
1.6 |
* main.pl (;search, ;terms): New modes. |
73 |
|
|
|
74 |
wakaba |
1.5 |
2008-12-16 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
|
76 |
|
|
* main.pl: Adds .tools class to the page navigation, to |
77 |
|
|
distinguish with same-name pages navigation. |
78 |
|
|
|
79 |
wakaba |
1.4 |
2008-11-25 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
|
81 |
|
|
* main.pl: Adds link to help page after the page content form. |
82 |
|
|
|
83 |
|
|
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
|
85 |
|
|
* main.pl: Output last-modified date at the end of HTML |
86 |
|
|
representation of an article. |
87 |
|
|
|
88 |
wakaba |
1.2 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
|
90 |
wakaba |
1.3 |
* main.pl: Implemented history modes. Records creation of pages |
91 |
|
|
and modifications to id/name associations as history. |
92 |
|
|
|
93 |
|
|
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
|
95 |
wakaba |
1.2 |
* main.pl: New script (Code from sw.cgi |
96 |
|
|
<http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi>, with |
97 |
|
|
minimum changes). |
98 |
|
|
|
99 |
|
|
* ChangeLog: New file. |
100 |
|
|
|
101 |
|
|
|