[go: up one dir, main page]

Menu

Tree [46a7ad] 0.1_beta1 /
 History

HTTPS access


File Date Author Commit
 .settings 2010-12-20 vlkv vlkv [cac9c7] Вынес класс IntegrityFixer (и наследников) в от...
 doc 2010-12-19 vlkv vlkv [7f458c] Обновил графическую схему БД
 lib 2010-12-28 vlkv vlkv [3459f4] Replaced "\n" on os.linesep
 src 2010-12-29 vlkv vlkv [ed9a3e] Little enhancements of spinboxes
 ui 2010-12-25 vlkv vlkv [de36ee] Created limit and page constraints for search r...
 .gitignore 2010-12-28 vlkv vlkv [c1a58b] Little changes in setup.py
 .project 2010-10-03 vlkv vlkv [e72a83] Переименовал проект в reggata
 .pydevproject 2010-10-16 vlkv vlkv [fd6f20] Добавил класс Properties (не свой)
 COPYING 2010-11-19 vlkv vlkv [ae0a09] Добавил информацию о лицензии для Reggata.
 README.creole 2010-12-28 vlkv vlkv [9aeff9] Updated README again.
 build.bat 2010-12-29 vlkv vlkv [46a7ad] Updated build.bat
 reggata 2010-12-12 vlkv vlkv [43c5f1] Скрипт для запуска Reggata
 reggata.bat 2010-12-03 unknown unknown [a34ea3] Скрипт для запуска Reggata под Windows
 reggata.conf.template 2010-12-29 vlkv vlkv [ed9a3e] Little enhancements of spinboxes
 reggata.pro 2010-12-09 vlkv vlkv [2e575b] Обновил перевод на русский язык.
 reggata_ru.qm 2010-12-14 vlkv vlkv [01564f] Обновил перевод на русский
 reggata_ru.ts 2010-12-14 vlkv vlkv [01564f] Обновил перевод на русский
 setup.py 2010-12-29 vlkv vlkv [d38f6a] build script
 update_qm 2010-12-09 vlkv vlkv [88c0f8] Разные мелкие улучшения
 update_ts 2010-12-09 vlkv vlkv [88c0f8] Разные мелкие улучшения

Read Me

About Reggata

Reggata - is a program for tagging user files on local computer.

Features

  • You can assosiate with your files any number of arbitrary tags (or keywords) and fields (<name>:<value> pairs).
  • Then you can quickly find files by tags and field values. Reggata has a tag cloud (for querying files by mouse) and a powerful text query language (for more complex queries).
  • Reggata is under active development and new features (so as bugfixes) are added constantly.

Alike projects

I would like Reggata to be like Delicious (http://www.delicious.com), but for tagging local files (and URL bookmarks also though) and storing all information in local database, not remote server. Like Calibre (http://calibre-ebook.com/ which is for electronic books) or JBrout (http://jbrout.manatlan.com/ which is for digital photos) but for files of any type. Like Tag2Find (http://www.tag2find.com/ which is for windows only as I know) but cross-platform. Also, in the future I would like Reggata to have repository clone/merge features like Git (http://git-scm.com/), but without storing every previous version state but only the last one.

Screenshots

Visit reggata home page http://vlkv.github.com/reggata/

Installation instructions

Reggata is tested under GNU/Linux and Windows XP.

Binary packages

Reggata binary packages for Windows and GNU/Linux are available at https://sourceforge.net/projects/reggata/files/.

Just download the zip/tar archive, unpack it and execute file "main_window" or "main_window.exe".

Installing from source

To run reggata you need to manually install:

  1. Python (>= 3.1.1) http://www.python.org/.
  2. Qt (>= 4.4.3) http://qt.nokia.com/.
  3. SIP (>= 4.11.2) http://www.riverbankcomputing.co.uk/software/sip/download.
  4. PyQt4 (>= 4.8.1) http://www.riverbankcomputing.co.uk/software/pyqt/download.
  5. SQLAlchemy (>= 0.6.5) http://www.sqlalchemy.org/.
  6. SQLite3 (>= 3.5.9) http://www.sqlite.org/.
  7. Ply (>= 3.3) http://www.dabeaz.com/ply/.

Download Reggata source tree, unpack it and execute script "reggata" (or "reggata.bat" on Windows).

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.

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

Need more information?

Visit Reggata wiki pages https://github.com/vlkv/reggata/wiki (in Russian language).