2014-10-27 16:29:04 -06:00
# -*- coding: utf-8 -*-
2015-02-22 11:38:22 -06:00
name = ' TWBlue '
2016-03-19 20:08:48 -06:00
snapshot = False
2014-10-27 16:29:04 -06:00
if snapshot == False :
2016-10-04 15:06:24 -05:00
version = " 0.87 "
2015-02-22 11:38:22 -06:00
update_url = ' http://twblue.es/updates/twblue_ngen.json '
2016-02-19 09:15:46 -06:00
mirror_update_url = ' https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json '
2014-10-27 16:29:04 -06:00
else :
2016-02-02 09:38:43 -06:00
version = " 10.99 "
2015-04-20 17:49:07 -05:00
update_url = ' http://twblue.es/updates/snapshots_ngen.json '
2016-02-19 09:15:46 -06:00
mirror_update_url = ' https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json '
2015-10-18 05:19:43 -05:00
author = u " Manuel Cortéz "
2015-02-22 11:38:22 -06:00
authorEmail = " manuel@manuelcortez.net "
2016-10-13 13:22:59 -05:00
copyright = u " Copyright (C) 2013-2016, Manuel cortéz. "
2015-04-19 18:33:22 -05:00
description = unicode ( name + " is an app designed to use Twitter simply and efficiently while using minimal system resources. This app provides access to most Twitter features. " )
2015-10-03 06:25:23 -05:00
translators = [ u " Bryner Villalobos, Bill Dengler (English) " , u " Mohammed Al Shara (Arabic) " , u " Joan Rabat, Juan Carlos Rivilla (Catalan) " , u " Manuel cortéz (Spanish) " , u " Sukil Etxenike Arizaleta (Basque) " , u " Jani Kinnunen (finnish) " , u " Rémy Ruiz (French) " , u " Juan Buño (Galician) " , u " Steffen Schultz (German) " , u " Robert Osztolykan (Hungarian) " , u " Paweł Masarczyk (Polish) " , u " Odenilton Júnior Santos (Portuguese) " , u " Alexander Jaszyn (Russian) " , u " Burak (Turkish) " ]
2015-02-22 11:38:22 -06:00
url = u " http://twblue.es "
2015-05-14 21:17:57 -05:00
report_bugs_url = " http://twblue.es/bugs/api/soap/mantisconnect.php?wsdl "