yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: yahns-public@yhbt.net
Subject: [PATCH] doc: update homepage to point to cgit install
Date: Sun, 21 Apr 2019 23:35:38 +0000	[thread overview]
Message-ID: <20190421233538.6746-1-e@80x24.org> (raw)

I've gotten cgit to work well for browsers without CSS
support (patches posted to <cgit@lists.zx2c4.com>).
For browsers with CSS support, the color scheme
is now dark and can help save electricity for users
of OLED and CRT displays.
---
 README              | 2 +-
 lib/yahns.rb        | 5 +++--
 lib/yahns/config.rb | 4 ++--
 yahns.gemspec       | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 68ed39d..0e4bc4a 100644
--- a/README
+++ b/README
@@ -71,7 +71,7 @@ This README is our homepage, we would rather be working on HTTP servers
 all day than worrying about the next browser vulnerability because
 HTML/CSS/JS is too complicated for us.
 
-* https://yhbt.net/yahns/README
+* https://yhbt.net/yahns.git/about/
 
 Hacking
 -------
diff --git a/lib/yahns.rb b/lib/yahns.rb
index 21464ca..08945ef 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -17,8 +17,9 @@
 end
 
 # yahns exposes no user-visible API outside of the config file.
-# See https://yhbt.net/yahns/yahns_config.txt for the config documentation
-# and https://yhbt.net/yahns/ for the homepage.
+# See https://yhbt.net/yahns.git/tree/examples/yahns_config.txt
+# for the config documentation
+# and https://yhbt.net/yahns.git/about/ for the homepage.
 # Internals are subject to change.
 
 module Yahns
diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb
index e64cb77..441d3f9 100644
--- a/lib/yahns/config.rb
+++ b/lib/yahns/config.rb
@@ -4,8 +4,8 @@
 # frozen_string_literal: true
 #
 # Implements a DSL for configuring a yahns server.
-# See https://yhbt.net/yahns/examples/yahns_multi.conf.rb for a full
-# example configuration file.
+# See https://yhbt.net/yahns.git/tree/examples/yahns_multi.conf.rb
+# for a full example configuration file.
 class Yahns::Config # :nodoc:
   # public within yahns itself, NOT a public interface for users outside
   # of yahns.  See yahns/rack for usage example
diff --git a/yahns.gemspec b/yahns.gemspec
index b4af5b5..5752ad8 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -28,6 +28,6 @@
   # for Rack::Utils::HeaderHash#each
   s.add_development_dependency(%q<rack>, '>= 1.1')
 
-  s.homepage = 'https://yhbt.net/yahns/README'
+  s.homepage = 'https://yhbt.net/yahns.git/about/'
   s.licenses = "GPL-3.0+"
 end
-- 
EW


                 reply	other threads:[~2019-04-21 23:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/yahns/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190421233538.6746-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=yahns-public@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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