Check all http links, update permanent redirects. Do not remove links with

404 errors as they may still be available at www.archive.org.
This commit is contained in:
mmdolze
2010-01-30 18:53:43 +00:00
parent 88aabdccc1
commit e914ee3d72
30 changed files with 34 additions and 46 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* LCDd \c CFontz driver for the CFA632 & CFA634 displays by CrystalFontz, Inc.
*/
/* This is the LCDproc driver for CrystalFontz devices (http://crystalfontz.com)
/* This is the LCDproc driver for CrystalFontz devices (http://www.crystalfontz.com/)
Copyright (C) 2001 ????
+1 -1
View File
@@ -3,7 +3,7 @@
*/
/* This is the LCDproc driver for CrystalFontz 633 devices
(get yours from http://crystalfontz.com)
(get yours from http://www.crystalfontz.com/)
Copyright (C) 2002 David GLAUDE
+1 -1
View File
@@ -6,7 +6,7 @@
/*
* This is the LCDproc driver for CrystalFontz LCD using Packet protocol.
* It support the CrystalFontz 633 USB/Serial, the 631 USB and the 635 USB
* (get yours from http://crystalfontz.com)
* (get yours from http://www.crystalfontz.com)
*
* Applicable Data Sheets:
* - http://www.crystalfontz.com/products/631/CFA-631_v1.0.pdf
+1 -1
View File
@@ -28,7 +28,7 @@ Different implementations of (n)curses available on:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libcurses/
ncurses
- NetBSD:
http://cvsweb.netbsd.org/bsdweb.cgi/basesrc/lib/libcurses/
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libcurses/
curses : does not define ACS_S3, ACS_S7, wcolor_set() or redrawwin().
it is possible to make a:
#define ACS_S3 (_acs_char['p'])
+1 -1
View File
@@ -7,7 +7,7 @@
* all the drivers supported by graphlcd-base, which you can get from
* http://graphlcd.berlios.de.
* 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://www.muresan.de/graphlcd/lcdproc/.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
+1 -1
View File
@@ -3,7 +3,7 @@
* all the drivers supported by graphlcd-base, which you can get from
* http://graphlcd.berlios.de.
* 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://www.muresan.de/graphlcd/lcdproc/.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
-2
View File
@@ -65,8 +65,6 @@ const unsigned char none_charmap[] = {
* Initial table taken from lcd.o Linux kernel driver by
* Nils Faerber <nilsf@users.sourceforge.net>. Thanks!
*
* HD44780 charset reference: http://markh.de/hd44780-charset.png
*
* The following translations are being performed:
* - map umlaut accent characters to the corresponding umlaut characters
* - map other accent characters to the characters without accents
+1 -1
View File
@@ -1,7 +1,7 @@
/** \file server/drivers/hd44780-lcd2usb.c
* \c lcd2usb connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays.
*
* See http://www.harbaum.org/till/lcd2usb.
* See http://www.harbaum.org/till/lcd2usb/.
*/
/*-
+1 -2
View File
@@ -22,8 +22,7 @@ typedef struct SerialInterface {
/*
if both escape and on/off codes are set means that display
can't set brightness, but can only switch light on or off and
needs both escape and on/off bytes (see pertelian,
http://pertelian.com/index.php?option=com_content&task=view&id=27&Itemid=33)
needs both escape and on/off bytes (see pertelian)
*/
char backlight_escape; /* leave to 0 is the interface uses on/off codes */
char backlight_off;
-2
View File
@@ -11,8 +11,6 @@
* - Keypad support
* - Changed for 2 line wire control
*
* Full connection details at http://members.xoom.com/andrewmuck/LCD.htm
*
* printer port 4094/LCD
* D2 (4) EN (6 - LCD)
* D3 (5) D (2 - 4094)
+1 -1
View File
@@ -26,7 +26,7 @@
* The picoLCD is usb connected and is driven (currently) via userspace
* using libusb library.
*
* libusb: http://libusb.sf.net
* libusb: http://www.libusb.org/
*
*/
+1 -1
View File
@@ -20,7 +20,7 @@
* The picoLCD is usb connected and is driven (currently) via userspace
* using libusb library.
*
* libusb: http://libusb.sf.net
* libusb: http://www.libusb.org/
*
*/
+1 -4
View File
@@ -3,13 +3,10 @@
* from Pyramid Computer GmbH.
*
* For more information see
* http://www.pyramid.de/en/products/programmable_lcd.php
* https://www.pyramid.de/de/hardware/spezialkomponenten.php
*
* Contact Thomas Riewe <thomas.riewe@pyramid.de> for further
* information on the LCD.
*
* \todo Convert to use pixel-row based logic for custom characters, icons,
* bar graphs etc.
*/
/*