<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process, branch hashed-spooldir</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.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://openpgpkey.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>clean up</title>
<updated>2002-03-23T12:22:03+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-23T12:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0bc5ee672008a8b32840fb0cff40f3de40237e76'/>
<id>0bc5ee672008a8b32840fb0cff40f3de40237e76</id>
<content type='text'>
use rewrite_prompt() by FML::Command to hide admin password.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use rewrite_prompt() by FML::Command to hide admin password.
</pre>
</div>
</content>
</entry>
<entry>
<title>add prototype of admin command auth governed by $admin_command_restrictions</title>
<updated>2002-03-22T15:30:44+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-22T15:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=246a7dc58db024d6e295667e3f531aa2c237080a'/>
<id>246a7dc58db024d6e295667e3f531aa2c237080a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up / clarify the logic:</title>
<updated>2002-03-22T11:40:27+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-22T11:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=13d61ba467f16bbba55a7a9f49491f32c4035086'/>
<id>13d61ba467f16bbba55a7a9f49491f32c4035086</id>
<content type='text'>
o valid command syntax
o command mode for a user, admin and stranger
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o valid command syntax
o command mode for a user, admin and stranger
</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://openpgpkey.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://openpgpkey.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>implement hints()</title>
<updated>2002-03-20T03:20:45+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-20T03:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=27a7186cd4920dec8c1b23b70570fc3972157282'/>
<id>27a7186cd4920dec8c1b23b70570fc3972157282</id>
<content type='text'>
It is useful to switch process behabiour based on this hints.  This
function is used in CGI processes typically to verify whether the
current process runs in admin mode or user mode ? et.al.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is useful to switch process behabiour based on this hints.  This
function is used in CGI processes typically to verify whether the
current process runs in admin mode or user mode ? et.al.
</pre>
</div>
</content>
</entry>
<entry>
<title>enable config.cgi , remove makefml.cgi</title>
<updated>2002-03-20T03:19:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-20T03:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b1c661215b1e72d29e28e048c6a57c5f87aa5cbe'/>
<id>b1c661215b1e72d29e28e048c6a57c5f87aa5cbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://openpgpkey.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>accpet empty value even if it not matches filter:)</title>
<updated>2002-03-19T07:59:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-03-19T07:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e61fc8e19b5aca97c60ab4f2c5d549e139702384'/>
<id>e61fc8e19b5aca97c60ab4f2c5d549e139702384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
