Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Updated links, removed footer and added integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Wahi committed Sep 25, 2015
1 parent b4d3459 commit cf413d7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 258 deletions.
83 changes: 0 additions & 83 deletions about.html

This file was deleted.

25 changes: 3 additions & 22 deletions clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="https://dropbox.com">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="https://zulip.com/integrations">Integrations</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
Expand All @@ -62,16 +62,7 @@ <h4>Mac</h4>
<h4>Windows</h4>
<p>Get an executable <a href="https://zulip.com/dist/apps/win/zulip-latest.exe">here</a></p>
<h4>Linux</h4>
<p>If you have Ubuntu or Debian, you can get it from our apt repo:</p>
<div class="terminal">
wget https://zulip.com/dist/keys/user-apt.asc<br/>
cat user-apt.asc | sudo apt-key add -<br/>
sudo apt-add-repository http://apt.zulip.com/user/<br/>
sudo apt-get update<br/>

sudo apt-get install zulip-desktop<br/>
</div>
or download a binary tarball for 64-bit systems <a href="https://zulip.com/dist/apps/linux/zulip-desktop_latest.bin.tar.gz">here</a>
We don't have a client built for Linux yet, but we hope to have a PPA soon. In the meantime you can clone the git repo and build from source.
<h4>Plan 9</h4>
<p>First, connect to our hosted 9P filesystem at plan9.zulip.org and then... no, we're totally kidding. There definitely isn't a version of Zulip for Plan 9.</p>
</section>
Expand All @@ -83,15 +74,5 @@ <h3>Mobile</h3>
</section>
</article>
</div>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>
29 changes: 7 additions & 22 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="https://dropbox.com">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="https://zulip.com/integrations">Integrations</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
Expand All @@ -65,30 +65,15 @@ <h3>We'd love some help</h3>
<section>
<h3>Contribute on Github</h3>
<p>Clone one of the following repos and submit a pull request!</p>
<p>Note that the desktop and mobile apps are mostly empty shells around the web app</p>
<ul>
<li><a href="#">Server and web app</a></li>
<li><a href="https://github.com/zulip/zulip-desktop/blob/master/README.md">Desktop</a></li>
<li><a href="#">iOS</a></li>
<li><a href="#">Android</a></li>
<li><a href="https://github.com/zulip/zulip">Server and web app</a></li>
<li><a href="https://github.com/zulip/zulip-desktop">Desktop</a></li>
<li><a href="https://github.com/zulip/humbug-iphone">iOS</a></li>
<li><a href="https://github.com/zulip/zulip-android">Android</a></li>
</ul>
<p>Instructions on running a development Zulip instance are in the repo under <a href="#">README.dev</a></p>
<p>You can check out open issues <a href="#">here</a>.</p>
<p>Instructions on running a development Zulip instance are in the server repo under README.dev</p>
</section>
<section>
<h3>Reach out on the community Zulip</h3>
<p>Sign up at <a href="https://community.zulip.org">community.zulip.org</a> and chat with the Zulip project maintainers and contributors.</p>
</article>
</div>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h1 {
clear: both;
color: #3276b1;
text-align: center;
font-size: 1.4em;
font-size: 1.6em;
font-weight: 200;
}

Expand Down
14 changes: 2 additions & 12 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="https://dropbox.com">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="https://zulip.com/integrations">Integrations</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -207,15 +207,5 @@ <h4>Desktop apps</h4>
Enjoy <a href="clients.html">Zulip on your desktop</a>.</p>
</div>
</div>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>
79 changes: 0 additions & 79 deletions help.html

This file was deleted.

17 changes: 3 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="https://dropbox.com">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="https://zulip.com/integrations">Integrations</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
Expand All @@ -60,7 +60,6 @@ <h6>(or use the <a href="clients.html">web app</a>)</h6>
<ul>
<li><a href="https://zulip.com/dist/apps/mac/Zulip-latest.dmg">Mac</a></li>
<li><a href="https://zulip.com/dist/apps/win/zulip-latest.exe">Windows</a></li>
<li><a href="clients.html">Linux</a></li>
</ul>
<ul>
<li><a href="http://itunes.com/apps/zulip">iPhone</a></li>
Expand Down Expand Up @@ -142,20 +141,10 @@ <h3>As technical as you want to be.</h3>
</div>
<div class="feature-box">
<h3>...and all the obvious stuff too.</h3>
<p>Drag-and-drop file uploads, image pasting, group private messages, audible notifications, missed-message emails, desktop apps, and everything else you might want. Including emoji, naturally.</p>
<p>Drag-and-drop file uploads, image pasting, group private messages, audible notifications, missed-message emails, desktop apps, and everything else you might want. Including emoji, naturally. And of course, it's open source under the Apache license!</p>
</div>
</div>
</section>
</article>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>
27 changes: 2 additions & 25 deletions server.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="https://dropbox.com">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="https://zulip.com/integrations">Integrations</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
Expand All @@ -55,7 +55,6 @@ <h2>Run your own Zulip server</h2>
<nav>
<ul>
<li><a href="#about">About Zulip server</a></li>
<li><a href="#warning">A word of warning</a></li>
<li>
<a href="#install">Install the production server</a>
<ul>
Expand All @@ -65,10 +64,8 @@ <h2>Run your own Zulip server</h2>
<li><a href="#configure">Configure Zulip</a></li>
<li><a href="#initdb">Initialize the database</a></li>
<li><a href="#integrations">Integrations</a></li>
<li><a href="#maintaining">Maintaining your installation</a></li>
</ul>
</li>
<li><a href="#migrate">Migrate your existing Zulip data</a></li>
</ul>
</nav>
<article>
Expand Down Expand Up @@ -127,28 +124,8 @@ <h2>Run your own Zulip server</h2>
</div>
</p>
</section>
<section>
<a name="maintaining"><h4>Maintaining your installation</h4></a>
<p>Read through <a href="https://github.com/zulip/zulip/files/blobs/README.prod.md">README.prod.md</a> for instructions on upgrading and maintaining your Zulip instance.</p>
</section>
</section>

<section>
<a name="migrate"><h3>Migrate your existing Zulip data</h3></a>
<p>If you've already been running Zulip enterprise (or using a hosted Zulip instance), we've got you covered.</p>
<p>Download the Zulip migration tool <a href="#">here</a>.</p>
</section>
</article>
</div>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>

0 comments on commit cf413d7

Please sign in to comment.