[Pkg-privacy-commits] [torbrowser-launcher] 03/476: wrote more metadata and added details to README
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 5dfb0ef778791cee3bdadc61c026fbfadec6ae06
Author: Micah Lee <micahflee at riseup.net>
Date: Wed Feb 6 21:16:26 2013 -0800
wrote more metadata and added details to README
---
README | 10 +++++++---
setup.py | 15 +++++++++++++--
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 21e7e4b..51eaf14 100644
--- a/README
+++ b/README
@@ -1,4 +1,8 @@
-torbrowser-launcher
-===================
+Tor Browser launcher
+====================
-A program to help you download, keep updated, and run the Tor Browser Bundle
\ No newline at end of file
+Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of TBB for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu.
+
+When you first launch Tor Browser Launcher, it will download TBB from https://www.torproject.org/ and extract it in ~/.torproject, and then execute it. When you run it after that it will just execute TBB.
+
+Tor Browser Launcher will get updated each time a new version of TBB is released. When you open Tor Browser after an update, it will download the newer version of TBB for you and extract it over your old TBB directory in ~/.torproject, so you will maintain your TBB bookmarks.
diff --git a/setup.py b/setup.py
index a0edb45..a0f841e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,22 @@
from distutils.core import setup
setup(name='torbrowser-launcher',
- description='A program to help you download, keep updated, and run the Tor Browser Bundle',
+ version='2.3.25-2-0.1',
author='Micah Lee',
author_email='micahflee at riseup.net',
url='https://www.github.com/micahflee/torbrowser-launcher',
- version='2.3.25-2-0.1',
+ platforms=['GNU/Linux'],
+ license='GPLv3',
+
+ description='A program to help you download, keep updated, and run the Tor Browser Bundle',
+ long_description="""
+Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of TBB for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu.
+
+When you first launch Tor Browser Launcher, it will download TBB from https://www.torproject.org/ and extract it in ~/.torproject, and then execute it. When you run it after that it will just execute TBB.
+
+Tor Browser Launcher will get updated each time a new version of TBB is released. When you open Tor Browser after an update, it will download the newer version of TBB for you and extract it over your old TBB directory in ~/.torproject, so you will maintain your TBB bookmarks.
+""",
+
scripts=['torbrowser-launcher'],
data_files=[('/usr/share/applications', ['misc/torbrowser.desktop']),
('/usr/share/pixmaps', ['misc/*.xpm'])]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list