summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-22makefml htmlifythreadtrack-pm-basefukachan
2001-10-22add ticket systemfukachan
2001-10-22rename usage -> chapter, add more softwares, add gnats samplesfukachan
2001-10-22accept command line option: srcdir=$srcdirfukachan
2001-10-22add (X-ML-Name X-Mail-Count X-Sequence) into @header_field (defaultfukachan
header to show) defined() check before calling Jcode::XXX()
2001-10-22moved to ticketsystem/ (appropriate???)fukachan
2001-10-22Initial revisionfukachan
2001-10-21check defined $header->get(content-type)fukachan
2001-10-21check more defined() checkfukachan
2001-10-21 makefml htmlify $ml_name outdir=$out_dirfukachan
2001-10-21makefml htmlify $ml outdir=$htmlified_artilces_dirfukachan
2001-10-21more p5-ish style to avoid warningfukachan
2001-10-21clean up debug codefukachan
prepare top level entrance functions: htmlify_file() for file htmlify_dir() for directory
2001-10-21sync w/ 2001/10/20 06:33fukachan
2001-10-21allclean: run "rm -f __scan__" but clean: notfukachan
2001-10-21Last Modified: $Date$fukachan
2001-10-21add link to CHANGESfukachan
2001-10-21improved Mail::HTML::Lite: monthly index et.al.fukachan
2001-10-21fix typo (bug in sorting monthly_index)fukachan
TABLE-ify monthly_index: yyyy/01 yyyy/02 ..
2001-10-21fix sorted order in monthly_index.htmlfukachan
2001-10-21make monthly index alwaysfukachan
2001-10-21sort location of function definitionfukachan
rename functin name: _print_attachment -> _print_inline_object _raw_text_print -> _text_print_by_raw_mode
2001-10-21implement _print_index_{begin,end}() and modified to use themfukachan
2001-10-21clean up codes, documentsfukachan
2001-10-21bug fix _address_clean_up() syntax checkfukachan
check already processed or not you can know it by $self->is_ignore($id) method. move a lot of debug code to "if $debug > 3" in cache_message_info()
2001-10-21check target html is already processed or notfukachan
2001-10-21Tie::JournaledDirfukachan
2001-10-20bug fix and enable to create/update {index,thread}.htmlfukachan
2001-10-20oops, fix untie() operation to be ensuredfukachan
2001-10-20bug fix: _address_clean_up() should check return value, which isfukachan
address or not more rigolously. bug fix: check parent/child (attachment) process or not more and more debug info
2001-10-20we can make index.html and thread.htmlfukachan
Mail::HTML::Lite::new() accepts { db_type => "DB_TYPE", attachment => 0/1 } change html_begin argument: ($wh, { message => $msg }); we can specify title in <HEAD> several minior changes
2001-10-20add Mail::HTML::Lite (mail to html converter)fukachan
bug fix Mail::Message
2001-10-20ln -s Mail::HTMLfukachan
2001-10-20catch up latest rfc-index, add 3156 3161 and the ancestorfukachan
2001-10-20bug fix: $InComingMessage should not local scope. modify it to SCALAR REFfukachan
bug fix: data_in_body_part() returns whole data not the first 512 bytes bug if $size is specified as argument, return the first $size bytes. feature: get_data_type_list() returns ARRAY of xxx/yyy by default for other method use. If under $debug mdoe, it shows verbose output.
2001-10-20show <META> and <LINK> information in <HEAD> if couldfukachan
new() takes charset as argument change _decode_mime_string() to method modify ifdef in_chaset_to_code() to be more suitable
2001-10-20bug fix target lists to update, modified to use the result byfukachan
evaluation_relation() clean up debug code more debug information
2001-10-20cache information in .ht_hml_* in html article directoryfukachan
rewrite links using these data among articles needed to rewrite. links contains prev/next by ID (article ID) and prev/next by Thread.
2001-10-19Initial revisionfukachan
2001-10-19replace image/gif part with correct base64 encoded imagefukachan
2001-10-19MIME decoderfukachan
2001-10-19Mail::Message::get_data_type_list() is changed. To sync with it,fukachan
use $msg->get_data_type_list( { debug => 1 } ) for debug.
2001-10-19import HTML::FromText 1.005fukachan
2001-10-18Initial revisionfukachan
2001-10-18enhance argv: $0 key unitfukachan
2001-10-18change default unit to "day" not number (unix time).fukachan
2001-10-17 variablesfukachan
add $confirm_keyword to $available_commands_for_stranger add $available_commands_for_stranger to $available_commands FML::Command modified FML::Command uses get_attribute() in FML::Command::Attribute FML::Command::Attribute renamed FML::Command::ACL -> FML::Command::Attribute.pm FML::Command::SendFile support MH style arg::first, last, cur, first:\d and last:\d FML::Command::User::bye fix typo File::Sequence implemente get_id() method to return the latest article id update document
2001-10-17summarize todofukachan
2001-10-17change status: archive, lop, rcsfukachan
2001-10-17catch up cpan.org todayfukachan