grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/grep.html,v


From: Therese Godefroy
Subject: Changes to grep/grep.html,v
Date: Sat, 8 Aug 2020 10:26:02 -0400 (EDT)

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Therese Godefroy <th_g> 20/08/08 10:26:02

Index: grep.html
===================================================================
RCS file: /webcvs/grep/grep/grep.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- grep.html   11 May 2014 05:28:37 -0000      1.25
+++ grep.html   8 Aug 2020 14:26:01 -0000       1.26
@@ -1,74 +1,38 @@
 <!--#include virtual="/server/header.html" -->
-<!-- Parent-Version: 1.77 -->
-
-<!-- This is the template document for GNU web pages.  We use
-     server side includes (#include) for common elements, for
-     instance, the very first line of the file.  If you're reading
-     this in its expanded form, you can retrieve the original source,
-     with the SSI statements intact, from
-     
http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain
--->
-
-<!-- Instructions for adapting this boilerplate to a new project: -->
-
-<!-- 1. In the line above starting "Parent-Version:", remove the
-        "$Revision...$" from around the revision number,
-        leaving just Parent-Version: and 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.  -->
-
-<!-- 4. You can use the patch-from-parent script to semi-automate
-        merging future changes to the boilerplate with your file:
-        
http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/patch-from-parent?root=www&content-type=text%2Fplain
-        -->
-
-<!-- If you would like to make sure your page validates with HTML5, that
-     would be a good thing.  To do that, change the first line from
-     to /server/html5-header.html before trying the validation.  Maybe
-     someday we will be able to make /server/header be HTML5.  -->
-
+<!-- Parent-Version: 1.92 -->
+<!-- This page is derived from /server/standards/boilerplate.html -->
 <title>Grep
 - GNU Project - Free Software Foundation</title>
 <!--#include virtual="/server/gnun/initial-translations-list.html" -->
 <!--#include virtual="/server/banner.html" -->
+<div class="reduced-width">
+
 <h2>GNU Grep</h2>
+<hr class="thin" />
 
 <p>Grep searches one or more input files
 for lines containing a match to a specified pattern.
 By default, Grep outputs the matching lines.</p>
 
-<h3 id="download">Downloading
-  Grep</h3>
+<h3 id="download">Downloads</h3>
 
-<p>Grep
-can be found on the main GNU ftp server:
-<a href="http://ftp.gnu.org/gnu/grep/";>http://ftp.gnu.org/gnu/grep/</a>
-(via HTTP) and
-<a href="ftp://ftp.gnu.org/gnu/grep/";>ftp://ftp.gnu.org/gnu/grep/</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/grep/";>use
-a mirror</a> if possible.</p>
+<ul>
+<li><strong>Stable source releases</strong> are available on the main GNU
+download server (<a href="https://ftp.gnu.org/gnu/grep/";>HTTPS</a>,&nbsp;
+<a href="http://ftp.gnu.org/gnu/grep/";>HTTP</a>,&nbsp;
+<a href="ftp://ftp.gnu.org/gnu/grep/";>FTP</a>) and its
+<a href="/prep/ftp.html">mirrors</a>; please
+<a href="https://ftpmirror.gnu.org/grep/";>use a mirror</a> if possible.</li>
 
-<p>The current development version (introducing new features and
+<li>The current <strong>development version</strong> (introducing new features 
and
 bugfixes, but also quite possibly new bugs) can be accessed using <a
-href="http://git-scm.com/";>Git</a>. Detailed instructions can be found
-in "<a href="http://savannah.gnu.org/git/?group=grep";>grep - Git
-Repositories</a>".</p>
-
-<p>For other ways to obtain grep, please read
-<a href="/software/software.html#getgnu">How to get GNU software</a>.</p>
+href="https://git-scm.com/";>Git</a>. Detailed instructions can be found
+in &ldquo;<a href="https://savannah.gnu.org/git/?group=grep";>grep - Git
+Repositories</a>.&rdquo;</li>
 
+<li>For other ways to obtain grep, please read
+<a href="/software/software.html#getgnu">How to get GNU software</a>.</li>
+</ul>
 
 <h3 id="documentation">Documentation</h3>
 
@@ -79,14 +43,14 @@
 also find more information about
 Grep
 by running
-<em>info&nbsp;grep</em>
+<kbd>info&nbsp;grep</kbd>
 or
-<em>man&nbsp;grep</em>,
+<kbd>man&nbsp;grep</kbd>,
 or by looking at
-<em>/usr/share/doc/grep/</em>,
-<em>/usr/local/doc/grep/</em>,
+<code>/usr/share/doc/grep/</code>,
+<code>/usr/local/doc/grep/</code>,
 or similar directories on your system.  A brief summary is available by
-running <em>grep&nbsp;--help</em>.</p>
+running <kbd>grep&nbsp;--help</kbd>.</p>
 
 
 <h3 id="mail">Mailing lists</h3>
@@ -108,13 +72,13 @@
 <p>Announcements about
 Grep
 and most other GNU software are made on
-<a href="http://lists.gnu.org/mailman/listinfo/info-gnu";>info-gnu</a>
-(<a href="http://lists.gnu.org/archive/html/info-gnu/";>archive</a>).</p>
+<a href="https://lists.gnu.org/mailman/listinfo/info-gnu";>info-gnu</a>
+(<a href="https://lists.gnu.org/archive/html/info-gnu/";>archive</a>).</p>
 
 <p>Security reports that should not be made immediately public can be
 sent directly to the maintainer.  If there is no response to an urgent
 issue, you can escalate to the general
-<a href="http://lists.gnu.org/mailman/listinfo/security";>security</a>
+<a href="https://lists.gnu.org/mailman/listinfo/security";>security</a>
 mailing list for advice.</p>
 
 <h3 id="contribute">Getting involved</h3>
@@ -144,9 +108,9 @@
 is a comprehensive source for all development-related matters.
 For development sources and other
 information, please see the
-<a href="http://savannah.gnu.org/projects/grep/";>Grep
+<a href="https://savannah.gnu.org/projects/grep/";>Grep
 project page</a>
-at <a href="http://savannah.gnu.org";>savannah.gnu.org</a>.</dd>
+at <a href="https://savannah.gnu.org";>savannah.gnu.org</a>.</dd>
 
 
 <dt>Translating
@@ -155,15 +119,15 @@
 <dd>To translate
 Grep's
 messages into other languages, please see the <a
-href="http://translationproject.org/domain/grep.html";>Translation Project
+href="https://translationproject.org/domain/grep.html";>Translation Project
 page for
 Grep</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
+repository, otherwise they will not be incorporated into
 Grep.
 For more information, see the <a
-href="http://translationproject.org/html/welcome.html";>Translation
+href="https://translationproject.org/html/welcome.html";>Translation
 Project</a>.</dd>
 
 
@@ -182,11 +146,12 @@
 
 <p>Grep
 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";
+terms of the <a href="/licenses/gpl.html"
 rel="license">GNU General Public License</a> as published by the Free
 Software Foundation; either version&nbsp;3 of the License, or (at your
 option) any later version.</p>
 
+</div>
 </div><!-- for id="content", starts in the include above -->
 <!--#include virtual="/server/footer.html" -->
 <div id="footer">
@@ -198,22 +163,9 @@
 the FSF.  Broken links and other corrections or suggestions can be sent
 to <a href="mailto:bug-grep@gnu.org";>&lt;bug-grep@gnu.org&gt;</a>.</p>
 
-<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
-        replace it with the translation of these two:
-
-        We work hard and do our best to provide accurate, good quality
-        translations.  However, we are not exempt from imperfection.
-        Please send your comments and general suggestions in this regard
-        to <a href="mailto:web-translators@gnu.org";>
-        &lt;web-translators@gnu.org&gt;</a>.</p>
-
-        <p>For information on coordinating and submitting translations of
-        our web pages, see <a
-        href="/server/standards/README.translations.html">Translations
-        README</a>. -->
-Please see the <a
+<p>Please see the <a
 href="/server/standards/README.translations.html">Translations
-README</a> for information on coordinating and submitting translations
+README</a> for information on coordinating and contributing translations
 of this article.</p>
 </div>
 
@@ -244,7 +196,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/05/11 05:28:37 $
+$Date: 2020/08/08 14:26:01 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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