summaryrefslogtreecommitdiff
path: root/use.buetow.org/content/Fun.sub
diff options
context:
space:
mode:
Diffstat (limited to 'use.buetow.org/content/Fun.sub')
-rw-r--r--use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml15
-rw-r--r--use.buetow.org/content/Fun.sub/Nosemicolon.xml10
-rw-r--r--use.buetow.org/content/Fun.sub/Rev.xml10
-rw-r--r--use.buetow.org/content/Fun.sub/home.xml7
4 files changed, 0 insertions, 42 deletions
diff --git a/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml b/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml
deleted file mode 100644
index 6f17e40..0000000
--- a/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Fibonacci.pl.c!</pagetitle>
- <text>
- <noop>The following code is both, valid C and Perl code :)</noop>
- </text>
- <code>
- <perl>
- use LWP::Simple;
- my $ret = get("https://ssl.buetow.org/repos/playground/trunk/Perl/perl-c/fibonacci.pl.c");
- $ret =~ s/</&lt;/;
- $ret;
- </perl>
- </code>
-</content>
diff --git a/use.buetow.org/content/Fun.sub/Nosemicolon.xml b/use.buetow.org/content/Fun.sub/Nosemicolon.xml
deleted file mode 100644
index 467feb4..0000000
--- a/use.buetow.org/content/Fun.sub/Nosemicolon.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Fibonacci Numbers w/o ;</pagetitle>
- <code>
- <perl>
- use LWP::Simple;
- get("https://ssl.buetow.org/repos/playground/trunk/Perl/fun/nosemicolon.pl");
- </perl>
- </code>
-</content>
diff --git a/use.buetow.org/content/Fun.sub/Rev.xml b/use.buetow.org/content/Fun.sub/Rev.xml
deleted file mode 100644
index a7f2738..0000000
--- a/use.buetow.org/content/Fun.sub/Rev.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Random letters!</pagetitle>
- <code>
- <perl>
- use LWP::Simple;
- get("https://ssl.buetow.org/repos/playground/trunk/Perl/fun/rev.pl");
- </perl>
- </code>
-</content>
diff --git a/use.buetow.org/content/Fun.sub/home.xml b/use.buetow.org/content/Fun.sub/home.xml
deleted file mode 100644
index 9bdbed1..0000000
--- a/use.buetow.org/content/Fun.sub/home.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Fun stuff</pagetitle>
- <text>
- This section contains some perl fun stuff
- </text>
-</content>