<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/CGI/Kernel.pm, branch hashed-spooldir</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>white space cosmetics: nuke \s*$</title>
<updated>2002-03-30T11:08:33+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-30T11:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=38458ad60b93e9cb78f62d576f2196b9ddd21858'/>
<id>38458ad60b93e9cb78f62d576f2196b9ddd21858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add options bar to switch the language (dummy yet :-)</title>
<updated>2002-03-20T08:00:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-20T08:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cb5db714b4b662151fa228bece64c5f2db10b5c8'/>
<id>cb5db714b4b662151fa228bece64c5f2db10b5c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change layout in table a little.</title>
<updated>2002-03-20T07:31:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-20T07:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0a35456c27373ad9e46bea0a635501b27a197209'/>
<id>0a35456c27373ad9e46bea0a635501b27a197209</id>
<content type='text'>
define run_cgi_title() and run_cgi_help()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define run_cgi_title() and run_cgi_help()
</pre>
</div>
</content>
</entry>
<entry>
<title>o prepend cgi_ or run_cgi to function name.</title>
<updated>2002-03-19T08:02:05+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-19T08:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e47c93d8b1bd5357cf27082b87f22593a186bfc7'/>
<id>e47c93d8b1bd5357cf27082b87f22593a186bfc7</id>
<content type='text'>
o implement trampoline mechanism using FML::Command: class.
o change: pop_menu -&gt; scrolling_list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o implement trampoline mechanism using FML::Command: class.
o change: pop_menu -&gt; scrolling_list
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetics</title>
<updated>2002-03-18T15:21:31+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-18T15:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7f995250e8aeba35457875b845eb04531e4763f2'/>
<id>7f995250e8aeba35457875b845eb04531e4763f2</id>
<content type='text'>
FNF
define cgi_execute_command() and try_get_address() into
FML::Process::CGI::Kernel and remove them from FML::CGI::Admin::Menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FNF
define cgi_execute_command() and try_get_address() into
FML::Process::CGI::Kernel and remove them from FML::CGI::Admin::Menu
</pre>
</div>
</content>
</entry>
<entry>
<title>reconstruct CGI around structure phase 1:</title>
<updated>2002-03-18T13:52:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-18T13:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9ee699873afac9d7f08ca99678d1e2a48f55a3c5'/>
<id>9ee699873afac9d7f08ca99678d1e2a48f55a3c5</id>
<content type='text'>
o table not frame based menu support (similar style to www.netbsd.org)
o prepare method for each location in the screen.
  for example,
  + run_cgi_main() to show main menu at the center in the screen.
  + run_cgi_navigator() to show navigation bar at the left.
o longjmp() by eval/croak when we encounter insecure conditions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o table not frame based menu support (similar style to www.netbsd.org)
o prepare method for each location in the screen.
  for example,
  + run_cgi_main() to show main menu at the center in the screen.
  + run_cgi_navigator() to show navigation bar at the left.
o longjmp() by eval/croak when we encounter insecure conditions.
</pre>
</div>
</content>
</entry>
<entry>
<title>use FML::Process::Utils::__ml_home_prefix_from_main_cf() to get $ml_home_prefix.</title>
<updated>2002-02-02T15:24:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-02T15:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=092dc3c65a00347d9d7f9684c415592db515d4a7'/>
<id>092dc3c65a00347d9d7f9684c415592db515d4a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove $ENV{debug} based toggle flag</title>
<updated>2002-02-01T12:03:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-01T12:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d'/>
<id>a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use File::Spec</title>
<updated>2002-01-30T15:20:30+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-30T15:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ce92eaa85ff6d5273e955fba57230b44685e3243'/>
<id>ce92eaa85ff6d5273e955fba57230b44685e3243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove \s*$</title>
<updated>2001-12-23T11:39:44+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-23T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=216cabd2e4c61d0f53d7c1c408153c9d6a1862e3'/>
<id>216cabd2e4c61d0f53d7c1c408153c9d6a1862e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
