/logbook

A simple, private journal in plain text.

Primary LanguagePHP

Logbook is a personal, private journal in plain text.

You know, like "Captain's Log"?

Installation:

  • Set a password in app/config.yaml.
  • Set your webserver's document root to public/.
  • Write things that are on your mind.

Site structure: (files and folders are the API)

.
|-- app
|   |-- config.yaml
|   `-- load.php
|-- content
|   `-- 2008
|       `-- 06
|           `-- 25.markdown
`-- public
    |-- css
    |-- img
    |-- js
    `-- index.php