public
Description: A simple, private journal in plain text (or an SQLite database).
Homepage: http://code.treypiepmeier.com
Clone URL: git://github.com/trey/logbook.git
name age message
file .gitignore Sat Jun 28 22:14:58 -0700 2008 Moved month names and extension from constants ... [postpostmodern]
file README.markdown Fri Jun 27 06:44:29 -0700 2008 Updating README. [trey]
directory app/ Sun Jun 29 11:31:24 -0700 2008 Merge branch 'postpostmodern/master' [trey]
directory content/ Sun Jun 29 11:31:24 -0700 2008 Merge branch 'postpostmodern/master' [trey]
directory public/ Fri Jul 04 16:44:09 -0700 2008 Fixing conflicts. [trey]
README.markdown

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
|           |   |-- 2008-06-25_15.59.53.markdown
|           |   |-- 2008-06-25_16.00.33.markdown
|           |   `-- 2008-06-25_23.22.13.markdown
|           `-- 26
`-- public
    |-- css
    |-- img
    |-- js
    `-- index.php