This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
logbook /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
app/ | ||
| |
content/ | ||
| |
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








