Menu

Tree [84dbf5] master /
 History

HTTPS access


File Date Author Commit
 .settings 2012-01-23 unknown unknown [e0ff21] Merge branch 'master' of git@...:vlkv/re...
 bin 2013-02-23 Vitaly Volkov Vitaly Volkov [c9f723] Temporary fixed Issue #102
 dist_debian 2013-03-26 vlkv vlkv [169a7b] Updated changelog
 doc 2013-01-04 Vitaly Volkov Vitaly Volkov [e15480] Deleted a file
 reggata 2013-03-30 vlkv vlkv [84dbf5] #78: Fixed small bug in TagCloud
 share 2013-01-09 vlkv vlkv [11704c] Fixed text
 .gitignore 2013-03-11 vlkv vlkv [701a8e] Issue #104: Fixed version number in changelog
 .project 2010-10-03 vlkv vlkv [e72a83] Переименовал проект в reggata
 .pydevproject 2013-01-13 vlkv vlkv [6c0a3d] Small changes
 COPYING 2010-11-19 vlkv vlkv [ae0a09] Добавил информацию о лицензии для Reggata.
 MANIFEST.in 2013-01-12 Vitaly Volkov Vitaly Volkov [c4e2d5] Fixes in setup related scripts
 README.creole 2013-03-24 Vitaly Volkov Vitaly Volkov [f85f87] Update README.creole
 count_lines_of_code.py 2013-01-19 vlkv vlkv [948d97] Fixed script
 cx_setup.py 2013-02-25 Vitaly Volkov Vitaly Volkov [33f8dd] Added missed libs in linux binary distro
 extract_query_parser_grammar.py 2013-01-12 Vitaly Volkov Vitaly Volkov [d1e307] Fixed bug and a warn
 run_from_source.py 2013-01-13 vlkv vlkv [6c0a3d] Small changes
 setup.py 2013-01-12 Vitaly Volkov Vitaly Volkov [c4e2d5] Fixes in setup related scripts

Read Me

About Reggata

Reggata is a tagging system for managing local files on your computer. More detailed description of Reggata features and the principles of how it works can be found on wiki pages https://github.com/vlkv/reggata/wiki. Also, there is a nice review of Reggata features available here http://reggata.findmysoft.com.

This is a very "young" project and I'm very interested about your opinion on it. Your comments and suggestions are very appreciated. Feel free to email me (vitvlkv@gmail.com).

If you found a bug or maybe want to request a new feature then report it here https://github.com/vlkv/reggata/issues.

Screenshots

Reggata screenshots are here: http://sourceforge.net/project/screenshots.php?group_id=388265.

Installation instructions

You can run Reggata under Windows and GNU/Linux. Source and binary packages can be downloaded from here https://sourceforge.net/projects/reggata/files/.

Windows

For Windows there are a binary packages reggata-<version>_win.zip. Download the package, unpack it and execute reggata.exe.

Debian and Ubuntu

Download python3-reggata_<version>_all.deb package and install it with dpkg:

$ sudo dpkg -i python3-reggata_<version>_all.deb

All Reggata dependencies are there in Debian Wheezy. Don't know about Ubuntu... but it should work also. After that you should be able to run Reggata just executing in shell

$ reggata

Installing from source

If you are going to run Reggata from source, you have to manually install all it's dependencies. They are:

  1. Python (>= 3.1.2) http://www.python.org/.
  2. Qt (>= 4.9.3) http://qt.nokia.com/.
  3. SIP (>= 4.11) http://www.riverbankcomputing.co.uk/software/sip/download.
  4. PyQt4 (>= 4.9.3) http://www.riverbankcomputing.co.uk/software/pyqt/download.
  5. SQLAlchemy (>= 0.7) http://www.sqlalchemy.org/.
  6. SQLite3 (>= 3.7) http://www.sqlite.org/.
  7. Ply (>= 3.4) http://www.dabeaz.com/ply/.

Notes for Windows users:

  1. You don't have to install SQLite3 as a separate package because it is included in standard Python distribution for Windows.
  2. PyQt4 binary installer for Windows is available at Riverbank Computing Ltd. official site (http://www.riverbankcomputing.co.uk/software/pyqt/download). This installer contains Qt4, SIP and PyQt4.

Download reggata-<version>.tar.gz archive, unpack it and execute

$ sudo python3 setup.py install

After that you should be able to run Reggata just executing in shell

$ reggata

About the author

Reggata is created by Vitaly Volkov (nicknames: vlkv, vitvlkv). Contact email: vitvlkv@gmail.com

Licence

Reggata is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Reggata is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Reggata. If not, see http://www.gnu.org/licenses/ .

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.