File: README

package info (click to toggle)
ukolovnik 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 221
  • sloc: php: 1,246; sh: 165; sql: 60; makefile: 31
file content (54 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Ukolovnik
=========

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


Homepage
--------

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


License
-------

Ukolovnik is provided under GNU GPL version 2.

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 svn 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.


Bug reporting
-------------

Please report found bugs to my bugtracker [1].


Developing
----------

Development goes on in Subversion [2], you can use web based browser [3] to
browse it.

You can also update translations online using Pootle [4].

[1]: http://bugs.cihar.com/
[2]: http://svn.cihar.com/
[3]: http://viewsvn.cihar.com/ukolovnik
[4]: https://l10n.cihar.com/projects/ukolovnik/


# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us