2009-09-21 Wakaba * Document.pm (title, get_or_create_graph_node): New methods (made from codes moved from main.pl). 2009-09-20 Wakaba * Graph.pm (schelling_update): Implemented. 2009-09-20 Wakaba * Graph.pm (add_nodes): Improved the way to determine the number of added nodes. 2009-09-14 Wakaba * Document.pm (prop): New method. (content_media_type): Changed to return the real media type. (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): Changed to return appropriate default value. 2009-09-14 Wakaba * Document.pm: Added |rebless| method family. Moved SWML-to-HTML/XML/text convertion methods to another module. * Document/: New directory. 2009-09-14 Wakaba * Document.pm (to_html_fragment): New method. 2009-09-14 Wakaba * Document.pm (to_xml, to_text): New methods. 2009-07-12 Wakaba * Document.pm (new_id): New method. 2009-07-12 Wakaba * Document.pm (update_tfidf): New method copied from main.pl. 2009-07-12 Wakaba * Document.pm: New module. 2009-03-16 Wakaba * Repository.pm (are_related_ids): Repeat the relearning process until the right answer is deduced. 2009-03-16 Wakaba * Repository.pm: New module. 2009-03-15 Wakaba * Node.pm (document_id): New method. 2009-03-15 Wakaba * Graph.pm (get_node_by_id): New method. (create_node): Changed to instantiate SWE::Object::Node. * Node.pm: New module. 2009-03-15 Wakaba * Graph.pm: New module. 2009-03-15 Wakaba * ChangeLog: New file.