CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/10/22 10:27:01
Modified files: philosophy : categories.html Log message: rm obsolete comments; select localized version of category.png via SSI CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/categories.html?cvsroot=www&r1=1.71&r2=1.72 Patches: Index: categories.html =================================================================== RCS file: /web/www/www/philosophy/categories.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -b -r1.71 -r1.72 --- categories.html 20 Sep 2011 08:15:36 -0000 1.71 +++ categories.html 22 Oct 2011 10:26:56 -0000 1.72 @@ -4,19 +4,19 @@ <!--#include virtual="/philosophy/po/categories.translist" --> <h2>Categories of free and nonfree software</h2> -<!-- This document uses XHTML 1.0 Strict, but may be served as --> -<!-- text/html. Please ensure that markup style considers --> -<!-- appendex C of the XHTML 1.0 standard. See validator.w3.org. --> - -<!-- Please ensure links are consistent with Apache's MultiView. --> -<!-- Change include statements to be consistent with the relevant --> -<!-- language, where necessary. --> - <p>Also see <a href="/philosophy/words-to-avoid.html">Confusing Words which You Might Want to Avoid</a>.</p> <p id="diagram" class="c"> -<img src="category.png" alt="" /> +<!--#set var="IMAGE_BASE" value="/philosophy/category" --> +<!--#set var="IMAGE_LANG" value="" --> +<!--#set var="IMAGE_EXT" value=".png" --> +<!--#if expr="-A ${DOCUMENT_ROOT}${IMAGE_BASE}${LANGUAGE_SUFFIX}${IMAGE_EXT}" --> + <!--#set var="IMAGE_LANG" value="${LANGUAGE_SUFFIX}" --> +<!--#endif --> +<!--#set var="IMAGE_LINK" + value="<img src=\"${IMAGE_BASE}${IMAGE_LANG}${IMAGE_EXT}\" />" --> +<!--#echo encoding="none" var="IMAGE_LINK" --> </p> <p>This diagram, originally by Chao-Kuei and updated by several @@ -428,72 +428,10 @@ <p> Updated: <!-- timestamp start --> -$Date: 2011/09/20 08:15:36 $ +$Date: 2011/10/22 10:26:56 $ <!-- timestamp end --> </p> </div> - -<!-- <div id="translations"> --> -<!-- <h4>Translations of this page</h4> --> -<!-- --> -<!-- Please keep this list alphabetical by language code. --> -<!-- Comment what the language is for each type, i.e. de is German. --> -<!-- Write the language name in its own language (Deutsch) in the text. --> -<!-- If you add a new language here, please --> -<!-- advise web-translat...@gnu.org and add it to --> -<!-- - /home/www/html/server/standards/README.translations.html --> -<!-- - one of the lists under the section "Translations Underway" --> -<!-- - if there is a translation team, you also have to add an alias --> -<!-- to mail.gnu.org:/com/mailer/aliases --> -<!-- Please also check you have the language code right; see: --> -<!-- http://www.loc.gov/standards/iso639-2/php/code_list.php --> -<!-- If the 2-letter ISO 639-1 code is not available, --> -<!-- use the 3-letter ISO 639-2. --> -<!-- Please use W3C normative character entities. --> -<!-- --> -<!-- <ul class="translations-list"> --> -<!-- Arabic --> -<!-- <li><a href="/philosophy/categories.ar.html">العربية</a> [ar]</li> --> -<!-- Catalan --> -<!-- <li><a href="/philosophy/categories.ca.html">català</a> [ca]</li> --> -<!-- Czech --> -<!-- <li><a href="/philosophy/categories.cs.html">Česky</a> [cs]</li> --> -<!-- German --> -<!-- <li><a href="/philosophy/categories.de.html">Deutsch</a> [de]</li> --> -<!-- Greek --> -<!-- <li><a href="/philosophy/categories.el.html">ελληνικά</a> [el]</li> --> -<!-- English --> -<!-- <li><a href="/philosophy/categories.html">English</a> [en]</li> --> -<!-- Spanish --> -<!-- <li><a href="/philosophy/categories.es.html">español</a> [es]</li> --> -<!-- French --> -<!-- <li><a href="/philosophy/categories.fr.html">français</a> [fr]</li> --> -<!-- Indonesian --> -<!-- <li><a href="/philosophy/categories.id.html">Bahasa Indonesia</a> [id]</li> --> -<!-- Italian --> -<!-- <li><a href="/philosophy/categories.it.html">italiano</a> [it]</li> --> -<!-- Japanese --> -<!-- <li><a href="/philosophy/categories.ja.html">日本語</a> [ja]</li> --> -<!-- Dutch --> -<!-- <li><a href="/philosophy/categories.nl.html">Nederlands</a> [nl]</li> --> -<!-- Polish --> -<!-- <li><a href="/philosophy/categories.pl.html">polski</a> [pl]</li> --> -<!-- Brazilian Portuguese --> -<!-- <li><a href="/philosophy/categories.pt-br.html">português do Brasil</a> [pt-br]</li> --> -<!-- Romanian --> -<!-- <li><a href="/philosophy/categories.ro.html">română</a> [ro]</li> --> -<!-- Russian --> -<!-- <li><a href="/philosophy/categories.ru.html">русский</a> [ru]</li> --> -<!-- Slovenian --> -<!-- <li><a href="/philosophy/categories.sl.html">slovensko</a> [sl]</li> --> -<!-- Serbian --> -<!-- <li><a href="/philosophy/categories.sr.html">српски</a> [sr]</li> --> -<!-- Tamil --> -<!-- <li><a href="/philosophy/categories.ta.html">தமிழ்</a> [ta]</li> --> -<!-- Turkish --> -<!-- <li><a href="/philosophy/categories.tr.html">Türkçe</a> [tr]</li> --> -<!-- </ul> --> -<!-- </div> --> </div> </body> </html>