From 2599036791ed0f5ed3c19cd988a9ed73da4f0123 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sat, 27 Jun 2015 14:55:56 -0700 Subject: [PATCH] Fix application.py --- doc/application.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/application.py b/doc/application.py index 591bacc5..54bb0ad7 100644 --- a/doc/application.py +++ b/doc/application.py @@ -1,7 +1,16 @@ # -*- coding: utf-8 -*- name = 'TWBlue' -snapshot = False +snapshot = True if snapshot == False: version = "0.80" + update_url = 'http://twblue.es/updates/twblue_ngen.json' else: - version = "7" + version = "9.6" + update_url = 'http://twblue.es/updates/snapshots_ngen.json' +author = u"Manuel Cortéz, Bill Dengler" +authorEmail = "manuel@manuelcortez.net" +copyright = u"Copyright (C) 2015, Technow S.L. \nCopyright (C) 2015, Bill Dengler\nCopyright (C) 2013-2015, Manuel cortéz." +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.") +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"Alba Quinteiro (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)"] +url = u"http://twblue.es" +report_bugs_url = "http://twblue.es/bugs/api/soap/mantisconnect.php?wsdl" \ No newline at end of file