summaryrefslogtreecommitdiff
path: root/use.buetow.org/content/Diverse.sub
diff options
context:
space:
mode:
Diffstat (limited to 'use.buetow.org/content/Diverse.sub')
-rw-r--r--use.buetow.org/content/Diverse.sub/Fibonacci.xml10
-rw-r--r--use.buetow.org/content/Diverse.sub/foo.xml6
-rw-r--r--use.buetow.org/content/Diverse.sub/home.xml7
3 files changed, 23 insertions, 0 deletions
diff --git a/use.buetow.org/content/Diverse.sub/Fibonacci.xml b/use.buetow.org/content/Diverse.sub/Fibonacci.xml
new file mode 100644
index 0000000..c85b036
--- /dev/null
+++ b/use.buetow.org/content/Diverse.sub/Fibonacci.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Fast Fibonacci calculating!</pagetitle>
+ <code>
+ <perl>
+ use LWP::Simple;
+ get("https://ssl.buetow.org/repos/playground/trunk/Perl/diverse/fibonacci.pl");
+ </perl>
+ </code>
+</content>
diff --git a/use.buetow.org/content/Diverse.sub/foo.xml b/use.buetow.org/content/Diverse.sub/foo.xml
new file mode 100644
index 0000000..0b6ac7e
--- /dev/null
+++ b/use.buetow.org/content/Diverse.sub/foo.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Foo!</pagetitle>
+ <text>Nothing here!</text>
+ </code>
+</content>
diff --git a/use.buetow.org/content/Diverse.sub/home.xml b/use.buetow.org/content/Diverse.sub/home.xml
new file mode 100644
index 0000000..8c28dcc
--- /dev/null
+++ b/use.buetow.org/content/Diverse.sub/home.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Diverse stuff</pagetitle>
+ <text>
+ This section contains some diverse perl stuff
+ </text>
+</content>