mirror of https://github.com/zulip/zulip.git
Use zulip.com domains for apt and www file distributions.
These domains aren't working quite yet. (imported from commit 4f2ad2500d0b419bc25f5aa9bcf7e5c79a69b7ec)
This commit is contained in:
parent
34267b37b4
commit
44f9aa4c4c
|
@ -13,7 +13,7 @@
|
|||
|
||||
<p>We have a <a href="/api/endpoints">well-documented API</a> that allows you to build custom integrations, in addition to our <a href="/integrations">existing integrations</a>. For ease-of-use, we've created a Python module that you can drop in to a project to start interacting with our API.</p>
|
||||
<br/>
|
||||
<a href="https://www.humbughq.com/dist/api/python-humbug_0.1.9.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
|
||||
<a href="https://www.zulip.com/dist/api/python-humbug_0.1.9.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
|
||||
<span class="pull-right muted">Version 0.1.9</span>
|
||||
|
||||
<p> </p>
|
||||
|
@ -64,7 +64,7 @@ to pull out the resulting HTML :)
|
|||
{% endcomment %}
|
||||
|
||||
<h4>Stream message</h4>
|
||||
<div class="codehilite"><pre>curl https://api.humbughq.com/v1/messages <span class="se">\</span>
|
||||
<div class="codehilite"><pre>curl https://api.zulip.com/v1/messages <span class="se">\</span>
|
||||
-u BOT_EMAIL_ADDRESS:BOT_API_KEY <span class="se">\</span>
|
||||
-d <span class="s2">"type=stream"</span> <span class="se">\</span>
|
||||
-d <span class="s2">"to=Denmark"</span> <span class="se">\</span>
|
||||
|
@ -73,7 +73,7 @@ to pull out the resulting HTML :)
|
|||
</pre></div>
|
||||
|
||||
<h4>Private message</h4>
|
||||
<div class="codehilite"><pre>curl https://api.humbughq.com/v1/messages <span class="se">\</span>
|
||||
<div class="codehilite"><pre>curl https://api.zulip.com/v1/messages <span class="se">\</span>
|
||||
-u BOT_EMAIL_ADDRESS:BOT_API_KEY <span class="se">\</span>
|
||||
-d <span class="s2">"type=private"</span> <span class="se">\</span>
|
||||
-d <span class="s2">"to=wdaher@example.com"</span> <span class="se">\</span>
|
||||
|
|
|
@ -70,11 +70,11 @@
|
|||
|
||||
<h3>Debian and Ubuntu</h3>
|
||||
First, run the following:
|
||||
<div class="codehilite"><pre>wget https://apt.humbughq.com/user.asc
|
||||
<div class="codehilite"><pre>wget https://apt.zulip.com/user.asc
|
||||
cat user.asc | sudo apt-key add -</pre></div>
|
||||
|
||||
Then, add the following line to <code>/etc/apt/sources.list</code>:
|
||||
<div class="codehilight"><pre>deb https://apt.humbughq.com/user/ <span class="k">your_distro_here</span> main
|
||||
<div class="codehilight"><pre>deb https://apt.zulip.com/user/ <span class="k">your_distro_here</span> main
|
||||
</pre>
|
||||
</div>
|
||||
<p>(Replace <b>your_distro_here</b> with one of <code>wheezy</code>, <code>precise</code>, <code>quantal</code>, or <code>raring</code>)</p>
|
||||
|
|
|
@ -383,7 +383,7 @@ key=NAGIOS_BOT_API_KEY
|
|||
<p>Zulip supports Pivotal Tracker integration and can notify you of changes to the stories in your Pivotal Tracker project. In the Settings page
|
||||
for your project, choose the Integrations tab. Scroll down to the <code>Activity Web Hook</code> section, and enter the following url:</p>
|
||||
|
||||
<p><code>https://api.humbughq.com/v1/external/pivotal?api_key=abcdefgh&stream=pivotal</code></p>
|
||||
x <p><code>https://api.humbughq.com/v1/external/pivotal?api_key=abcdefgh&stream=pivotal</code></p>
|
||||
|
||||
<p>where <code>api_key</code> is the API key of your Zulip bot,
|
||||
and <code>stream</code> is the stream name you want the
|
||||
|
|
Loading…
Reference in New Issue