user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] wwwstream: wording/grammar tweaks in trailer
@ 2016-07-02 22:57 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-07-02 22:57 UTC (permalink / raw)
  To: meta

git.git documentation uses "clonable" so that's probably
a better term than "clone-able".  Also, shorten the section
for retrieving our code and remove an obvious typo.
---
 lib/PublicInbox/WwwStream.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index be6ce2e..285416d 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -57,7 +57,7 @@ sub _html_top ($) {
 
 sub _html_end {
 	my ($self) = @_;
-	my $urls = 'Archives are clone-able:';
+	my $urls = 'Archives are clonable:';
 	my $ctx = $self->{ctx};
 	my $obj = $ctx->{-inbox};
 	my $desc = ascii_html($obj->description);
@@ -81,8 +81,8 @@ sub _html_end {
 	'<pre>'.join("\n",
 		'- ' . $desc,
 		$urls,
-		'Archived served using code from public-inbox:',
-		qq(\tgit clone <a\nhref="$url">$url</a> public-inbox),
+		'Served with public-inbox: '.
+		qq(git clone <a\nhref="$url">$url</a> public-inbox),
 	).'</pre></body></html>';
 }
 
-- 
EW


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

only message in thread, other threads:[~2016-07-02 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-02 22:57 [PATCH] wwwstream: wording/grammar tweaks in trailer Eric Wong

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

	https://80x24.org/public-inbox.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).