commit 031ba36e8d67e13e0562b280ad5a89ca42c70236 Author: Damian Johnson atagar@torproject.org Date: Mon Oct 15 09:07:01 2012 -0700
Adding a download page
Page that'll later have our download options. For now it just has git instructions and a 'coming soon' filler. --- docs/_static/buttons/download.png | Bin 0 -> 13702 bytes docs/_static/buttons/resources/download.xcf | Bin 0 -> 36033 bytes docs/_static/buttons/resources/tutorial.xcf | Bin 0 -> 32568 bytes docs/_static/buttons/unused/tutorial.xcf | Bin 32568 -> 0 bytes docs/_static/label/debian.png | Bin 0 -> 1339 bytes docs/_static/label/git.png | Bin 0 -> 790 bytes docs/_static/label/resources/debian.xcf | Bin 0 -> 3137 bytes docs/_static/label/resources/git.xcf | Bin 0 -> 2071 bytes docs/_static/section/debian.png | Bin 0 -> 5646 bytes docs/_static/section/git.png | Bin 0 -> 4749 bytes docs/download.rst | 23 +++++++++++++++++++++++ docs/index.rst | 3 +++ 12 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/docs/_static/buttons/download.png b/docs/_static/buttons/download.png new file mode 100644 index 0000000..48e22eb Binary files /dev/null and b/docs/_static/buttons/download.png differ diff --git a/docs/_static/buttons/resources/download.xcf b/docs/_static/buttons/resources/download.xcf new file mode 100644 index 0000000..d638ba1 Binary files /dev/null and b/docs/_static/buttons/resources/download.xcf differ diff --git a/docs/_static/buttons/resources/tutorial.xcf b/docs/_static/buttons/resources/tutorial.xcf new file mode 100644 index 0000000..5e9afed Binary files /dev/null and b/docs/_static/buttons/resources/tutorial.xcf differ diff --git a/docs/_static/buttons/unused/tutorial.xcf b/docs/_static/buttons/unused/tutorial.xcf deleted file mode 100644 index 5e9afed..0000000 Binary files a/docs/_static/buttons/unused/tutorial.xcf and /dev/null differ diff --git a/docs/_static/label/debian.png b/docs/_static/label/debian.png new file mode 100644 index 0000000..7f7b79d Binary files /dev/null and b/docs/_static/label/debian.png differ diff --git a/docs/_static/label/git.png b/docs/_static/label/git.png new file mode 100644 index 0000000..7fc5547 Binary files /dev/null and b/docs/_static/label/git.png differ diff --git a/docs/_static/label/resources/debian.xcf b/docs/_static/label/resources/debian.xcf new file mode 100644 index 0000000..35a5ff7 Binary files /dev/null and b/docs/_static/label/resources/debian.xcf differ diff --git a/docs/_static/label/resources/git.xcf b/docs/_static/label/resources/git.xcf new file mode 100644 index 0000000..900f09f Binary files /dev/null and b/docs/_static/label/resources/git.xcf differ diff --git a/docs/_static/section/debian.png b/docs/_static/section/debian.png new file mode 100644 index 0000000..659dc8d Binary files /dev/null and b/docs/_static/section/debian.png differ diff --git a/docs/_static/section/git.png b/docs/_static/section/git.png new file mode 100644 index 0000000..88e399e Binary files /dev/null and b/docs/_static/section/git.png differ diff --git a/docs/download.rst b/docs/download.rst new file mode 100644 index 0000000..ae3d8f0 --- /dev/null +++ b/docs/download.rst @@ -0,0 +1,23 @@ +Download +======== + +.. list-table:: + :widths: 1 10 + :header-rows: 0 + + * - .. image:: /_static/section/git.png + - .. image:: /_static/label/git.png + + For those wanting to live on the bleeding edge or contribute to stem, + its git repository can be fetched with... + + **git clone git://git.torproject.org/stem.git** (`browse https://gitweb.torproject.org/stem.git`_) + + * - .. image:: /_static/section/debian.png + - .. image:: /_static/label/debian.png + + **Coming soon-ish** + + Stem is very much in beta and, as such, there have yet to be any + releases. Check back later! + diff --git a/docs/index.rst b/docs/index.rst index 5cc754c..69c01b2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,9 @@ Stem is a python controller library for `Tor https://www.torproject.org/`_. Li .. image:: /_static/buttons/tutorial.png :target: tutorial.html
+.. image:: /_static/buttons/download.png + :target: download.html + :mod:`stem.connection` ----------------------