twblue/src/application.py

22 lines
1.5 KiB
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import datetime
name = 'TWBlue'
2019-06-06 18:52:23 +02:00
short_name='twblue'
2018-09-19 22:41:05 +02:00
snapshot = True
if snapshot == False:
2019-06-06 22:07:19 +02:00
version = "0.95"
2017-11-10 18:51:20 +01:00
update_url = 'https://twblue.es/updates/stable.php'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else:
2021-04-19 23:51:26 +02:00
version = "5"
2017-11-10 18:51:20 +01:00
update_url = 'https://twblue.es/updates/snapshot.php'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json'
2019-06-06 18:52:23 +02:00
authors = ["Manuel Cortéz", "José Manuel Delicado"]
authorEmail = "manuel@manuelcortez.net"
2021-01-28 00:49:59 +01:00
copyright = "Copyright (C) 2013-2021, Manuel cortéz."
2019-06-06 18:52:23 +02:00
description = name+" is an app designed to use Twitter simply and efficiently while using minimal system resources. This app provides access to most Twitter features."
2020-06-04 21:20:18 +02:00
translators = ["Manuel Cortéz (English)", "Mohammed Al Shara, Hatoun Felemban (Arabic)", "Francisco Torres (Catalan)", "Manuel cortéz (Spanish)", "Sukil Etxenike Arizaleta (Basque)", "Jani Kinnunen (finnish)", "Oreonan (Français)", "Juan Buño (Galician)", "Steffen Schultz (German)", "Zvonimir Stanečić (Croatian)", "Robert Osztolykan (Hungarian)", "Christian Leo Mameli (Italian)", "Riku (Japanese)", "Paweł Masarczyk (Polish)", "Odenilton Júnior Santos (Portuguese)", "Florian Ionașcu, Nicușor Untilă (Romanian)", "Natalia Hedlund, Valeria Kuznetsova (Russian)", "Aleksandar Đurić (Serbian)", "Burak Yüksek (Turkish)"]
2017-11-10 18:51:20 +01:00
url = u"https://twblue.es"
report_bugs_url = "https://github.com/manuelcortez/twblue/issues"
supported_languages = []