CHANGED: does no more use the external touch command to create a new

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.
This commit is contained in:
TLINDEN
2012-02-10 20:22:49 +01:00
parent 788902c69d
commit 9cf564ffe4
67 changed files with 6310 additions and 1604 deletions

19
0x49/contents/deutsch Normal file
View File

@@ -0,0 +1,19 @@
<h2>Hinweise f&uuml;r deutsche Besucher</h2>
note ist ein Konsolenprogram, mit dem man einfach Notizen verwalten
kann, <20>hnlich wie bei "knotes". Es ist in Perl geschrieben. Note
verwendet externe (mitgelieferte!) Module als Speicher-Backend, um
die Daten zu speichern. Momentan ist ein mysql-Modul dabei, sowie
ein "binary"-Modul, note's eigenes Datenformat und seit 1.0.5 auch ein
DBM modul. Das mysql Modul verwendet Perls Standard Modul DBI
und ist damit f<>r alle g<>ngigen DBMS verwendbar.
Seit Version 1.0.0 wird Verschl<68>sselung unterst<73>tzt(IDEA oder DES),
man kann also durchaus auch sensible Daten speichern.
<p>
Die Dokumentation f&uuml;r <b>note</b> liegt leider nur in englisch vor. Trotzdem m&uuml;ssen Deutsche
nicht ganz leer ausgehen :-)
<p>
Hannes Lau hat auf seiner <a href="http://home.debitel.net/user/hannes.lau/Linux-Text.htm#Notizen">Homepage</a> eine kurze Beschreibung bereitgestellt (Tausend Dank!).
<p>
Eine ausf<73>hrliche Beschreibung des Programmes ist ausserdem im
<a href="http://www.linux-magazin.de">LinuxMagazin 5/2000</a> S. 106 erschienen (allerdings basierend auf einer
<EFBFBD>lteren Version...)!<br> *stolzsei* ;-)