On Fri, 2004-05-14 at 10:52, Paul W. Frields wrote: > > > I've created a document detailing the install of clam antivirus for use > > > with sendmail on FC1. It was suggested to me to perhaps see if it could > > > be of use here. > > > > > > If anyone is interested, the doc can be found at > > > http://www.airride.net/linux/fedora+clamav-howto.html > > > > > > Feel free to post a copy wherever you think it may help. > > > > This is definitely worthwhile, and fits well into our charter. Are you > > looking for volunteers to wrangle this into the Fedora docs XML format? > > If there is going to be an XML version, I'll hold off on making my > > editor comments. > > I'm working on the XML right now. Hope to have a first crack done by COB > today... while I'm at it, do we have a specific tag to use instead of > <command> for package names? (For package *file* names, obviously I'd > use <filename>.) Apologies to all for musing out loud without reading more carefully. The Documentation Guide states that <filename> is to be used for RPM package names. Confusingly, however, it uses the tag <command> in the example given (section 6.9 BTW). I'll use <filename> and humbly submit the following. /me moves slowly away from the keyboard.... diff -uNr documentation-guide-original/docs-xml-tags-en.xml documentation-guide/docs-xml-tags-en.xml --- documentation-guide-original/docs-xml-tags-en.xml 2004-03-12 07:51:42.000000000 -0500 +++ documentation-guide/docs-xml-tags-en.xml 2004-05-14 10:58:22.000000000 -0400 @@ -473,14 +473,14 @@ </para> <screen> To use the <application>Keyboard Configuration Tool</application>, the -<command>redhat-config-keyboard</command> RPM package must be installed. +<filename>redhat-config-keyboard</filename> RPM package must be installed. </screen> <para> The output: </para> <para> To use the <application>Keyboard Configuration Tool</application>, the - <command>redhat-config-keyboard</command> RPM package must be installed. + <filename>redhat-config-keyboard</filename> RPM package must be installed. </para> <note> -- Paul W. Frields, RHCE