user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] doc: add a list of hosted archives for external projects
@ 2017-06-30 18:49  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2017-06-30 18:49 UTC (permalink / raw)
  To: meta

This will hopefully increase visibility of some archives.
---
 Documentation/hosted.txt | 36 ++++++++++++++++++++++++++++++++++++
 Documentation/include.mk |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/hosted.txt

diff --git a/Documentation/hosted.txt b/Documentation/hosted.txt
new file mode 100644
index 0000000..dbb6391
--- /dev/null
+++ b/Documentation/hosted.txt
@@ -0,0 +1,36 @@
+In addition to eating our own dogfood at <https://public-inbox.org/meta/>,
+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 28b69ae..c028eef 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
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-06-30 18:49  7% [PATCH] doc: add a list of hosted archives for external projects Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).