A web TODO list application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kasianov Nikolai Alekseevich 44f325cf60 fix: Fix "Show Done" table being too wide for phone displays 6 months ago
pages fix: Fix "Show Done" table being too wide for phone displays 6 months ago
scripts bugfix: index.html: increment month number so its showing the right month 7 months ago
src versioning: Bump version number 7 months ago
static feat: button images 9 months ago
.gitignore readme: included README text; feat: version flag 9 months ago
COPYING licencing: made the project use AGPL license 10 months ago
LICENSE.modernc.org.sqlite Attributing modernc.org/sqlite 7 months ago
Makefile Makefile: cross compilation recipe 6 months ago
README.md readme: included README text; feat: version flag 9 months ago

README.md

dela (pun интедед) - daily events list application, aka web TODO list

About

dela is a web TODO list application which can be hosted on your server and accessed via browser. Current capabilities include:

  • Password protected account system
  • TODO creation
  • TODO completion

Build

make

or manually compile with go build inside the src directory, move the binary and put it alongside pages, scripts and static (although the path to the contents can be specified via configuration file).

make portable

will create a dela.zip archive with all the content directories and the binary which are to be freely transported to other machines (of the same OS and architecture, obviously)

Use

After the first run a configuration file will be put alongside the executable, upon the second launch server will start and the service will be accessible on the specified port.

License

AGPLv3