<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-doc-utils.git/bin/copy-figs, branch origin</title>
<subtitle>Fedora Documentation - Fedora Docs Project tools for building documentation</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/'/>
<entry>
<title>Simplify testing through re-ordering.</title>
<updated>2006-01-19T15:31:41+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2006-01-19T15:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=b99ca8ab2cca37cf6ccda45ee61da2bac73381cf'/>
<id>b99ca8ab2cca37cf6ccda45ee61da2bac73381cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>With the "-v" switch, output a note if we find a manifest file.</title>
<updated>2006-01-18T08:37:29+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2006-01-18T08:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=0af65c148402ee3903e5d05652b90d3afa4bfd46'/>
<id>0af65c148402ee3903e5d05652b90d3afa4bfd46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use better heuristics to include non-conforming figs/ filenames.</title>
<updated>2006-01-18T08:24:37+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2006-01-18T08:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=c95e94f671f3a623d53dfa48ee11713dae66737e'/>
<id>c95e94f671f3a623d53dfa48ee11713dae66737e</id>
<content type='text'>
Now, files are rejected as not matching the language selection if
they have the pattern "*-??.*" or "*-??_??.*" -- in other words, if
the last dashed comonpent of the filename is either a two-letter
language code or a two-letter language code with a two-letter country
code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, files are rejected as not matching the language selection if
they have the pattern "*-??.*" or "*-??_??.*" -- in other words, if
the last dashed comonpent of the filename is either a two-letter
language code or a two-letter language code with a two-letter country
code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create necessary "figs/*" subdirectory paths automatically if the</title>
<updated>2005-12-13T16:45:47+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2005-12-13T16:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=a2b64d8da9f057e5db398238f06dbbdeb279ef41'/>
<id>a2b64d8da9f057e5db398238f06dbbdeb279ef41</id>
<content type='text'>
Manifest-${LANG} file doesn't contain them.  This invokes an extra
"mkdir -p" for every image, but we don't that many images, on average.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manifest-${LANG} file doesn't contain them.  This invokes an extra
"mkdir -p" for every image, but we don't that many images, on average.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly documented how to build the "Manifest-${LANG}" file.</title>
<updated>2005-12-13T16:39:01+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2005-12-13T16:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=b61f682a46852bd8f25db28a931d646d8e32f66c'/>
<id>b61f682a46852bd8f25db28a931d646d8e32f66c</id>
<content type='text'>
Removed extra "/figs/" path component if a manifest was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed extra "/figs/" path component if a manifest was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always copy files with multiple dashes, as a courtesy to legacy files.</title>
<updated>2005-12-12T16:35:02+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2005-12-12T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=f627889b721d74c936e531115871310afbb8a1d8'/>
<id>f627889b721d74c936e531115871310afbb8a1d8</id>
<content type='text'>
Added check for a "figs/Manifest-${LANG}" file.  If found, get the
filenames to copy from that, else search the source tree by name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added check for a "figs/Manifest-${LANG}" file.  If found, get the
filenames to copy from that, else search the source tree by name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a document 'figs/' directory to contain its own subdirectory</title>
<updated>2005-12-11T03:26:10+00:00</updated>
<author>
<name>Tommy Reynolds</name>
<email>Tommy.Reynolds@MegaCoder.com</email>
</author>
<published>2005-12-11T03:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pfrields/public_git/fedora-doc-utils.git/commit/?id=c4c0161f570cc0f8ded83b24755f156a6bfccc80'/>
<id>c4c0161f570cc0f8ded83b24755f156a6bfccc80</id>
<content type='text'>
structure.  Copy the directory tree, but only populate it with files
which pass the '-f glob' filter(s).  If no filters are given, "*" is
used as a default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
structure.  Copy the directory tree, but only populate it with files
which pass the '-f glob' filter(s).  If no filters are given, "*" is
used as a default.
</pre>
</div>
</content>
</entry>
</feed>
