diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-07-05 01:03:36 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-07-05 03:32:01 +0200 |
commit | 25f1dbdf54947bd6bbce653bc64f6c45b2473792 (patch) | |
tree | eb5a21d1a528502845da6b987d4431bd04a4a5bd /doc/index.md | |
parent | c4abd6128c3ca5471afc84225533a958ce273875 (diff) |
Refactor documentation.
In particular, move manpages to the 'doc' directory, and generate HTML
documentation with `make html`.
Diffstat (limited to 'doc/index.md')
-rw-r--r-- | doc/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/index.md b/doc/index.md new file mode 100644 index 0000000..12de956 --- /dev/null +++ b/doc/index.md @@ -0,0 +1,20 @@ +% [`interimap`(1)] and [`pullimap`(1)] documentation +% Guilhem Moulin <guilhem@fripost.org> + +Manuals (HTML versions) +----------------------- + + * [`interimap`(1)] — Fast bidirectional synchronization for + QRESYNC-capable IMAP servers + * [`pullimap`(1)] — Pull mails from an IMAP mailbox and deliver them + to an SMTP session + +Resources for developers +------------------------ + + * [Source-code repository](https://git.guilhem.org/interimap) + * [Build instructions](build.html) + * [Test environment setup](development.html) + +[`interimap`(1)]: interimap.1.html +[`pullimap`(1)]: pullimap.1.html |