some options to (minimally) customize pdfs
authorjohn <john>
Mon, 14 Apr 2003 19:13:53 +0000 (19:13 +0000)
committerjohn <john>
Mon, 14 Apr 2003 19:13:53 +0000 (19:13 +0000)
etc/config.properties-dist

index 90f0e83..0fa24e9 100755 (executable)
@@ -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