Skip to content
/ logbook Public

A simple, private journal in plain text (or an SQLite database). This became Chiplog.

Notifications You must be signed in to change notification settings

trey/logbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple, private journal in plain text (or an SQLite database). This became Chiplog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages