summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2012-06-01 18:18:54 +0200
committerLudovic Courtès2012-06-01 18:18:54 +0200
commitbe2162ada207514c673afcb467097889170a8020 (patch)
tree21595d23357f1a79e1f0e2c81d10101a410ddd88
parent0d38cbba0b9bbfd3c885c7f24e2b224579a334a4 (diff)
downloadskribilo-be2162ada207514c673afcb467097889170a8020.tar.gz
skribilo-be2162ada207514c673afcb467097889170a8020.tar.lz
skribilo-be2162ada207514c673afcb467097889170a8020.zip
Update Guile-Lib URL.
* README, TODO, web/index.skb: Update.
-rw-r--r--README2
-rw-r--r--TODO4
-rw-r--r--web/index.skb2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 499a5f1..ea62741 100644
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ To convert images in the `fig' format:
To be able to use the `rss-2' reader, you will need:
* Guile-Lib (specifically, `sxml' and `htmlprag' modules)
- http://home.gna.org/guile-lib/
+ http://www.nongnu.org/guile-lib/
This is it!
diff --git a/TODO b/TODO
index 88e8d1e..27d9a57 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
-*- Org -*-
-Copyright 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
+Copyright 2007, 2008, 2009, 2012 Ludovic Courtès <ludo@gnu.org>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -75,7 +75,7 @@ implemented by `skribe-load' (see, e.g., `web-article').
*** Add an Org-Mode reader
Could be based on [[http://wingolog.org/software/guile-present/][Andy's parser in Guile-Present]].
*** Add a Texinfo reader
-Could be based on the one in [[http://home.gna.org/guile-lib/][Guile-Lib]].
+Could be based on the one in [[http://www.nongnu.org/guile-lib/][Guile-Lib]].
** Write a nice GUI based on Andy's STexi browser
** Add a BibTeX parser
diff --git a/web/index.skb b/web/index.skb
index 326169e..7f01cf5 100644
--- a/web/index.skb
+++ b/web/index.skb
@@ -69,7 +69,7 @@
(ref :url "http://ploticus.sf.net/" :text body))
(define (guile-lib . body)
- (ref :url "http://home.gna.org/guile-lib/" :text body))
+ (ref :url "http://www.nongnu.org/guile-lib/" :text body))
(define (freedom . body)
(ref :url "http://www.gnu.org/philosophy/free-sw.html" :text body))