diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 22:39:42 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 22:39:42 +0200 |
| commit | 4948aa7eb097e1f40bdfbe8a01bebf9adde4b150 (patch) | |
| tree | b8cb543cc94f61c47c9b5fc2b6275c5a6a10ece1 /fype.buetow.org/content/Examples.xml | |
| parent | cdaa3c658ec94f2284ceab43bea82f2131d6a63c (diff) | |
rename
Diffstat (limited to 'fype.buetow.org/content/Examples.xml')
| -rw-r--r-- | fype.buetow.org/content/Examples.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fype.buetow.org/content/Examples.xml b/fype.buetow.org/content/Examples.xml new file mode 100644 index 0000000..8bfe8e0 --- /dev/null +++ b/fype.buetow.org/content/Examples.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Sourcecode Examples</pagetitle> + <code> + <perl> + use LWP::Simple; + + get 'http://web.buetow.org/git/?p=fype.git;a=blob_plain;f=examples/all-examples.txt'; + </perl> + </code> +</content> |
