https://github.com/igr/keenpin
keenpin is beautiful todo.txt web template engine.
https://github.com/igr/keenpin
Last synced: 11 months ago
JSON representation
keenpin is beautiful todo.txt web template engine.
- Host: GitHub
- URL: https://github.com/igr/keenpin
- Owner: igr
- Created: 2014-03-10T16:07:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T12:31:36.000Z (over 12 years ago)
- Last Synced: 2025-03-17T13:33:42.659Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
keenpin
=======
_keenpin_ is beautiful **todo.txt** web template engine. It takes raw **todo.txt** file and simple HTML template to produce beautiful online overviews of your tasks list. Let your visual imagination run wild and create your own unique, ubiquitous, beautiful templates!
## Installation
The usage is simple, all you need is a PHP-enabled server.
+ download project (or simply clone it) into the root dir
+ update `config.php` and choose template
+ edit template's configuration file: `list.txt`
+ put your `todo.txt` file into the root dir
+ enjoy!
If your template supports `todo.txt` updates then be sure
to set appropriate access permission on that file.
See [templates gallery](doc/gallery.md) for available templates.
## Make Your Own Template
_keenpin_ template is a single HTML page with various blocks and macros. Using the content of `todo.txt`, the template is processed and one or more HTML pages are generated.
Unleash creativity and build your own task list!
Read [how to make your own template](doc/template.md).
Please share your templates with us!
## Authors
Built by Igor and Sylvain with :heart: