* cvsweb: delete several instances of the string "FreeBSD" where they no
@ 2019-11-11 13:15 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-11-11 13:15 UTC (permalink / raw)
To: source
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 5509 bytes --]
Log Message:
-----------
delete several instances of the string "FreeBSD"
where they no longer make sense
Modified Files:
--------------
cvsweb:
INSTALL
NEWS
README
TODO
cvsweb.cgi
cvsweb.conf
cvsweb/css:
cvsweb.css
Revision Data
-------------
Index: NEWS
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/NEWS,v
retrieving revision 4.1
retrieving revision 4.2
diff -LNEWS -LNEWS -u -p -r4.1 -r4.2
--- NEWS
+++ NEWS
@@ -1,7 +1,7 @@
$Id$
$knu: NEWS,v 1.48 2005/09/25 20:28:51 scop
-This document describes the high level changes between FreeBSD-CVSweb
+This document describes the high level changes between CCVSweb
versions. For detailed changes including credits, see ChangeLog.
For installation instructions and upgrade notes, see INSTALL.
Index: TODO
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/TODO,v
retrieving revision 4.2
retrieving revision 4.3
diff -LTODO -LTODO -u -p -r4.2 -r4.3
--- TODO
+++ TODO
@@ -1,7 +1,7 @@
$Id$
$knu: TODO,v 1.10 2004/10/31 22:46:00 scop
-TODO list for FreeBSD-CVSweb
+TODO list for CVSweb
-------------------------------------------------------------------------------
o Tear the code apart, and modularize.
Index: cvsweb.cgi
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.cgi,v
retrieving revision 4.15
retrieving revision 4.16
diff -Lcvsweb.cgi -Lcvsweb.cgi -u -p -r4.15 -r4.16
--- cvsweb.cgi
+++ cvsweb.cgi
@@ -119,7 +119,7 @@ BEGIN
$HTML_META = <<EOM;
<meta name="robots" content="nofollow" />
-<meta name="generator" content="FreeBSD-CVSweb $VERSION" />
+<meta name="generator" content="CVSweb $VERSION" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
EOM
Index: cvsweb.conf
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf,v
retrieving revision 4.4
retrieving revision 4.5
diff -Lcvsweb.conf -Lcvsweb.conf -u -p -r4.4 -r4.5
--- cvsweb.conf
+++ cvsweb.conf
@@ -174,7 +174,7 @@ $defaulttitle = "CVS Repository";
# The address is shown on the footer. This will be put inside a <address> tag.
#
-$address = '<span style="font-size: smaller">FreeBSD-CVSweb</span>';
+$address = '<span style="font-size: smaller">CVSweb</span>';
$long_intro = <<EOT;
<p>
@@ -195,8 +195,8 @@ by <a
href="http://www.opensource.org/licenses/bsd-license.html">The BSD License</a>.
</p><p>
If you would like to use this CGI script on your own web server and
-CVS tree, download the latest version from <<a
-href="http://www.FreeBSD.org/projects/cvsweb.html">http://www.FreeBSD.org/projects/cvsweb.html</a>>.
+CVS tree, download the latest version from
+<<a href="http://cvsweb.bsd.lv/">http://cvsweb.bsd.lv/</a>>.
</p>
EOT
Index: INSTALL
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/INSTALL,v
retrieving revision 4.3
retrieving revision 4.4
diff -LINSTALL -LINSTALL -u -p -r4.3 -r4.4
--- INSTALL
+++ INSTALL
@@ -1,7 +1,7 @@
$Id$
$knu: INSTALL,v 1.36 2005/01/22 12:43:55 scop
-For notes on upgrading between FreeBSD-CVSweb releases, see the bottom
+For notes on upgrading between CVSweb releases, see the bottom
of this document.
1) To get cvsweb.cgi to work, make sure that you have Perl 5.6.0 or
@@ -150,7 +150,7 @@ o View the entries in the web server's
Upgrade instructions
--------------------
-List of things to pay attention to when upgrading FreeBSD-CVSweb from
+List of things to pay attention to when upgrading CVSweb from
earlier versions follows. Lack of instructions for a particular
version means that there are no special things to pay attention to.
Index: README
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/README,v
retrieving revision 4.2
retrieving revision 4.3
diff -LREADME -LREADME -u -p -r4.2 -r4.3
--- README
+++ README
@@ -1,7 +1,7 @@
$Id$
$knu: README,v 1.9 2006/06/22 22:25:27 linimon
-FreeBSD-CVSweb is a WWW interface for CVS repositories.
+CVSweb is a WWW interface for CVS repositories.
CVSweb was originally written by Bill Fenner and improved by Henner
Zeller, Henrik Nordström, and Ken Coar, then Akinori MUSHA brought
@@ -14,7 +14,7 @@ To track the development, access the MAI
versions, see the branch named 'FreeBSD-cvsweb-2_0-branch'.
Project home page:
- <http://www.FreeBSD.org/projects/cvsweb.html>
+ <http://cvsweb.bsd.lv/>
Repository access:
<http://mandoc.bsd.lv/anoncvs.html>
@@ -23,6 +23,7 @@ versions, see the branch named 'FreeBSD-
<http://mandoc.bsd.lv/cgi-bin/cvsweb/?cvsroot=cvsweb>
Release archives:
+ <http://cvsweb.bsd.lv/release/>
<http://people.FreeBSD.org/~scop/cvsweb/>
A mailing list used to exist at the following place,
Index: cvsweb.css
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/css/cvsweb.css,v
retrieving revision 4.2
retrieving revision 4.3
diff -Lcss/cvsweb.css -Lcss/cvsweb.css -u -p -r4.2 -r4.3
--- css/cvsweb.css
+++ css/cvsweb.css
@@ -1,4 +1,4 @@
-/* CSS for FreeBSD-CVSweb */
+/* CSS for CVSweb */
/* $Id$ */
/* $knu: css/cvsweb.css,v 1.16 2005/12/03 18:39:45 scop */
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-11 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 13:15 cvsweb: delete several instances of the string "FreeBSD" where they no schwarze
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).