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.php
topath.php
and edit the url and path or links will be broken - Relies on Apache (see
.htaccess
file) - 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_hash
orpassword_verify
, add this password.php file in the same directory.