From 5098904f6dde0203f7192b07cf744e5427fa469a Mon Sep 17 00:00:00 2001 From: john Date: Wed, 27 Mar 2002 10:45:06 +0000 Subject: [PATCH] PDF Stuff: html2fo.xsl maps brs to fo:blocks printablecontent does the same thing as content, except it makes fo instead of html --- templates-dist/producer/html2fo.xsl | 20 +++ templates-dist/producer/printablecontent.template | 155 ++++++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100755 templates-dist/producer/html2fo.xsl create mode 100755 templates-dist/producer/printablecontent.template diff --git a/templates-dist/producer/html2fo.xsl b/templates-dist/producer/html2fo.xsl new file mode 100755 index 00000000..f25b81c5 --- /dev/null +++ b/templates-dist/producer/html2fo.xsl @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-dist/producer/printablecontent.template b/templates-dist/producer/printablecontent.template new file mode 100755 index 00000000..4ca37b67 --- /dev/null +++ b/templates-dist/producer/printablecontent.template @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Here is where some descriptive text could go. A fair use disclaimer +an attribution of copyright/left rights, etc. the possibilities are endless. + + + + + + + + + + + + + ${data.content.title} + + + + + ${data.content.creator}, ${data.content.webdb_create_formatted} + + + + + + ${data.content.description_parsed} + + + + + + + + + + Email: ${data.content.creator_email} + + + + + URL: ${data.content.creator_main_url} + + + + + + + ${data.content.content_data_parsed} + + + ${media["description"]} + + + + + + + + + + -- 2.11.0