pdf stuff in here too
authorjohn <john>
Mon, 14 Apr 2003 19:35:14 +0000 (19:35 +0000)
committerjohn <john>
Mon, 14 Apr 2003 19:35:14 +0000 (19:35 +0000)
source/default.properties

index baa8246..356f6bb 100755 (executable)
@@ -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