trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/manual/web-trans/html_node topbanne...


From: Pavel Kharitonov
Subject: trans-coord/manual/web-trans/html_node topbanne...
Date: Fri, 27 Jun 2014 16:08:27 +0000

CVSROOT:        /web/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       14/06/27 16:08:27

Removed files:
        manual/web-trans/html_node: topbanner.html 

Log message:
        Remove obsolete page.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/trans-coord/manual/web-trans/html_node/topbanner.html?cvsroot=trans-coord&r1=1.18&r2=0

Patches:
Index: topbanner.html
===================================================================
RCS file: topbanner.html
diff -N topbanner.html
--- topbanner.html      20 Mar 2014 04:31:55 -0000      1.18
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,118 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html>
-<!-- 
-This manual is a guide for the GNU Web Translators.
- Last updated on
-20 March 2014, for GNUnited Nations version 0.8.
-
-Copyright (C) 2009, 2010, 2011, 2012, 2013,
-  2014 Free Software Foundation, Inc.
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
-copy of the license is included in the section entitled "GNU Free
-Documentation License." -->
-<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>GNU Web Translators Manual: topbanner</title>
-
-<meta name="description" content="GNU Web Translators Manual: topbanner">
-<meta name="keywords" content="GNU Web Translators Manual: topbanner">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="makeinfo">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="index.html#Top" rel="start" title="Top">
-<link href="Index.html#Index" rel="index" title="Index">
-<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
-<link href="CSS.html#CSS" rel="up" title="CSS">
-<link href="RTL.html#RTL" rel="next" title="RTL">
-<link href="CSS.html#CSS" rel="prev" title="CSS">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-div.indentedblock {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-div.smalldisplay {margin-left: 3.2em}
-div.smallexample {margin-left: 3.2em}
-div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
-div.smalllisp {margin-left: 3.2em}
-kbd {font-style:oblique}
-pre.display {font-family: inherit}
-pre.format {font-family: inherit}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: inherit; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: inherit; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.nocodebreak {white-space:nowrap}
-span.nolinebreak {white-space:nowrap}
-span.roman {font-family:serif; font-weight:normal}
-span.sansserif {font-family:sans-serif; font-weight:normal}
-ul.no-bullet {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-<a name="topbanner"></a>
-<div class="header">
-<p>
-Next: <a href="RTL.html#RTL" accesskey="n" rel="next">RTL</a>, Up: <a 
href="CSS.html#CSS" accesskey="u" rel="up">CSS</a> &nbsp; [<a 
href="index.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" 
rel="index">Index</a>]</p>
-</div>
-<hr>
-<a name="Localizing-the-topbanner-Image"></a>
-<h4 class="subsection">4.12.1 Localizing the <samp>topbanner</samp> Image</h4>
-
-<p>If you&rsquo;d like the nice gnu image to be localized (i.e. &ldquo;GNU 
Operating
-System&rdquo; to appear in your native language, here are the steps:
-</p>
-<ol>
-<li> Copy <samp>graphics/topbanner.svg</samp> as
-<samp>graphics/topbanner.<var>lang</var>.svg</samp> where <var>lang</var> is 
the
-language code, as usual.  Edit the file with Inkscape or with a plain
-text editor such as GNU Emacs, translating &ldquo;GNU Operating System&rdquo;.
-Then with Inkscape, save the file as
-<samp>graphics/topbanner.<var>lang</var>.png</samp> (File -&gt; Export 
Bitmap&hellip;).
-Then open the PNG image with the GIMP and flatten it (Image -&gt; Flatten
-Image).  Don&rsquo;t forget to save and <code>cvs add</code> the files<a 
name="DOCF8" href="#FOOT8"><sup>8</sup></a>.
-
-</li><li> Create a <samp>style.<var>lang</var>.css</samp> at the toplevel 
directory, if it
-doesn&rsquo;t exist already.  Normally, you would need only one line in it,
-namely:
-
-<div class="example">
-<pre 
class="example">#logo{background:url(/graphics/topbanner.<var>lang</var>.png) 
no-repeat;}
-</pre></div>
-
-</li><li> If not done already for other reasons, update
-<samp>banner.<var>lang</var>.html</samp> to include the language specific
-<samp>style.<var>lang</var>.css</samp>.  See <a href="CSS.html#CSS">CSS</a>.
-</li></ol>
-
-<p>If you feel uncomfortable manipulating images&mdash;don&rsquo;t despair!  
Send a
-plea for help to <a href="mailto:address@hidden";>address@hidden</a>, some 
people would
-be happy to help you.  Failing that, write to
-<a href="mailto:address@hidden";>address@hidden</a>.
-</p>
-<div class="footnote">
-<hr>
-<h4 class="footnotes-heading">Footnotes</h4>
-
-<h3><a name="FOOT8" href="#DOCF8">(8)</a></h3>
-<p>This
-advice applies to all new files, of course.</p>
-</div>
-
-
-
-</body>
-</html>



reply via email to

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