From 88cc70974ab390cc2c9f1c6a657148a223326458 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 14 Apr 2003 19:13:53 +0000 Subject: [PATCH] some options to (minimally) customize pdfs --- etc/config.properties-dist | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/etc/config.properties-dist b/etc/config.properties-dist index 90f0e838..0fa24e94 100755 --- a/etc/config.properties-dist +++ b/etc/config.properties-dist @@ -211,8 +211,34 @@ Producer.IntLinkName=intlink.gif Producer.MailLinkName=maillink.gif #the style sheet used to turn html into xsl:fo +#this is not currently in use, so don't worry about it Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl +# the following lines are used to construct PDFs on the fly from one or more articles +# for the moment, if you want to change anything else about your pdfs, you +# will have to learn some java! +# +# keep in mind that there may not be enough room for all the text you enter as the +# value of one these options, if text doesn't appear, the only easy thing to do is +# use less text! +# + +# a single line of big text which will appear at the top of the first page of all generated pdfs + +PDF.Title=INDYMEDIA SOMEWHERE + +# about two lines of small text which will appear at the bottom of every page + +PDF.Footer=Indymedia does blah. Content is good, and free to use for non-commercial purposes under the Open Content license. if you have questions, email someone. + +# +# the size paper your target audience will likely have in their printers. pick one of A4 or LETTER +# + +PDF.PageSize=A4 + + + # # edit with caution below this line -- 2.11.0