diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-24 09:00:47 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-24 09:00:47 +0200 |
| commit | 4f0d89412d1c794dd3ae4fd0078b4543dd2f598c (patch) | |
| tree | 982f7a2f2d3679d658fea0908aa29bd5f9b67b11 | |
| parent | 28c05cb89a125d55dd60faa2d379710a31c5cfb7 (diff) | |
add synopsis
| -rw-r--r-- | fapi.buetow.org/content/21.Synopsis.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fapi.buetow.org/content/21.Synopsis.xml b/fapi.buetow.org/content/21.Synopsis.xml new file mode 100644 index 0000000..82beaf1 --- /dev/null +++ b/fapi.buetow.org/content/21.Synopsis.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Synopsis</pagetitle> + <text>This is the Synopsis of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=fapi.git;a=blob_plain;f=docs/synopsis.txt;hb=HEAD"); + </perl> + </pretext> +</content> |
