nijel / ukolovnik

Ukolovnik - simple todo tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ukolovnik

Build Status Scrutinizer Code Quality Translation status

Simple task manager written in PHP and using MySQL as backend.

It requires browser with decent CSS support (Internet Explorer 7 or newer or almost any version of Firefox, Safari or Opera).

Homepage

http://cihar.com/software/ukolovnik/

License

Ukolovnik is provided under GNU GPL version 3 or later.

Some icons were taken from phpMyAdmin (GNU GPL) and GNOME (GNU LGPL).

Installation

Edit config.php to fit your setup and create needed tables by provided SQL script (use sql/ukolovnik.sql for current MySQL which supports charsets or sql/ukolovnik-no-charsets.sql for older versions 3.x which do not support it).

If you are running git version, you need to generate locales data if you want to use localized versions. To do so, install gettext and run ./admin/locales-generate script.

Ukolovnik does not provide any authentication and user management. If you don't want to make it publicly available, please configure authentication in your web server.

Bug reporting

Please report found bugs to issue tracker on GitHub.

Developing

Development goes on in Git, you can use web based browser to browse it.

You can also update translations online using Weblate.

About

Ukolovnik - simple todo tracker

License:GNU General Public License v3.0


Languages

Language:PHP 86.7%Language:CSS 8.9%Language:Shell 4.4%