unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* io-extra@public-inbox.org setup!
@ 2014-04-24 23:25 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-04-24 23:25 UTC (permalink / raw)
  To: io-extra; +Cc: Daniel Berger, meta

This is intended as a test and first post to this public inbox :)
Hoping I setup everything right and this message works without
a hitch...

Summary of what I did to add this list:

cd ~/pub # whereever the local user keeps public-inbox git repos
git init --bare io-extra.git

cd io-extra.git
# public-inbox shares description/cloneurl with gitweb
echo 'io-extra RubyGem discussion' > description
echo 'git://public-inbox.org/io-extra.git' > cloneurl

# enable delivery:
cat >> ~/.public-inbox/config <<EOF
[publicinbox "io-extra"]
	address = io-extra@public-inbox.org
	mainrepo = /home/pi/pub/io-extra.git
	url = http://public-inbox.org/io-extra.git
EOF

# added io-extra@public-inbox.org to my Postfix virtual maps
# this is a bit specific to whatever MTA setup is used


Anybody should now be able to post to io-extra@public-inbox.org
Git/ssoma repo (as above): git://public-inbox.org/io-extra.git
HTML archives are available here: http://public-inbox.org/io-extra/
Atom feed: http://public-inbox.org/io-extra/atom.xml

I'm still working on it, so description/cloneurl should show up
in the HTML views soon!

Also Cc-ing meta@public-inbox.org so we can start using this
as documentation.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-24 23:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 23:25 io-extra@public-inbox.org setup! 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).