Paras pradhan | 1 May 18:58
Picon

pootle from debian stable

Hi,

I apt-getted pootle from debian and I can see /etc/default/pootle and
/etc/init.d/pootle.

The default port is 8080  . Where should i edit to change the default
port  to say 8084. I tried

--
POOTLE_OPTIONS="--port=8084"

and

POOTLE_OPTIONS="-p 8084"

--

None of them works and pootle failed to start.

What did I miss?

Thanks in Adv !

Paras.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
(Continue reading)

Ben Gergely | 26 Apr 16:18
Favicon

Pootle on Apache not finding Xapian/Lucene

Hi,

I switched Pootle over to using Apache and now I see this on the admin page:

'No text indexing engine found. Searching is faster if an indexing engine like Xapian or Lucene is installed.'

When Pootle is selfhosting it can find one or the other.

Is the warning false or do I need to do something to let Apache find them?

Cheers,
Ben

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Paras pradhan | 26 Apr 00:17
Picon

install error

Hi,

I am seeing this in my apache error log. Any ideas? Pootle is the
latest version in uptodate ubuntu oneric.

--

[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8] mod_wsgi
(pid=4166): Exception occurred processing WSGI script
'/var/www/Pootle-2.1.6/wsgi.py'.
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8] Traceback
(most recent call last):
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]   File
"/usr/lib/pymodules/python2.7/django/core/handlers/wsgi.py", line 250,
in __call__
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]
self.load_middleware()
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]   File
"/usr/lib/pymodules/python2.7/django/core/handlers/base.py", line 39,
in load_middleware
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]     for
middleware_path in settings.MIDDLEWARE_CLASSES:
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]   File
"/usr/lib/pymodules/python2.7/django/utils/functional.py", line 276,
in __getattr__
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]     self._setup()
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]   File
"/usr/lib/pymodules/python2.7/django/conf/__init__.py", line 42, in
_setup
[Wed Apr 25 17:15:12 2012] [error] [client 130.184.13.8]
(Continue reading)

Charmane dawn Esper | 25 Apr 04:42
Picon
Favicon

(no subject)

i just would like to ask for my login details regarding to the newly registered account CHARMANE. thanks.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Danishka Navin | 20 Apr 21:04
Picon

Migrating pootle data and files

I am following the pootle migration guide but still i could not fix the
pootle migration to 2.1.6

I have installed pootle and required packages from the Fedora repository.
(pootle server runs on a fedora box)

python manage.py syncdb --noinput
python: can't open file 'manage.py': [Errno 2] No such file or directory
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Aputsiaq Janussen | 6 Apr 10:38
Picon
Gravatar

Danish translation of Poote

Hi,

I just corrected and improved the Danish translation of Pootle at
pootle.locamotion.org/da.

I notice that translations of Pootle haven't been updated on Github.
For example: https://github.com/translate/pootle/tree/master/po/pootle/da
This also applies to the files included at
http://sourceforge.net/projects/translate/files/Pootle/2.1.6/

Will the translation they be updated for version 2.1.6?

Best regards,
Aputsiaq Janussen

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Michael Bauer | 5 Apr 21:22
Favicon
Gravatar

Mozilla.lang

Quick question - I've finished the mozilla.lang strings on Locamotion 
but I think there's a gap between what I did there and what my Mozilla 
RSS feed is telling me is missing 
(http://l10n.mozilla-community.org/webdashboard/?locale=gd)

Dwayne was hinting that there's "more to come" - is that what was meant? 
I'm *really* not trying to push anyway, I just want to avoid duplication 
- if the message is to go and fix those separately for now, that's 
perfectly ok with me! I just want to know.

Cheers

Michael

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
Julen Ruiz Aizpuru | 2 Apr 23:27
Picon
Gravatar

Re: socket.error: [Errno 98] Address already in use

2012/4/2 Danishka Navin <danishka <at> gmail.com>:
>
>
>>If you intend to use Pootle in a production environment, use a proper
> web server instead.
>
> i could not find any clear guide on howto setup pootle for production
> purpose.
>
> i have installed following and appreciate if you could indicate where i have
> made the mistake.
> i have this server already have installed httpd and there is a site running
> on it and its live.
>

You need to configure an Apache virtual host with the mod_wsgi
directives as described in:
http://translate.sourceforge.net/wiki/pootle/apache

You have more information about configuring mod_wsgi at:
https://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/
http://code.google.com/p/modwsgi/

If you think we need to add anything to the docs any feedback would be welcome.

By the way, I see you have Django 1.4 installed (just released few
days ago). Latest Pootle version is not compatible with 1.4, but a
bugfix release is on its way. If you think that is the issue then
please downgrade to 1.3.

(Continue reading)

Danishka Navin | 2 Apr 21:05
Picon

Migrating pootle data and user

Hi,

I have setup pootle 2.1.6 on server X and there is a production pootle
server on server Y.

I want to migrate all the pootle users and data from server Y to server X.

both servers use mysql as the DB.
But X and Y are two different linux distros.

What is the best way to migrate pootle data and user without disturbing to
existing users.

Thanks
--

-- 
Danishka Navin
http://danishkanavin.blogspot.com
http://twitter.com/danishkanavin
http://www.flickr.com/photos/danishkanavin/
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Danishka Navin | 1 Apr 19:26
Picon

socket.error: [Errno 98] Address already in use

Hi,
I have installed Pootle on Fedora 14 box.
the following error comes when i start the Pootle server
http://pastebin.com/Uvzt1w1f

Following applications installed

Package     Notes
Pootle     Latest stable
Django             Latest 1.4  installed from the source
Translate Toolkit
Python             from fedora repo python-2.7-8
lxml             2.7.7 libxml2 from fedora repo
South             installed the latest using easy_install South

mysql            5.1.60-1    fedora repo
MySQL-python        1.2.3-1        fedora repo
iso-codes         3.20-1.fc14      fedora repo
python-Levenshtein    0.10.1-12.fc14     fedora repo
xapian-core        0:1.2.7-1.fc14  fedora repo
memcached        1.4.5-3        fedora repo
python-memcached    0:1.47-1    fedora repo

git            1.7.4.4-1    fedora repo
 translate-toolkit            1.9.0-1.fc14
 aeidon                       0.17-2.fc14
 enchant                      1:1.6.0-1.fc14
 hunspell                     1.2.12-4.fc14
 python-enchant               1.3.1-7.fc14
 python-lxml                  2.2.8-1.fc14
(Continue reading)

Chris Leonard | 22 Mar 16:19
Picon

Diffing POT files

I frequently encounter situations where I am interested in comparing
POT files that are closely related, but not 100% identical.

Does anyone know of a tool or scriptable series of actions using
Translate Toolkit modules (or other common text manipulation tools)
where it is simple to determine the differences between two POT files
(e.g. two versions of the same project at differnt points in time,
etc.).

I imagine something like a podiff or a pounique operation where there
are two inputs (file1.pot and file2.pot) and the output might ideally
be three files that represent the textual equivalent of a Venn diagram
of these two files.

file1-unique.pot
	msgids (still in a nice POT format) that are unique to file1

file2-unique.pot
	msgids (still in a nice POT format) that are unique to file2

file1-file2 common.pot
	msgids (still in a nice POT format) that represent the completely
identical msgid overlap between file1.pot and file2.pot.

This process should not permit fuzzy matching, which could lead to confusion.

Does anyone know of such a tool?  It would ideally be aware of PO file
structure to treat string subunits of a PO file as a single "chunk" as
opposed to a simple *nix diff which would be line-by-line.

(Continue reading)


Gmane