Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2010-09-29 | 1.0 kB | |
SQLNote_0.1.7z | 2010-09-29 | 419.0 kB | |
Totals: 2 Items | 420.0 kB | 0 |
SQLNote Created by - Chris Allison License - GPL SQLNote is a simple note filing application. It has a tree structure for organizing notes into folders. The limit of notes and folders at the moment is the length of an INT field in MySQL (2,147,483,647) so you shouldn't have any trouble with space. At some point in the future, I may wrap a multi-user interface around this and extend the limits. It uses Tiny_MCE as the editor interface. One caveat: when a folder or note is deleted, it isn't actually removed from the database, only marked as deleted and not shown. This makes undelete possible and also simplifies the delete function (cascading deletes to all children is a pain). Requirements: Web server (Apache) MySQL PHP5 Installation: Unzip file to someplace accessible to your web server. Edit the dbvars.php file to match your connection settings to your MySQL database. In your browser, go to http://yourserver/setupdb.php to create the databases. Changelog: 0.1 - First public release