From f6dab0da8d27f605677fe295a57ffa8a4f410b63 Mon Sep 17 00:00:00 2001 From: buraq Date: Wed, 29 Oct 2003 09:18:45 +0000 Subject: initial --- doc/faq/.cvsignore | 1 + doc/faq/Makefile | 2 + doc/faq/faq.xml | 24 +++++++++++ doc/faq/scala-faq.dtd | 32 ++++++++++++++ doc/faq/scala-faq.xhtml.xsl | 101 ++++++++++++++++++++++++++++++++++++++++++++ doc/faq/xhtml.templates.xsl | 19 +++++++++ 6 files changed, 179 insertions(+) create mode 100644 doc/faq/.cvsignore create mode 100644 doc/faq/Makefile create mode 100644 doc/faq/faq.xml create mode 100644 doc/faq/scala-faq.dtd create mode 100644 doc/faq/scala-faq.xhtml.xsl create mode 100644 doc/faq/xhtml.templates.xsl diff --git a/doc/faq/.cvsignore b/doc/faq/.cvsignore new file mode 100644 index 0000000000..84ce3a06c6 --- /dev/null +++ b/doc/faq/.cvsignore @@ -0,0 +1 @@ +faq.html diff --git a/doc/faq/Makefile b/doc/faq/Makefile new file mode 100644 index 0000000000..9c35547a92 --- /dev/null +++ b/doc/faq/Makefile @@ -0,0 +1,2 @@ +faq.html: faq.xml + xsltproc -o $@ $^ diff --git a/doc/faq/faq.xml b/doc/faq/faq.xml new file mode 100644 index 0000000000..65f5f6bfeb --- /dev/null +++ b/doc/faq/faq.xml @@ -0,0 +1,24 @@ + + + + + + +
+ + Why another programming language + Read the rational on the Scala homepage + +
+ +
+ + Why is feature XYZ not integrated + Convince us that it is useful. Make sure you read + before + +
+ +
\ No newline at end of file diff --git a/doc/faq/scala-faq.dtd b/doc/faq/scala-faq.dtd new file mode 100644 index 0000000000..1604489d4d --- /dev/null +++ b/doc/faq/scala-faq.dtd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/faq/scala-faq.xhtml.xsl b/doc/faq/scala-faq.xhtml.xsl new file mode 100644 index 0000000000..94620fba8e --- /dev/null +++ b/doc/faq/scala-faq.xhtml.xsl @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table of Contents
+ + + + + . + + +
+ + + + + + +
+ +
+ + +

+ + + + + + . + + + + + +

+ + + + + + +
+ +

+
+ + + + + + + + + + + + + + . + + + + + + + + + + + + + + + +
diff --git a/doc/faq/xhtml.templates.xsl b/doc/faq/xhtml.templates.xsl new file mode 100644 index 0000000000..10ae56f7d8 --- /dev/null +++ b/doc/faq/xhtml.templates.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + +

+ +
+ +
  • + +
    \ No newline at end of file -- cgit v1.2.3