summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:45:04 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:45:04 +0200
commitc11dbeedcb06382c43044d9ff4288ea185c51720 (patch)
tree691b4821f53c0f0a3a80895fe03445c5a8f0a3ba
parent499395a5e728df699ea65432dadc854b6fa4c5b7 (diff)
fix
-rw-r--r--fype.buetow.org/content/Synopses.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/fype.buetow.org/content/Synopses.xml b/fype.buetow.org/content/Synopses.xml
deleted file mode 100644
index db5a12e..0000000
--- a/fype.buetow.org/content/Synopses.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Fype synopses / options</pagetitle>
- <textheader>Synopses</textheader>
- <text>This are the Fype synopses of the concurrent svn version:</text>
- <pretext>
- <perl>
- use LWP::Simple;
- get("https://ssl.buetow.org/repos/fype/trunk/docs/synopses.txt");
- </perl>
- </pretext>
- <textheader>Help</textheader>
- <text>This are the Fype help options of the concurrent svn version:</text>
- <pretext>
- <perl>
- use LWP::Simple;
- get("https://ssl.buetow.org/repos/fype/trunk/docs/help.txt");
- </perl>
- </pretext>
-</content>
-