[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
automatically generate includes for publican
- From: "Murray McAllister" <murray mcallister gmail com>
- To: "For participants of the Documentation Project" <fedora-docs-list redhat com>
- Subject: automatically generate includes for publican
- Date: Mon, 10 Mar 2008 20:40:04 +1000
Hi,
Chris Curran kindly gave me a script today that will automatically
generate xi include directives, as used by publican in the
[book_name].xml file. I found this was good for getting existing docs
ready for publican. The script can be found at
http://fedoraproject.org/wiki/MurrayMcAllister
If you can't wait, it is also here:
#!/bin/sh
for i in $( ls ); do
if [[ "$i" == *.xml ]];
then
echo -en "\074xi\072include href=\042"
echo -n $i
echo -e "\042 xmlns\072xi\075\042http\072\057\057www\056w3\056org\00572001\057XInclude\042
\057\076"
fi
done
Thanks Chris!
Kind Regards,
Murray.
---------------------------------------------------------------------
pub 1024D/81B3FDEB 2007-09-19 [expires: 2008-09-18]
Key fingerprint = 4ED9 9907 5BF0 4132 2B46 20D1 C0C6 362D 81B3 FDEB
Murray McAllister (Fedora Docs Project / mdious) <murray mcallister gmail com>
sub 2048g/B04CFA0C 2007-09-19 [expires: 2008-09-18]
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]