Webbased plaintext notekeeper. Simple. Minimalistic (as in motherfuckingwebsite.com). Distraction-free (see time well spent).
Created with php. No frameworks, no bullshit, only code. It might be a little mess, but it ain't no beauty contest. It's all about speed here.
- Copy
path.sample.phptopath.phpand edit the url and path or links will be broken - Relies on Apache (see
.htaccessfile) - Uses PDO with SQLite, so you probably want to use PHP 5.0+.
- Saves files in running folder, you probably want to give your webserver write access.
- If your php version doesn't support
password_hashorpassword_verify, add this password.php file in the same directory.