summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:45:50 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:45:50 +0200
commit5fae3a3a7320a3bb1f2c4eaace65ebf4c2ca3f7b (patch)
treef47a2b4832eacb9c4ab23d86ff9e78d79431b79f
parentdffcd705c61ff825b1b9c96a9b5dda64e239b56c (diff)
fix
-rw-r--r--fype0.buetow.org/content/Synopses.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/fype0.buetow.org/content/Synopses.xml b/fype0.buetow.org/content/Synopses.xml
deleted file mode 100644
index 547cfa5..0000000
--- a/fype0.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</pagetitle>
- <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</pagetitle>
- <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>
-