public
Description: A simple, private journal in plain text (or an SQLite database). This became Chiplog.
Homepage:
Clone URL: git://github.com/trey/logbook.git
trey (author)
Fri Jul 04 16:44:09 -0700 2008
commit  e4cd9fab82663da3e3d7bdad6fcc639d7430fcd4
tree    33bfbec06dac59939918011145e8798fffecfea9
parent  3c97d132a924c38d09663219ca59da15fa3257ab parent  c80fdaf14fb450f11218dc7244e34c8ddbec3674
name age message
file .gitignore Loading commit data...
file README.markdown
directory app/
directory content/
directory public/
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