crossley 2003/05/09 02:47:55
Modified: src/webapp/samples/hello-world samples.xml Log: Bring back some old samples using temporary links to new blocks samples. Revision Changes Path 1.7 +16 -4 cocoon-2.1/src/webapp/samples/hello-world/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/samples.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- samples.xml 8 May 2003 20:42:17 -0000 1.6 +++ samples.xml 9 May 2003 09:47:54 -0000 1.7 @@ -39,8 +39,8 @@ Given the power of XSLT and the fact that many presentation languages are based on the XML syntax, it is possible to generate even vector graphics from your content. Here is an example that renders to - SVG (Scalable Vector Graphics). (you need an SVG plugin, or an SVG-capable - browser to see this) + SVG (Scalable Vector Graphics). (You need an SVG plugin, or an SVG-capable + browser to see this.) </sample> <sample name="Plain Text" href="hello.txt"> Sometimes you don't need to be very fancy, so here is a plain text @@ -49,12 +49,24 @@ <sample name="VRML" href="hello.wrl"> But sometimes you need to be fancy to impress people, so here is a 3D version of your content (you need a VRML plugin in your browser to visualize - this) + this). </sample> <sample name="VoiceML" href="hello.vml"> Or sometimes you don't even have a display in front of you, so you want to hear your content, so here is a VoiceML representation of your content (you need a VoiceML-capable agent to hear this). + </sample> + <sample name="RTF" href="../jfor/hello.rtf"> + Rich Text Format. + (Requires block-jfor.) + </sample> + <sample name="PDF" href="../fop/hello.pdf"> + Portable Document Format. + (Requires block-fop.) + </sample> + <sample name="SWF" href="../swf/hello.swf"> + Flash ... You need the appropriate plugin for your browser. + (Requires block-swf.) </sample> </group>