diff --git a/Manual/Directories/trunk/Scripts/Functions/Prepare.texi b/Manual/Directories/trunk/Scripts/Functions/Prepare.texi index 18b563a..6675605 100644 --- a/Manual/Directories/trunk/Scripts/Functions/Prepare.texi +++ b/Manual/Directories/trunk/Scripts/Functions/Prepare.texi @@ -271,6 +271,19 @@ Assume @samp{yes} to all confirmation questions. @end table +@subsubheading Examples + +@table @command +@item centos-art prepare --packages --link +Preapare both links and packages required to use the working copy of +CentOS Artwork Repository in the workstation. If required packages are +already installed this command looks for updates instead. + +@item centos-art prepare --link --quiet +Update connection between the workstation and the working copy of +CentOS Artwork Repository, using no output. +@end table + @subheading See also @itemize diff --git a/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi b/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi index e90de39..8f4a159 100755 --- a/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi +++ b/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi @@ -59,10 +59,6 @@ The comment template replaces all the lines between the @samp{Copyright} line (e.g., line 5) and the first separator line (e.g., line 9). Everything else in the file will remain immutable. -From time to time, we use the @code{tuneup} functionality on the -`trunk/Scripts' directory structure to update the copyright and -license notice of all the shell scripts we have therein. - @subsubheading Maintaining @file{.svg} files If scalable vector graphics are found, the @code{tuneup} functionality @@ -82,11 +78,6 @@ The elimination of unused definitions inside SVG files takes place through the @option{--vacuum-defs} option of @command{inkscape} command-line interface. -Frequently, we use the @code{tuneup} functionality on the -@file{trunk/Identity/Models} and @file{trunk/Identity/Themes/Models} -directory structure to update metadata and remove unused definitions -from design models therein. - @subsubheading Maintaining @file{.xhtml} files If web pages are found, the @code{tuneup} functionality transforms web @@ -118,11 +109,6 @@ used to build the heading reference changes, you need to run the the @code{tuneup} functionality in order for the anchor elements to use the correct information. -Frequently, we use the @code{tuneup} functionality on the -@file{trunk/Identity/Webenv/App/Home} directory structure to update -the heading information and the related table of contents of web pages -therein. - @subheading Usage @subsubheading Synopsis @@ -145,6 +131,24 @@ files already processed, before and after the action itself had took place in the working copy. @end table +@subsubheading Examples + +@table @command +@item centos-art tuneup trunk/Scripts + +Update the copyright and license notice of all the shell scripts we +have in @file{trunk/Scripts} directory structure. + +@item centos-art tuneup trunk/Identity/Models/Brands --filter="symbol" +Update metadata and remove unused definitions from all design models +in @file{trunk/Identity/Models/Brands} which have the word +@samp{symbol} in the file name. + +@item centos-art tuneup trunk/Identity/Webenv/App/Home +Update headings and the related table of contents to all web pages +inside @file{trunk/Identity/Webenv/App/Home}, recusively. +@end table + @subheading See also @itemize diff --git a/Manual/repository.info.bz2 b/Manual/repository.info.bz2 index 8c2d572..adb3198 100644 Binary files a/Manual/repository.info.bz2 and b/Manual/repository.info.bz2 differ diff --git a/Manual/repository.pdf b/Manual/repository.pdf index 23ceb31..052b563 100644 Binary files a/Manual/repository.pdf and b/Manual/repository.pdf differ diff --git a/Manual/repository.txt.bz2 b/Manual/repository.txt.bz2 index dbca17b..3aad201 100644 Binary files a/Manual/repository.txt.bz2 and b/Manual/repository.txt.bz2 differ diff --git a/Manual/repository.xhtml.tar.bz2 b/Manual/repository.xhtml.tar.bz2 index ed1aa13..75fe9bb 100644 Binary files a/Manual/repository.xhtml.tar.bz2 and b/Manual/repository.xhtml.tar.bz2 differ diff --git a/Manual/repository.xml b/Manual/repository.xml index 188d782..c35e97b 100644 --- a/Manual/repository.xml +++ b/Manual/repository.xml @@ -2945,6 +2945,21 @@ centos-art.sh prepare [OPTIONS] + Examples + + + centos-art prepare --packages --link + + Preapare both links and packages required to use the working copy of CentOS Artwork Repository in the workstation. If required packages are already installed this command looks for updates instead. + + + + centos-art prepare --link --quiet + + Update connection between the workstation and the working copy of CentOS Artwork Repository, using no output. + + +
See also @@ -3346,12 +3361,10 @@ function render_loadConfig { 15| } ]]> The comment template replaces all the lines between the Copyright line (e.g., line 5) and the first separator line (e.g., line 9). Everything else in the file will remain immutable. - From time to time, we use the tuneup functionality on the `trunk/Scripts' directory structure to update the copyright and license notice of all the shell scripts we have therein. Maintaining .svg files If scalable vector graphics are found, the tuneup functionality reads a metadata template (trunk/Scripts/Functions/Tuneup/Config/svg_metadata.sed) and applies it to all files found, one by one. Immediatly after the metadata template has been applied and, before passing to next file, all unused definition are removed from file, too. The metadata we apply from the metadata template is created dynamicaly using the file found absolute path, the workstation time information and the centos-art.sh script copyright information as reference. Additionally, the Creative Common Distribution-ShareAlike 3.0 License is also set in the metadata. The elimination of unused definitions inside SVG files takes place through the option of inkscape command-line interface. - Frequently, we use the tuneup functionality on the trunk/Identity/Models and trunk/Identity/Themes/Models directory structure to update metadata and remove unused definitions from design models therein. Maintaining .xhtml files If web pages are found, the tuneup functionality transforms web page headings to make them accessible through a table of contents. The table of contents is expanded in place, wherever the <div class="toc"></div> piece of code be in the page. Once the <div class="toc"></div> piece of code has be expanded, there is no need to put anything else in the page. You can run the tuneup functionality everytime you update the heading information so as to update the table of contents, too. @@ -3362,7 +3375,6 @@ function render_loadConfig {

Title

]]> In the example above, h1 can vary from h1 to h6. Closing tag must be present and also match the openning tag. The value of and options from the anchor element are set dynamically using the md5sum output of combining the page location, the head- string and the heading string. If any of the components used to build the heading reference changes, you need to run the the tuneup functionality in order for the anchor elements to use the correct information. - Frequently, we use the tuneup functionality on the trunk/Identity/Webenv/App/Home directory structure to update the heading information and the related table of contents of web pages therein. Usage Synopsis centos-art tuneup [OPTIONS] path/to/dir @@ -3393,6 +3405,27 @@ function render_loadConfig { + Examples + + + centos-art tuneup trunk/Scripts + + Update the copyright and license notice of all the shell scripts we have in trunk/Scripts directory structure. + + + + centos-art tuneup trunk/Identity/Models/Brands --filter="symbol" + + Update metadata and remove unused definitions from all design models in trunk/Identity/Models/Brands which have the word symbol in the file name. + + + + centos-art tuneup trunk/Identity/Webenv/App/Home + + Update headings and the related table of contents to all web pages inside trunk/Identity/Webenv/App/Home, recusively. + + +
See also