Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-readability-lxml-0.7.1
@ 2019-06-12 17:23 voidlinux-github
  2019-06-12 18:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-12 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There is a new pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1352 bytes --]

From 94b60da2193d96f0b0b3f817486b5d43c3835648 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..b7a1e61fa1c
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,22 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
  2019-06-12 18:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-12 18:07 ` voidlinux-github
  2019-06-15 19:53 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-12 18:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1709 bytes --]

From b98ab95737c1d550d28a285899300fedd76e55b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 22 ++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..b7a1e61fa1c
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,22 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c079dbb8e40
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml/
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
@ 2019-06-12 18:07 ` voidlinux-github
  2019-06-12 18:07 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-12 18:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1709 bytes --]

From b98ab95737c1d550d28a285899300fedd76e55b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 22 ++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..b7a1e61fa1c
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,22 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c079dbb8e40
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml/
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-15 19:53 ` voidlinux-github
@ 2019-06-15 19:53 ` voidlinux-github
  2019-06-15 21:00 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-15 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1759 bytes --]

From ac53fc6d920e4d4af7a7950f7026c3782a23f3c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 24 ++++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..ddf0602b730
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,24 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-lxml"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	depends="python3-lxml"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c079dbb8e40
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml/
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
  2019-06-12 18:07 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-12 18:07 ` voidlinux-github
@ 2019-06-15 19:53 ` voidlinux-github
  2019-06-15 19:53 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-15 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1759 bytes --]

From ac53fc6d920e4d4af7a7950f7026c3782a23f3c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 24 ++++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..ddf0602b730
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,24 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-lxml"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	depends="python3-lxml"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c079dbb8e40
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml/
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-15 19:53 ` voidlinux-github
@ 2019-06-15 21:00 ` voidlinux-github
  2019-06-15 21:00 ` voidlinux-github
  2019-06-16 12:46 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-15 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1758 bytes --]

From af21999d9564a3fc70d97ec44d321cfc73f3ef24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 24 ++++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..ddf0602b730
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,24 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-lxml"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	depends="python3-lxml"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c9c8014c795
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-15 21:00 ` voidlinux-github
@ 2019-06-15 21:00 ` voidlinux-github
  2019-06-16 12:46 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-15 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages python-readability-lxml
https://github.com/void-linux/void-packages/pull/12426

New package: python-readability-lxml-0.7.1


A patch file from https://github.com/void-linux/void-packages/pull/12426.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-readability-lxml-12426.patch --]
[-- Type: application/text/x-diff, Size: 1758 bytes --]

From af21999d9564a3fc70d97ec44d321cfc73f3ef24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 12 Jun 2019 19:19:55 +0200
Subject: [PATCH] New package: python-readability-lxml-0.7.1

---
 srcpkgs/python-readability-lxml/template | 24 ++++++++++++++++++++++++
 srcpkgs/python3-readability-lxml         |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/python-readability-lxml/template
 create mode 120000 srcpkgs/python3-readability-lxml

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
new file mode 100644
index 00000000000..ddf0602b730
--- /dev/null
+++ b/srcpkgs/python-readability-lxml/template
@@ -0,0 +1,24 @@
+# Template file for 'python-readability-lxml'
+pkgname=python-readability-lxml
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="readability-lxml-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-lxml"
+short_desc="Fast html to text parser"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/buriy/python-readability"
+distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
+checksum=87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+
+python3-readability-lxml_package() {
+	archs=noarch
+	depends="python3-lxml"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-readability-lxml b/srcpkgs/python3-readability-lxml
new file mode 120000
index 00000000000..c9c8014c795
--- /dev/null
+++ b/srcpkgs/python3-readability-lxml
@@ -0,0 +1 @@
+python-readability-lxml
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: New package: python-readability-lxml-0.7.1
  2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-15 21:00 ` voidlinux-github
@ 2019-06-16 12:46 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-16 12:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

There's a merged pull request on the void-packages repository

New package: python-readability-lxml-0.7.1
https://github.com/void-linux/void-packages/pull/12426
Description: 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-16 12:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 17:23 [PR PATCH] New package: python-readability-lxml-0.7.1 voidlinux-github
2019-06-12 18:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-12 18:07 ` voidlinux-github
2019-06-15 19:53 ` voidlinux-github
2019-06-15 19:53 ` voidlinux-github
2019-06-15 21:00 ` voidlinux-github
2019-06-15 21:00 ` voidlinux-github
2019-06-16 12:46 ` [PR PATCH] [Merged]: " voidlinux-github

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 NNTP newsgroup(s).