[cairo-commit] svgslides/test .cvsignore,1.1,1.2 test.xml,1.3,1.4
Carl Worth
commit at pdx.freedesktop.org
Sun Apr 17 17:43:03 PDT 2005
Committed by: cworth
Update of /cvs/cairo/svgslides/test
In directory gabe:/tmp/cvs-serv17836
Modified Files:
.cvsignore test.xml
Log Message:
* test/test.xml: Fix missing closing tag.
* configure.in:
* src/Makefile.am: Install an svgslides symlink pointing to
svgslides-4suite.
* example/.cvsignore: Ignore HTML output files.
* test/test.xml:
* example/test.xml: Add title attribute to top slides element,
which appears to be required for the HTML output stuff.
* src/.cvsignore: Ignore svgslides-output binary.
* src/svgslides-xslt: New file (was previously named svgslides).
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/svgslides/test/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 12 Feb 2005 18:21:18 -0000 1.1
+++ .cvsignore 18 Apr 2005 00:43:01 -0000 1.2
@@ -1,2 +1,4 @@
test-???.svg
test-index.xml
+index.html
+test-???.html
Index: test.xml
===================================================================
RCS file: /cvs/cairo/svgslides/test/test.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test.xml 13 Feb 2005 04:00:46 -0000 1.3
+++ test.xml 18 Apr 2005 00:43:01 -0000 1.4
@@ -4,7 +4,7 @@
xmlns:svg="http://www.w3.org/2000/svg"
>
- <slides theme="default">
+ <slides theme="default" title="Test Presentation">
<slide title="Test indentation">
<ul>
@@ -32,18 +32,18 @@
<lc>with the lc tag</lc>
</ul>
<ul>
- <img src="glider-blue.svg"
+ <img src="glider-blue.svg"
x="1.0"
y="0.5"
x-align="right"
y-align="center" />
- <img src="glider-blue.svg"
+ <img src="glider-blue.svg"
x="0.5"
y="1.0"
x-align="center"
y-align="bottom" />
+ </ul>
</slide>
-
</slides>
</svgslides>
More information about the cairo-commit
mailing list