summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2008-04-23 23:14:50 +0200
committerLudovic Courtès2008-04-23 23:14:50 +0200
commit5a8e7fc0d2bc3fd3bd35892385b1635f3a2cda8c (patch)
tree44bc097d4ccf12b5ead63f107b87b6139ff080b6
parent5d2f5467c6cbec4efa3fa56aaf42a172039de3bc (diff)
downloadskribilo-0.9.1.tar.gz
skribilo-0.9.1.tar.lz
skribilo-0.9.1.zip
web: Mention Esperanto!v0.9.1
-rw-r--r--web/index.skb19
1 files changed, 18 insertions, 1 deletions
diff --git a/web/index.skb b/web/index.skb
index 2c150dd..4f8f895 100644
--- a/web/index.skb
+++ b/web/index.skb
@@ -38,6 +38,10 @@
(ref :url "http://en.wikipedia.org/wiki/Lightweight_markup_language"
:text body))
+(define (wikipedia/esperanto . body)
+ (ref :url "http://en.wikipedia.org/wiki/Esperanto"
+ :text body))
+
(define (scheme . body)
(ref :url "http://schemers.org/" :text body))
@@ -308,7 +312,20 @@ derivative of ,(ref :url "http://docbook.org/" :text [Docbook]).])
"http://os.inf.tu-dresden.de/~nf2/files/GOSH/" :text [GOSH]), ,(ref :url
"http://mercnet.pt/plaindoc/pd.html" :text [PlainDoc]), ,(ref :url
"http://www.methods.co.nz/asciidoc/" :text [AsciiDoc]), and many
-others.]))))
+others.])))
+
+ (chapter :title [The Name] :number #f :file #f
+
+ (p [Skribilo is an ,(wikipedia/esperanto [Esperanto]) noun, which
+literally means ,(ref :url
+"http://www.reta-vortaro.de/revo/art/skrib.html#skrib.0ilo" :text [``a
+tool to write'']) (prefix ``,(ref :url
+"http://www.reta-vortaro.de/revo/art/skrib.html" :text [skrib])''
+relates to writing, while suffix ``,(ref :text [-ilo] :url
+"http://www.reta-vortaro.de/revo/art/il.html")'' designates a tool).
+Interestingly, ``,(skribe* [skribe])'', which is the name of the tool
+Skribilo is based on, is an adverb meaning ``writing'' in
+,(wikipedia/esperanto [Esperanto]).])))
;;; Local Variables: