Giter Site home page Giter Site logo

sprnza / omgnata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appmini/todomini

0.0 1.0 0.0 962 KB

self-hosted TODO list webapp.

License: GNU General Public License v3.0

Makefile 2.24% Shell 0.56% HTML 5.19% Clojure 67.67% CSS 11.15% PHP 13.20%

omgnata's Introduction

OMG Not Another TODO App

Screenshot

Simple TODO list app requirements:

  • Web based.
  • Easy to deploy.
  • Self-hosted & FLOSS.
  • Allows multiple people to update a list.
  • Mobile friendly - "Add to Home Screen" webapp.
  • Simple text based format for easy editing (see below).

Surprisingly, I could not find software meeting these criteria.

Install

  • Download a release or git clone the gh-pages branch.
  • Copy the files to your PHP web hosting.

To require authentication, first create a password file:

htpasswd -c /path/to/.htpasswd username

Then copy ./example.htaccess to .htaccess and edit it.

Multi-user

If you have multiple users, clone the directory for each user and create a unique htaccess login for each.

To create a shared list, symlink one of the TODO list files into each user's data directory.

Textfile format

The TODO lists use standard Markdown format:

 * [x] This is my first completed item.
 * [ ] Another uncompleted item.
 * [ ] Something else.

License

Copyright Chris McCormick, 2016. GPLv3 licensed.

omgnata's People

Contributors

chr15m avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.