Αρχείο κατηγορίας 'Transifex'
-
A full day
-
28 Transifex timeline entries today. Not a bad day at all. Please reuse me: #! /usr/bin/env python import urllib2 from xml.dom import minidom, Node entries = [] feed_url = ‘http://transifex.org/timeline?&daysback=1&format=rss’ feed = urllib2.urlopen(feed_url) xmldoc = minidom.parse(feed) rootNode = xmldoc.documentElement.getElementsByTagName(’channel’)[0] for node in rootNode.getElementsByTagName(’item’): for item_node in node.getElementsByTagName(’title’): for text_node in item_node.childNodes: [...]
-
hg changeset ID locality
-
Sudden realization: There is a possibility of an hg repo closely following another one to lose sync of changeset IDs (contrary to changeset hashes which are unique). Committing in both, pulling to each other and merging creates different intermediate IDs. I need to remember looking at the chanset ID in the upstream Tx repo before [...]
-
Transifex 0.3.1 “A Clockwork Orange” released
-
Transifex v0.3.1 “A Clockwork Orange” released today as a semi-minor release. Highlights: New theme, pypi packaging. Read all about it in the original announcement.
-
GUADEC ‘08 notes
-
This year’s GNOME Conference was pretty much fantastic. I had a great time in Istanbul. Where to start? The People: All the awesome folks were there, had great discussions and learned a bunch of new things. The Event: Pretty good, presentations mostly technical, BoFs I attended were more or less fruitful, visionary talks did have plans [...]
-
Transifex 0.3 released
-
Yeehaa! I’m quite happy to say we Transifex v0.3 yesterday. For the folks that haven’t heard about this (fantastic) project, here’s a snippet from its homepage: Transifex is a highly scalable localization platform with a focus on integrating well with the existing workflow of both translators and developers. It aims in making it dead-simple for content [...]
-
Presenting Transifex at TechCrunch Athens
-
The highly popular among startups TechCrunch meets OpenCoffee in Athens next week, in an event that is anticipated to be big. Enterpreuners, investors, and geeks excited about technology get together to discuss cool ideas, present novel technologies, talk partnerships and a whole lot of other cool stuff. The event will feature a few speakers, and I’m [...]
-
Keyword search with Python and SQLobject
-
After a discussion with my friend Themis, I decided of reminding myself how great Python is by writing a nice piece of code to run a Google-like search of a string ‘foo bar baz’ on a number of columns (attributes) of a table (model), finding matches of any of the keywords in the search on [...]
-
Lowering barriers
-
Seen today in fedora-trans-list: User 1 I just joined in the group and will translate to Latvian. I got a problem with cvs login. I did all instructions to set up it. I suspect here is problem with keys. User 2 I have the same problem…. but don’t worry. CVS access is not necessary to work at translations. Just [...]
-
LinuxTag baby!
-
It’s been 3 days now of constant running, and I’m soooo glad I managed to get a good rest last night. No feet dragging today, yay! With super-charged batteries I hit the coffee shop next to the place I crash, grab a couple of croissants and head towards the venue. The last days we’ve had a [...]
-
Turning Transifex to a True Upstream Project
-
From time to time we’ve discussed Transifex with people from various other projects that showed interest to use it to solve their localization platform challenges (lots of users, lots of hosting platforms). Among these were people from Debian, GNOME, OpenSUSE, Gentoo and Wikipedia. A common point in the discussions was whether (or better, when) we [...]
