Skip to content

A very simple, yet lightweight Todolist-application with basic HTTP-Authentication

Notifications You must be signed in to change notification settings

pmuens/tiny-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyTodos - Your lightweight Todo-Helper

Welcome To TinyTodos, a simple Todo-Helper written in “Ruby on Rails”, beautified by “Twitter Bootstrap”

Setup

  1. Goto app/controllers/todos_controller.rb and modify the http_basic_authetication_with Method with your credentials

    http_basic_authenticate_with :name => "name", :password => "password" to  http_basic_authenticate_with :name => "YOURNAME", :password => "YOURPASSWORD"
  2. Use it and have fun!

Have Fun using this tool and fork / pull it If you want to improve it.

About

A very simple, yet lightweight Todolist-application with basic HTTP-Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published