diff --git a/examples/simple-xdocs/project.xml b/examples/simple-xdocs/project.xml new file mode 100644 index 00000000..dd76c602 --- /dev/null +++ b/examples/simple-xdocs/project.xml @@ -0,0 +1,104 @@ + + + 1 + Maven example + ex + 0.1 + + Apache + http://jakarta.apache.org/ + + + 2002 + + + A Maven example + + + + + This is a quick example of what Maven can do. + + + + /images/maven.jpg + + + + + Maven User List + + turbine-maven-user-subscribe@jakarta.apache.org + + + turbine-maven-user-unsubscribe@jakarta.apache.org + + + http://www.mail-archive.com/turbine-maven-user@jakarta.apache.org/ + + + + Maven Developer List + + turbine-maven-dev-subscribe@jakarta.apache.org + + + turbine-maven-dev-unsubscribe@jakarta.apache.org + + + http://www.mail-archive.com/turbine-maven-dev@jakarta.apache.org/ + + + + + + + + + + + + + + + + src/java + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/simple-xdocs/xdocs/docs.xml b/examples/simple-xdocs/xdocs/docs.xml new file mode 100644 index 00000000..c9012b33 --- /dev/null +++ b/examples/simple-xdocs/xdocs/docs.xml @@ -0,0 +1,22 @@ + + + + Michael Brown + Documentation + + + + Here is some documentation. + + + Hello + + + + + Blah + + + + + diff --git a/examples/simple-xdocs/xdocs/docs/Blah.doc b/examples/simple-xdocs/xdocs/docs/Blah.doc new file mode 100644 index 00000000..7c225e19 Binary files /dev/null and b/examples/simple-xdocs/xdocs/docs/Blah.doc differ diff --git a/examples/simple-xdocs/xdocs/docs/Hello.doc b/examples/simple-xdocs/xdocs/docs/Hello.doc new file mode 100644 index 00000000..315754a4 Binary files /dev/null and b/examples/simple-xdocs/xdocs/docs/Hello.doc differ diff --git a/examples/simple-xdocs/xdocs/images/maven.jpg b/examples/simple-xdocs/xdocs/images/maven.jpg new file mode 100644 index 00000000..6fe1732c Binary files /dev/null and b/examples/simple-xdocs/xdocs/images/maven.jpg differ diff --git a/examples/simple-xdocs/xdocs/navigation.xml b/examples/simple-xdocs/xdocs/navigation.xml new file mode 100644 index 00000000..a801657b --- /dev/null +++ b/examples/simple-xdocs/xdocs/navigation.xml @@ -0,0 +1,14 @@ + + + Maven Example + + + + + + + + + + + \ No newline at end of file diff --git a/examples/simple-xdocs/xdocs/reference.xml b/examples/simple-xdocs/xdocs/reference.xml new file mode 100644 index 00000000..1f36f5a0 --- /dev/null +++ b/examples/simple-xdocs/xdocs/reference.xml @@ -0,0 +1,35 @@ + + + + + Michael Brown + References + + + + + + Cascading Style Sheets, level 1 (Rec) + Cascading Style Sheets, level 2 (Rec) + HTML 4.01 (Rec) + Extensible Markup Language (XML) 1.0 (Second Edition) (Rec) [Annotated first edition] + Namespaces in XML (Rec) + XHTML 1.0 - A Reformulation of HTML 4 in XML 1.0 (Rec) + XML Schema (Rec) Part 0: Primer | Part 1: Structures | Part 2: Datatypes + Simple Object Access Protocol (SOAP) 1.1 (Note) + Web Services Description Language (WSDL) 1.1 (Note) + + + + + RFC1945 - Hypertext Transfer Protocol -- HTTP/1.0 (Info) + RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 (Standard) [Errata] + RFC2617 - HTTP Authentication: Basic and Digest Access Authentication (Standard) [Errata] + RFC2388 - Returning Values from Forms: multipart/form-data (Standard) + Netscape (Version 0) Cookies + RFC2109 - HTTP State Management Mechanism (a.k.a. Version 1 Cookies) (Standard) + RFC2821 - Simple Mail Transfer Protocol (Standard) + + + +
Here is some documentation.