* [PATCH] HACKING: minor updates and add to the website
@ 2016-08-16 7:49 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-08-16 7:49 UTC (permalink / raw)
To: meta
Also, at least add one of the Tor mirrors (the rest will
be discoverable through the mirrors themselves).
---
Documentation/include.mk | 3 ++-
HACKING | 19 +++++++++++++++----
README | 5 +++++
3 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/Documentation/include.mk b/Documentation/include.mk
index 9427887..396a258 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -4,7 +4,8 @@ all::
RSYNC = rsync
RSYNC_DEST = public-inbox.org:/srv/public-inbox/
-docs := README COPYING INSTALL TODO $(shell git ls-files 'Documentation/*.txt')
+docs := README COPYING INSTALL TODO HACKING
+docs += $(shell git ls-files 'Documentation/*.txt')
INSTALL = install
POD2MAN ?= pod2man
POD2MAN_OPTS = -v --stderr -d 1994-10-02 -c 'public-inbox user manual'
diff --git a/HACKING b/HACKING
index a766820..3c2235a 100644
--- a/HACKING
+++ b/HACKING
@@ -1,8 +1,14 @@
hacking public-inbox
--------------------
-Send all patches via to our self-hosting inbox at meta@public-inbox.org
-It is archived at <http://public-inbox.org/meta/>.
+Send all patches and "git request-pull"-formatted emails to our
+self-hosting inbox at meta@public-inbox.org
+It is archived at: https://public-inbox.org/meta/
+and http://hjrcffqmbrq6wope.onion/meta/ (using Tor)
+
+Contributions are email-driven, just like contributing to git
+itself or the Linux kernel; however anonymous and pseudonymous
+contributions will always be welcome.
Please consider our goals in mind:
@@ -37,5 +43,10 @@ in scripting languages (currently Perl 5).
Performance should be reasonably good for server administrators, too,
and we will sacrifice features to achieve predictable performance.
-See design_www.txt and design_notes.txt in the Documentation/ directory
-for design decisions made during development.
+See design_www.txt and design_notes.txt in the Documentation/
+directory for design decisions made during development.
+
+For now, one may optionally subscribe to the mailing list by
+sending an email to: meta+subscribe@public-inbox.org
+(and confirming). However, reading over the mailing list is
+the least reliable method of reading a public-inbox.
diff --git a/README b/README
index f56d68d..7618727 100644
--- a/README
+++ b/README
@@ -111,6 +111,11 @@ The archives are readable via NNTP or HTTP:
nntp://news.public-inbox.org/inbox.comp.mail.public-inbox.meta
https://public-inbox.org/meta/
+And as Tor hidden services:
+
+ http://hjrcffqmbrq6wope.onion/meta/
+ nntp://hjrcffqmbrq6wope.onion/inbox.comp.mail.public-inbox.meta
+
You may also clone all messages via git:
git clone --mirror https://public-inbox.org/meta/
--
EW
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-16 7:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 7:49 [PATCH] HACKING: minor updates and add to the website 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).