diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-28 14:36:00 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-28 14:36:00 +0200 |
| commit | 6687ecb69c355c987948d4a2fcfce90b60904acd (patch) | |
| tree | 0dfdebb0dd1de966dba2d898a9b7ed545d5aa330 /fype.buetow.org | |
| parent | 82530a1cfefe05e63dd7ff80704dd9ccc4a6bb4c (diff) | |
quick commit
Diffstat (limited to 'fype.buetow.org')
| -rw-r--r-- | fype.buetow.org/content/Download.xml | 13 | ||||
| -rw-r--r-- | fype.buetow.org/content/Examples.xml | 23 |
2 files changed, 16 insertions, 20 deletions
diff --git a/fype.buetow.org/content/Download.xml b/fype.buetow.org/content/Download.xml index cc897a9..55a472b 100644 --- a/fype.buetow.org/content/Download.xml +++ b/fype.buetow.org/content/Download.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> <content> - <pagetitle>Download</pagetitle> - <text>For the latest version please replace the URI as follows (be aware that this version may be broken):</text> - <pretext>git clone git://git.buetow.org/fype.git</pretext> + <pagetitle>Download</pagetitle> + <text>For git just type "git clone git://git.buetow.org/fype".</text> + <text>To update to the latest stable version just type "cd ./fype; git pull".</text> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=fype.git">gitweb</namedlink> + <noop> to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch.</noop> + </text> + <text>For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/fype fype-develop". But be warned, this one might be broken! It will be merged to master when it's done.</text> </content> + diff --git a/fype.buetow.org/content/Examples.xml b/fype.buetow.org/content/Examples.xml index 6e41595..2c57c08 100644 --- a/fype.buetow.org/content/Examples.xml +++ b/fype.buetow.org/content/Examples.xml @@ -1,21 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> <content> - <pagetitle>Sourcecode Examples</pagetitle> - <perl> - use LWP::Simple; - - my $site = get 'https://ssl.buetow.org/repos/fype/branches/experimental/build-009669/examples/'; - my @sites = $site =~ /file name="(.*?\.fy)" .*/g; - my @return; - - for my $site (sort @sites) { - push @return, "!!LT!!h2!!GT!!$site!!LT!!/h2!!GT!!"; - push @return, '!!LT!!pre class="code"!!GT!!'; - push @return, get "https://ssl.buetow.org/repos/fype/branches/experimental/build-009669/examples/$site"; - push @return, '!!LT!!/pre!!GT!!'; - } - - return join '', @return; - </perl> + <pagetitle>Examples</pagetitle> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=fype.git;a=tree;f=examples;h=ee051fd647807523887213aae68e060403041319;hb=refs/heads/build-009669">gitweb</namedlink> + <noop> to browse the all the code examples.</noop> + </text> </content> + |
