| 1 |
jonen |
1.1 |
#!/bin/bash |
| 2 |
|
|
######################################## |
| 3 |
jonen |
1.2 |
# $Id: .pod2htmlrc,v 1.1 2003/01/25 09:02:59 jonen Exp $ |
| 4 |
jonen |
1.1 |
######################################## |
| 5 |
|
|
# |
| 6 |
jonen |
1.2 |
# $Log: .pod2htmlrc,v $ |
| 7 |
|
|
# Revision 1.1 2003/01/25 09:02:59 jonen |
| 8 |
|
|
# + create new |
| 9 |
|
|
# |
| 10 |
jonen |
1.1 |
# |
| 11 |
|
|
# |
| 12 |
|
|
######################################## |
| 13 |
|
|
# |
| 14 |
|
|
# simple userdefined pod2html |
| 15 |
|
|
# |
| 16 |
|
|
# ToDo: |
| 17 |
|
|
# o more abstract !! ;-) |
| 18 |
|
|
# |
| 19 |
|
|
|
| 20 |
jonen |
1.2 |
pod2html --title "Cyrus Imapd v1 + PAM + Kerberos V mini-HowTo" \ |
| 21 |
|
|
--infile mini-howto-cyrus_imapd_v1-pam-kerberosV.pod \ |
| 22 |
|
|
--outfile mini-howto-cyrus_imapd_v1-pam-kerberosV.html \ |
| 23 |
|
|
--header \ |
| 24 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 25 |
|
|
--backlink "back to top" |
| 26 |
|
|
|
| 27 |
|
|
pod2html --title "howto setup apache + mod_ssl" \ |
| 28 |
|
|
--infile howto-setup-apache_mod-ssl.pod \ |
| 29 |
|
|
--outfile howto-setup-apache_mod-ssl.html \ |
| 30 |
|
|
--header \ |
| 31 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 32 |
|
|
--backlink "back to top" |
| 33 |
|
|
|
| 34 |
|
|
pod2html --title "trashcan under GNU/Linux with 'libtrash' mini-HowTo" \ |
| 35 |
|
|
--infile mini-howto_trashcan-under-Linux_libtrash.pod \ |
| 36 |
|
|
--outfile mini-howto_trashcan-under-Linux_libtrash.html \ |
| 37 |
|
|
--header \ |
| 38 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 39 |
|
|
--backlink "back to top" |
| 40 |
|
|
|
| 41 |
|
|
pod2html --title "Sendmail + TLS + Cyrus IMAP/SASL + LDAP + Kerberos V HowTo" \ |
| 42 |
|
|
--infile howto-sendmail_tls-imap_sasl-ldap-kerberosV.pod \ |
| 43 |
|
|
--outfile howto-sendmail_tls-imap_sasl-ldap-kerberosV.html \ |
| 44 |
|
|
--header \ |
| 45 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 46 |
|
|
--backlink "back to top" |
| 47 |
|
|
|
| 48 |
|
|
pod2html --title "Install Cyrus SASL v1" \ |
| 49 |
|
|
--infile install_cyrus_sasl_v1.pod \ |
| 50 |
|
|
--outfile install_cyrus_sasl_v1.html \ |
| 51 |
|
|
--header \ |
| 52 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 53 |
|
|
--backlink "back to top" |
| 54 |
|
|
|
| 55 |
|
|
|
| 56 |
|
|
|