From 5a8e7fc0d2bc3fd3bd35892385b1635f3a2cda8c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 Apr 2008 23:14:50 +0200 Subject: web: Mention Esperanto! --- web/index.skb | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3