[PATCH] glcdlib URLs to GLCDprocDriver & GraphLCD updated to new web hostings

Lucian Muresan <[email protected]> Sat, 20 Oct 2012 10:58:24 +0200
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <[email protected]>
Hi there,

the attached patch updates the URLs referenced by the "glcdlib" driver, 
as the web pages have changed, one of them long time ago, the other one 
last night...

Regards,
Lucian

_______________________________________________
LCDproc mailing list
[email protected]
http://lists.omnipotent.net/mailman/listinfo/lcdproc
lcdproc-20121020_glcdlib-URLs-updated.diff (text/x-patch, 3.1 KB)
Signed-off-by: Lucian Muresan <[email protected]>

diff -Naur lcdproc.orig/docs/lcdproc-user/drivers/glcdlib.docbook lcdproc/docs/lcdproc-user/drivers/glcdlib.docbook
--- lcdproc.orig/docs/lcdproc-user/drivers/glcdlib.docbook	2011-01-18 00:16:04.000000000 +0100
+++ lcdproc/docs/lcdproc-user/drivers/glcdlib.docbook	2012-10-20 10:43:20.913880670 +0200
@@ -18,11 +18,11 @@
 <para>
 The so-called "meta-driver" glcdlib extends LCDproc's supported drivers by
 all the drivers supported by graphlcd-base, which you can get from
-<ulink url="http://graphlcd.berlios.de"></ulink>.
+<ulink url="http://projects.vdr-developer.org/projects/graphlcd/"></ulink>.
 </para>
 <para>
 In order to be able to use it, you have to get and install the glcdprocdriver
-from <ulink url="http://www.muresan.de/graphlcd/lcdproc/"></ulink>
+from <ulink url="http://lucianm.github.com/GLCDprocDriver/"></ulink>
 before configuring the LCDproc build process --enable-drivers=glcdlib.
 </para>
 
diff -Naur lcdproc.orig/INSTALL lcdproc/INSTALL
--- lcdproc.orig/INSTALL	2010-11-06 18:42:45.000000000 +0100
+++ lcdproc/INSTALL	2012-10-20 10:43:20.915880646 +0200
@@ -47,7 +47,7 @@
   see http://www.g15tools.com/
 
 * GraphLCD and GLCDprocDriver for use with the 'glcdlib' driver, see
-  http://graphlcd.berlios.de/ and http://www.muresan.de/graphlcd/lcdproc/
+  http://projects.vdr-developer.org/projects/graphlcd/ and http://lucianm.github.com/GLCDprocDriver/
 
 * libirman for use with the 'irman' driver, see
   http://www.evation.com/libirman/libirman.html for the home page and
diff -Naur lcdproc.orig/server/drivers/glcdlib.c lcdproc/server/drivers/glcdlib.c
--- lcdproc.orig/server/drivers/glcdlib.c	2010-10-30 20:04:21.000000000 +0200
+++ lcdproc/server/drivers/glcdlib.c	2012-10-20 10:43:20.918880609 +0200
@@ -5,9 +5,9 @@
 /*
  * This so-called "meta-driver" extends LCDproc's supported drivers by
  * all the drivers supported by graphlcd-base, which you can get from
- * http://graphlcd.berlios.de.
+ * http://projects.vdr-developer.org/projects/graphlcd/ .
  * In order to be able to use it, you have to get and install the glcdprocdriver
- * from http://www.muresan.de/graphlcd/lcdproc/.
+ * from http://lucianm.github.com/GLCDprocDriver/ .
  *
  * This file is released under the GNU General Public License. Refer to the
  * COPYING file distributed with this package.
diff -Naur lcdproc.orig/server/drivers/glcdlib.h lcdproc/server/drivers/glcdlib.h
--- lcdproc.orig/server/drivers/glcdlib.h	2010-01-30 19:53:44.000000000 +0100
+++ lcdproc/server/drivers/glcdlib.h	2012-10-20 10:43:20.916880634 +0200
@@ -1,9 +1,9 @@
 /*
  * This so-called "meta-driver" extends LCDproc's supported drivers by
  * all the drivers supported by graphlcd-base, which you can get from
- * http://graphlcd.berlios.de.
+ * http://projects.vdr-developer.org/projects/graphlcd/ .
  * In order to be able to use it, you have to get and install the glcdprocdriver
- * from http://www.muresan.de/graphlcd/lcdproc/.
+ * from http://lucianm.github.com/GLCDprocDriver/ .
  *
  * This file is released under the GNU General Public License. Refer to the
  * COPYING file distributed with this package.