unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] some doc fixes
@ 2020-09-17 21:25 Eric Wong
  2020-09-17 21:25 ` [PATCH 1/2] doc: flow: include -imapd Eric Wong
  2020-09-17 21:25 ` [PATCH 2/2] doc: txt2pre: more manpage URLs Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2020-09-17 21:25 UTC (permalink / raw)
  To: meta

Should've been in 1.6, oh well :x

Anyways, https://public-inbox.org/flow.html is updated with -imapd

Eric Wong (2):
  doc: flow: include -imapd
  doc: txt2pre: more manpage URLs

 Documentation/flow.ge  | 1 +
 Documentation/flow.txt | 1 +
 Documentation/txt2pre  | 8 ++++++++
 3 files changed, 10 insertions(+)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] doc: flow: include -imapd
  2020-09-17 21:25 [PATCH 0/2] some doc fixes Eric Wong
@ 2020-09-17 21:25 ` Eric Wong
  2020-09-17 21:25 ` [PATCH 2/2] doc: txt2pre: more manpage URLs Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2020-09-17 21:25 UTC (permalink / raw)
  To: meta

It's another read-only daemon, and it may see more usage than
-nntpd as more users have IMAP support than NNTP.
---
 Documentation/flow.ge  | 1 +
 Documentation/flow.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/flow.ge b/Documentation/flow.ge
index 27f2bfcb..0cc1c333 100644
--- a/Documentation/flow.ge
+++ b/Documentation/flow.ge
@@ -21,6 +21,7 @@ graph { flow: down }
 [inboxdir] ->
 [read-only daemons:\n
  public-inbox-httpd\n
+ public-inbox-imapd\n
  public-inbox-nntpd]
 
 # Copyright 2020 all contributors <meta@public-inbox.org>
diff --git a/Documentation/flow.txt b/Documentation/flow.txt
index ac3459e4..8225cc8f 100644
--- a/Documentation/flow.txt
+++ b/Documentation/flow.txt
@@ -25,6 +25,7 @@
                                                  +--------------------+
                                                  | read-only daemons: |
                                                  | public-inbox-httpd |
+                                                 | public-inbox-imapd |
                                                  | public-inbox-nntpd |
                                                  +--------------------+
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] doc: txt2pre: more manpage URLs
  2020-09-17 21:25 [PATCH 0/2] some doc fixes Eric Wong
  2020-09-17 21:25 ` [PATCH 1/2] doc: flow: include -imapd Eric Wong
@ 2020-09-17 21:25 ` Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2020-09-17 21:25 UTC (permalink / raw)
  To: meta

We host our own -imapd manpage, and we started using a few more
git commands (fast-import for ages).  We'll also need to link to
manpages.debian.org and live with long URLs for a few
non-standard manpages in software we reference.
---
 Documentation/txt2pre | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/txt2pre b/Documentation/txt2pre
index e9b5eb7d..75d2d12b 100755
--- a/Documentation/txt2pre
+++ b/Documentation/txt2pre
@@ -17,6 +17,7 @@ for (qw[public-inbox.cgi(1)
 	public-inbox-daemon(8)
 	public-inbox-edit(1)
 	public-inbox-httpd(1)
+	public-inbox-imapd(1)
 	public-inbox-index(1)
 	public-inbox-init(1)
 	public-inbox-learn(1)
@@ -48,7 +49,9 @@ for (qw[git(1)
 	git-am(1)
 	git-apply(1)
 	git-config(1)
+	git-credential(1)
 	git-daemon(1)
+	git-fast-import(1)
 	git-fetch(1)
 	git-filter-branch(1)
 	git-format-patch(1)
@@ -73,6 +76,11 @@ for (qw[
 	$xurls{$_} = "https://www.freedesktop.org/software/systemd/man/$n.html";
 }
 
+$xurls{'netrc(5)'} = 'https://manpages.debian.org/stable/ftp/netrc.5.en.html';
+$xurls{'mbsync(1)'} =
+	'https://manpages.debian.org/stable/isync/mbsync.1.en.html';
+$xurls{'offlineimap(1)'} =
+	'https://manpages.debian.org/stable/offlineimap/offlineimap.1.en.html';
 $xurls{'spamc(1)'} =
 	'https://spamassassin.apache.org/full/3.4.x/doc/spamc.html';
 $xurls{'grok-pull'} =

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-17 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 21:25 [PATCH 0/2] some doc fixes Eric Wong
2020-09-17 21:25 ` [PATCH 1/2] doc: flow: include -imapd Eric Wong
2020-09-17 21:25 ` [PATCH 2/2] doc: txt2pre: more manpage URLs Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).