forked from OfflineIMAP/offlineimap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamped documentation structure and some doc fixes
`make` in the `docs` dir or `make doc` in the root dir will now create the 1) man page and 2) the user documentation using sphinx (requiring python-doctools, and sphinx). The resulting user docs are in `docs/html`. You can also only create the man pages with `make man` in the `docs` dir. Also fixed all .rst conversion errors as requested by Gentoo downstream. Signed-off-by: Sebastian Spaeth <[email protected]>
- Loading branch information
Showing
19 changed files
with
142 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Generated files | ||
/docs/dev-doc/ | ||
/docs/html/ | ||
/build/ | ||
*.pyc | ||
offlineimap.1 | ||
# backups | ||
.*.swp | ||
.*.swo | ||
*.html | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,14 @@ | |
OfflineIMAP Manual | ||
==================== | ||
|
||
.. _OfflineIMAP: http://offlineimap.org | ||
|
||
-------------------------------------------------------- | ||
Powerful IMAP/Maildir synchronization and reader support | ||
-------------------------------------------------------- | ||
|
||
:Author: John Goerzen <[email protected]> & contributors | ||
:Date: 2011-01-15 | ||
:Copyright: GPL v2 | ||
:Manual section: 1 | ||
|
||
.. TODO: :Manual group: | ||
:Date: 2012-02-23 | ||
|
||
DESCRIPTION | ||
=========== | ||
|
@@ -45,7 +42,7 @@ OfflineImap is well suited to be frequently invoked by cron jobs, or can run in | |
|
||
The documentation is included in the git repository and can be created by | ||
issueing `make dev-doc` in the `doc` folder (python-sphinx required), or it can | ||
be viewed online at `http://docs.offlineimap.org`_. | ||
be viewed online at http://docs.offlineimap.org. | ||
|
||
.. _configuration: | ||
|
||
|
@@ -72,7 +69,7 @@ OPTIONS | |
|
||
The command line options are described by issueing `offlineimap --help`. | ||
Details on their use can be found either in the sample offlineimap.conf file or | ||
in the user docs at `http://docs.offlineimap.org`_. | ||
in the user docs at http://docs.offlineimap.org. | ||
|
||
User Interfaces | ||
=============== | ||
|
@@ -306,6 +303,8 @@ as Man-In-The-Middle attacks which cause you to connect to the wrong | |
server and pretend to be your mail server. DO NOT RELY ON STARTTLS AS A | ||
SAFE CONNECTION GUARANTEEING THE AUTHENTICITY OF YOUR IMAP SERVER! | ||
|
||
.. _UNIX signals: | ||
|
||
UNIX Signals | ||
============ | ||
|
||
|
@@ -445,7 +444,7 @@ and Sent which should keep the same name:: | |
|
||
Synchronizing 2 IMAP accounts to local Maildirs that are "next to each | ||
other", so that mutt can work on both. Full email setup described by | ||
Thomas Kahle at `http://dev.gentoo.org/~tomka/mail.html`_ | ||
Thomas Kahle at `<http://dev.gentoo.org/~tomka/mail.html>`_ | ||
|
||
offlineimap.conf:: | ||
|
||
|
@@ -507,7 +506,7 @@ purposes: Fetching passwords from the gnome-keyring and translating | |
folder names on the server to local foldernames. An example | ||
implementation of get_username and get_password showing how to query | ||
gnome-keyring is contained in | ||
`http://dev.gentoo.org/~tomka/mail-setup.tar.bz2`_ The folderfilter is | ||
`<http://dev.gentoo.org/~tomka/mail-setup.tar.bz2>`_ The folderfilter is | ||
a lambda term that, well, filters which folders to get. The function | ||
`oimaptransfolder_acc2` translates remote folders into local folders | ||
with a very simple logic. The `INBOX` folder will have the same name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.