From: john Date: Mon, 14 Apr 2003 19:35:14 +0000 (+0000) Subject: pdf stuff in here too X-Git-Tag: BEFORE_MERGE_1_1~178 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=612d3426b848bf9dbb5a33eb70508270fb885cc2;p=mir.git pdf stuff in here too --- diff --git a/source/default.properties b/source/default.properties index baa8246b..356f6bb8 100755 --- a/source/default.properties +++ b/source/default.properties @@ -233,6 +233,30 @@ Producer.Icon.BigText=text_big.gif #the style sheet used to turn html into xsl:fo 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