mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
file, use perls open() instead.
CHANGED: excluded some of the help texts from the usage message and the
interactive help command to a manpage.
ADDED: new commandline flag "--encrypt" which one can use to encrypt
the mysql database password. This will be decrypted before
connecting to the db. There is also a new config file option
"encrypt_passwd" which indicates an encrypted db-password.
ADDED: another new config option "ShortCd", which can be set to "yes"
or 1 and if set, then a command like "cd 13" would jump
directly to the topic of the note with the number 13.
ADDED: now you can at any time cd back to the "root" of the
topic-structure using the command "cd /".
CHANGED: mysql.pm does now only do a table-lock on single write
accesses, no more on the whole session. This allows one to
access the same db twice or more.
FIXED: Changed README and Changelog for readability on 80 by 25
displays. And changed indentation of the note script itself.
ADDED: NOTEDB.pm - a generic module, which holds some methods, which
are used by binary.pm, mysql.pm and dbm.pm.
ADDED: NOTEDB.pm generate_search(), which allows one to
use AND, OR and various combinations of them using ( and ).
ADDED: a search does now return the 2nd line of a note if a matching
note's first line is a topic.
CHANGED: use "unshift" instead of push to add $libpath to @INC.
ADDED: a new feature, Caching of notes. supported by binary.pm and
mysql.pm. To turn it on, one need to set "Cache" in the config
to a true value.
20 lines
721 B
Plaintext
20 lines
721 B
Plaintext
<img src="images/note.jpg" border=0>
|
|
<HR SIZE="1" NOSHADE="1">
|
|
<a href="index.html">home</a><p>
|
|
<a href="installation.html">installation</a><p>
|
|
<a href="usage.html">usage</a><p>
|
|
<a href="upgrade.html">upgrade</a><p>
|
|
<a href="changelog.html">changelog</a><p>
|
|
<a href="download.html">download</a><p>
|
|
<a href="license.html">license</a><p>
|
|
<a href="cvs.html">cvs</a><p>
|
|
<a href="screenshots.html">screenshots</a><p>
|
|
<a href="deutsch.html">deutsch</a><p>
|
|
<a href="about.html">about</a><p>
|
|
<HR SIZE="1" NOSHADE="1">
|
|
<center><font size=-2>last updated 02.07.2000</font>
|
|
<p>
|
|
<img src="images/anybrow.gif" alt="best viewed with any browser">
|
|
</center>
|
|
|