diff options
author | Ludovic Courtès | 2012-06-01 18:18:54 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-06-01 18:18:54 +0200 |
commit | be2162ada207514c673afcb467097889170a8020 (patch) | |
tree | 21595d23357f1a79e1f0e2c81d10101a410ddd88 | |
parent | 0d38cbba0b9bbfd3c885c7f24e2b224579a334a4 (diff) | |
download | skribilo-be2162ada207514c673afcb467097889170a8020.tar.gz skribilo-be2162ada207514c673afcb467097889170a8020.tar.lz skribilo-be2162ada207514c673afcb467097889170a8020.zip |
Update Guile-Lib URL.
* README, TODO, web/index.skb: Update.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | web/index.skb | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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! @@ -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)) |