diff options
| author | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
| commit | 025e15b2ba7f54f87cf409fd7c3dd77746c72858 (patch) | |
| tree | 007c5af4f921aa85665f4db56f6f4309668a5dab /use.buetow.org/content/Poetry.sub | |
| parent | fc0acd318710aa0bb566329a36d886b1455c21ec (diff) | |
add hosts
Diffstat (limited to 'use.buetow.org/content/Poetry.sub')
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/Christmas.xml | 12 | ||||
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/Math.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/PHP.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/Shopping.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/Travel.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/home.xml | 5 |
6 files changed, 57 insertions, 0 deletions
diff --git a/use.buetow.org/content/Poetry.sub/Christmas.xml b/use.buetow.org/content/Poetry.sub/Christmas.xml new file mode 100644 index 0000000..783a6d0 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Christmas.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Merry Christmas!</pagetitle> + <code> + <perl> + use LWP::Simple; + my $ret = get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/christmas.pl"); + $ret =~ s/</</g; + $ret; + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Poetry.sub/Math.xml b/use.buetow.org/content/Poetry.sub/Math.xml new file mode 100644 index 0000000..b9bc42b --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Math.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Learning math!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/math.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Poetry.sub/PHP.xml b/use.buetow.org/content/Poetry.sub/PHP.xml new file mode 100644 index 0000000..2610188 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/PHP.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>PHP!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/php.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Poetry.sub/Shopping.xml b/use.buetow.org/content/Poetry.sub/Shopping.xml new file mode 100644 index 0000000..8d98961 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Shopping.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Going shopping!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/shopping.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Poetry.sub/Travel.xml b/use.buetow.org/content/Poetry.sub/Travel.xml new file mode 100644 index 0000000..12b1ea5 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Travel.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Travel!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/travel.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Poetry.sub/home.xml b/use.buetow.org/content/Poetry.sub/home.xml new file mode 100644 index 0000000..46c2de7 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/home.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Poetry</pagetitle> + <text>This section contains perl poetry :)</text> +</content> |
