This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
murgilduta (author)
Tue Oct 13 11:23:03 -0700 2009
pootle /
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Tue Oct 07 08:36:56 -0700 2008 | |
| |
COPYING | Wed Apr 20 05:48:34 -0700 2005 | |
| |
CREDITS | Mon Jun 22 02:07:19 -0700 2009 | |
| |
ChangeLog | Mon Oct 06 06:10:19 -0700 2008 | |
| |
ChangeLog.pre-0.8 | Wed Apr 20 02:50:18 -0700 2005 | |
| |
INSTALL | Fri Sep 04 03:41:31 -0700 2009 | |
| |
MANIFEST.in | Fri Sep 04 07:03:05 -0700 2009 | |
| |
MIGRATION_TODO | Mon Jan 12 20:21:19 -0800 2009 | |
| |
PootleServer | Wed Sep 02 18:52:02 -0700 2009 | |
| |
README | Fri Sep 04 03:41:31 -0700 2009 | |
| |
TODO | Wed Jan 17 07:46:28 -0800 2007 | |
| |
dbs/ | Fri Sep 04 05:39:20 -0700 2009 | |
| |
external_apps/ | Mon Aug 17 04:08:53 -0700 2009 | |
| |
html/ | Tue Oct 13 08:21:57 -0700 2009 | |
| |
local_apps/ | Tue Oct 13 11:23:03 -0700 2009 | |
| |
localsettings.py | Mon Oct 05 14:16:00 -0700 2009 | |
| |
manage.py | Tue May 12 08:21:51 -0700 2009 | |
| |
po/ | Wed Aug 19 00:02:15 -0700 2009 | |
| |
pootle.ini | Tue Mar 17 06:13:14 -0700 2009 | |
| |
pootle/ | Wed Sep 30 08:17:41 -0700 2009 | |
| |
setup.py | Wed Sep 02 18:52:41 -0700 2009 | |
| |
syspath_override.py | Wed Apr 29 16:15:43 -0700 2009 | |
| |
templates/ | Wed Aug 19 00:49:13 -0700 2009 | |
| |
wsgi.py | Thu Sep 03 14:01:38 -0700 2009 |
README
Pootle: a web translation and translation management engine =========================================================== * How it works * References * Requirement * Installing and running * Bug reporting/Feature requests * Notes * Assignments How it works ------------ Pootle can host a number of translation projects for a number of languages. It allows a team to manage their files, permissions, projects, and also allows for translation on-line. Files can be downloaded for offline translation and later uploaded again. Pootle tries to lower the barrier of entry, but also provides tools to enable teams to work towards higher quality while welcoming newcomers. References ---------- Web: http://translate.sourceforge.net/wiki/pootle/index Bugzilla: http://bugs.locamotion.org/ Mailing List: https://lists.sourceforge.net/lists/listinfo/translate-pootle IRC: #pootle on irc.freenode.org Requirements ------------ Pootle usually requires the latest Translate Toolkit package: http://translate.sourceforge.net/ Note all the optional dependencies of the Translate Toolkit for optimal performance and functionality in Pootle. Python version 2.4 or later is required. Pootle requires Django (at least version 1.0) (http://www.djangoproject.com/) Django applications can run under Apache using mod_python or mod_wsgi, but they're also bundled with a standalone webserver that can be run from the command line. Pootle works equally well on all Django deployment scenarios, standalone server is the easiest to set up and get running. To run Pootle you need to have Django 1.0 installed properly tar xzvf Django-1.0.2-final.tar.gz cd Django-1.0.2-final sudo python setup.py install you can also install Django using easy_install easy_install django The commandline utilities "zip" and "unzip" can speed up handling of ZIP files. For integration with a version control system, the relevant version control command line client must be installed and accessible from the PATH. Installation of an indexing engine (PyLucene or Xapian) is optional, but helps to speed up searching. Note that Xapian is incompatible with Apache, and Pootle will not enable Xapian indexing if running under mod_python or mod_wsgi. Installing and running ---------------------- Check the INSTALL file. Bug Reporting/Feature requests ------------------------------ You can always report bugs or feature requests on the mailing list but because of the increase in users and the fact that bug reports do go missing it is probably best to place your bug report in Bugzilla: http://bugs.locamotion.org/ If you have a traceback or a patch then please include it. Also please be quite specific about how the bug occured and what you expected to happen. If this is a feature request then try to be specific about how you think this feature should work. Notes ----- Files should be reindexed automatically. To ensure that all statistics and indices are up to date for the current projects and languages, run PootleServer --refreshstats Assignments ----------- Goals and assignments don't work at the moment, but should be re-instated soon.







