From e09016c1e26362b9177e2b92c77b530dbe0623b0 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 5 Jul 2013 17:15:41 -0400 Subject: [PATCH] Mention our new apps on our /apps page (imported from commit e1b1f467c72a90a84b54d867c7e31c6721439af0) --- templates/zephyr/apps.html | 61 ++++++++++-------- ...-chrome-mac.png => humbug-desktop-mac.png} | Bin ...windows.png => humbug-desktop-windows.png} | Bin zephyr/static/js/tutorial.js | 2 +- 4 files changed, 36 insertions(+), 27 deletions(-) rename zephyr/static/images/app-screenshots/{humbug-chrome-mac.png => humbug-desktop-mac.png} (100%) rename zephyr/static/images/app-screenshots/{humbug-chrome-windows.png => humbug-desktop-windows.png} (100%) diff --git a/templates/zephyr/apps.html b/templates/zephyr/apps.html index e44e4aa955..fd1fe568e8 100644 --- a/templates/zephyr/apps.html +++ b/templates/zephyr/apps.html @@ -51,46 +51,55 @@
-

Humbug for Mac is a Chrome Application Shortcut, which - means that it runs in its own window, with its own icon in the - Dock, and no URL bar, but is fundamentally the same as the - webapp. Many of our users find it more convenient because it's - easy to keep track of.

+

You love your Mac. And you love Humbug. So what could be + better than a Humbug app for Mac? Enjoy notifications for + messages and PMs in your dock whether you're in Sublime, + emacs, or Photoshop.

- Download Humbug for Mac + Download Humbug for Mac

- -

Note: Humbug for Mac requires Google Chrome.

+
-

We recommend making - a Chrome - Application Shortcut for Humbug, so that it can appear on - your system like a native application. Alternatively, we - recommend simply pinning the Humbug tab in your browser.

+

Humbug provides a native Linux app that runs standalone + outside of your browser. How you install it depends on what + you're running:

-

You can find instructions for how to make a Chrome - Application - Shortcut here.

+

Debian and Ubuntu

+ First, run the following: +
wget https://apt.humbughq.com/user.asc
+cat user.asc | sudo apt-key add -
- +
+ Then, add the following lines to /etc/apt/sources.list: +
deb https://apt.humbughq.com/user/ your_distro_here main
+sudo apt-get update
+sudo apt-get install humbug-desktop
+
+

(Replace your_distro_here with one of wheezy, precise, quantal, or raring)

+ + +

Other

+

We provide a binary tarball of the Humbug application, built for 64-bit systems. +

-

We recommend making - a Chrome - Application Shortcut for Humbug, so that it can appear on - your system like a native application. Alternatively, we - recommend simply pinning the Humbug tab in your browser.

+

Windows. It's the best OS for your needs: gaming, + coding, expense reports. But you always felt that something + was missing... until now.

-

You can find instructions for how to make a Chrome - Application - Shortcut here.

+

We proudly present Humbug for Windows: the second-best app for Windows on the market today (after + Solitaire, obviously.)

- +

+ Download Humbug for Windows +

+ +
diff --git a/zephyr/static/images/app-screenshots/humbug-chrome-mac.png b/zephyr/static/images/app-screenshots/humbug-desktop-mac.png similarity index 100% rename from zephyr/static/images/app-screenshots/humbug-chrome-mac.png rename to zephyr/static/images/app-screenshots/humbug-desktop-mac.png diff --git a/zephyr/static/images/app-screenshots/humbug-chrome-windows.png b/zephyr/static/images/app-screenshots/humbug-desktop-windows.png similarity index 100% rename from zephyr/static/images/app-screenshots/humbug-chrome-windows.png rename to zephyr/static/images/app-screenshots/humbug-desktop-windows.png diff --git a/zephyr/static/js/tutorial.js b/zephyr/static/js/tutorial.js index e860500138..5d3817db37 100644 --- a/zephyr/static/js/tutorial.js +++ b/zephyr/static/js/tutorial.js @@ -54,7 +54,7 @@ var fake_messages = [ }, { id: 4, - content: "

Ok, here's my latest version

for the Windows app -- thoughts? I'm particularly wondering whether people think the screenshot should be from Windows 7 or some other version.

", + content: "

Ok, here's my latest version

for the Windows app -- thoughts? I'm particularly wondering whether people think the screenshot should be from Windows 7 or some other version.

", is_stream: true, sender_full_name: "Waseem Daher", avatar_url: "https://secure.gravatar.com/avatar/364a79a57718ede3fadf6dd3623d2e0a",