MultiNote is a multi-user web based note sharing system. Inspired by PLATO Notes.
- Add and edit notes.
- Upload files, images.
- Reply to notes.
- Multiple users.
- Use to keep track of records, as a weblog, or CMS.
- MIT License
$ make dep
$ make
$ ./multinote -i notes.db
Run 'multiNote <notes_file>' to start the web service.
MultiNote uses a single sqlite3 database file to store all notes, uploaded files, users, and site settings.
Twitter: @robcomputing
Source: http://github.com/robdelacruz/multinote