Giter Club home page Giter Club logo

verbatim's Introduction

Pootle: a web translation and translation management engine
===========================================================

* How it works
* Running
* Manual preparation
* Notes
* Assignments
* Common problems
* Bug reporting/Feature requests
* References


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.


Running
-------
To run Pootle from sources, just run

        ./PootleServer

After installation with setup.py, PootleServer should also be accessible from
the installation.

If you are more familiar with Django projects, you can look into the manage.py
commands as well.

Use --help to see the other options. The defaults will generally work.

Now visit http://localhost:8000/ to try out Pootle.

To stop the server, press Ctrl-C.

It is not recommended to run Pootle as the root user.  For any non-trivial
installation of Pootle, ensure that you use a database server (not SQLite) and
use memcached.  Other important information about optimisation is available in
the Pootle documenation:
       http://translate.sourceforge.net/wiki/pootle/optimisation

Pootle can run under Apache using mod_python or mod_wsgi. Check this page for
detailed instructions:
        http://translate.sourceforge.net/wiki/pootle/apache


Manual preparation
------------------
1. ./manage.py syncdb

   At this step, you will be asked to create a superuser.
   This user will be the administrator for your Pootle
   installation.

2. ./manage.py initdb

   This step fills the database with initial data needed
   to run Pootle.

3. ./manage.py refresh_stats
   Precalculate statisstics and indexes for existing translation projects.
   This step is not strictly required, but without it Pootle will feel a bit
   sluggish and slow when visiting accessing a page for the first time.

4. ./manage.py runserver

   You can now visit your Pootle installation at 
   http://localhost:8000. Note that the first time will
   take a few moments to load, since Pootle needs to pre-compute
   stats data for the translation files.


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.


Common problems
---------------
If you get an error such as
    sqlite3.OperationalError: unable to open database file
then DATABASE_NAME in pootle/settings.py is pointing at an invalid directory.
The default directory name is 'dbs' - ensure that this exists, and is writable
for the user running Pootle.


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.


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

verbatim's People

Contributors

peterbe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

verbatim's Issues

Running ./PootleServer leads to ImportError

$ ./PootleServer 
Traceback (most recent call last):
  File "./PootleServer", line 30, in <module>
    from pootle import PootleServer

Manual set up too causes this issue. Having pootle in the working folder would really be of much more help.

$ ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 24, in <module>
    from pootle import settings
ImportError: No module named pootle

Clarify the future goal of this repository

Hi all,

Before trying to start looking at actual files/code to cleanup, may I ask what's the future goal of this repository?

Also, more specifically:

  • Which customization requirements does Mozilla have and how is it envisioned to make that happen?
  • What's the target Pootle version? How often is it planned to update the server software?
  • I know they're managed separately right now, but is there any overlapping with the mozilla.locamotion.org server?

It'd be great hearing Mozilla's vision on these topics and I'd love to give hints and pointers (and even contribute with PRs) based on the experience we have at doing basically the same at Evernote.

Wiki changes

FYI: The following changes were made to this repository's wiki:

  • defacing spam has been removed

  • the wiki has been disabled, as it was not used

These were made as the result of a recent automated defacement of publically writeable wikis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.