Blame Manuals/en/Html/Repository/repository_48.html

4c79b5
4c79b5
<html>
4c79b5
4c79b5
can you do inside it.
4c79b5
4c79b5
Copyright C 2009, 2010 CentOS Artwork SIG. All rights
4c79b5
reserved.
4c79b5
4c79b5
Permission is granted to copy, distribute and/or modify this document
4c79b5
under the terms of the GNU Free Documentation License, Version 1.2 or
4c79b5
any later version published by the Free Software Foundation; with no
4c79b5
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
4c79b5
copy of the license is included in the section entitled GNU Free
4c79b5
Documentation License.  
4c79b5
-->
55c2ff
4c79b5
4c79b5
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
4c79b5
            Karl Berry  <karl@freefriends.org>
4c79b5
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
4c79b5
            and many others.
4c79b5
Maintained by: Many creative people <dev@texi2html.cvshome.org>
4c79b5
Send bugs and suggestions to <users@texi2html.cvshome.org>
4c79b5
4c79b5
-->
4c79b5
<head>
55c2ff
<title>CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Svg</title>
4c79b5
55c2ff
<meta name="description" content="CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Svg">
55c2ff
<meta name="keywords" content="CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Svg">
4c79b5
<meta name="resource-type" content="document">
4c79b5
<meta name="distribution" content="global">
4c79b5
<meta name="Generator" content="texi2html 1.76">
4c79b5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4c79b5
<style type="text/css">
4c79b5
1e9202
@import "/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/common.css";
4c79b5
4c79b5
a.summary-letter {text-decoration: none}
4c79b5
pre.display {font-family: serif}
4c79b5
pre.format {font-family: serif}
4c79b5
pre.menu-comment {font-family: serif}
4c79b5
pre.menu-preformatted {font-family: serif}
4c79b5
pre.smalldisplay {font-family: serif; font-size: smaller}
4c79b5
pre.smallexample {font-size: smaller}
4c79b5
pre.smallformat {font-family: serif; font-size: smaller}
4c79b5
pre.smalllisp {font-size: smaller}
4c79b5
span.sansserif {font-family:sans-serif; font-weight:normal;}
4c79b5
ul.toc {list-style: none}
4c79b5
-->
4c79b5
</style>
4c79b5
4c79b5
4c79b5
</head>
4c79b5
4c79b5
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
4c79b5
4c79b5
12494b
[ < ]
12494b
[ > ]
4c79b5
   
4c79b5
[ << ]
4c79b5
[ Up ]
55c2ff
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
55c2ff
[Index]
4c79b5
[ ? ]
4c79b5
55c2ff
12494b
55c2ff

3.45 trunk/Scripts/Bash/Functions/Svg

5fb024
4c79b5
12494b
6aec21

3.45.1 Goals

4c79b5
55c2ff

This section exists to organize the "svg" functionality of

55c2ff
centos-art.sh script.
55c2ff

4c79b5
12494b
6aec21

3.45.2 Description

c9b54d
55c2ff

The "svg" functionality of centos-art.sh script helps you to

55c2ff
maintain scalable vector graphics (SVG) inside repository. For
55c2ff
example, suppose you've been working in a set of (let's say 30) SVG
55c2ff
files, and you want to set common metadata to all of them. Doing so
55c2ff
file by file is a tedious task, so the centos-art.sh script provides
55c2ff
the "svg" functionality to aid you maintain such actions.
55c2ff

55c2ff

Most "svg" actions take one opening tag (e.g., <samp>`<metadata'</samp>),

55c2ff
and one closing tag (e.g., <samp>`</metadata'</samp>) and replace everything
55c2ff
in-between with the information you define. The information you need
55c2ff
to define is inside template files as sed's replacement commands.
55c2ff
Template files are stored under
55c2ff
<samp>`trunk/Scripts/Bash/Functions/Svg/Tpl/'</samp> directory and can contain
55c2ff
translation markers.
55c2ff

55c2ff

Translation markers have the form <samp>`=SOMETEXT='</samp>. Translation

55c2ff
markers are used by "svg" functionalities to introduce dynamic
55c2ff
information (e.g., dates, keywords based on path, etc.)
55c2ff

c9b54d
12494b
6aec21

3.45.3 Usage

c9b54d
55c2ff
55c2ff
centos-art svg --update-metadata='path/to/dir'
55c2ff

Use this command to update metadata information to all <samp>`.svg'</samp>

55c2ff
files under <samp>`path/to/dir'</samp> as defined in the metadata template
55c2ff
file.
55c2ff

55c2ff
55c2ff
centos-art svg --update-metadata='path/to/dir' --filter='filename'
55c2ff

Use this command to update metadata information to

55c2ff
<samp>`path/to/dir/filename'</samp>, as defined in the metadata template file.
55c2ff

55c2ff
081970
c9b54d
12494b
300762

3.45.4 See also

4c79b5
4c79b5
4c79b5
4c79b5
12494b
[ < ]
12494b
[ > ]
4c79b5
   
4c79b5
[ << ]
12494b
[ Up ]
55c2ff
[ >> ]
4c79b5
4c79b5

4c79b5
 <font size="-1">
55c2ff
  This document was generated on October, 31 2010 using texi2html 1.76.
4c79b5
 </font>
4c79b5
 
4c79b5
4c79b5

4c79b5
</body>
4c79b5
</html>