aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorLudovic Courtès2012-05-29 23:39:05 +0200
committerLudovic Courtès2012-05-30 15:46:30 +0200
commit1392f286a810f4cc227ced3cf832495b4eaae974 (patch)
treee8dd8946866cc4ec4cc58b972b750b7f6ef62c27 /web
parent57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd (diff)
downloadskribilo-1392f286a810f4cc227ced3cf832495b4eaae974.tar.gz
skribilo-1392f286a810f4cc227ced3cf832495b4eaae974.tar.lz
skribilo-1392f286a810f4cc227ced3cf832495b4eaae974.zip
web: Fix omissions and typos.
* web/index.skb (info): New procedure. (scribe, stklos): Fix URL. Mention Info output. (Features): Mention Info output and RSS-2 input.
Diffstat (limited to 'web')
-rw-r--r--web/index.skb20
1 files changed, 13 insertions, 7 deletions
diff --git a/web/index.skb b/web/index.skb
index 277acd9..326169e 100644
--- a/web/index.skb
+++ b/web/index.skb
@@ -61,6 +61,10 @@
(define (lout . body)
(ref :url "http://savannah.nongnu.org/projects/lout/" :text body))
+(define (info . body)
+ (ref :url "http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Info-Files.html"
+ :text body))
+
(define (ploticus . body)
(ref :url "http://ploticus.sf.net/" :text body))
@@ -88,13 +92,13 @@
(ref :url "http://www-sop.inria.fr/mimosa/fp/Skribe/" :text body))
(define (scribe . body)
- (ref :url "http://www-sop.inria.fr/mimosa/fp/Scribe/" :text body))
+ (ref :url "http://www-sop.inria.fr/members/Manuel.Serrano/scribe/" :text body))
(define (bigloo . body)
(ref :url "http://www-sop.inria.fr/mimosa/fp/Bigloo/" :text body))
(define (stklos . body)
- (ref :url "http://www.stklos.org/" :text body))
+ (ref :url "http://stklos.net/" :text body))
(define %user-sui
;; Location of the User Manual's SUI file.
@@ -116,8 +120,9 @@
(p [Skribilo is a ,(freedom [free]) document production tool that
takes a structured document representation as its input and renders that
-document in a variety of output formats: HTML for on-line browsing, and
-,(lout [Lout]) and ,(latex [LaTeX]) for high-quality hard copies.])
+document in a variety of output formats: HTML and ,(info [Info]) for
+on-line browsing, and ,(lout [Lout]) and ,(latex [LaTeX]) for
+high-quality hard copies.])
(p [The input document can use Skribilo's ,(wikipedia/markup [markup
language]) to provide information about the document's structure, which
@@ -143,12 +148,13 @@ so-called ,(ref :url
(itemize
(item [Output in a ,(ref :skribe %user-sui :ident "engines"
:text [variety of formats]): HTML, XML, ,(lout [Lout]), ,(latex
-[LaTeX]), ,(context [ConTeXt]).])
+[LaTeX]), ,(context [ConTeXt]), and ,(info [Info]).])
(item [Input using ,(skribe* [Skribe])'s ,(ref :skribe
%user-sui :ident "skribe-syntax" :text [markup]) (see ,(ref :mark "self"
-:text [this example])) or using free form, markup-less text and
+:text [this example])), or using free form, markup-less text and
conventions similar to those used in ,(ref :skribe %user-sui :ident
-"outline-syntax" :text [Emacs' outline mode]).])
+"outline-syntax" :text [Emacs' outline mode]), or from an ,(ref :skribe
+%user-sui :ident "rss2-syntax" :text [RSS,(~)2 feed]).])
(item [Packages are available to produce: ,(ref :skribe
%user-sui :ident "slides" :text [slides]) (overhead transparencies),
,(ref :skribe %user-sui :ident "pie-charts" :text [pie charts]), ,(ref