From 8b9209b62ab8bcce7d4833940ce5a07a8ef43476 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sun, 12 Apr 2015 12:29:24 -0400 Subject: [PATCH 1/3] Clean up spelling in help texts, improve clarity. --- src/commandline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commandline.py b/src/commandline.py index ea3b5820..e11ace2c 100644 --- a/src/commandline.py +++ b/src/commandline.py @@ -6,9 +6,9 @@ log = logging.getLogger("commandlineLauncher") parser = argparse.ArgumentParser(description="TW Blue command line launcher") group = parser.add_mutually_exclusive_group() -group.add_argument("-p", "--portable", help="Use TW Blue as a portable aplication", action="store_true", default=True) -group.add_argument("-i", "--installed", help="Use TW Blue as an installed application. Config files will be saved on the user data directory", action="store_true") -parser.add_argument("-d", "--data-directory", action="store", dest="directory", help="Specifies the directory where TW Blue saves the data files") +group.add_argument("-p", "--portable", help="Use TW Blue as a portable application.", action="store_true", default=True) +group.add_argument("-i", "--installed", help="Use TW Blue as an installed application. Config files will be saved in the user data directory", action="store_true") +parser.add_argument("-d", "--data-directory", action="store", dest="directory", help="Specifies the directory where TW Blue saves userdata.") args = parser.parse_args() log.debug("Starting TWBlue with the following arguments: installed = %s, portable = %s and directory = %s" % (args.installed, args.portable, args.directory)) if args.installed == True: paths.mode = "installed" From df3a32572b51b1cb33435d790f1153e3f5cafe4b Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sun, 12 Apr 2015 12:35:54 -0400 Subject: [PATCH 2/3] Made application description more succinct. --- src/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application.py b/src/application.py index c8c825db..3878b783 100644 --- a/src/application.py +++ b/src/application.py @@ -10,7 +10,7 @@ else: author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" copyright = u"copyright (C) 2013-2015, Manuel cortéz" -description = u"TW Blue is an app designed to use Twitter in a simple and fast way and avoiding, as far as possible, the consumtion of excessive resources of the machine where it’s running. With this app you’ll have access to most twitter features." -translators = [u"Bryner Villalobos (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)"] +description = u"TW Blue 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" From 9263aa85078dc0a90ca240ffc484ebebce545342 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sun, 12 Apr 2015 13:52:55 -0400 Subject: [PATCH 3/3] Fixed readme. --- README.md | 20 ++++++++++---------- contributors.txt | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc8bcd77..a2d6ecac 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ TWBlue - Next generation Note ====== -Please note that this branch is a new generation of TWBlue, so the code is been written using the MVC design pattern and it is very unstable. This code does not works properly and it is not recommended its use, only you use this code for testing purposes. You may find some huge bugs, because we're written most of the source code from scratch. +Please note that this branch is a new generation of TWBlue. The code has been rewritten using the MVC design pattern. It is very unstable. This code may not work properly and it's use is not recommended. Only use for testing purposes. TWBlue, an accessible, open source and multiplatform twitter application. - -TW Blue is an app designed to use Twitter in a simple and fast way and avoiding, as far as possible, the consumtion of excessive resources of the machine where it’s running. With this app you’ll have access to twitter features such as: +TW Blue is an app designed to use Twitter simply and efficiently while using minimal system resources. +With this app you’ll have access to twitter features such as: * Create, reply to, retweet and delete tweets, * Add and remove tweets from favourites, @@ -16,11 +16,11 @@ TW Blue is an app designed to use Twitter in a simple and fast way and avoiding, * See your friends and followers, * Follow, unfollow, block and report users as spam, * Open a user’s timeline, which will allow you to get that user’s tweets separately, -* Open URL addresses when attached to a tweet or direct message, -* Play various file and URL types which contain audio +* Open URLs when attached to a tweet or direct message, +* Play audio tweets * and more! -See the [TWBlue's webpage](http://twblue.es) for more details. +See [TWBlue's webpage](http://twblue.es) for more details. ## Using TWBlue from sources @@ -92,15 +92,15 @@ This dependency has been built using pure basic 4.61. Its source can be found at ### Running TW Blue from source -Now that you have installed all these packages, you can run TW Blue from source using a command prompt. Navigate to the src directory into the repo, and type the following command: +Now that you have installed all these packages, you can run TW Blue from source using a command prompt. Navigate to the repo's src directory, and type the following command: python main.py - If necesary, change the first part of the command to reflect where is your python executable. You can run TW Blue using python x86 and x64 + If necessary, change the first part of the command to reflect the location of your python executable. You can run TW Blue using python x86 and x64 ### Building a binary version -A binary version doesn't need python and the other dependencies to run, it's the same version that you will find in TW Blue website if you download the zip files. +A binary version doesn't need python and the other dependencies to run, it's the same version that you will find on the TW Blue website if you download the zip files. To build it, run the following command from the src folder: @@ -110,4 +110,4 @@ To build it, run the following command from the src folder: ### How to generate a translation template -You must run the gen_pot.bat file, located in the tools directory. Your python installation should be in your path environment variable. The pot file will appear in the tools directory too. \ No newline at end of file +Run the gen_pot.bat file, located in the tools directory. Your python installation must be in your path environment variable. The pot file will appear in the tools directory. \ No newline at end of file diff --git a/contributors.txt b/contributors.txt index 71eb6673..8fcab4a8 100644 --- a/contributors.txt +++ b/contributors.txt @@ -1,4 +1,5 @@ Manuel E. Cortéz +Bill Dengler Johana Hidrobo Marcelo Sosa Isabel del Castillo