unxf RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH 0/2] librelist => public-inbox transition
@ 2016-03-17 23:16 Eric Wong
  2016-03-17 23:16 ` [PATCH 1/2] README: prepare for cgit replacement Eric Wong
  2016-03-17 23:16 ` [PATCH 2/2] remove librelist info, use public-inbox Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2016-03-17 23:16 UTC (permalink / raw)
  To: unxf-public

librelist seems dead and public-inbox is more in line with my
workflow + beliefs anyways (HTML email is rejected! \o/)

Eric Wong (2):
      README: prepare for cgit replacement
      remove librelist info, use public-inbox

 .olddoc.yml   |  4 ++++
 .wrongdoc.yml |  0
 README        | 13 ++++++++-----
 unxf.gemspec  |  2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)


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

* [PATCH 1/2] README: prepare for cgit replacement
  2016-03-17 23:16 [PATCH 0/2] librelist => public-inbox transition Eric Wong
@ 2016-03-17 23:16 ` Eric Wong
  2016-03-17 23:16 ` [PATCH 2/2] remove librelist info, use public-inbox Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2016-03-17 23:16 UTC (permalink / raw)
  To: unxf-public; +Cc: Eric Wong

We may not always be using cgit to serve HTML views
of our git repository, so stop mentioning it.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index bb26b35..6b7d3e9 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ You can get the latest source via git from the following locations:
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://bogomips.org/unxf.git (cgit)
+* http://bogomips.org/unxf.git
 * http://repo.or.cz/w/unxf.git (gitweb)
 
 Inline patches (from "git format-patch") to the
-- 
EW


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

* [PATCH 2/2] remove librelist info, use public-inbox
  2016-03-17 23:16 [PATCH 0/2] librelist => public-inbox transition Eric Wong
  2016-03-17 23:16 ` [PATCH 1/2] README: prepare for cgit replacement Eric Wong
@ 2016-03-17 23:16 ` Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2016-03-17 23:16 UTC (permalink / raw)
  To: unxf-public; +Cc: Eric Wong

Moving to a self-hosted public-inbox since librelist
does not seem to be working, and public-inbox allows
posting without subscription.
---
 .olddoc.yml   |  4 ++++
 .wrongdoc.yml |  0
 README        | 11 +++++++----
 unxf.gemspec  |  2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)
 delete mode 100644 .wrongdoc.yml

diff --git a/.olddoc.yml b/.olddoc.yml
index 2cc5422..aa56c63 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -2,3 +2,7 @@
 cgit_url: http://bogomips.org/unxf.git
 git_url: git://bogomips.org/unxf.git
 rdoc_url: http://bogomips.org/unxf/
+ml_url: http://bogomips.org/unxf-public/
+public_email: unxf-public@bogomips.org
+nntp_url:
+  - nntp://news.public-inbox.org/inbox.comp.lang.ruby.unxf
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
deleted file mode 100644
index e69de29..0000000
diff --git a/README b/README
index 6b7d3e9..3ccc6be 100644
--- a/README
+++ b/README
@@ -33,9 +33,9 @@ tarballs here:
 * http://bogomips.org/unxf.git
 * http://repo.or.cz/w/unxf.git (gitweb)
 
-Inline patches (from "git format-patch") to the
-{mailing list}[mailto:unxf@librelist.org] are
-preferred because they allow code review and comments in the reply to
+Inline patches (from "git format-patch" and "git send-email") to the
+mailing list at mailto:unxf-public@bogomips.org
+are preferred because they allow code review and comments in the reply to
 the patch.
 
 We will adhere to mostly the same conventions for patch submissions as
@@ -46,4 +46,7 @@ don't email the git mailing list or maintainer with unxf patches.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:unxf@librelist.org
+requests) go to the mailing list at mailto:unxf-public@bogomips.org
+No subscription is necessary to post, but HTML email is never allowed.
+All messages to the public-inbox are archived forever at:
+http://bogomips.org/unxf-public/
diff --git a/unxf.gemspec b/unxf.gemspec
index 615201a..a2a1c03 100644
--- a/unxf.gemspec
+++ b/unxf.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
   s.homepage = Olddoc.config['rdoc_url']
   s.authors = ["#{name} hackers"]
   s.description = readme_description
-  s.email = %q{unxf@librelist.org}
+  s.email = %q{bofh@bogomips.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-- 
EW


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

end of thread, other threads:[~2016-03-17 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17 23:16 [PATCH 0/2] librelist => public-inbox transition Eric Wong
2016-03-17 23:16 ` [PATCH 1/2] README: prepare for cgit replacement Eric Wong
2016-03-17 23:16 ` [PATCH 2/2] remove librelist info, use public-inbox Eric Wong

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

	https://yhbt.net/unxf.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).