From: Eric Wong Date: Fri, 30 Jun 2017 18:47:33 +0000 (+0000) Subject: doc: add a list of hosted archives for external projects X-Git-Tag: v1.0.0~28 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=115faab9fa75a36cf03ff83496221cae827e19d4 doc: add a list of hosted archives for external projects This will hopefully increase visibility of some archives. --- diff --git a/Documentation/hosted.txt b/Documentation/hosted.txt new file mode 100644 index 00000000..dbb63917 --- /dev/null +++ b/Documentation/hosted.txt @@ -0,0 +1,36 @@ +In addition to eating our own dogfood at , +public-inbox.org hosts unofficial archives for several other projects +as a service to their users and to further test our own software. + +The presence of these archives does not imply these projects endorse +public-inbox or public-inbox.org in any way. + +* https://public-inbox.org/git/ + git@vger.kernel.org + Mailing list for the git version control system + http://vger.kernel.org/majordomo-info.html + +* https://public-inbox.org/libreplanet-discuss/ + libreplanet-discuss@libreplanet.org + LibrePlanet discussion list + https://lists.gnu.org/mailman/listinfo/libreplanet-discuss + +* https://public-inbox.org/rack-devel/ + rack-devel@googlegroups.com + Development list for the Ruby webserver interface + https://groups.google.com/group/rack-devel + +* https://public-inbox.org/ruby-core/ + ruby-core@ruby-lang.org + Core development list for the Ruby programming language + https://www.ruby-lang.org/en/community/mailing-lists/ + +* https://public-inbox.org/sox-users/ + sox-users@lists.sourceforge.net + Users' list for the SoX sound processing tool + https://lists.sourceforge.net/lists/listinfo/sox-users + +* https://public-inbox.org/sox-devel/ + sox-devel@lists.sourceforge.net + Developers' list for the SoX sound processing tool + https://lists.sourceforge.net/lists/listinfo/sox-devel diff --git a/Documentation/include.mk b/Documentation/include.mk index 28b69aed..c028eef6 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -78,7 +78,7 @@ Documentation/%.txt : Documentation/%.pod txt2pre = $(PERL) -I lib ./Documentation/txt2pre <$< >$@+ && \ touch -r $< $@+ && mv $@+ $@ txt := INSTALL README COPYING TODO -dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt +dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt hosted.txt dtxt := $(addprefix Documentation/, $(dtxt)) $(mantxt) %.html: %.txt