X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=f7c6881d6b8e76b7764f30b0b4e9f0277b239a79;hb=8a306b3d0f351d8fa0efc3b8cc9b4fde45c08c0a;hp=7b745d35d8c41d18dd83e3a9e0073667f3e338ad;hpb=68190899b23c04803979149c4752bafb3cb0f4fb;p=webpdf diff --git a/README b/README index 7b745d3..f7c6881 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ You'll need: - A web server (I use Apache 2, with mpm-itk[1] to separate the ugliness from the rest of the server installation). - ImageMagick (http://www.imagemagick.org/). - - Perl (http://www.perl.org/), with the CGI module. + - Perl (http://www.perl.org/), with the CGI and HTML::Entities modules. - OpenOffice.org (http://www.openoffice.org/ -- doh), tested with v1.1 only. See below for special configuration needed. - GhostScript, probably almost any halfway recent version; newer ones @@ -50,6 +50,18 @@ output PostScript, but OK). It's going to be a “PDF converter”, using as command line, and your output directory as appropriate. Also remember to set the page size if you don't happen to prefer Letter already. + +Special vim configuration + +You might want a simple .vimrc for your user as well; mine reads + + set fileencodings=utf-8,iso8859-1 + syn on + set bg=dark + +(Yes, for some reason bg=dark looks better when printing. Don't ask me why.) + + Happy hacking :-) -- Steinar H. Gunderson , http://www.sesse.net/