ChangeLog:
- added man page for abookrc (Alan Ford)
- notes are returned as optional data in mutt queries
- created a workaround for a mutt query bug
- new "extra_alternative" config option (Alan)
- added undo feature to editor
- FAQ
- macro updates
- fixed the cancel key behavior in editor
HTML metacharacters into the corresponding entities. More sophisticated
transformations, such as splitting the text into paragraphs or
marking up bulleted lists, can be carried out by setting the
appropriate options.
the static authentication modules.
This allows us to add two new flavors: ldap and mysql, which communicate
via the authdaemon.
Note that this requires users to rehaul their configuration scripts;
the INSTALL script should detect this and print out a message.
Based on a tarball by Shell Hung <i@shellhung.org>
--
This module was created to help those who need to manage RDF Site
Summary (RSS) files, it makes quick work of creating, updating and
saving RSS files.
Based on a tarball by Shell Hung <i@shellhung.org>
--
asp2php is a program which converts Microsoft's ASP code to PHP.
It supports multiple database drivers, sessions, both PHP3 and PHP4,
and also provides a graphical front end to do all this.
traditional and object-oriented i/o) on things *other* than normal
filehandles; in particular, IO::Scalar, IO::ScalarArray, and
IO::Lines.
Port orignally created by Shell Hung <i@shellhung.org>. Moved from textproc/
to devel/.
object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.
Originally created by Shell Hung <i@shellhung.org>. I have moved it from
textproc/ to devel/