| 1 |
jonen |
1.1 |
#!/bin/bash |
| 2 |
|
|
######################################## |
| 3 |
|
|
# $Id$ |
| 4 |
|
|
######################################## |
| 5 |
|
|
# |
| 6 |
|
|
# $Log$ |
| 7 |
|
|
# |
| 8 |
|
|
# |
| 9 |
|
|
######################################## |
| 10 |
|
|
# |
| 11 |
|
|
# simple userdefined pod2html |
| 12 |
|
|
# |
| 13 |
|
|
# ToDo: |
| 14 |
|
|
# o more abstract !! ;-) |
| 15 |
|
|
# |
| 16 |
|
|
|
| 17 |
|
|
pod2html --title "apt-get_remote.pl - remote apt-get via mail, web etc." \ |
| 18 |
|
|
--infile apt-get_remote.pl \ |
| 19 |
|
|
--outfile apt-get_remote.html \ |
| 20 |
|
|
--css http://netfrag.org/horde/css.php?app=chora \ |
| 21 |
|
|
--header |
| 22 |
|
|
#--backlink "back to top" |
| 23 |
|
|
|