Hello Libredwg maintainers, GNU webmasters are planning to migrate all templated pages (those using SSIs) to HTML5 in order to improve accessibility. But before doing this, deprecated tags such as <tt>, <acronym> and <big> need to be removed.
The home page of Libredwg contains <tt>. I got rid of it, and took this opportunity to do some minor edits: * Download: link to ftp.gnu.org (major releases) rather than the Git repo: reword to avoid using long URLs as link text. * Mailing lists and updates: reword more concisely; remove the explanation about subscribing by email (which contains <tt>); link to the web interface instead. * Reorganize 'Get involved': - Development tools (Savannah, GitLab, GitHub), - Test releases (alpha.gnu.org, snapshots at GitHub), - Maintainers (specify the contact address). * http > https, update boilerplate and reduce line width. * Update the page copyright. A diff is attached. If you agree with the changes but don't have time to commit them right now, I will gladly do it. Best regards, Thérèse
Index: index.html =================================================================== RCS file: /webcvs/libredwg/libredwg/index.html,v retrieving revision 1.23 diff -U 2 -r1.23 index.html --- index.html 28 Oct 2019 17:21:29 -0000 1.23 +++ index.html 21 Sep 2020 15:04:28 -0000 @@ -1,4 +1,5 @@ <!--#include virtual="/server/header.html" --> -<!-- Parent-Version: 1.79 --> +<!-- Parent-Version: 1.92 --> +<!-- This page is derived from /server/standards/boilerplate.html --> <title>LibreDWG - GNU Project - Free Software Foundation</title> <style type="text/css" media="print,screen"> @@ -9,4 +10,5 @@ <!--#include virtual="/server/gnun/initial-translations-list.html" --> <!--#include virtual="/server/banner.html" --> +<div class="reduced-width"> <h2 class="c"><img src="libreDWG_one-line_small-head.png" @@ -15,10 +17,10 @@ <p> GNU LibreDWG is a free C library to handle DWG files. It aims to be a -<a href="http://www.fsf.org/campaigns/priority.html#opendwgreplacement">free +<a href="https://www.fsf.org/campaigns/priority.html#opendwgreplacement">free replacement for the OpenDWG libraries</a>. DWG is the native file format of AutoCAD.</p> <p> -GNU LibreDWG is based on <a href="http://libdwg.sourceforge.net">LibDWG</a>, +LibreDWG is based on <a href="http://libdwg.sourceforge.net">LibDWG</a>, originally written by Felipe Castro.</p> @@ -33,47 +35,41 @@ </p> -<h3>Downloading LibreDWG</h3> +<h3>Download</h3> -<p> -Follow these <a href="http://groups.fsf.org/wiki/LibreDWG#Checking_out"> -instructions</a> to retrieve the latest source code from - <a href="http://savannah.gnu.org/projects/libredwg">Savannah</a>. -Snapshots and binary pre-releases for windows are at <a href="https://github.com/LibreDWG/libredwg/releases">github.com/LibreDWG/libredwg/releases</a>.</p> +<p>Source code releases are available from the main GNU server +(<a href="https://ftp.gnu.org/gnu/libredwg/">HTTPS</a>, +<a href="http://ftp.gnu.org/gnu/libredwg/">HTTP</a>, +<a href="http://ftp.gnu.org/gnu/libredwg/">FTP</a>), or preferably +<a href="http://ftpmirror.gnu.org/gnu/libredwg/">a mirror near you</a>.</p> + +<p>Pre-releases for Windows are at <a +href="https://github.com/LibreDWG/libredwg/releases">GitHub</a>.</p> <h3>Documentation</h3> <ul> - <li>The <a href="manual/">Manual</a> in various formats. - <li>The <a href="refman/">Reference manual</a> for the API. - <li>The <a href="http://git.savannah.gnu.org/cgit/libredwg.git/tree/src/dwg.spec">dwg.spec</a> and the various other <a href="http://git.savannah.gnu.org/cgit/libredwg.git/tree/src">specs</a>. + <li>The <a href="manual/">Manual</a> in various formats.</li> + <li>The <a href="refman/">Reference manual</a> for the API.</li> + <li>The <a + href="https://git.savannah.gnu.org/cgit/libredwg.git/tree/src/dwg.spec"> + DWG specs</a> and the <a + href="https://git.savannah.gnu.org/cgit/libredwg.git/tree/src">various + other specs</a>.</li> </ul> - - <h3>Mailing lists and updates</h3> -<p>GNU LibreDWG has a development and general discussion mailing list: -<a href="mailto:[email protected]"><[email protected]></a>. You can -subscribe through the <a href="http://lists.gnu.org/mailman/listinfo/libredwg"> -web interface</a>. This is the main discussion list, and is used to discuss most - aspects of LibreDWG, including development, enhancement requests and bug reports.</p> - -<p>Announcements about LibreDWG are made on -<a href="http://lists.gnu.org/mailman/listinfo/libredwg"> -<[email protected]></a>.</p> - -<p>To subscribe to these or any GNU mailing lists, please send an empty -mail with a Subject: header of just <tt>subscribe</tt> to the relevant -<tt>-request</tt> list. For example, to subscribe yourself to the GNU -announcement list, you would send mail to <a -href="mailto:[email protected]?Subject=subscribe" -><[email protected]></a>. -Or you can use the <a -href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web -interface</a>.</p> - -<p> -News are posted on the <a href="https://savannah.gnu.org/news/?group=libredwg">news section</a> at Savannah. Click <a href="http://savannah.gnu.org/news/atom.php?group=libredwg"> -here</a> to sign the Atom feed.</p> +<ul> + <li><<a href="mailto:[email protected]">[email protected]</a>> is used + for discussing most aspects of LibreDWG, including development, + enhancement requests and bug reports (subscribe on the <a + href="https://lists.gnu.org/mailman/listinfo/libredwg">web interface</a>).</li> + <li><a href="https://lists.gnu.org/mailman/listinfo/info-libredwg"> + info-libredwg</a> is used for announcements.</p> + <li>News are posted on the <a + href="https://savannah.gnu.org/news/?group=libredwg">news section</a> + at Savannah (<a + href="https://savannah.gnu.org/news/atom.php?group=libredwg">Atom feed</a>).</li> +</ul> <h3>Getting involved</h3> @@ -83,54 +79,59 @@ 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 -list (see above). If you want to contribute to our project, check the <a href="http://git.savannah.gnu.org/cgit/libredwg.git/tree/CONTRIBUTING">CONTRIBUTING</a> file and the <a href="http://groups.fsf.org/wiki/LibreDWG">LibreDWG hackers' wiki</a>, +list (see above). If you want to contribute to our project, check the <a +href="https://git.savannah.gnu.org/cgit/libredwg.git/tree/CONTRIBUTING"> +CONTRIBUTING</a> file and the <a href="https://groups.fsf.org/wiki/LibreDWG"> +LibreDWG hackers' wiki</a>, with checkout and build instructions, before diving into source code.</p> -<dl> - -<dt>Releases</dt> - -<dd>Releases of LibreDWG can be found at -<a href="http://ftp.gnu.org/gnu/libredwg/">http://ftp.gnu.org/gnu/libredwg/</a> -(via HTTP).</dd> - -<dd>Trying the latest test release (when available) is always appreciated. -Test releases of LibreDWG can be found at -<a href="http://alpha.gnu.org/gnu/libredwg/">http://alpha.gnu.org/gnu/libredwg/</a> -(via HTTP) and -<a href="https://github.com/LibreDWG/libredwg/releases/">github.com/LibreDWG/libredwg/releases/</a>.</dd> -<dd>Daily snaphots of all updates to master and binaries for windows -are at -<a href="https://github.com/LibreDWG/libredwg/releases/">github.com/LibreDWG/libredwg/releases/</a>.</dd> - -<dt>Development</dt> +<dl> +<dt>Development tools</dt> -<dd>For development sources, bug and patch trackers, and other +<dd> +<p>For development sources, bug and patch trackers, and other information, please see the -<a href="http://savannah.gnu.org/projects/libredwg/">LibreDWG +<a href="https://savannah.gnu.org/projects/libredwg/">LibreDWG 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>.</p> -<dd>There are also several mirrors on gitlab and github, where -the <a href="https://github.com/LibreDWG/libredwg">github mirror</a> -is actively maintained.</dd> +<p>There are actively maintained mirrors of the Savannah repository at <a +href="https://gitlab.com/LibreDWG/LibreDWG">GitLab</a> and <a +href="https://github.com/LibreDWG/libredwg">GitHub</a>.</p> +</dd> + +<dt>Test releases</dt> + +<dd> +<p>Trying the latest test release (when available) is always appreciated. +Test releases of LibreDWG can be found on the GNU “alpha” server +(<a href="https://alpha.gnu.org/gnu/libredwg/">HTTPS</a>, +<a href="http://alpha.gnu.org/gnu/libredwg/">HTTP</a>, +<a href="ftp://alpha.gnu.org/gnu/libredwg/">FTP</a>).</p> + +<p>Daily snaphots of all updates to master and binaries for Windows +are at +<a href="https://github.com/LibreDWG/libredwg/releases/">GitHub</a>.</p> +</dd> <dt>Maintainers</dt> -<dd>GNU LibreDWG is currently being maintained by Reini Urban. The +<dd> +<p>GNU LibreDWG is currently maintained by Reini Urban. The former maintainers were Rodrigo Rodrigues da Silva and Felipe Correa -da Silva Sanches. Please use the mailing list for contact.</dd> - +da Silva Sanches. Please use +<<a href="mailto:[email protected]">[email protected]</a>> for +contact.</p> +</dd> </dl> - <h3>Licensing</h3> <p>LibreDWG 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 3 of the License, or (at your option) any later version.</p> - +</div> </div><!-- for id="content", starts in the include above --> @@ -147,5 +148,5 @@ <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> @@ -168,5 +169,5 @@ Information document, www.gnu.org/prep/maintain. --> -<p>Copyright © 2009, 2016, 2018, 2019 Free Software Foundation, Inc.</p> +<p>Copyright © 2009, 2016, 2018-2020 Free Software Foundation, Inc.</p> <p>This page is licensed under a <a rel="license" @@ -185,9 +186,2 @@ </body> </html> - - - - - - -
