www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/standards boilerplate.html


From: Karl Berry
Subject: www/server/standards boilerplate.html
Date: Wed, 12 Aug 2009 23:09:38 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       09/08/12 23:09:38

Modified files:
        server/standards: boilerplate.html 

Log message:
        another iteration on the boilerplate for reuse by projects, from rrt 
(Reuben Thomas)

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/standards/boilerplate.html?cvsroot=www&r1=1.44&r2=1.45

Patches:
Index: boilerplate.html
===================================================================
RCS file: /web/www/www/server/standards/boilerplate.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- boilerplate.html    24 Jul 2009 18:25:14 -0000      1.44
+++ boilerplate.html    12 Aug 2009 23:09:30 -0000      1.45
@@ -1,8 +1,26 @@
+<!-- Instructions for adapting this boilerplate to a new project: -->
+
+<!-- 1. In the line below starting "Parent-Version:", remove the -->
+<!--    "$Revision: 1.45 $" from around the revision number, -->
+<!--    leaving just the number. -->
+
+<!-- 2. Replace "baz" with the name of your project. -->
+<!--    You should be able to do this with search and replace; -->
+<!--    making sure that the search is case insensitive and -->
+<!--    that the case of the replacement matches the case -->
+<!--    of the string found. In Emacs, query-replace will do this -->
+<!--    when case-fold-search and case-replace are both non-nil, -->
+<!--    and both search and replacement string are given in lower case. -->
+
+<!-- 3. Of course update the actual information according to your project, -->
+<!--    such as mailing lists, project locations, and maintainer name.  -->
+
+<!-- Parent-Version: $Revision: 1.45 $ -->
 <!--#include virtual="/server/header.html" -->
-<title>Foo
+<title>Baz
 - GNU Project - Free Software Foundation</title>
 <!--#include virtual="/server/banner.html" -->
-<h2>GNU Foo</h2>
+<h2>GNU Baz</h2>
 
 <!-- This is the template document for GNU web pages.  We use -->
 <!-- server side includes (#include) for common elements, for -->
@@ -20,57 +38,61 @@
 <!-- Change include statements to be consistent with the relevant -->
 <!-- language, where necessary. -->
 
-<p>GNU Foo is ...</p>
+<p>GNU Baz is ...</p>
 
 
-<h3>Downloading Foo</h3>
+<h3>Downloading
+  Baz</h3>
 
-<p>Foo
+<p>Baz
 can be found on the main GNU ftp server:
-<a href="http://ftp.gnu.org/gnu/foo/";>http://ftp.gnu.org/gnu/foo/</a>
+<a href="http://ftp.gnu.org/gnu/baz/";>http://ftp.gnu.org/gnu/baz/</a>
 (via HTTP) and
-<a href="ftp://ftp.gnu.org/gnu/foo/";>ftp://ftp.gnu.org/gnu/foo/</a>
+<a href="ftp://ftp.gnu.org/gnu/baz/";>ftp://ftp.gnu.org/gnu/baz/</a>
 (via FTP).  It can also be found
 on the <a href="/prep/ftp.html">GNU mirrors</a>;
-please <a href="http://ftpmirror.gnu.org/foo";>use a mirror</a> if
-possible.</p>
+please
+<a href="http://ftpmirror.gnu.org/baz/";>use
+a mirror</a> if possible.</p>
 
 
 <h3>Documentation</h3>
 
 <p><a href="manual/">Documentation for
-Foo</a>
-is available online (as
-is <a href="/manual/">documentation for most GNU software</a>).  You may
+Baz</a>
+is available online, as
+is <a href="/manual/">documentation for most GNU software</a>.  You may
 also find more information about
-Foo
+Baz
 by running
-<em>info&nbsp;foo</em>
+<em>info&nbsp;baz</em>
 or
-<em>man&nbsp;foo</em>,
+<em>man&nbsp;baz</em>,
 or by looking at
-<em>/usr/doc/foo/</em>,
-<em>/usr/local/doc/foo/</em>,
+<em>/usr/doc/baz/</em>,
+<em>/usr/local/doc/baz/</em>,
 or similar directories on your system.</p>
 
 
 <h3>Mailing lists</h3>
 
-<p>Foo
+<p>Baz
 has two mailing lists:
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a> and
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a> and
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
 
 <p>The main discussion list is
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>,
-and is used to discuss most aspects of Foo, including development and
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>,
+and is used to discuss most aspects of
+Baz,
+including development and
 enhancement requests, as well as bug reports.</p>
 
 <p>There is a separate list for general user help and discussion,
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
 
 <p>Announcements about
-Foo
+Baz
 and most other GNU software are made on
 <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
 
@@ -88,7 +110,7 @@
 <h3>Getting involved</h3>
 
 <p>Development of
-Foo,
+Baz,
 and GNU in general, is a volunteer effort, and you can contribute.  For
 information, please read <a href="/help/">How to help GNU</a>.  If you'd
 like to get involved, it's a good idea to join the discussion mailing
@@ -99,23 +121,24 @@
 
 <p>For development sources, bug and patch trackers, and other
 information, please see the
-<a href="http://savannah.gnu.org/projects/foo/";>Foo
+<a href="http://savannah.gnu.org/projects/baz/";>Baz
 project page</a>
 at <a href="http://savannah.gnu.org";>savannah.gnu.org</a>.</p>
 
 
-<h4>Translating Foo</h4>
+<h4>Translating
+  Baz</h4>
 
 <p>To translate
-Foo's
+Baz's
 messages into other languages, please see the <a
-href="http://translationproject.org/domain/foo.html";>Translation Project
+href="http://translationproject.org/domain/baz.html";>Translation Project
 page for
-Foo</a>.
+Baz</a>.
 If you have a new translation of the message strings,
 or updates to the existing strings, please have the changes made in this
 repository.  Only translations from this site will be incorporated into
-Foo.
+Baz.
 For more information, see the <a
 href="http://translationproject.org/html/welcome.html";>Translation
 Project</a>.
@@ -123,7 +146,7 @@
 
 <h4>Maintainer</h4>
 
-<p>Foo
+<p>Baz
 is currently being maintained by
 Bar Baz.
 Please use the mailing lists for contact.</p>
@@ -131,11 +154,11 @@
 
 <h3>Licensing</h3>
 
-<p>Foo
+<p>Baz
 is free software; you can redistribute it and/or modify it under the
 terms of the <a href="http://www.gnu.org/licenses/gpl.html";
 rel="license">GNU General Public License</a> as published by the Free
-Software Foundation; either version 3 of the License, or (at your
+Software Foundation; either version&nbsp;3 of the License, or (at your
 option) any later version.</p>
 
 
@@ -154,9 +177,7 @@
 There are also <a href="/contact/">other ways to contact</a>
 the FSF.<br />
 Please send broken links and other corrections or suggestions to
-<!-- If you are a project maintainer or developer, please use your own -->
-<!-- project email, as webmasters does not manage project web pages. -->
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
 
 <p>Please see the <a
 href="/server/standards/README.translations.html">Translations
@@ -171,7 +192,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2009/07/24 18:25:14 $
+$Date: 2009/08/12 23:09:30 $
 <!-- timestamp end -->
 </p>
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]