blob: 547cfa58ed79d7fd54e9750f63a967df72e391db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
|