; Example public-inbox config snippet for a mirror of ; https://80x24.org/mwrap-perl/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "mwrap-perl"] inboxdir = /path/to/top-level-inbox ; note: public-inbox before v1.2.0 used `mainrepo' instead of ; `inboxdir', both remain supported after 1.2 mainrepo = /path/to/top-level-inbox url = https://example.com/mwrap-perl/ url = http://example.onion/mwrap-perl/ address = mwrap-perl@yhbt.net address = mwrap-perl@80x24.org newsgroup = inbox.comp.lang.perl.mwrap imapmirror = imaps://public-inbox.org/inbox.comp.lang.perl.mwrap imapmirror = imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.perl.mwrap nntpmirror = nntps://news.public-inbox.org/inbox.comp.lang.perl.mwrap nntpmirror = nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.perl.mwrap coderepo = mwrap-perl.git ; `coderepo' entries allows blob reconstruction via patch emails if ; the inbox is indexed with Xapian. `@@ @@' ; line number ranges in `[PATCH]' emails link to /$INBOX_NAME/$OID/s/, ; an HTTP endpoint which reconstructs git blobs via git-apply(1). [coderepo "mwrap-perl.git"] ; git clone https://80x24.org/mwrap-perl.git /path/to/mwrap-perl.git dir = /path/to/mwrap-perl.git cgiturl = https://example.com/mwrap-perl.git