--- nfo/doc/computing/sysadmin/linux/.pod2htmlrc 2003/01/25 09:02:59 1.1 +++ nfo/doc/computing/sysadmin/linux/.pod2htmlrc 2003/01/27 09:23:09 1.2 @@ -1,9 +1,13 @@ #!/bin/bash ######################################## -# $Id: .pod2htmlrc,v 1.1 2003/01/25 09:02:59 jonen Exp $ +# $Id: .pod2htmlrc,v 1.2 2003/01/27 09:23:09 jonen Exp $ ######################################## # # $Log: .pod2htmlrc,v $ +# Revision 1.2 2003/01/27 09:23:09 jonen +# + added new documents +# + added optional arguments for pod2html +# # Revision 1.1 2003/01/25 09:02:59 jonen # + create new # @@ -17,6 +21,40 @@ # o more abstract !! ;-) # -pod2html --title "Cyrus Imapd v1 + PAM + Kerberos V mini-HowTo" mini-howto-cyrus_imapd_v1-pam-kerberosV.pod --outfile mini-howto-cyrus_imapd_v1-pam-kerberosV.html -pod2html --title "howto setup apache + mod_ssl" howto-setup-apache_mod-ssl.pod --outfile howto-setup-apache_mod-ssl.html -pod2html --title "trashcan under GNU/Linux with 'libtrash' mini-HowTo" mini-howto_trashcan-under-Linux_libtrash.pod --outfile mini-howto_trashcan-under-Linux_libtrash.html +pod2html --title "Cyrus Imapd v1 + PAM + Kerberos V mini-HowTo" \ + --infile mini-howto-cyrus_imapd_v1-pam-kerberosV.pod \ + --outfile mini-howto-cyrus_imapd_v1-pam-kerberosV.html \ + --header \ + --css http://netfrag.org/horde/css.php?app=chora \ + --backlink "back to top" + +pod2html --title "howto setup apache + mod_ssl" \ + --infile howto-setup-apache_mod-ssl.pod \ + --outfile howto-setup-apache_mod-ssl.html \ + --header \ + --css http://netfrag.org/horde/css.php?app=chora \ + --backlink "back to top" + +pod2html --title "trashcan under GNU/Linux with 'libtrash' mini-HowTo" \ + --infile mini-howto_trashcan-under-Linux_libtrash.pod \ + --outfile mini-howto_trashcan-under-Linux_libtrash.html \ + --header \ + --css http://netfrag.org/horde/css.php?app=chora \ + --backlink "back to top" + +pod2html --title "Sendmail + TLS + Cyrus IMAP/SASL + LDAP + Kerberos V HowTo" \ + --infile howto-sendmail_tls-imap_sasl-ldap-kerberosV.pod \ + --outfile howto-sendmail_tls-imap_sasl-ldap-kerberosV.html \ + --header \ + --css http://netfrag.org/horde/css.php?app=chora \ + --backlink "back to top" + +pod2html --title "Install Cyrus SASL v1" \ + --infile install_cyrus_sasl_v1.pod \ + --outfile install_cyrus_sasl_v1.html \ + --header \ + --css http://netfrag.org/horde/css.php?app=chora \ + --backlink "back to top" + + + \ No newline at end of file