Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from nicolan/master
Browse files Browse the repository at this point in the history
[Docs] Source repository has been moved out of Phabricator and onto GitHub
  • Loading branch information
elliefm authored Jun 24, 2016
2 parents 9fb121b + 268fe9e commit 3da5de2
Show file tree
Hide file tree
Showing 19 changed files with 144 additions and 565 deletions.
5 changes: 3 additions & 2 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
"""

rst_prolog += """
.. |git_cyrus_imapd_url| replace:: https://git.cyrus.foundation/diffusion/I/cyrus-imapd.git
.. |git_cyrus_imapd_url| replace:: https://github.com/cyrusimap/cyrus-imapd.git
"""

# The version in which compatibility support for RFC 2086 (the 'c' and
Expand Down Expand Up @@ -1183,14 +1183,15 @@

#You are looking at documentation that is maintained by interval.

#Please see https://docs.cyrus.foundation/ for better maintained
#Please see https://www.cyrusimap.org/ for better maintained
#documentation.
#"""

# Use this as :task:`18`
extlinks = {
'rfc':('http://tools.ietf.org/html/rfc%s', 'RFC '),
'task':('https://git.cyrus.foundation/T%s', 'Task #'),
'issue':('https://github.com/cyrusimap/cyrus-imapd/issues/%s', 'Issue #'),
}

# Change this to whatever your output root is
Expand Down
13 changes: 0 additions & 13 deletions docsrc/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
Contributor Guide
===================


Contribute Financially
======================

If you wish to provide financial support to the Cyrus Project, send a check payable to Carnegie Mellon University to::

Project Cyrus
Computing Services
Carnegie Mellon University
5000 Forbes Ave
Pittsburgh, PA 15213
USA

Website Content Contributions
=============================

Expand Down
4 changes: 2 additions & 2 deletions docsrc/feedback-bugs.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Reporting Bugs
==============

Bug reports can be logged in our `Bugzilla issue tracker <http://bugzilla.cyrusimap.org/>`__. Please bear in mind registration is required.
When reporting a bug, please prepare to provide the following information;
Bug reports can be sent to us through our :ref:`mailing list <feedback-mailing-lists>` or logged in our `GitHub issue tracker <https://github.com/cyrusimap/cyrus-imapd/issues/>`__. Bear in mind registration is required.
When reporting a bug, please provide the following information;

* Your platform, and if applicable, your distribution and the distribution version.
* The exact version of Cyrus IMAP or SASL you are using.
Expand Down
4 changes: 2 additions & 2 deletions docsrc/feedback-meetings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Online Meetings

Join us online!

Regular contributors catch up online twice weekly, both as a status checkpoint and to make sure we're all alive!
Regular contributors catch up online weekly, both as a status checkpoint and to make sure we're all alive!

Meetings are currently held at **Monday 11am GMT** and **Thursday midday GMT** via `Google Hangouts <https://plus.google.com/hangouts/_/g4xnqjjb5zvomzeb4kqvja3fz4a>`_.
Meetings are currently held at **Monday 11am GMT** via `Google Hangouts <https://plus.google.com/hangouts/_/g4xnqjjb5zvomzeb4kqvja3fz4a>`_. It's worth checking on `IRC <feedback-irc>` to confirm the time and URL if nobody else seems to be online.

10 changes: 0 additions & 10 deletions docsrc/imap/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,5 @@ Resources
:maxdepth: 1

developer/libraries
developer/docker

Continuous Integration
======================

.. toctree::
:maxdepth: 1

developer/pre-configure-fails
developer/configure-fails
developer/make-fails
developer/make-check-fails
21 changes: 0 additions & 21 deletions docsrc/imap/developer/configure-fails.rst

This file was deleted.

45 changes: 7 additions & 38 deletions docsrc/imap/developer/developer-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ Persian Empire. So that's kinda cool.
Install and configure Cassandane
--------------------------------

1. Clone the Cassandane repository (you can get the URL from the Diffusion app within Phabricator)
1. Clone the Cassandane repository

* If you are a member of `IMAP Committers`_, use: ``git clone ssh://[email protected]/diffusion/C/cassandane.git``
* If you aren't (yet), use ``git clone https://git.cyrus.foundation/diffusion/C/cassandane.git``

.. _IMAP Committers: https://git.cyrus.foundation/tag/imap_committers/
* ``git clone https://github.com/cyrusimap/cassandane.git``

2. Install dependencies

Expand All @@ -42,38 +39,6 @@ Install and configure Cassandane
libmime-types-perl libdatetime-format-iso8601-perl libcal-dav-perl \
libclone-perl
There are a number of Perl modules required that aren't already packages in the standard repository. A few aren't in CPAN yet and should be installed from github.

.. code-block:: bash
git clone https://github.com/brong/Net-DAVTalk/
cd Net-DAVTalk
perl Makefile.PL
make
sudo make install
cd ..
git clone https://github.com/brong/Net-CardDAVTalk/
cd Net-CardDAVTalk
perl Makefile.PL
make
sudo make install
cd ..
git clone https://github.com/brong/Net-CalDAVTalk/
cd Net-CalDAVTalk
perl Makefile.PL
make
sudo make install
cd ..
git clone https://github.com/brong/Mail-JMAPTalk/
cd Mail-JMAPTalk
perl Makefile.PL
make
sudo make install
cd ..
The quickest option for the rest is installing via CPAN, but you could build packages using dh-make-perl if that is preferred.

.. code-block:: bash
Expand All @@ -86,7 +51,11 @@ The quickest option for the rest is installing via CPAN, but you could build pac
sudo cpan -i Mail::IMAPTalk
sudo cpan -i List::Pairwise
sudo cpan -i Convert::Base64
sudo cpan -i Net::DAVTalk
sudo cpan -i Net::CardDAVTalk
sudo cpan -i Net::CalDAVTalk
sudo cpan -i Mail::JMAPTalk
3. Install Cassandane

.. code-block:: bash
Expand Down
Loading

0 comments on commit 3da5de2

Please sign in to comment.