Blame Manuals/en/Html/Repository/repository_49.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
-->
ca45c0
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>
b8013f
<title>CentOS Artwork Repository: 3.46 trunk/Scripts/Bash/Functions/Svg</title>
4c79b5
b8013f
<meta name="description" content="CentOS Artwork Repository: 3.46 trunk/Scripts/Bash/Functions/Svg">
b8013f
<meta name="keywords" content="CentOS Artwork Repository: 3.46 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 ]
ca45c0
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
ca45c0
[Index]
4c79b5
[ ? ]
4c79b5
b8013f
12494b
b8013f

3.46 trunk/Scripts/Bash/Functions/Svg

4c79b5
300762
12494b
c9b54d

3.46.1 Goals

6ba043
b8013f

This section exists to organize the "svg" functionality of

b8013f
centos-art.sh script.
b8013f

6ba043
12494b
c9b54d

3.46.2 Description

fe989b
b8013f

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

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

b8013f

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

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

b8013f

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

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

081970
12494b
081970

3.46.3 Usage

081970
b8013f
b8013f
centos-art svg --update-metadata='path/to/dir'
b8013f

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

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

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

Use this command to update metadata information to

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

b8013f
081970
081970
12494b
4c79b5

3.46.4 See also

4c79b5
4c79b5
4c79b5
4c79b5
12494b
[ < ]
12494b
[ > ]
4c79b5
   
4c79b5
[ << ]
12494b
[ Up ]
ca45c0
[ >> ]
4c79b5
4c79b5

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

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