[tor-commits] [nyx/master] New website
atagar at torproject.org
atagar at torproject.org
Sat Aug 5 01:18:26 UTC 2017
commit 81aed2e27dd0dad0ec7b95bcfdc81fbaf8e55128
Merge: 7b6e4ef abd5467
Author: Damian Johnson <atagar at torproject.org>
Date: Fri Aug 4 18:03:07 2017 -0700
New website
Damn this came together well. Sphinx was a good fit for Stem but a minimal,
elegant site is what we want here. Finally have something I'm truly delighted
with for nyx.torproject.org.
Stylistically this is heavily based on the discontinued Tor Cloud site...
https://www.atagar.com/transfer/tmp/tor_cloud.png
Site includes screenshots, FAQ, changelog, and a download page. Works with JS
disabled and passes W3C validation.
.gitignore | 3 +-
docs/Makefile | 131 ---
docs/_static/buttons/bug_tracker.png | Bin 28650 -> 0 bytes
docs/_static/buttons/change_log.png | Bin 26676 -> 0 bytes
docs/_static/buttons/download.png | Bin 27728 -> 0 bytes
docs/_static/buttons/faq.png | Bin 27450 -> 0 bytes
docs/_static/buttons/resources/bug_tracker.xcf | Bin 83732 -> 0 bytes
.../buttons/resources/button_background.xcf | Bin 53014 -> 0 bytes
docs/_static/buttons/resources/change_log.xcf | Bin 66972 -> 0 bytes
docs/_static/buttons/resources/download.xcf | Bin 84072 -> 0 bytes
docs/_static/buttons/resources/faq.xcf | Bin 89198 -> 0 bytes
docs/_static/buttons/resources/screenshots.xcf | Bin 69094 -> 0 bytes
.../buttons/resources/screenshots_large.png | Bin 15450 -> 0 bytes
docs/_static/buttons/screenshots.png | Bin 29683 -> 0 bytes
docs/_static/haiku.css_t | 456 ---------
docs/_static/label/archlinux.png | Bin 1618 -> 0 bytes
docs/_static/label/debian.png | Bin 1339 -> 0 bytes
docs/_static/label/fedora.png | Bin 1399 -> 0 bytes
docs/_static/label/freebsd.png | Bin 1645 -> 0 bytes
docs/_static/label/gentoo.png | Bin 1147 -> 0 bytes
docs/_static/label/osx.png | Bin 1767 -> 0 bytes
docs/_static/label/python_package_index.png | Bin 3106 -> 0 bytes
docs/_static/label/redhat.png | Bin 1492 -> 0 bytes
docs/_static/label/resources/archlinux.xcf | Bin 3573 -> 0 bytes
docs/_static/label/resources/debian.xcf | Bin 3137 -> 0 bytes
docs/_static/label/resources/fedora.xcf | Bin 3145 -> 0 bytes
docs/_static/label/resources/freebsd.xcf | Bin 3611 -> 0 bytes
docs/_static/label/resources/gentoo.xcf | Bin 2779 -> 0 bytes
docs/_static/label/resources/osx.xcf | Bin 3820 -> 0 bytes
.../label/resources/python_package_index.xcf | Bin 6285 -> 0 bytes
docs/_static/label/resources/redhat.xcf | Bin 3504 -> 0 bytes
docs/_static/label/resources/slackware.xcf | Bin 3567 -> 0 bytes
docs/_static/label/resources/source_repository.xcf | Bin 5479 -> 0 bytes
docs/_static/label/resources/ubuntu.xcf | Bin 3316 -> 0 bytes
docs/_static/label/slackware.png | Bin 1783 -> 0 bytes
docs/_static/label/source_repository.png | Bin 2757 -> 0 bytes
docs/_static/label/ubuntu.png | Bin 1126 -> 0 bytes
docs/_static/logo.png | Bin 6885 -> 0 bytes
docs/_static/logo_orig.png | Bin 9536 -> 0 bytes
docs/_static/section/download/debian.png | Bin 5646 -> 0 bytes
docs/_static/section/download/fedora.png | Bin 4447 -> 0 bytes
docs/_static/section/download/freebsd.png | Bin 18114 -> 0 bytes
docs/_static/section/download/gentoo.png | Bin 16245 -> 0 bytes
docs/_static/section/download/git.png | Bin 2273 -> 0 bytes
docs/_static/section/download/osx.png | Bin 3660 -> 0 bytes
docs/_static/section/download/pypi.png | Bin 3827 -> 0 bytes
docs/_static/section/download/slackware.png | Bin 10938 -> 0 bytes
docs/_static/section/download/ubuntu.png | Bin 4814 -> 0 bytes
.../section/screenshots/acs_display_failure.png | Bin 161127 -> 0 bytes
docs/_static/section/screenshots/config.png | Bin 179183 -> 0 bytes
docs/_static/section/screenshots/connections.png | Bin 133573 -> 0 bytes
docs/_static/section/screenshots/interpreter.png | Bin 269313 -> 0 bytes
docs/_static/section/screenshots/main.png | Bin 89546 -> 0 bytes
docs/_static/section/screenshots/torrc.png | Bin 103308 -> 0 bytes
docs/_static/section/screenshots/vidalia.png | Bin 21201 -> 0 bytes
docs/_static/style.css | 17 -
docs/_templates/layout.html | 80 --
docs/change_log.rst | 77 --
docs/change_log_legacy.rst | 803 ---------------
docs/conf.py | 239 -----
docs/contents.rst | 12 -
docs/download.rst | 178 ----
docs/faq.rst | 291 ------
docs/index.rst | 60 --
docs/republish | 7 -
docs/republish.py | 89 --
docs/roles.py | 73 --
docs/screenshots.rst | 28 -
web/changelog/index.html | 114 +++
web/changelog/legacy.html | 1022 ++++++++++++++++++++
.../section => web/images}/download/archlinux.png | Bin 7144 -> 7144 bytes
web/images/download/debian.png | Bin 0 -> 7546 bytes
web/images/download/fedora.png | Bin 0 -> 7194 bytes
web/images/download/freebsd.png | Bin 0 -> 20509 bytes
web/images/download/gentoo.png | Bin 0 -> 17493 bytes
web/images/download/git.png | Bin 0 -> 5701 bytes
.../section => web/images}/download/git_alt.png | Bin
web/images/download/osx.png | Bin 0 -> 3641 bytes
web/images/download/pypi.png | Bin 0 -> 7985 bytes
.../section => web/images}/download/redhat.png | Bin
.../images}/download/resources/fedora.svg | 0
web/images/download/slackware.png | Bin 0 -> 15858 bytes
web/images/download/source.txt | 58 ++
web/images/download/ubuntu.png | Bin 0 -> 6566 bytes
web/images/faq/acs_failure.png | Bin 0 -> 151697 bytes
.../faq/resources/nyx_by_shadowgirl-d5oeuj8.jpg | Bin 0 -> 139956 bytes
.../images/faq/resources}/vidalia_full.png | Bin
web/images/faq/shadowgirl.jpg | Bin 0 -> 37023 bytes
web/images/faq/vidalia.jpg | Bin 0 -> 13695 bytes
{docs/_static => web/images}/favicon.png | Bin
web/images/features/bandwidth.png | Bin 0 -> 5698 bytes
web/images/features/config_editor.png | Bin 0 -> 20697 bytes
web/images/features/connections.png | Bin 0 -> 17545 bytes
web/images/features/events.png | Bin 0 -> 12793 bytes
web/images/features/interpreter.png | Bin 0 -> 53603 bytes
web/images/features/menu.png | Bin 0 -> 23760 bytes
web/images/features/torrc.png | Bin 0 -> 34782 bytes
web/images/grid.png | Bin 0 -> 145 bytes
web/images/logo.png | Bin 0 -> 10859 bytes
.../images/screenshots/acs_failure.png | Bin
.../images/screenshots/config_editor.png | Bin
.../images/screenshots/connections.png | Bin
.../images/screenshots/front_page.png | Bin
.../images/screenshots/interpreter.png | Bin
.../images/screenshots/torrc.png | Bin
web/index.html | 435 +++++++++
web/jquery.tools.min.js | 5 +
web/styles.css | 286 ++++++
web/styles_no_js.css | 12 +
109 files changed, 1933 insertions(+), 2543 deletions(-)
More information about the tor-commits
mailing list