integrations/email: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg 2017-06-19 22:48:20 -02:30 committed by showell
parent 5fa71a4369
commit 70448a9c65
3 changed files with 24 additions and 32 deletions

View File

@ -1,31 +0,0 @@
<p>You can send emails to Zulip! This is useful:</p>
<ul>
<li>If you use a service that can send emails but does not easily lend
itself to more direct integration
</li>
<li>If you have an email that you want to discuss on Zulip</li>
<li>As a structured, searchable, commentable archive for mailing list
traffic
</li>
</ul>
<p>To send an email to a Zulip stream:</p>
<ol>
<li>Visit your {{ subscriptions_html|safe }} and click on the stream row to expand it.</li>
<li>Copy the stream email address
(e.g. <code>{{ email_gateway_example }}</code>). If the stream
name contains special characters, we've transformed the name so it is a
safe email recipient.
</li>
<li>Send an email (To, CC, and BCC all work) to the stream email
address. The email subject will become the stream topic, and the email
body will become the Zulip message content.
</li>
</ol>
<p>
Please note that it may take up to one minute for the message to show up
in Zulip.
</p>

View File

@ -0,0 +1,23 @@
You can send emails to Zulip! This is useful:
* If you use a service that can send emails but does not easily lend
itself to more direct integration
* If you have an email that you want to discuss on Zulip
* As a structured, searchable, commentable archive for mailing list
traffic
To send an email to a Zulip stream:
1. Visit your {{ subscriptions_html|safe }} and click on the stream
row to expand it.
2. Copy the stream email address(e.g. `{{ email_gateway_example }}`).
If the stream name contains special characters, we've transformed
the name so it is a safe email recipient.
3. Send an email (To, CC, and BCC all work) to the stream email address.
The email subject will become the stream topic, and the email
body will become the Zulip message content.
Please note that it may take up to one minute for the message to show
up in Zulip.

View File

@ -252,7 +252,7 @@ INTEGRATIONS = {
'asana': Integration('asana', 'asana', doc='zerver/integrations/asana.md'),
'capistrano': Integration('capistrano', 'capistrano', display_name='Capistrano', doc='zerver/integrations/capistrano.md'),
'codebase': Integration('codebase', 'codebase', doc='zerver/integrations/codebase.md'),
'email': EmailIntegration('email', 'email', doc='zerver/integrations/email.html'),
'email': EmailIntegration('email', 'email', doc='zerver/integrations/email.md'),
'git': Integration('git', 'git', doc='zerver/integrations/git.md'),
'google-calendar': Integration(
'google-calendar',