diffstat for libxml2-2.6.16 libxml2-2.6.16.maemo.1 Makefile.am | 2 Makefile.in | 32 - config.guess | 6 config.sub | 11 debian/changelog | 82 +++ debian/control | 63 -- debian/libxml2-utils.manpages | 1 debian/patches/libxml2-const.diff | 484 +++++++++++++++++++++ debian/rules | 15 doc/xmlcatalog.1 | 148 ------ result/HTML/doc3.htm | 445 ------------------- result/HTML/fp40.htm | 154 ------ result/HTML/wired.html | 398 ----------------- test/HTML/doc3.htm | 851 -------------------------------------- test/HTML/fp40.htm | 166 ------- test/HTML/wired.html | 516 ----------------------- test/schemas/po0_0.xsd | 59 -- 17 files changed, 606 insertions(+), 2827 deletions(-) diff -Nru libxml2-2.6.16/Makefile.am libxml2-2.6.16.maemo.1/Makefile.am --- libxml2-2.6.16/Makefile.am 2004-11-09 16:12:53.000000000 +0000 +++ libxml2-2.6.16.maemo.1/Makefile.am 2006-05-12 09:26:32.000000000 +0000 @@ -8,7 +8,7 @@ noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \ testThreads testC14N testAutomata testRegexp \ - testReader testapi + testReader bin_PROGRAMS = xmllint xmlcatalog diff -Nru libxml2-2.6.16/Makefile.in libxml2-2.6.16.maemo.1/Makefile.in --- libxml2-2.6.16/Makefile.in 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/Makefile.in 2006-05-12 09:24:48.000000000 +0000 @@ -17,7 +17,7 @@ -SOURCES = $(libxml2_la_SOURCES) $(testAutomata_SOURCES) $(testC14N_SOURCES) $(testHTML_SOURCES) $(testReader_SOURCES) $(testRegexp_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) $(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) $(testapi_SOURCES) $(xmlcatalog_SOURCES) $(xmllint_SOURCES) +SOURCES = $(libxml2_la_SOURCES) $(testAutomata_SOURCES) $(testC14N_SOURCES) $(testHTML_SOURCES) $(testReader_SOURCES) $(testRegexp_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) $(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) $(xmlcatalog_SOURCES) $(xmllint_SOURCES) srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -43,8 +43,7 @@ noinst_PROGRAMS = testSchemas$(EXEEXT) testRelax$(EXEEXT) \ testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \ testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \ - testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \ - testapi$(EXEEXT) + testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT) DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ @@ -134,8 +133,6 @@ testURI_OBJECTS = $(am_testURI_OBJECTS) am_testXPath_OBJECTS = testXPath.$(OBJEXT) testXPath_OBJECTS = $(am_testXPath_OBJECTS) -am_testapi_OBJECTS = testapi.$(OBJEXT) -testapi_OBJECTS = $(am_testapi_OBJECTS) am_xmlcatalog_OBJECTS = xmlcatalog.$(OBJEXT) xmlcatalog_OBJECTS = $(am_xmlcatalog_OBJECTS) am_xmllint_OBJECTS = xmllint.$(OBJEXT) @@ -165,13 +162,12 @@ @AMDEP_TRUE@ ./$(DEPDIR)/testSAX.Po ./$(DEPDIR)/testSchemas.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/testThreads@THREADS_W32@.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/testURI.Po ./$(DEPDIR)/testXPath.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/testapi.Po ./$(DEPDIR)/threads.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/tree.Plo ./$(DEPDIR)/trio.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/triostr.Plo ./$(DEPDIR)/uri.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/valid.Plo ./$(DEPDIR)/xinclude.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/xlink.Plo ./$(DEPDIR)/xmlIO.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/xmlcatalog.Po ./$(DEPDIR)/xmllint.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/xmlmemory.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/threads.Plo ./$(DEPDIR)/tree.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/trio.Plo ./$(DEPDIR)/triostr.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/uri.Plo ./$(DEPDIR)/valid.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/xinclude.Plo ./$(DEPDIR)/xlink.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/xmlIO.Plo ./$(DEPDIR)/xmlcatalog.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/xmllint.Po ./$(DEPDIR)/xmlmemory.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/xmlreader.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/xmlregexp.Plo ./$(DEPDIR)/xmlsave.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/xmlschemas.Plo \ @@ -192,14 +188,14 @@ $(testC14N_SOURCES) $(testHTML_SOURCES) $(testReader_SOURCES) \ $(testRegexp_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) \ $(testSchemas_SOURCES) $(testThreads_SOURCES) \ - $(testURI_SOURCES) $(testXPath_SOURCES) $(testapi_SOURCES) \ - $(xmlcatalog_SOURCES) $(xmllint_SOURCES) + $(testURI_SOURCES) $(testXPath_SOURCES) $(xmlcatalog_SOURCES) \ + $(xmllint_SOURCES) DIST_SOURCES = $(am__libxml2_la_SOURCES_DIST) $(testAutomata_SOURCES) \ $(testC14N_SOURCES) $(testHTML_SOURCES) $(testReader_SOURCES) \ $(testRegexp_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) \ $(testSchemas_SOURCES) $(testThreads_SOURCES) \ - $(testURI_SOURCES) $(testXPath_SOURCES) $(testapi_SOURCES) \ - $(xmlcatalog_SOURCES) $(xmllint_SOURCES) + $(testURI_SOURCES) $(testXPath_SOURCES) $(xmlcatalog_SOURCES) \ + $(xmllint_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-exec-recursive install-info-recursive \ @@ -702,9 +698,6 @@ testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES) @rm -f testXPath$(EXEEXT) $(LINK) $(testXPath_LDFLAGS) $(testXPath_OBJECTS) $(testXPath_LDADD) $(LIBS) -testapi$(EXEEXT): $(testapi_OBJECTS) $(testapi_DEPENDENCIES) - @rm -f testapi$(EXEEXT) - $(LINK) $(testapi_LDFLAGS) $(testapi_OBJECTS) $(testapi_LDADD) $(LIBS) xmlcatalog$(EXEEXT): $(xmlcatalog_OBJECTS) $(xmlcatalog_DEPENDENCIES) @rm -f xmlcatalog$(EXEEXT) $(LINK) $(xmlcatalog_LDFLAGS) $(xmlcatalog_OBJECTS) $(xmlcatalog_LDADD) $(LIBS) @@ -771,7 +764,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testThreads@THREADS_W32@.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testURI.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testXPath.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testapi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threads.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trio.Plo@am__quote@ diff -Nru libxml2-2.6.16/config.guess libxml2-2.6.16.maemo.1/config.guess --- libxml2-2.6.16/config.guess 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/config.guess 2006-05-26 09:01:24.000000000 +0000 @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-03-24' +timestamp='2005-04-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1140,6 +1140,10 @@ # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos diff -Nru libxml2-2.6.16/config.sub libxml2-2.6.16.maemo.1/config.sub --- libxml2-2.6.16/config.sub 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/config.sub 2006-05-26 09:01:24.000000000 +0000 @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-02-10' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -231,6 +231,7 @@ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ @@ -262,7 +263,8 @@ | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ @@ -298,7 +300,7 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ - | bs2000-* \ + | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ @@ -336,7 +338,8 @@ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ diff -Nru libxml2-2.6.16/debian/changelog libxml2-2.6.16.maemo.1/debian/changelog --- libxml2-2.6.16/debian/changelog 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/debian/changelog 2006-05-12 09:24:48.000000000 +0000 @@ -1,3 +1,85 @@ +libxml2 (2.6.16.maemo.1-7osso11) unstable; urgency=low + + * Added patch for making more code shareable (N#23041). + + -- Kimmo Hämäläinen Mon, 08 May 2006 14:46:17 +0300 + +libxml2 (2.6.16.maemo.1-7osso10) unstable; urgency=low + + * Applied patch from Leonid for thumb instruction support (N#26519). + * Added doc/xmlcatalog.1 back because of svn-buildpackage problem. + + -- Kimmo Hämäläinen Sat, 29 Apr 2006 17:11:02 +0300 + +libxml2 (2.6.16.maemo.1-7osso9) unstable; urgency=low + + * Added docbook-xsl build dependency. + + -- Kimmo Hämäläinen Thu, 01 Dec 2005 15:44:15 +0200 + +libxml2 (2.6.16.maemo.1-7osso8) unstable; urgency=low + + * Removed installation of missing xmlcatalog man page, because of + compilation trouble in some environment (bug 21215). + + -- Kimmo Hämäläinen Wed, 30 Nov 2005 18:46:12 +0200 + +libxml2 (2.6.16.maemo.1-7osso7) unstable; urgency=low + + * Added build dependency to xsltproc (bug 21215). + + -- Kimmo Hämäläinen Mon, 28 Nov 2005 15:34:53 +0200 + +libxml2 (2.6.16.maemo.1-7osso6) unstable; urgency=low + + * Repackaged upstream source to avoid the legally problematic files in a + clean way. + + -- Marius Vollmer Mon, 31 Oct 2005 18:46:33 +0200 + +libxml2 (2.6.16-7osso5) unstable; urgency=low + + * Removed three legally problematic files: + result/HTML/doc3.htm + test/HTML/doc3.htm + test/HTML/wired.html + + -- Marius Vollmer Wed, 26 Oct 2005 15:18:27 +0300 + +libxml2 (2.6.16-7osso4) unstable; urgency=low + + * New version without any changes, but packaged differently to really + get rid of the legally problematic files. Previously, they were still + contained in the orig.tar.gz, now we distribute the patched sources + directly (and not orig+patch). + + -- Marius Vollmer Mon, 3 Oct 2005 18:55:53 +0300 + +libxml2 (2.6.16-7osso3) unstable; urgency=low + + * Removed four legally problematic files: + test/schemas/po0_0.xsd + result/HTML/wired.html + test/HTML/fp40.htm + result/HTML/fp40.htm + + -- Kimmo Hämäläinen Mon, 12 Sep 2005 20:08:28 +0300 + +libxml2 (2.6.16-7osso2) unstable; urgency=low + + * Removed testapi program building in attempt to fix compilation + problem (bug 13481). + + -- Kimmo Hämäläinen Tue, 14 Jun 2005 17:14:02 +0300 + +libxml2 (2.6.16-7osso) unstable; urgency=low + + * Removed Python packages from debian/control. + * Added --without-python configure parameter. + * Removed dynamically-created doc/xmlcatalog.1. + + -- Kimmo Hämäläinen Mon, 02 May 2005 16:30:03 +0300 + libxml2 (2.6.16-7) unstable; urgency=low * The "dummy packages are arch: all, dammit" release. diff -Nru libxml2-2.6.16/debian/control libxml2-2.6.16.maemo.1/debian/control --- libxml2-2.6.16/debian/control 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/debian/control 2006-05-12 09:24:48.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian XML/SGML Group Uploaders: Mike Hommey Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4.1.67), zlib1g-dev | libz-dev, python, python2.4-dev, python2.3-dev, python2.2-dev, autotools-dev +Build-Depends: debhelper (>= 4.1.67), zlib1g-dev | libz-dev, autotools-dev, xsltproc, docbook-xsl Package: libxml2 Architecture: any @@ -71,64 +71,3 @@ This package contains general information about the GNOME XML library and more specific API references. -Package: python-libxml2 -Architecture: all -Section: python -Depends: ${python:Depends} -Description: Python bindings for the GNOME XML library - This package is a dummy package that will bring you the GNOME XML - library bindings for the current Python version. - -Package: python2.4-libxml2 -Architecture: any -Section: python -Depends: ${shlibs:Depends}, ${misc:Depends}, python2.4 -Description: Python 2.4 bindings for the GNOME XML library - XML is a metalanguage to let you design your own markup language. - A regular markup language defines a way to describe information in - a certain class of documents (eg HTML). XML lets you define your - own customized markup languages for many classes of document. It - can do this because it's written in SGML, the international standard - metalanguage for markup languages. - . - This package contains the files needed to use the GNOME XML library - in Python programs. - -Package: python2.3-libxml2 -Architecture: any -Section: python -Provides: libxml2-python2.3 -Replaces: libxml2-python2.3 -Depends: ${shlibs:Depends}, ${misc:Depends}, python2.3 -Description: Python 2.3 bindings for the GNOME XML library - XML is a metalanguage to let you design your own markup language. - A regular markup language defines a way to describe information in - a certain class of documents (eg HTML). XML lets you define your - own customized markup languages for many classes of document. It - can do this because it's written in SGML, the international standard - metalanguage for markup languages. - . - This package contains the files needed to use the GNOME XML library - in Python programs. - -Package: python2.2-libxml2 -Architecture: any -Section: python -Depends: ${shlibs:Depends}, ${misc:Depends}, python2.2 -Description: Python 2.2 bindings for the GNOME XML library - XML is a metalanguage to let you design your own markup language. - A regular markup language defines a way to describe information in - a certain class of documents (eg HTML). XML lets you define your - own customized markup languages for many classes of document. It - can do this because it's written in SGML, the international standard - metalanguage for markup languages. - . - This package contains the files needed to use the GNOME XML library - in Python programs. - -Package: libxml2-python2.3 -Architecture: all -Section: python -Depends: python2.3-libxml2 -Description: Python 2.3 bindings for the GNOME XML library - dummy package for upgrade - This package is a dummy package for smooth transition to python2.3-libxml2. diff -Nru libxml2-2.6.16/debian/libxml2-utils.manpages libxml2-2.6.16.maemo.1/debian/libxml2-utils.manpages --- libxml2-2.6.16/debian/libxml2-utils.manpages 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/debian/libxml2-utils.manpages 2006-05-12 09:24:48.000000000 +0000 @@ -1,2 +1 @@ doc/xmllint.1 -doc/xmlcatalog.1 diff -Nru libxml2-2.6.16/debian/patches/libxml2-const.diff libxml2-2.6.16.maemo.1/debian/patches/libxml2-const.diff --- libxml2-2.6.16/debian/patches/libxml2-const.diff 1970-01-01 00:00:00.000000000 +0000 +++ libxml2-2.6.16.maemo.1/debian/patches/libxml2-const.diff 2006-05-12 09:24:48.000000000 +0000 @@ -0,0 +1,484 @@ +--- include/libxml/chvalid.h.orig 2006-02-16 17:14:30.000000000 +0200 ++++ include/libxml/chvalid.h 2006-02-16 18:42:25.000000000 +0200 +@@ -26,21 +26,21 @@ + * + */ + typedef struct _xmlChSRange xmlChSRange; +-typedef xmlChSRange *xmlChSRangePtr; ++typedef const xmlChSRange *xmlChSRangePtr; + struct _xmlChSRange { + unsigned short low; + unsigned short high; + }; + + typedef struct _xmlChLRange xmlChLRange; +-typedef xmlChLRange *xmlChLRangePtr; ++typedef const xmlChLRange *xmlChLRangePtr; + struct _xmlChLRange { + unsigned int low; + unsigned int high; + }; + + typedef struct _xmlChRangeGroup xmlChRangeGroup; +-typedef xmlChRangeGroup *xmlChRangeGroupPtr; ++typedef const xmlChRangeGroup * xmlChRangeGroupPtr; + struct _xmlChRangeGroup { + int nbShortRange; + int nbLongRange; +@@ -188,7 +188,7 @@ + ((0x3021 <= (c)) && ((c) <= 0x3029)))) + + XMLPUBVAR xmlChRangeGroup xmlIsIdeographicGroup; +-XMLPUBVAR unsigned char xmlIsPubidChar_tab[256]; ++XMLPUBVAR const unsigned char xmlIsPubidChar_tab[256]; + + /** + * xmlIsPubidChar_ch: +--- chvalid.c.orig 2006-02-16 17:14:30.000000000 +0200 ++++ chvalid.c 2006-02-16 18:41:12.000000000 +0200 +@@ -22,7 +22,7 @@ + * allowed. + * + */ +-unsigned char xmlIsPubidChar_tab[256] = { ++const unsigned char xmlIsPubidChar_tab[256] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, + 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, +@@ -46,7 +46,8 @@ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00 }; + +-static xmlChSRange xmlIsBaseChar_srng[] = { {0x100, 0x131}, {0x134, 0x13e}, ++static const xmlChSRange xmlIsBaseChar_srng[] = { ++ {0x100, 0x131}, {0x134, 0x13e}, + {0x141, 0x148}, {0x14a, 0x17e}, {0x180, 0x1c3}, {0x1cd, 0x1f0}, + {0x1f4, 0x1f5}, {0x1fa, 0x217}, {0x250, 0x2a8}, {0x2bb, 0x2c1}, + {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, +@@ -99,12 +100,12 @@ + xmlChRangeGroup xmlIsBaseCharGroup = + {197, 0, xmlIsBaseChar_srng, (xmlChLRangePtr)0}; + +-static xmlChSRange xmlIsChar_srng[] = { {0x100, 0xd7ff}, {0xe000, 0xfffd}}; +-static xmlChLRange xmlIsChar_lrng[] = { {0x10000, 0x10ffff}}; ++static const xmlChSRange xmlIsChar_srng[] = { {0x100, 0xd7ff}, {0xe000, 0xfffd}}; ++static const xmlChLRange xmlIsChar_lrng[] = { {0x10000, 0x10ffff}}; + xmlChRangeGroup xmlIsCharGroup = + {2, 1, xmlIsChar_srng, xmlIsChar_lrng}; + +-static xmlChSRange xmlIsCombining_srng[] = { {0x300, 0x345}, ++static const xmlChSRange xmlIsCombining_srng[] = { {0x300, 0x345}, + {0x360, 0x361}, {0x483, 0x486}, {0x591, 0x5a1}, {0x5a3, 0x5b9}, + {0x5bb, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c4}, + {0x64b, 0x652}, {0x670, 0x670}, {0x6d6, 0x6dc}, {0x6dd, 0x6df}, +@@ -132,20 +133,20 @@ + xmlChRangeGroup xmlIsCombiningGroup = + {95, 0, xmlIsCombining_srng, (xmlChLRangePtr)0}; + +-static xmlChSRange xmlIsDigit_srng[] = { {0x660, 0x669}, {0x6f0, 0x6f9}, ++static const xmlChSRange xmlIsDigit_srng[] = { {0x660, 0x669}, {0x6f0, 0x6f9}, + {0x966, 0x96f}, {0x9e6, 0x9ef}, {0xa66, 0xa6f}, {0xae6, 0xaef}, + {0xb66, 0xb6f}, {0xbe7, 0xbef}, {0xc66, 0xc6f}, {0xce6, 0xcef}, + {0xd66, 0xd6f}, {0xe50, 0xe59}, {0xed0, 0xed9}, {0xf20, 0xf29}}; + xmlChRangeGroup xmlIsDigitGroup = + {14, 0, xmlIsDigit_srng, (xmlChLRangePtr)0}; + +-static xmlChSRange xmlIsExtender_srng[] = { {0x2d0, 0x2d0}, {0x2d1, 0x2d1}, ++static const xmlChSRange xmlIsExtender_srng[] = { {0x2d0, 0x2d0}, {0x2d1, 0x2d1}, + {0x387, 0x387}, {0x640, 0x640}, {0xe46, 0xe46}, {0xec6, 0xec6}, + {0x3005, 0x3005}, {0x3031, 0x3035}, {0x309d, 0x309e}, {0x30fc, 0x30fe}}; + xmlChRangeGroup xmlIsExtenderGroup = + {10, 0, xmlIsExtender_srng, (xmlChLRangePtr)0}; + +-static xmlChSRange xmlIsIdeographic_srng[] = { {0x3007, 0x3007}, ++static const xmlChSRange xmlIsIdeographic_srng[] = { {0x3007, 0x3007}, + {0x3021, 0x3029}, {0x4e00, 0x9fa5}}; + xmlChRangeGroup xmlIsIdeographicGroup = + {3, 0, xmlIsIdeographic_srng, (xmlChLRangePtr)0}; +--- xmlunicode.c.orig 2006-02-16 17:14:30.000000000 +0200 ++++ xmlunicode.c 2006-02-16 18:42:34.000000000 +0200 +@@ -29,12 +29,12 @@ + } xmlUnicodeRange; + + typedef struct { +- xmlUnicodeRange *table; ++ const xmlUnicodeRange *table; + int numentries; + } xmlUnicodeNameTable; + + +-static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname); ++static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname); + + static xmlUnicodeRange xmlUnicodeBlocks[] = { + {"AegeanNumbers", xmlUCSIsAegeanNumbers}, +@@ -204,25 +204,25 @@ + {"Zp", xmlUCSIsCatZp}, + {"Zs", xmlUCSIsCatZs}}; + +-static xmlChSRange xmlCS[] = {{0x0, 0x1f}, {0x7f, 0x9f}, {0xad, 0xad}, ++static const xmlChSRange xmlCS[] = {{0x0, 0x1f}, {0x7f, 0x9f}, {0xad, 0xad}, + {0x600, 0x603}, {0x6dd, 0x6dd}, {0x70f, 0x70f}, {0x17b4, 0x17b5}, + {0x200c, 0x200f}, {0x202a, 0x202e}, {0x2060, 0x2063}, {0x206a, 0x206f}, + {0xd800, 0xd800}, {0xdb7f, 0xdb80}, {0xdbff, 0xdc00}, {0xdfff, 0xe000}, + {0xf8ff, 0xf8ff}, {0xfeff, 0xfeff}, {0xfff9, 0xfffb} }; +-static xmlChLRange xmlCL[] = {{0x1d173, 0x1d17a}, {0xe0001, 0xe0001}, ++static const xmlChLRange xmlCL[] = {{0x1d173, 0x1d17a}, {0xe0001, 0xe0001}, + {0xe0020, 0xe007f}, {0xf0000, 0xf0000}, {0xffffd, 0xffffd}, + {0x100000, 0x100000}, {0x10fffd, 0x10fffd} }; +-static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; ++static const xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; + +-static xmlChSRange xmlCfS[] = {{0xad, 0xad}, {0x600, 0x603}, ++static const xmlChSRange xmlCfS[] = {{0xad, 0xad}, {0x600, 0x603}, + {0x6dd, 0x6dd}, {0x70f, 0x70f}, {0x17b4, 0x17b5}, {0x200c, 0x200f}, + {0x202a, 0x202e}, {0x2060, 0x2063}, {0x206a, 0x206f}, {0xfeff, 0xfeff}, + {0xfff9, 0xfffb} }; +-static xmlChLRange xmlCfL[] = {{0x1d173, 0x1d17a}, {0xe0001, 0xe0001}, ++static const xmlChLRange xmlCfL[] = {{0x1d173, 0x1d17a}, {0xe0001, 0xe0001}, + {0xe0020, 0xe007f} }; +-static xmlChRangeGroup xmlCfG = {11,3,xmlCfS,xmlCfL}; ++static const xmlChRangeGroup xmlCfG = {11,3,xmlCfS,xmlCfL}; + +-static xmlChSRange xmlLS[] = {{0x41, 0x5a}, {0x61, 0x7a}, {0xaa, 0xaa}, ++static const xmlChSRange xmlLS[] = {{0x41, 0x5a}, {0x61, 0x7a}, {0xaa, 0xaa}, + {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x236}, + {0x250, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ee, 0x2ee}, + {0x37a, 0x37a}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, +@@ -292,7 +292,7 @@ + {0xfd92, 0xfdc7}, {0xfdf0, 0xfdfb}, {0xfe70, 0xfe74}, {0xfe76, 0xfefc}, + {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, + {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc} }; +-static xmlChLRange xmlLL[] = {{0x10000, 0x1000b}, {0x1000d, 0x10026}, ++static const xmlChLRange xmlLL[] = {{0x10000, 0x1000b}, {0x1000d, 0x10026}, + {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, + {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10300, 0x1031e}, + {0x10330, 0x10349}, {0x10380, 0x1039d}, {0x10400, 0x1049d}, +@@ -309,9 +309,9 @@ + {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, + {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7c9}, + {0x20000, 0x20000}, {0x2a6d6, 0x2a6d6}, {0x2f800, 0x2fa1d} }; +-static xmlChRangeGroup xmlLG = {279,50,xmlLS,xmlLL}; ++static const xmlChRangeGroup xmlLG = {279,50,xmlLS,xmlLL}; + +-static xmlChSRange xmlLlS[] = {{0x61, 0x7a}, {0xaa, 0xaa}, {0xb5, 0xb5}, ++static const xmlChSRange xmlLlS[] = {{0x61, 0x7a}, {0xaa, 0xaa}, {0xb5, 0xb5}, + {0xba, 0xba}, {0xdf, 0xf6}, {0xf8, 0xff}, {0x101, 0x101}, + {0x103, 0x103}, {0x105, 0x105}, {0x107, 0x107}, {0x109, 0x109}, + {0x10b, 0x10b}, {0x10d, 0x10d}, {0x10f, 0x10f}, {0x111, 0x111}, +@@ -411,7 +411,7 @@ + {0x2113, 0x2113}, {0x212f, 0x212f}, {0x2134, 0x2134}, {0x2139, 0x2139}, + {0x213d, 0x213d}, {0x2146, 0x2149}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, + {0xff41, 0xff5a} }; +-static xmlChLRange xmlLlL[] = {{0x10428, 0x1044f}, {0x1d41a, 0x1d433}, ++static const xmlChLRange xmlLlL[] = {{0x10428, 0x1044f}, {0x1d41a, 0x1d433}, + {0x1d44e, 0x1d454}, {0x1d456, 0x1d467}, {0x1d482, 0x1d49b}, + {0x1d4b6, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, + {0x1d4c5, 0x1d4cf}, {0x1d4ea, 0x1d503}, {0x1d51e, 0x1d537}, +@@ -421,17 +421,17 @@ + {0x1d6fc, 0x1d714}, {0x1d716, 0x1d71b}, {0x1d736, 0x1d74e}, + {0x1d750, 0x1d755}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d78f}, + {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7c9} }; +-static xmlChRangeGroup xmlLlG = {396,28,xmlLlS,xmlLlL}; ++static const xmlChRangeGroup xmlLlG = {396,28,xmlLlS,xmlLlL}; + +-static xmlChSRange xmlLmS[] = {{0x2b0, 0x2c1}, {0x2c6, 0x2d1}, ++static const xmlChSRange xmlLmS[] = {{0x2b0, 0x2c1}, {0x2c6, 0x2d1}, + {0x2e0, 0x2e4}, {0x2ee, 0x2ee}, {0x37a, 0x37a}, {0x559, 0x559}, + {0x640, 0x640}, {0x6e5, 0x6e6}, {0xe46, 0xe46}, {0xec6, 0xec6}, + {0x17d7, 0x17d7}, {0x1843, 0x1843}, {0x1d2c, 0x1d61}, {0x3005, 0x3005}, + {0x3031, 0x3035}, {0x303b, 0x303b}, {0x309d, 0x309e}, {0x30fc, 0x30fe}, + {0xff70, 0xff70}, {0xff9e, 0xff9f} }; +-static xmlChRangeGroup xmlLmG = {20,0,xmlLmS,NULL}; ++static const xmlChRangeGroup xmlLmG = {20,0,xmlLmS,NULL}; + +-static xmlChSRange xmlLoS[] = {{0x1bb, 0x1bb}, {0x1c0, 0x1c3}, ++static const xmlChSRange xmlLoS[] = {{0x1bb, 0x1bb}, {0x1c0, 0x1c3}, + {0x5d0, 0x5ea}, {0x5f0, 0x5f2}, {0x621, 0x63a}, {0x641, 0x64a}, + {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6ee, 0x6ef}, + {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, +@@ -485,21 +485,21 @@ + {0xfe70, 0xfe74}, {0xfe76, 0xfefc}, {0xff66, 0xff6f}, {0xff71, 0xff9d}, + {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, + {0xffda, 0xffdc} }; +-static xmlChLRange xmlLoL[] = {{0x10000, 0x1000b}, {0x1000d, 0x10026}, ++static const xmlChLRange xmlLoL[] = {{0x10000, 0x1000b}, {0x1000d, 0x10026}, + {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, + {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10300, 0x1031e}, + {0x10330, 0x10349}, {0x10380, 0x1039d}, {0x10450, 0x1049d}, + {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, + {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x1083f}, + {0x20000, 0x20000}, {0x2a6d6, 0x2a6d6}, {0x2f800, 0x2fa1d} }; +-static xmlChRangeGroup xmlLoG = {211,20,xmlLoS,xmlLoL}; ++static const xmlChRangeGroup xmlLoG = {211,20,xmlLoS,xmlLoL}; + +-static xmlChSRange xmlLtS[] = {{0x1c5, 0x1c5}, {0x1c8, 0x1c8}, ++static const xmlChSRange xmlLtS[] = {{0x1c5, 0x1c5}, {0x1c8, 0x1c8}, + {0x1cb, 0x1cb}, {0x1f2, 0x1f2}, {0x1f88, 0x1f8f}, {0x1f98, 0x1f9f}, + {0x1fa8, 0x1faf}, {0x1fbc, 0x1fbc}, {0x1fcc, 0x1fcc}, {0x1ffc, 0x1ffc} }; +-static xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL}; ++static const xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL}; + +-static xmlChSRange xmlLuS[] = {{0x41, 0x5a}, {0xc0, 0xd6}, {0xd8, 0xde}, ++static const xmlChSRange xmlLuS[] = {{0x41, 0x5a}, {0xc0, 0xd6}, {0xd8, 0xde}, + {0x100, 0x100}, {0x102, 0x102}, {0x104, 0x104}, {0x106, 0x106}, + {0x108, 0x108}, {0x10a, 0x10a}, {0x10c, 0x10c}, {0x10e, 0x10e}, + {0x110, 0x110}, {0x112, 0x112}, {0x114, 0x114}, {0x116, 0x116}, +@@ -597,7 +597,7 @@ + {0x2115, 0x2115}, {0x2119, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, + {0x2128, 0x2128}, {0x212a, 0x212d}, {0x2130, 0x2131}, {0x2133, 0x2133}, + {0x213e, 0x213f}, {0x2145, 0x2145}, {0xff21, 0xff3a} }; +-static xmlChLRange xmlLuL[] = {{0x10400, 0x10427}, {0x1d400, 0x1d419}, ++static const xmlChLRange xmlLuL[] = {{0x10400, 0x10427}, {0x1d400, 0x1d419}, + {0x1d434, 0x1d44d}, {0x1d468, 0x1d481}, {0x1d49c, 0x1d49c}, + {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, + {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b5}, {0x1d4d0, 0x1d4e9}, +@@ -608,9 +608,9 @@ + {0x1d608, 0x1d621}, {0x1d63c, 0x1d655}, {0x1d670, 0x1d689}, + {0x1d6a8, 0x1d6c0}, {0x1d6e2, 0x1d6fa}, {0x1d71c, 0x1d734}, + {0x1d756, 0x1d76e}, {0x1d790, 0x1d7a8} }; +-static xmlChRangeGroup xmlLuG = {390,31,xmlLuS,xmlLuL}; ++static const xmlChRangeGroup xmlLuG = {390,31,xmlLuS,xmlLuL}; + +-static xmlChSRange xmlMS[] = {{0x300, 0x357}, {0x35d, 0x36f}, ++static const xmlChSRange xmlMS[] = {{0x300, 0x357}, {0x35d, 0x36f}, + {0x483, 0x486}, {0x488, 0x489}, {0x591, 0x5a1}, {0x5a3, 0x5b9}, + {0x5bb, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c4}, + {0x610, 0x615}, {0x64b, 0x658}, {0x670, 0x670}, {0x6d6, 0x6dc}, +@@ -639,12 +639,12 @@ + {0x17dd, 0x17dd}, {0x180b, 0x180d}, {0x18a9, 0x18a9}, {0x1920, 0x192b}, + {0x1930, 0x193b}, {0x20d0, 0x20ea}, {0x302a, 0x302f}, {0x3099, 0x309a}, + {0xfb1e, 0xfb1e}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe23} }; +-static xmlChLRange xmlML[] = {{0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, ++static const xmlChLRange xmlML[] = {{0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, + {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, + {0xe0100, 0xe01ef} }; +-static xmlChRangeGroup xmlMG = {113,6,xmlMS,xmlML}; ++static const xmlChRangeGroup xmlMG = {113,6,xmlMS,xmlML}; + +-static xmlChSRange xmlMcS[] = {{0x903, 0x903}, {0x93e, 0x940}, ++static const xmlChSRange xmlMcS[] = {{0x903, 0x903}, {0x93e, 0x940}, + {0x949, 0x94c}, {0x982, 0x983}, {0x9be, 0x9c0}, {0x9c7, 0x9c8}, + {0x9cb, 0x9cc}, {0x9d7, 0x9d7}, {0xa03, 0xa03}, {0xa3e, 0xa40}, + {0xa83, 0xa83}, {0xabe, 0xac0}, {0xac9, 0xac9}, {0xacb, 0xacc}, +@@ -659,10 +659,10 @@ + {0x1038, 0x1038}, {0x1056, 0x1057}, {0x17b6, 0x17b6}, {0x17be, 0x17c5}, + {0x17c7, 0x17c8}, {0x1923, 0x1926}, {0x1929, 0x192b}, {0x1930, 0x1931}, + {0x1933, 0x1938} }; +-static xmlChLRange xmlMcL[] = {{0x1d165, 0x1d166}, {0x1d16d, 0x1d172} }; +-static xmlChRangeGroup xmlMcG = {55,2,xmlMcS,xmlMcL}; ++static const xmlChLRange xmlMcL[] = {{0x1d165, 0x1d166}, {0x1d16d, 0x1d172} }; ++static const xmlChRangeGroup xmlMcG = {55,2,xmlMcS,xmlMcL}; + +-static xmlChSRange xmlMnS[] = {{0x300, 0x357}, {0x35d, 0x36f}, ++static const xmlChSRange xmlMnS[] = {{0x300, 0x357}, {0x35d, 0x36f}, + {0x483, 0x486}, {0x591, 0x5a1}, {0x5a3, 0x5b9}, {0x5bb, 0x5bd}, + {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c4}, {0x610, 0x615}, + {0x64b, 0x658}, {0x670, 0x670}, {0x6d6, 0x6dc}, {0x6df, 0x6e4}, +@@ -690,11 +690,11 @@ + {0x1932, 0x1932}, {0x1939, 0x193b}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, + {0x20e5, 0x20ea}, {0x302a, 0x302f}, {0x3099, 0x309a}, {0xfb1e, 0xfb1e}, + {0xfe00, 0xfe0f}, {0xfe20, 0xfe23} }; +-static xmlChLRange xmlMnL[] = {{0x1d167, 0x1d169}, {0x1d17b, 0x1d182}, ++static const xmlChLRange xmlMnL[] = {{0x1d167, 0x1d169}, {0x1d17b, 0x1d182}, + {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0xe0100, 0xe01ef} }; +-static xmlChRangeGroup xmlMnG = {108,5,xmlMnS,xmlMnL}; ++static const xmlChRangeGroup xmlMnG = {108,5,xmlMnS,xmlMnL}; + +-static xmlChSRange xmlNS[] = {{0x30, 0x39}, {0xb2, 0xb3}, {0xb9, 0xb9}, ++static const xmlChSRange xmlNS[] = {{0x30, 0x39}, {0xb2, 0xb3}, {0xb9, 0xb9}, + {0xbc, 0xbe}, {0x660, 0x669}, {0x6f0, 0x6f9}, {0x966, 0x96f}, + {0x9e6, 0x9ef}, {0x9f4, 0x9f9}, {0xa66, 0xa6f}, {0xae6, 0xaef}, + {0xb66, 0xb6f}, {0xbe7, 0xbf2}, {0xc66, 0xc6f}, {0xce6, 0xcef}, +@@ -705,29 +705,29 @@ + {0x24ea, 0x24ff}, {0x2776, 0x2793}, {0x3007, 0x3007}, {0x3021, 0x3029}, + {0x3038, 0x303a}, {0x3192, 0x3195}, {0x3220, 0x3229}, {0x3251, 0x325f}, + {0x3280, 0x3289}, {0x32b1, 0x32bf}, {0xff10, 0xff19} }; +-static xmlChLRange xmlNL[] = {{0x10107, 0x10133}, {0x10320, 0x10323}, ++static const xmlChLRange xmlNL[] = {{0x10107, 0x10133}, {0x10320, 0x10323}, + {0x1034a, 0x1034a}, {0x104a0, 0x104a9}, {0x1d7ce, 0x1d7ff} }; +-static xmlChRangeGroup xmlNG = {42,5,xmlNS,xmlNL}; ++static const xmlChRangeGroup xmlNG = {42,5,xmlNS,xmlNL}; + +-static xmlChSRange xmlNdS[] = {{0x30, 0x39}, {0x660, 0x669}, ++static const xmlChSRange xmlNdS[] = {{0x30, 0x39}, {0x660, 0x669}, + {0x6f0, 0x6f9}, {0x966, 0x96f}, {0x9e6, 0x9ef}, {0xa66, 0xa6f}, + {0xae6, 0xaef}, {0xb66, 0xb6f}, {0xbe7, 0xbef}, {0xc66, 0xc6f}, + {0xce6, 0xcef}, {0xd66, 0xd6f}, {0xe50, 0xe59}, {0xed0, 0xed9}, + {0xf20, 0xf29}, {0x1040, 0x1049}, {0x1369, 0x1371}, {0x17e0, 0x17e9}, + {0x1810, 0x1819}, {0x1946, 0x194f}, {0xff10, 0xff19} }; +-static xmlChLRange xmlNdL[] = {{0x104a0, 0x104a9}, {0x1d7ce, 0x1d7ff} }; +-static xmlChRangeGroup xmlNdG = {21,2,xmlNdS,xmlNdL}; ++static const xmlChLRange xmlNdL[] = {{0x104a0, 0x104a9}, {0x1d7ce, 0x1d7ff} }; ++static const xmlChRangeGroup xmlNdG = {21,2,xmlNdS,xmlNdL}; + +-static xmlChSRange xmlNoS[] = {{0xb2, 0xb3}, {0xb9, 0xb9}, {0xbc, 0xbe}, ++static const xmlChSRange xmlNoS[] = {{0xb2, 0xb3}, {0xb9, 0xb9}, {0xbc, 0xbe}, + {0x9f4, 0x9f9}, {0xbf0, 0xbf2}, {0xf2a, 0xf33}, {0x1372, 0x137c}, + {0x17f0, 0x17f9}, {0x2070, 0x2070}, {0x2074, 0x2079}, {0x2080, 0x2089}, + {0x2153, 0x215f}, {0x2460, 0x249b}, {0x24ea, 0x24ff}, {0x2776, 0x2793}, + {0x3192, 0x3195}, {0x3220, 0x3229}, {0x3251, 0x325f}, {0x3280, 0x3289}, + {0x32b1, 0x32bf} }; +-static xmlChLRange xmlNoL[] = {{0x10107, 0x10133}, {0x10320, 0x10323} }; +-static xmlChRangeGroup xmlNoG = {20,2,xmlNoS,xmlNoL}; ++static const xmlChLRange xmlNoL[] = {{0x10107, 0x10133}, {0x10320, 0x10323} }; ++static const xmlChRangeGroup xmlNoG = {20,2,xmlNoS,xmlNoL}; + +-static xmlChSRange xmlPS[] = {{0x21, 0x23}, {0x25, 0x2a}, {0x2c, 0x2f}, ++static const xmlChSRange xmlPS[] = {{0x21, 0x23}, {0x25, 0x2a}, {0x2c, 0x2f}, + {0x3a, 0x3b}, {0x3f, 0x40}, {0x5b, 0x5d}, {0x5f, 0x5f}, {0x7b, 0x7b}, + {0x7d, 0x7d}, {0xa1, 0xa1}, {0xab, 0xab}, {0xb7, 0xb7}, {0xbb, 0xbb}, + {0xbf, 0xbf}, {0x37e, 0x37e}, {0x387, 0x387}, {0x55a, 0x55f}, +@@ -748,16 +748,16 @@ + {0xfe6a, 0xfe6b}, {0xff01, 0xff03}, {0xff05, 0xff0a}, {0xff0c, 0xff0f}, + {0xff1a, 0xff1b}, {0xff1f, 0xff20}, {0xff3b, 0xff3d}, {0xff3f, 0xff3f}, + {0xff5b, 0xff5b}, {0xff5d, 0xff5d}, {0xff5f, 0xff65} }; +-static xmlChLRange xmlPL[] = {{0x10100, 0x10101}, {0x1039f, 0x1039f} }; +-static xmlChRangeGroup xmlPG = {84,2,xmlPS,xmlPL}; ++static const xmlChLRange xmlPL[] = {{0x10100, 0x10101}, {0x1039f, 0x1039f} }; ++static const xmlChRangeGroup xmlPG = {84,2,xmlPS,xmlPL}; + +-static xmlChSRange xmlPdS[] = {{0x2d, 0x2d}, {0x58a, 0x58a}, ++static const xmlChSRange xmlPdS[] = {{0x2d, 0x2d}, {0x58a, 0x58a}, + {0x1806, 0x1806}, {0x2010, 0x2015}, {0x301c, 0x301c}, {0x3030, 0x3030}, + {0x30a0, 0x30a0}, {0xfe31, 0xfe32}, {0xfe58, 0xfe58}, {0xfe63, 0xfe63}, + {0xff0d, 0xff0d} }; +-static xmlChRangeGroup xmlPdG = {11,0,xmlPdS,NULL}; ++static const xmlChRangeGroup xmlPdG = {11,0,xmlPdS,NULL}; + +-static xmlChSRange xmlPeS[] = {{0x29, 0x29}, {0x5d, 0x5d}, {0x7d, 0x7d}, ++static const xmlChSRange xmlPeS[] = {{0x29, 0x29}, {0x5d, 0x5d}, {0x7d, 0x7d}, + {0xf3b, 0xf3b}, {0xf3d, 0xf3d}, {0x169c, 0x169c}, {0x2046, 0x2046}, + {0x207e, 0x207e}, {0x208e, 0x208e}, {0x232a, 0x232a}, {0x23b5, 0x23b5}, + {0x2769, 0x2769}, {0x276b, 0x276b}, {0x276d, 0x276d}, {0x276f, 0x276f}, +@@ -773,9 +773,9 @@ + {0xfe40, 0xfe40}, {0xfe42, 0xfe42}, {0xfe44, 0xfe44}, {0xfe48, 0xfe48}, + {0xfe5a, 0xfe5a}, {0xfe5c, 0xfe5c}, {0xfe5e, 0xfe5e}, {0xff09, 0xff09}, + {0xff3d, 0xff3d}, {0xff5d, 0xff5d}, {0xff60, 0xff60}, {0xff63, 0xff63} }; +-static xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL}; ++static const xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL}; + +-static xmlChSRange xmlPoS[] = {{0x21, 0x23}, {0x25, 0x27}, {0x2a, 0x2a}, ++static const xmlChSRange xmlPoS[] = {{0x21, 0x23}, {0x25, 0x27}, {0x2a, 0x2a}, + {0x2c, 0x2c}, {0x2e, 0x2f}, {0x3a, 0x3b}, {0x3f, 0x40}, {0x5c, 0x5c}, + {0xa1, 0xa1}, {0xb7, 0xb7}, {0xbf, 0xbf}, {0x37e, 0x37e}, + {0x387, 0x387}, {0x55a, 0x55f}, {0x589, 0x589}, {0x5be, 0x5be}, +@@ -793,10 +793,10 @@ + {0xfe68, 0xfe68}, {0xfe6a, 0xfe6b}, {0xff01, 0xff03}, {0xff05, 0xff07}, + {0xff0a, 0xff0a}, {0xff0c, 0xff0c}, {0xff0e, 0xff0f}, {0xff1a, 0xff1b}, + {0xff1f, 0xff20}, {0xff3c, 0xff3c}, {0xff61, 0xff61}, {0xff64, 0xff64} }; +-static xmlChLRange xmlPoL[] = {{0x10100, 0x10101}, {0x1039f, 0x1039f} }; +-static xmlChRangeGroup xmlPoG = {72,2,xmlPoS,xmlPoL}; ++static const xmlChLRange xmlPoL[] = {{0x10100, 0x10101}, {0x1039f, 0x1039f} }; ++static const xmlChRangeGroup xmlPoG = {72,2,xmlPoS,xmlPoL}; + +-static xmlChSRange xmlPsS[] = {{0x28, 0x28}, {0x5b, 0x5b}, {0x7b, 0x7b}, ++static const xmlChSRange xmlPsS[] = {{0x28, 0x28}, {0x5b, 0x5b}, {0x7b, 0x7b}, + {0xf3a, 0xf3a}, {0xf3c, 0xf3c}, {0x169b, 0x169b}, {0x201a, 0x201a}, + {0x201e, 0x201e}, {0x2045, 0x2045}, {0x207d, 0x207d}, {0x208d, 0x208d}, + {0x2329, 0x2329}, {0x23b4, 0x23b4}, {0x2768, 0x2768}, {0x276a, 0x276a}, +@@ -813,9 +813,9 @@ + {0xfe43, 0xfe43}, {0xfe47, 0xfe47}, {0xfe59, 0xfe59}, {0xfe5b, 0xfe5b}, + {0xfe5d, 0xfe5d}, {0xff08, 0xff08}, {0xff3b, 0xff3b}, {0xff5b, 0xff5b}, + {0xff5f, 0xff5f}, {0xff62, 0xff62} }; +-static xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL}; ++static const xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL}; + +-static xmlChSRange xmlSS[] = {{0x24, 0x24}, {0x2b, 0x2b}, {0x3c, 0x3e}, ++static const xmlChSRange xmlSS[] = {{0x24, 0x24}, {0x2b, 0x2b}, {0x3c, 0x3e}, + {0x5e, 0x5e}, {0x60, 0x60}, {0x7c, 0x7c}, {0x7e, 0x7e}, {0xa2, 0xa9}, + {0xac, 0xac}, {0xae, 0xb1}, {0xb4, 0xb4}, {0xb6, 0xb6}, {0xb8, 0xb8}, + {0xd7, 0xd7}, {0xf7, 0xf7}, {0x2c2, 0x2c5}, {0x2d2, 0x2df}, +@@ -848,30 +848,30 @@ + {0xfe64, 0xfe66}, {0xfe69, 0xfe69}, {0xff04, 0xff04}, {0xff0b, 0xff0b}, + {0xff1c, 0xff1e}, {0xff3e, 0xff3e}, {0xff40, 0xff40}, {0xff5c, 0xff5c}, + {0xff5e, 0xff5e}, {0xffe0, 0xffe6}, {0xffe8, 0xffee}, {0xfffc, 0xfffd} }; +-static xmlChLRange xmlSL[] = {{0x10102, 0x10102}, {0x10137, 0x1013f}, ++static const xmlChLRange xmlSL[] = {{0x10102, 0x10102}, {0x10137, 0x1013f}, + {0x1d000, 0x1d0f5}, {0x1d100, 0x1d126}, {0x1d12a, 0x1d164}, + {0x1d16a, 0x1d16c}, {0x1d183, 0x1d184}, {0x1d18c, 0x1d1a9}, + {0x1d1ae, 0x1d1dd}, {0x1d300, 0x1d356}, {0x1d6c1, 0x1d6c1}, + {0x1d6db, 0x1d6db}, {0x1d6fb, 0x1d6fb}, {0x1d715, 0x1d715}, + {0x1d735, 0x1d735}, {0x1d74f, 0x1d74f}, {0x1d76f, 0x1d76f}, + {0x1d789, 0x1d789}, {0x1d7a9, 0x1d7a9}, {0x1d7c3, 0x1d7c3} }; +-static xmlChRangeGroup xmlSG = {133,20,xmlSS,xmlSL}; ++static const xmlChRangeGroup xmlSG = {133,20,xmlSS,xmlSL}; + +-static xmlChSRange xmlScS[] = {{0x24, 0x24}, {0xa2, 0xa5}, {0x9f2, 0x9f3}, ++static const xmlChSRange xmlScS[] = {{0x24, 0x24}, {0xa2, 0xa5}, {0x9f2, 0x9f3}, + {0xaf1, 0xaf1}, {0xbf9, 0xbf9}, {0xe3f, 0xe3f}, {0x17db, 0x17db}, + {0x20a0, 0x20b1}, {0xfdfc, 0xfdfc}, {0xfe69, 0xfe69}, {0xff04, 0xff04}, + {0xffe0, 0xffe1}, {0xffe5, 0xffe6} }; +-static xmlChRangeGroup xmlScG = {13,0,xmlScS,NULL}; ++static const xmlChRangeGroup xmlScG = {13,0,xmlScS,NULL}; + +-static xmlChSRange xmlSkS[] = {{0x5e, 0x5e}, {0x60, 0x60}, {0xa8, 0xa8}, ++static const xmlChSRange xmlSkS[] = {{0x5e, 0x5e}, {0x60, 0x60}, {0xa8, 0xa8}, + {0xaf, 0xaf}, {0xb4, 0xb4}, {0xb8, 0xb8}, {0x2c2, 0x2c5}, + {0x2d2, 0x2df}, {0x2e5, 0x2ed}, {0x2ef, 0x2ff}, {0x374, 0x375}, + {0x384, 0x385}, {0x1fbd, 0x1fbd}, {0x1fbf, 0x1fc1}, {0x1fcd, 0x1fcf}, + {0x1fdd, 0x1fdf}, {0x1fed, 0x1fef}, {0x1ffd, 0x1ffe}, {0x309b, 0x309c}, + {0xff3e, 0xff3e}, {0xff40, 0xff40}, {0xffe3, 0xffe3} }; +-static xmlChRangeGroup xmlSkG = {22,0,xmlSkS,NULL}; ++static const xmlChRangeGroup xmlSkG = {22,0,xmlSkS,NULL}; + +-static xmlChSRange xmlSmS[] = {{0x2b, 0x2b}, {0x3c, 0x3e}, {0x7c, 0x7c}, ++static const xmlChSRange xmlSmS[] = {{0x2b, 0x2b}, {0x3c, 0x3e}, {0x7c, 0x7c}, + {0x7e, 0x7e}, {0xac, 0xac}, {0xb1, 0xb1}, {0xd7, 0xd7}, {0xf7, 0xf7}, + {0x3f6, 0x3f6}, {0x2044, 0x2044}, {0x2052, 0x2052}, {0x207a, 0x207c}, + {0x208a, 0x208c}, {0x2140, 0x2144}, {0x214b, 0x214b}, {0x2190, 0x2194}, +@@ -883,13 +883,13 @@ + {0x2999, 0x29d7}, {0x29dc, 0x29fb}, {0x29fe, 0x2aff}, {0xfb29, 0xfb29}, + {0xfe62, 0xfe62}, {0xfe64, 0xfe66}, {0xff0b, 0xff0b}, {0xff1c, 0xff1e}, + {0xff5c, 0xff5c}, {0xff5e, 0xff5e}, {0xffe2, 0xffe2}, {0xffe9, 0xffec} }; +-static xmlChLRange xmlSmL[] = {{0x1d6c1, 0x1d6c1}, {0x1d6db, 0x1d6db}, ++static const xmlChLRange xmlSmL[] = {{0x1d6c1, 0x1d6c1}, {0x1d6db, 0x1d6db}, + {0x1d6fb, 0x1d6fb}, {0x1d715, 0x1d715}, {0x1d735, 0x1d735}, + {0x1d74f, 0x1d74f}, {0x1d76f, 0x1d76f}, {0x1d789, 0x1d789}, + {0x1d7a9, 0x1d7a9}, {0x1d7c3, 0x1d7c3} }; +-static xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL}; ++static const xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL}; + +-static xmlChSRange xmlSoS[] = {{0xa6, 0xa7}, {0xa9, 0xa9}, {0xae, 0xae}, ++static const xmlChSRange xmlSoS[] = {{0xa6, 0xa7}, {0xa9, 0xa9}, {0xae, 0xae}, + {0xb0, 0xb0}, {0xb6, 0xb6}, {0x482, 0x482}, {0x60e, 0x60f}, + {0x6e9, 0x6e9}, {0x6fd, 0x6fe}, {0x9fa, 0x9fa}, {0xb70, 0xb70}, + {0xbf3, 0xbf8}, {0xbfa, 0xbfa}, {0xf01, 0xf03}, {0xf13, 0xf17}, +@@ -915,19 +915,19 @@ + {0x3260, 0x327d}, {0x327f, 0x327f}, {0x328a, 0x32b0}, {0x32c0, 0x32fe}, + {0x3300, 0x33ff}, {0x4dc0, 0x4dff}, {0xa490, 0xa4c6}, {0xfdfd, 0xfdfd}, + {0xffe4, 0xffe4}, {0xffe8, 0xffe8}, {0xffed, 0xffee}, {0xfffc, 0xfffd} }; +-static xmlChLRange xmlSoL[] = {{0x10102, 0x10102}, {0x10137, 0x1013f}, ++static const xmlChLRange xmlSoL[] = {{0x10102, 0x10102}, {0x10137, 0x1013f}, + {0x1d000, 0x1d0f5}, {0x1d100, 0x1d126}, {0x1d12a, 0x1d164}, + {0x1d16a, 0x1d16c}, {0x1d183, 0x1d184}, {0x1d18c, 0x1d1a9}, + {0x1d1ae, 0x1d1dd}, {0x1d300, 0x1d356} }; +-static xmlChRangeGroup xmlSoG = {103,10,xmlSoS,xmlSoL}; ++static const xmlChRangeGroup xmlSoG = {103,10,xmlSoS,xmlSoL}; + +-static xmlChSRange xmlZS[] = {{0x20, 0x20}, {0xa0, 0xa0}, {0x1680, 0x1680}, ++static const xmlChSRange xmlZS[] = {{0x20, 0x20}, {0xa0, 0xa0}, {0x1680, 0x1680}, + {0x180e, 0x180e}, {0x2000, 0x200b}, {0x2028, 0x2029}, {0x202f, 0x202f}, + {0x205f, 0x205f}, {0x3000, 0x3000} }; +-static xmlChRangeGroup xmlZG = {9,0,xmlZS,NULL}; ++static const xmlChRangeGroup xmlZG = {9,0,xmlZS,NULL}; + +-xmlUnicodeNameTable xmlUnicodeBlockTbl = {xmlUnicodeBlocks, 128}; +-xmlUnicodeNameTable xmlUnicodeCatTbl = {xmlUnicodeCats, 36}; ++static const xmlUnicodeNameTable xmlUnicodeBlockTbl = {xmlUnicodeBlocks, 128}; ++static const xmlUnicodeNameTable xmlUnicodeCatTbl = {xmlUnicodeCats, 36}; + + /** + * xmlUnicodeLookup: +@@ -939,9 +939,9 @@ + * Returns pointer to range function if found, otherwise NULL + */ + static xmlIntFunc +-*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { ++*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) { + int low, high, mid, cmp; +- xmlUnicodeRange *sptr; ++ const xmlUnicodeRange *sptr; + + if ((tptr == NULL) || (tname == NULL)) return(NULL); + diff -Nru libxml2-2.6.16/debian/rules libxml2-2.6.16.maemo.1/debian/rules --- libxml2-2.6.16/debian/rules 2019-04-09 00:40:41.000000000 +0000 +++ libxml2-2.6.16.maemo.1/debian/rules 2006-05-12 09:24:48.000000000 +0000 @@ -17,6 +17,12 @@ CFLAGS += -O2 endif +# Use soft-float and thumb mode if it enabled. +ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS))) + CFLAGS += -mthumb +endif + + build: build-stamp build-stamp: dh_testdir @@ -27,12 +33,14 @@ done # ./configure - CFLAGS="$(CFLAGS)" ./configure --prefix=/usr + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --without-python echo "all:" > example/Makefile echo "install:" >> example/Makefile echo "distclean:" >> example/Makefile echo " rm -rf .deps" >> example/Makefile + patch -p0 < debian/patches/libxml2-const.diff + mv -f python/Makefile python/Makefile.bak echo all: > python/Makefile # Build libxml2 @@ -44,6 +52,11 @@ clean: dh_testdir dh_testroot + + if [ -e build-stamp ]; then \ + patch -p0 -R < debian/patches/libxml2-const.diff; \ + fi + rm -f build-stamp install*-stamp rm -f debian/python*.examples debian/python*.install diff -Nru libxml2-2.6.16/doc/xmlcatalog.1 libxml2-2.6.16.maemo.1/doc/xmlcatalog.1 --- libxml2-2.6.16/doc/xmlcatalog.1 2004-06-27 11:56:46.000000000 +0000 +++ libxml2-2.6.16.maemo.1/doc/xmlcatalog.1 2006-05-12 09:24:56.000000000 +0000 @@ -1,148 +0,0 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "XMLCATALOG" 1 "" "" "xmlcatalog Manual" -.SH NAME -xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files. -.SH "SYNOPSIS" -.ad l -.hy 0 -.HP 11 -\fBxmlcatalog\fR [\fB\-\-shell\fR | \fB\-\-create\fR | \fB\-\-add\ \fItype\fR\ \fIorig\fR\ \fIreplace\fR\fR | \fB\-\-del\ \fIvalues\fR\fR | \fB\-\-noout\fR | \fB\-\-verbose\fR] [\fB\fIcatalogfile\fR\fR] [\fB\fIentities\fR\fR] -.ad -.hy - -.SH "INTRODUCTION" - -.PP - xmlcatalog is a command line application allowing users to monitor and manipulate XML and SGML catalogs\&. It is included in libxml2\&. - -.PP -Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both XML and SGML files\&. - -.SH "COMMAND LINE OPTIONS" - -.TP -\fB\-\-shell\fR \fIfilename\fR -Run a shell allowing interactive queries on catalog file \fIfilename\fR\&. - -.TP -\fB\-\-create\fR \fIfilename\fR -Create a new XML catalog\&. Outputs to stdout, ignoring \fIfilename\fR unless \fB\-\-noout\fR is used, in which case it creates a new catalog file \fIfilename\fR\&. - -.TP -\fB\-\-add\fR \fI'type'\fR \fI'orig'\fR \fI'replace'\fR \fIfilename\fR -Add an entry to catalog file \fIfilename\fR\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem', and 'nextCatalog'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&. The \fB\-\-add\fR option will not overwrite \fIfilename\fR, outputting to stdout, unless \fB\-\-noout\fR is used\&. The \fB\-\-add\fR will always take three parameters even if some of the XML catalog constructs will have only a single argument\&. - -If the \fB\-\-add\fR option is used following the \fB\-\-sgml\fR option, only a single argument, a \fIfilename\fR, is used\&. This is used to add the name of a catalog file to an SGML supercatalog, a file that contains references to other included SGML catalog files\&. - -.TP -\fB\-\-del\fR \fI'values'\fR \fIfilename\fR -Remove entries from the catalog file \fIfilename\fR matching \fI'values'\fR\&. The \fB\-\-del\fR option will not overwrite \fIfilename\fR, outputting to stdout, unless \fB\-\-noout\fR is used\&. - -.TP -\fB\-\-noout\fR -Save output to the named file rather than outputting to stdout\&. - -.TP -\fB\-\-sgml\fR -Uses SGML Super catalogs for \-\-add and \-\-del options - -.TP -\fB\-v\fR or \fB\-\-verbose\fR -output debugging information\&. - -.SH "SHELL COMMANDS" - -.PP -Invoking xmlcatalog with the \fB\-\-shell\fR \fIfilename\fR option opens a command line shell allowing interactive access to the catalog file identified by \fIfilename\fR\&. Invoking the shell provides a command line prompt after which commands can be entered\&. - -.TP -\fBpublic\fR \fI'PublicID'\fR -Execute a public identifier lookup of the catalog entry for \fI'PublicID'\fR\&. The corresponding entry will be output to the command line\&. - -.TP -\fBsystem\fR \fI'SystemID'\fR -Execute a public identifier lookup of the catalog entry for \fI'SystemID'\fR\&. The corresponding entry will be output to the command line\&. - -.TP -\fBadd \fR \fI'type'\fR \fI'orig'\fR \fI'replace'\fR -Add an entry to the catalog file\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem', and 'nextCatalog'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&. - -.TP -\fBdel\fR \fI'values'\fR -Remove the catalog entry corresponding to \fI'values'\fR\&. - -.TP -\fBdump\fR -Print the current catalog\&. - -.TP -\fBdebug\fR -Print debugging statements showing the steps xmlcatalog is executing\&. - -.TP -\fBquiet\fR -Stop printing debugging statements\&. - -.TP -\fBexit\fR -Quit the shell\&. - -.SH "RETURN VALUES" - -.PP -xmlcatalog's return codes provide information that can be used when calling it from scripts\&. - -.PP -0: normal - -.PP -1: Failed to remove an entry from the catalog - -.PP -2: Failed to save to the catalog, check file permissions - -.PP -3: Failed to add an entry to the catalog - -.PP -4: Failed to lookup and entry in the catalog - -.SH "CATALOGS" - -.PP -Catalog behavior can be changed by redirecting queries to the user's own set of catalogs\&. This can be done by setting the \fIXML_CATALOG_FILES\fR environment variable to a list of catalogs\&. An empty one should deactivate loading the default \fI/etc/xml/catalog\fR default catalog\&. - -.SH "REFERENCES" - -.PP -libxml web page: \fIhttp://www.xmlsoft.org/\fR - -.PP -libxml catalog support web page: \fIhttp://www.xmlsoft.org/catalog.html\fR - -.PP -James Clark's SGML catalog page: \fIhttp://www.jclark.com/sp/catalog.htm\fR - -.PP -OASIS XML catalog specification: \fIhttp://www.oasis-open.org/committees/entity/spec.html\fR - -.SH AUTHOR -John Fleck. diff -Nru libxml2-2.6.16/result/HTML/doc3.htm libxml2-2.6.16.maemo.1/result/HTML/doc3.htm --- libxml2-2.6.16/result/HTML/doc3.htm 2004-05-12 14:46:26.000000000 +0000 +++ libxml2-2.6.16.maemo.1/result/HTML/doc3.htm 1970-01-01 00:00:00.000000000 +0000 @@ -1,445 +0,0 @@ - - - -BP6.com #1 online resource for the BP6 Mobo.... - - - - - - -

-

-
- - - - - - - -
-
-
-

Monday, July 31st, 2000

-
-
-
-

-

-
-
- - - - - - - - -
-

Abit BP6 Motherboard specification and information.
BP6 Specs -

-
-

How to cool the BX Chipset on your BP6.
BX Cooling -

-
-

The U;timate Gaming Contest - Coming Soon!
UGM Contest -

-
-

Cooling & Heatsink review for the BP6.
Heatsinks -

-
-

BP6 101 - Class is now in session. Welcome newbies!
BP6 101 -

-
-

Install guide for installing Windows 2000 on the BP6
Win2k Install -

-
-

Taking a first look at the Abit Linux release called
Gentus -

-
-
-
-
-
-
- - - - -
-
-
REVIEWS

BP6 Reviews
BP6 Watercooling
BX Chipset Cooling
Benchmarks
BP6FSB Utility
PowerLeap NEO S370
SETI on the BP6
Golden Orbs I
Golden Orbs II
VTT Solution

NAVIGATE -
News
Online Text Chat
Voice Chat
Messageboard
Temp. Converter
Picture Gallery
Latest BIOS
Drivers & Files
UGM of the week
BP6 Contest

OTHER STUFF - -
Who is Tim?
Contact BP6.com
Affiliates Section
Sponsors Section
Links

PC SPECIALS -
Vendor - Specials


Pic of the day -
-
-

No picture is available for today.

-
-
-
-
-
-
-

-

-
-
- -
-
Headlines
Chat - with ABIT - 8:09PM PDT
Fixed - wallpaper - 11:47PM PDT
Seti - update - 10:40PM PDT
Judge - gives Napster the Boot!! - 2:10PM PDT
Ram - Sinks.. more cooling for small places. - 8:54AM - PDT
is - it [H]ard? - 9:19PM PDT
WiLd - CaSe!! - 1:40PM PDT
What - the heck is a Peltier?!?! - 10:05AM PDT
HELLO - EVERYONE!!! - 10:03PM PDT
BP6 - Q3 server up and running.. - 2:06AM PDT

-
Sunday, - July 30, 2000
-
Chat with - ABIT
Posted by Holodeck2 @ 8:09PM - PDT  0 comments -  | top
I’m slacking a little. All game no - work makes Holodeck2 a happy boy :-)

Wallpaper update: I got - off my lazy ass and redid the 1280x1024 wall paper, now it has the 2 - celerons.

Fullon3d had a live chat with that Eric guy from Abit. - Submitted by: MJS

Here’s a little clip:
[Falcon] - BP6-2??
[EricBoeing] We already have a micro ATX dual flip-chip - board
[EricBoeing] but it's OEM only
[EricBoeing] the full ATX - version should be out Septemberish


-
Thursday, - July 27, 2000
-
Fixed - wallpaper
Posted by Holodeck2 @ 11:47PM - PDT  5 comments -  | top
Get them now!!
This is a - fixed bp6 wallpaper. In all the popular flavors, err... - resolutions.

It's still the Intels Inside one with a spelling - change; from "Mothboard" to "Motherboard"

Thanks to Matt for - pointing that out to me.
I would also like to thank Kevin for - hosting my last batch and Radu for the previous "DUEL"/"DUAL" - error.
And 1 more person, THANK YOU TIM for letting me borrow - your server space ;-)

If you need a weird resolution, feel - free to e-mail me requesting - for one.
If you have ideas or more errors to point out, mailto:Holodeck2@home.com

800x600
1024x768
1152x864
1280x1024
1600x1200

Enjoy :-)

-

Holodeck2,
[H]ard at - work on the Brand Spanking New Wallpaper.



Seti update
Posted by Holodeck2 @ 10:40PM - PDT  5 comments -  | top

You like the - pic?

Bp6 User Group Update:
Completed 61531 - units!!
#168 on Top 200 All Groups (Going to pass CLRC in - a few days)
#74 on Top 200 Teams (Gaining fast on - Starfleet)

We are flying though at the speed of light (may be - a little slower).
Good job everyone!!

Check this page at - least once a day for new stuff :-)


Judge gives Napster the - Boot!!
Posted by Holodeck2 @ 2:10PM - PDT  0 comments -  | top
Good afternoon for everyone living in - EST. I was going to post today morning but I didn't. Here's my - story:
I woke up and thought about posting something but I - decided to wax my car before the sun came up (draw your own - conclusions), wax on, wax off, wax on,..., did that for about an - hour. Then I saw the sun rise (Aaahh I'm melting... not). I sat in - front of my comp and started to search for good news to post. Saw - that a stoopid judge temporally shuts down napster. Goes to room and - cry. and now I'm here :-)

Judge shuts Napster down -


Check out the Goofy guy in the suit
He's Sean - Fanning, founder of Napster.

Got news?? mailto:Holodeck2@home.com


Ram Sinks.. more cooling for small - places.
Posted by tim @ 8:54AM PDT  0 comments -  | top
Need some cooling for your Videocard - memory to get a little extra overclockability and FPS? Overclockers Hiedout Ram Sinks They just notified - me of their new design.


-
Wednesday, July 26, - 2000
-
is it - [H]ard?
Posted by Holodeck2 @ 9:19PM - PDT  0 comments -  | top
Big heatsinks are good, very good. The - bigger the better.
You can never can have a too big of heatsink - on a small chip (CPU, GPU, CHIPSET, etc)


My overclocked - Voodoo3 2000 with a BIG mofo heatsink on top.
Peltier and - watercooling next up :-)
(if you pry off the heatsink you void - the warranty )

it was originally posted on [H]ardOCP
I’m not only a - BP6er but also a [H]ardOCPer


WiLd CaSe!!
Posted by Holodeck2 @ 1:40PM - PDT  8 comments -  | top
Now this person really knows how to - keep his case cool!!
Addin an 18" Fan!! WOW!!


Click to go to his - site.


What the heck is a - Peltier?!?!
Posted by Holodeck2 @ 10:05AM - PDT  6 comments -  | top
This is for all you people who wanted - to know what a peltier is.

The quest fo the Perfect - Peltier

Thanks to - TweakMax.com -

Note: Today morning when I woke up I saw my whole screen - cluttered with a bunch of IMs!! I live in the USA on EST. If you - live somewhere else please check the time in my area. for example: - If you live in Europe and IM me in the morning your time I would be - sleeping it would be like 4 in the morning here. Just to let you - know
I'm not angry at anyone... - good thing I have a long fuse


-
Tuesday, - July 25, 2000
-
HELLO - EVERYONE!!!
Posted by Holodeck2 @ 10:03PM - PDT 
Hello - everyone, Woohoo!! I'm on!!
Who is this Holodeck2 person - anyways?!?! Read on :-)
I’m a regular on the bp6 messageboard, - trying to help people out with their problems.
I’m the - self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve - probably already done it and can offer some incite.
My computer - is always on so you can contact me whenever... problem is, I'm not - always in front of it. I'll try to update this page and keep - everyone happy :-)
Any Questions or comments, you can either - contact me or post it on the messageboard.

Ways to contact - me.
E-mail: Holodeck2@home.com (All E-mails - will be answered in 24 hours or less, I guarantee it.)
When you - write me an e-mail please put in the subject line "BP6" then the - rest of your subject so my e-mail program can sort it, thanks
AIM: Holodeck2 (instant response - if I’m in front of my comp and not trying to frag someone)
ICQ: 82640218 (rarely - on)

P.S. If someone named “Digital Vortex” on either Quake 3 - or 2 frags you, it’s probably me. ;-)


-
Monday, - July 24, 2000
-
BP6 Q3 server up and - running..
Posted by tim @ 2:06AM PDT  3 comments -  | top
Setup a Q3 server for anyone wanting - to practice in preparation for Quakecon.. Connect to bp6.dyndns.org - default port. (SERVER: BP6 system, 256 MB ram, celeron 600 on a T3 - connection)... Will be moved to another BP6 server eventually. This - is only a temporary test of the system and net connection.
(BTW- - there are a few bot's running around in there..)


BIOS Savior to the - rescue....
Posted by tim @ 12:53AM PDT  2 comments -  | top
Do you sweat during the BIOS flashing - procedure on your BP6 mobo? If so then this little gadget maybe - worth a first look. It's called the "RD1 BIOS Savior" and it - plugs in between your BIOS ROM and the BIOS ROM socket on your mobo. - This device will backup your BIOS and and allow you to recover your - BIOS in the event that your flashing session goes wrong. In the - event of a bad flash, just flip a switch on the RDI and boot up your - system, and flash again. This is also good as a failsafe in case you - don't believe in Virus Protecting your computer. (Thanks to Fred for - link)
Manufacturers Brochure (PDF Format)
Another info page
Available for about $20



-
Monday, - July 17, 2000
-
How To - Overclock
Posted by DareDevil @ 4:17PM - PDT  3 comments -  | top
For those of you who are new to - overclocking, this guide will explain to you how to overclock, and - what some of the terms are. Like 'FSB' (what the heck is that!? - :0))

How To Overclock


The Cardcooler - XT
Posted by DareDevil @ 4:11PM - PDT  1 comments -  | top
Wow! I am impressed! Nevermind keeping - the CPU's cool... Keep your whole board cool!

Even if your - not overclocking your system (or planning on it), this unit will - provide system stability and longevity. What would happen one day of - your GeForce or CPU fan went dead? You can also think of this - cooling unit as a backup to essential cooling fans in your - system.

Check this out!

http://www.brokenpixel.com/articles/coolerXT/cardcoolerXT_1.shtml -


'Nerd - Inside'
Posted by DareDevil @ 11:53AM - PDT  1 comments -  | top
We all need to have some fun - sometimes! Check out this little web site that sells 'nerd' clothing - ;) (I like the bibs in the Junior Hackerz section) :-Þ



Dual PSU Wiring diagram... (preview to - Part 1 Watercooling Project)
Posted by tim @ 12:43AM PDT  11 comments -  | top
When is comes to overclocking your - system, cooling plays a big role. Powering all of those fans in your - system can cause quite a strain on your PSU (Power Supply Unit). - Depending on the number of peripherals in your system, adding a more - powerfull PSU or adding a second PSU may be neccesary. For - watercooling and using peltiers, dedicating a second PSU to power - the Peltiers (TEC's) is a good idea. Here I have come up with 2 - diagrams on how I wired dual 300 watt ATX power supply units for the - Blizzard BP6 watercooling project. Consider this part of Step 1. - More will follow this week. BTW.. hacking up your PSU's is very - dangerous and is not recommended unless you know what you are doing. -

View Diagram 1 here.
View Diagram 2 here.

I used Tap-In Squeeze Connectors and - 22 guage wire to connect the wires. You can get them at Radio Shack - Part# 64-3053 or click here.


-
Sunday, - July 16, 2000
-
RAM Overclocking? - Hmmmmm.
Posted by DareDevil @ 9:57AM - PDT  3 comments -  | top
I know we're pretty big overclockers - here at BP6.Com so, this is a post of choice ;-) I've seen the - question in the message boards, 'why can't I overclock any higher?' - Well, it's not always the CPU that's holding you back... Many other - things need to be taken care of to overclock such as your PCI - devices (can they handle the higher bus speed), the actual CPU, and - your RAM. I'm not saying that that a high quality stick of silicon - will enable you to overclock your 366MHz to 1 GHZ (I wish!), but, it - will certainly help =)

Extreme Overclocking has tested - (overclocked) PC133 RAM to there full potential. Here's a quote I - found and the link:

Well, the guys at Extreme Overclocking - have been hard at work again with their latest review. This time - they have put seven 128MB PC133 memory modules through the torture - tests to determine their maximum overclocking potential. Which one's - came out on top? Read the review to find out....

Cooked RAM... Yummie

The - ÐÐ.


CPU - Guide
Posted by DareDevil @ 9:17AM - PDT  0 comments -  | top
A follow up on the 'Weekly CPU - Prices', this guide will help you determine which cpu is best for - you (and your board ;-)). Sent to me by Spanky, here's the - link:

  • http://www6.tomshardware.com/howto/00q2/000412/index.html


  • -
    Saturday, - July 15, 2000
    -
    Weekly CPU - Prices
    Posted by DareDevil @ 11:29AM - PDT  2 comments -  | top
    Wow, found this very useful! Wanting - to buy a new CPU? Check out this detailed price list!

    Click Here.

    Thanks Sharky - Extreme!


    Fast Wallpapers
    Posted by DareDevil @ 9:51AM - PDT  0 comments -  | top
    FAST-MHz has released some wallpapers! - Click here to view them. They come in sizes - 800x600 1024x768 and 1152x864. If you have your desktop set at a - larger size, just use the 'stretch' function in desktop properties - instead of 'center'. Works great.

    In other news, we want to - finnish off all the sections at BP6.Com so, to start, we're going to - work on the Picture Gallery. To help us out, you can send in - all your cool, wierd, crazy pics that you may have to: thedaredevil@bp6.com. (The - topic being computers, duh! :0) And no... I don't want to recieve - any porno piccies in my mailbox! I have enough of those!) Kidding - guys.

    Okay, that's all for now.

    The - ÐÐ.


    -
    Friday, - July 14, 2000
    -
    Hey - There!
    Posted by DareDevil @ 5:05PM - PDT  7 comments -  | top
    Hey guys, just wanted to introduce - myself, some of you may have already met me on the BP6.com board. - I'll be posting up news from time to time now so, if you'd like, you - may send me some news to be posted if you find any ( we don't want - to flood Tim ;-) ).

    My e-mail address is killz@i82hq.com

    Ciao for - now.

    The ÐÐ.


    -
    -
    -
    -
    -

    -

    -
    -
    - -
    -
    Newsletter


    -
    - -
    Search news


    News - archive -
    -
    -
    - - - -
    -
    -

    PC Price - Search

    -
    -
    -



    BP6.com Special - Enter CODE: BP6-hd in the order (notes) to receive a discount
    BP6.COM - Special
    Code:BP6-hd
    -
     
    -
    -
    -
    - -  - - - -
    -

    Copyright - ©1999-2000 BP6.com, All rights reserved.
    Got news? Send it to
    Tim

    -
    -
    - - - diff -Nru libxml2-2.6.16/result/HTML/fp40.htm libxml2-2.6.16.maemo.1/result/HTML/fp40.htm --- libxml2-2.6.16/result/HTML/fp40.htm 2003-11-04 08:45:48.000000000 +0000 +++ libxml2-2.6.16.maemo.1/result/HTML/fp40.htm 1970-01-01 00:00:00.000000000 +0000 @@ -1,154 +0,0 @@ - - - - -README - Microsoft FrontPage 2000 Server Extensions - - - - -

    Microsoft FrontPage 2000 Server Extensions, UNIX

    - -© Copyright Microsoft Corporation, 1999  - - -

    The FrontPage Server Extensions are a set of programs on the Web server that support: - -

    -
      -
    • Authoring FrontPage webs
    • -
    • Administering FrontPage webs
    • -
    • Browse-time FrontPage web functionality
    • -
    -

    Contents 

    - -Release Notes
    Resources for More Information -

     

    -
    -

    Release Notes

    - -

    This section provides complementary or late-breaking -information to supplement the Microsoft FrontPage Server Extensions documentation.

    - -

    Apache 1.3.4 Support
    Upgrading from previous version of FrontPage Server Extensions
    Uploading files into executable folders

    - - -

    Top of Page

    - - -

    Apache 1.3.4 Support

    - -

    You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4. -FrontPage Server Extensions expect to find all resource directives in the main server -configuration file, usually http.conf. To prevent the server extensions from using any secondary -configuration files (access.conf, srm.conf), add the following lines to http.conf:

    - - -
    - -ResourceConfig /dev/null 
    -AccessConfig /dev/null
    -
    - - - -

    If you have some settings stored in secondary configuration files, move them to http.conf.

    - -

    You must stop and restart the web server for your changes to http.conf to take effect.

    - - - -

    Top of Section

    - - - -

    Upgrading from previous version of FrontPage Server Extensions

    - -

    Custom entries in frontpage.cnf are not migrated to FrontPage 2000.

    - -

    When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /usr/local/frontpage/version4.0 directory. -Any custom settings stored in a previous-version frontpage.cnf are not used. However, you can copy -your custom settings from the previous-version frontpage.cnf file after you install the FrontPage 2000 Server Extensions.

    - -

    Do not overwrite the FrontPage 2000 frontpage.cnf file with a frontpage.cnf file from an -earlier version of the FrontPage Server Extensions.

    - - - -

    Top of Section

    - - - -

    Uploading files into executable folders

    - - -

    After upgrading to FrontPage 2000, FrontPage authors will not be able to upload files into -executable folders. For security reasons, the default setting on FrontPage 2000 webs does not -allow authors to upload executable files into executable folders in a FrontPage web. This -setting protects servers so that authors do not inadvertently upload a program containing a bug -or a virus.

    - -

    To allow FrontPage authors to upload executables, set the NoExecutableCgiUpload configuration -variable to zero (0). For information about FrontPage Server Extension configuration variables, -see the FrontPage 2000 Server Extensions Resource Kit at http://officeupdate.microsoft.com/frontpage/wpp/serk/.

    - - - -

    Top of Section

    - - - -
    -

    Resources for More Information

    - -

    This section lists sources of more information about the -FrontPage Server Extensions.

    - -

    Server Extensions Resource Kit
    Server Extensions Resource Kit Update
    Knowledge Base

    - - -

    Top of Page

    - - -

    Server Extensions Resource Kit

    - -

    The FrontPage 2000 Server Extensions include a full set of documentation: the Server -Extensions Resource Kit. This is an HTML document installed on the server machine (by -default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource -Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.

    - -

    The Server Extensions Resource Kit contains detailed information about installing and -administering the FrontPage Server Extensions along with an overview of the Server -Extensions, a detailed discussion of Server Extensions security on UNIX and Windows, -troubleshooting information, and a full set of appendixes.

    - -

    Top of Section

    - - -

    Server Extensions Resource Kit Update

    - -

    For updated information about installing, setting up, and administrating the FrontPage Server -Extensions, see the Server Extensions Resource Kit Update at: http://officeupdate.microsoft.com/frontpage/wpp/serk/.

    - - -

    Top of Section

    - - -

    Microsoft Knowledge Base

    - -

    For further technical information on FrontPage, please consult Support Online. Use Support -Online to easily search Microsoft Product Support Services' collection of resources including -technical articles from Microsoft's extensive Knowledge Base, FAQs, & troubleshooters to find -fast, accurate answers. You can also customize the site to control your search using either -keywords or the site's natural language search engine, which uses normal everyday language for -answering inquiries, so you can write your question in your own words. To begin, go to -http://support.microsoft.com/support/.

    - -

    Top of Section

    - - -

     

    - -
    - - diff -Nru libxml2-2.6.16/result/HTML/wired.html libxml2-2.6.16.maemo.1/result/HTML/wired.html --- libxml2-2.6.16/result/HTML/wired.html 2003-11-04 08:46:16.000000000 +0000 +++ libxml2-2.6.16.maemo.1/result/HTML/wired.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,398 +0,0 @@ - - -Top Stories News from Wired News - - - - -
    - - - - - - - -
    - -
    True to the Original
    - - - - - - - - - - - - - - - - - - - - -

       updated 10:15 a.m.  15.Oct.99.PDT
    - - - - - - - - - - -
    - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    SECTIONS
    Business
    Culture
    Technology
    Politics
    -WIRE SERVICE NEWS
    Top Headlines
    Sports
    Finance
    - FREE DELIVERY
    - - - -
    -
    - -   -
    -
    - -
    -
    - STOCKS
    Get Quote:
    -  -
    -Financial Services
    -
    -
    - -Datek -Wired Index Fund -internet.com Index Fund -GetSmart's MortgageFinder -
    Today's Summary
    Wired Index | All Indexes
    Portfolios
    FIND A BOOK
    - - - - - - - - - -
    -
    - - -
    -
    -
    -

    - Powered by barnesandnoble.com - -

    -
    -
    WIRED - MAGAZINE
    - - -
    Wired Magazine
    - -Issue 7.11 -
    -
    - - -Subscribe to Wired.
    Special offer!
    - - -
    -
    - HOTWIRED -
    -Frontdoor
    Webmonkey
    Webmonkey Guides
    RGB Gallery
    Animation Express
    Suck.com
    -
    - HOTBOT -
    -Search
    Shopping
    -
    -
    - - Wired News staff

    Contact us
    - - -

    Wired News delivered
    by PalmPilot,
    Outlook Express,
    In-Box Direct,
    -or PointCast

    -
    - - - - - - - - - - -
    -
    -
    -
    Nomad's Land

    Homeless, but ID'd, in Seattle
    8:15 a.m. The city council approves a plan to track the homeless by a numbering system, saying it'll improve services. The implications worry privacy advocates, naturally. By Craig Bicknell.
    in Politics
    - - - - - - - - - - - - - - - - - - - - - - - - - -
     HITS & MISC.
      -
    Calendar of E-Vents
    Ongoing goings-on.

    Rants & Raves
    Readers on Apple's G4 ... AOL's passwords ... MS vs. Linux.

    -
     CURRENT HOO-HA
      -
    MP3 Rocks the Web
    Download the sound.
    Sponsored by Musicmaker


    The Wireless World
    Networking gets unplugged.
    Sponsored by Ericsson


    Digital Hollywood
    The buzz of tech.

    IPO Outlook
    Deals in the pipeline.
    Sponsored by Sun


    E-Biz
    Business unusual.
    Sponsored by IBM


    Med-Tech Center
    From the bleeding edge.
    Sponsored by WebMD


    The Linux Effect
    Not just for geeks.


    Executive Summary
    CEOs, COOs, CIOs unite.
    Sponsored by Vignette


    Making the Grade
    Reading, writing, and ROM.
    Sponsored by U of Phoenix


    Infostructure
    An IS/IT resource
    Sponsored by Sprint


    Y2K Watch
    Tick... Tick... Tick...

    More Hoo-Ha
     
    -
     MEANWHILE...
      -
    Führer Furor

    -Contruction workers in Berlin opened an old wound in the German psyche this week when they accidentally stumbled across Adolf Hitler's bunker while excavating near the Brandenburg Gate. The bunker, just south of the Gate, was where Hitler and his closest associates barricaded themselves as the Red Army approached Berlin in the waning days of World War II. It is also where the Führer and his bride, Eva Braun, committed suicide rather than fall into the hands of the Russians. Although the bunker's location has never been a mystery, it has been sealed off since the end of the war to keep neo-Nazis from turning it into a shrine. -

    -
  • More from Lycos -


  • -
    - 
    - -
    Other Top Stories

    Wall Street Keeps Reeling
    10:15 a.m. The Dow and Nasdaq suffer sizeable losses during the first half of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned about stock prices.
    in Reuters

    The Market's Madness
    9:10 a.m. The bulls and the bears are in the midst of a Battle Royale, and all this turbulence is not a healthy thing. So say the experts.
    in Reuters

    'Want a Loan? What's Your Race?'
    3:00 a.m. The Federal Reserve is in the middle of changing banking regulations to let banks collect data on the race, sex, religion, and national origin of their customers. By Declan McCullagh.
    in Politics

    Music Regs: A Bagful of Noise
    3:00 a.m. The struggle to come up with a digital music standard that would minimize download piracy is pushing right up against the holiday gift-giving season. By Jennifer Sullivan.
    in Business

    Can't Beat 'Em? Green 'Em
    3:00 a.m. High-tech companies are notoriously environmentally unfriendly, and a growing number of "Greenies" are trying to change things from the inside ... with varying results. By Chris Gaither.
    in Technology

    Y2K Cloud Over MS Office
    3:00 a.m. Windows NT sales remain strong, but corporate clients are wary of upgrading to MS Office 2000. Analysts say that means strong, but not stunning, Microsoft earnings.
    in Business

    Med-Tech
    Biochips for Custom Chemo
    3:00 a.m. Different cancer patients need different medicine, but doctors can rarely determine the best match. New biochip technology promises chemotherapy tailored to a tumor's genetic make-up. By Kristen Philipkoski.
    in Technology

    High Stakes in Priceline Suit
    3:00 a.m. It's not just another round of Redmond-bashing. A Priceline.com lawsuit against Microsoft's Expedia.com may have a big impact on how Net companies protect their business models. By Joanna Glasner.
    in Business

    Biodiversity Merges Online
    3:00 a.m. The far-flung databases on global biodiversity get together to form one monster database. Soon the red-eyed tree frog will be eyeing those Swedish lingonberries. From the Environment News Service.
    in Technology


    Elsewhere Today

    FCC: Hands-Off on Broadband
    The Industry Standard

    White House Lashes Out on Treaty
    Lycos

    Steve Jobs at 44
    Time

    Computers May Run on Gas
    ZDNN

    Much Is Free in the Wired World
    The New York Times (Registration Required)

    Melissa: I'm Baaaack
    USA Today

    Domain Owners Surrender Privacy
    MSNBC

    Dividing to Conquer in VC Game
    The Washington Post

    The Red Hat Diaries
    Salon

    Screensaver to Predict Climate
    BBC News

    -
    - -




    -Send us feedback - |  -Work at Wired Digital - |  -Advertise with us -
    About Wired Digital - |  -Our Privacy Policy
    - - -

    -

    Copyright © 1994-99 Wired Digital Inc. All rights reserved. - -
    - - - -

    -
    - - -
    -
    - - diff -Nru libxml2-2.6.16/test/HTML/doc3.htm libxml2-2.6.16.maemo.1/test/HTML/doc3.htm --- libxml2-2.6.16/test/HTML/doc3.htm 2002-03-04 03:16:51.000000000 +0000 +++ libxml2-2.6.16.maemo.1/test/HTML/doc3.htm 1970-01-01 00:00:00.000000000 +0000 @@ -1,851 +0,0 @@ - - -BP6.com #1 online resource for the BP6 Mobo.... - - - - - - - - - - -

    -

    - - - - - - - - -

    -

    Monday, July 31st, 2000

    - - -
    -
    -

    - - - -

    -
    - - - - - - - - - -
    -

    Abit BP6 Motherboard specification and information.
    BP6 Specs -

    -

    How to cool the BX Chipset on your BP6.
    BX Cooling -

    -

    The U;timate Gaming Contest - Coming Soon!
    UGM Contest -

    -

    Cooling & Heatsink review for the BP6.
    Heatsinks -

    -

    BP6 101 - Class is now in session. Welcome newbies!
    BP6 101 -

    -

    Install guide for installing Windows 2000 on the BP6
    Win2k Install -

    -

    Taking a first look at the Abit Linux release called
    Gentus -

    - - - - - -
    - - - -

    REVIEWS
    -
    -
    BP6 Reviews
    BP6 Watercooling
    BX Chipset Cooling
    Benchmarks
    BP6FSB Utility
    PowerLeap NEO S370
    SETI on the BP6
    Golden Orbs I
    Golden Orbs II
    VTT Solution

    NAVIGATE -
    -
    News
    Online Text Chat
    Voice Chat
    Messageboard
    Temp. Converter
    Picture Gallery
    Latest BIOS
    Drivers & Files
    UGM of the week
    BP6 Contest

    OTHER STUFF - -
    -
    Who is Tim?
    Contact BP6.com
    Affiliates Section
    Sponsors Section
    Links

    PC SPECIALS -
    -
    Vendor - Specials


    Pic of the day -
    - -
    -

    No picture is available for today.


    -


    -
    -

    - - - -
    -
    -

    Headlines
    Chat - with ABIT - 8:09PM PDT
    Fixed - wallpaper - 11:47PM PDT
    Seti - update - 10:40PM PDT
    Judge - gives Napster the Boot!! - 2:10PM PDT
    Ram - Sinks.. more cooling for small places. - 8:54AM - PDT
    is - it [H]ard? - 9:19PM PDT
    WiLd - CaSe!! - 1:40PM PDT
    What - the heck is a Peltier?!?! - 10:05AM PDT
    HELLO - EVERYONE!!! - 10:03PM PDT
    BP6 - Q3 server up and running.. - 2:06AM PDT

    - - - -
    Sunday, - July 30, 2000

    Chat with - ABIT
    Posted by Holodeck2 @ 8:09PM - PDT  0 comments -  | top
    I’m slacking a little. All game no - work makes Holodeck2 a happy boy :-)

    Wallpaper update: I got - off my lazy ass and redid the 1280x1024 wall paper, now it has the 2 - celerons.

    Fullon3d had a live chat with that Eric guy from Abit. - Submitted by: MJS

    Here’s a little clip:
    [Falcon] - BP6-2??
    [EricBoeing] We already have a micro ATX dual flip-chip - board
    [EricBoeing] but it's OEM only
    [EricBoeing] the full ATX - version should be out Septemberish


    - - - -
    Thursday, - July 27, 2000

    Fixed - wallpaper
    Posted by Holodeck2 @ 11:47PM - PDT  5 comments -  | top
    Get them now!!
    This is a - fixed bp6 wallpaper. In all the popular flavors, err... - resolutions.

    It's still the Intels Inside one with a spelling - change; from "Mothboard" to "Motherboard"

    Thanks to Matt for - pointing that out to me.
    I would also like to thank Kevin for - hosting my last batch and Radu for the previous "DUEL"/"DUAL" - error.
    And 1 more person, THANK YOU TIM for letting me borrow - your server space ;-)

    If you need a weird resolution, feel - free to e-mail me requesting - for one.
    If you have ideas or more errors to point out, mailto:Holodeck2@home.com

    800x600
    1024x768
    1152x864
    1280x1024
    1600x1200
    -

    Enjoy :-)
    -

    Holodeck2,
    [H]ard at - work on the Brand Spanking New Wallpaper.


    Seti update
    Posted by Holodeck2 @ 10:40PM - PDT  5 comments -  | top

    You like the - pic?

    Bp6 User Group Update:
    Completed 61531 - units!!
    #168 on Top 200 All Groups (Going to pass CLRC in - a few days)
    #74 on Top 200 Teams (Gaining fast on - Starfleet)

    We are flying though at the speed of light (may be - a little slower).
    Good job everyone!!

    Check this page at - least once a day for new stuff :-)


    Judge gives Napster the - Boot!!
    Posted by Holodeck2 @ 2:10PM - PDT  0 comments -  | top
    Good afternoon for everyone living in - EST. I was going to post today morning but I didn't. Here's my - story:
    I woke up and thought about posting something but I - decided to wax my car before the sun came up (draw your own - conclusions), wax on, wax off, wax on,..., did that for about an - hour. Then I saw the sun rise (Aaahh I'm melting... not). I sat in - front of my comp and started to search for good news to post. Saw - that a stoopid judge temporally shuts down napster. Goes to room and - cry. and now I'm here :-)

    Judge shuts Napster down -


    Check out the Goofy guy in the suit
    He's Sean - Fanning, founder of Napster.

    Got news?? mailto:Holodeck2@home.com


    Ram Sinks.. more cooling for small - places.
    Posted by tim @ 8:54AM PDT  0 comments -  | top
    Need some cooling for your Videocard - memory to get a little extra overclockability and FPS? Overclockers Hiedout Ram Sinks They just notified - me of their new design.


    - - - -
    Wednesday, July 26, - 2000

    is it - [H]ard?
    Posted by Holodeck2 @ 9:19PM - PDT  0 comments -  | top
    Big heatsinks are good, very good. The - bigger the better.
    You can never can have a too big of heatsink - on a small chip (CPU, GPU, CHIPSET, etc)


    My overclocked - Voodoo3 2000 with a BIG mofo heatsink on top.
    Peltier and - watercooling next up :-)
    (if you pry off the heatsink you void - the warranty )

    it was originally posted on [H]ardOCP
    I’m not only a - BP6er but also a [H]ardOCPer


    WiLd CaSe!!
    Posted by Holodeck2 @ 1:40PM - PDT  8 comments -  | top
    Now this person really knows how to - keep his case cool!!
    Addin an 18" Fan!! WOW!!


    Click to go to his - site.


    What the heck is a - Peltier?!?!
    Posted by Holodeck2 @ 10:05AM - PDT  6 comments -  | top
    This is for all you people who wanted - to know what a peltier is.

    The quest fo the Perfect - Peltier

    Thanks to - TweakMax.com -

    Note: Today morning when I woke up I saw my whole screen - cluttered with a bunch of IMs!! I live in the USA on EST. If you - live somewhere else please check the time in my area. for example: - If you live in Europe and IM me in the morning your time I would be - sleeping it would be like 4 in the morning here. Just to let you - know
    I'm not angry at anyone... - good thing I have a long fuse


    - - - -
    Tuesday, - July 25, 2000

    HELLO - EVERYONE!!!
    Posted by Holodeck2 @ 10:03PM - PDT 
    Hello - everyone, Woohoo!! I'm on!!
    Who is this Holodeck2 person - anyways?!?! Read on :-)
    I’m a regular on the bp6 messageboard, - trying to help people out with their problems.
    I’m the - self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve - probably already done it and can offer some incite.
    My computer - is always on so you can contact me whenever... problem is, I'm not - always in front of it. I'll try to update this page and keep - everyone happy :-)
    Any Questions or comments, you can either - contact me or post it on the messageboard.

    Ways to contact - me.
    E-mail: Holodeck2@home.com (All E-mails - will be answered in 24 hours or less, I guarantee it.)
    When you - write me an e-mail please put in the subject line "BP6" then the - rest of your subject so my e-mail program can sort it, thanks
    AIM: Holodeck2 (instant response - if I’m in front of my comp and not trying to frag someone)
    ICQ: 82640218 (rarely - on)

    P.S. If someone named “Digital Vortex” on either Quake 3 - or 2 frags you, it’s probably me. ;-)


    - - - -
    Monday, - July 24, 2000

    BP6 Q3 server up and - running..
    Posted by tim @ 2:06AM PDT  3 comments -  | top
    Setup a Q3 server for anyone wanting - to practice in preparation for Quakecon.. Connect to bp6.dyndns.org - default port. (SERVER: BP6 system, 256 MB ram, celeron 600 on a T3 - connection)... Will be moved to another BP6 server eventually. This - is only a temporary test of the system and net connection.
    (BTW- - there are a few bot's running around in there..)


    BIOS Savior to the - rescue....
    Posted by tim @ 12:53AM PDT  2 comments -  | top
    Do you sweat during the BIOS flashing - procedure on your BP6 mobo? If so then this little gadget maybe - worth a first look. It's called the "RD1 BIOS Savior" and it - plugs in between your BIOS ROM and the BIOS ROM socket on your mobo. - This device will backup your BIOS and and allow you to recover your - BIOS in the event that your flashing session goes wrong. In the - event of a bad flash, just flip a switch on the RDI and boot up your - system, and flash again. This is also good as a failsafe in case you - don't believe in Virus Protecting your computer. (Thanks to Fred for - link)
    Manufacturers Brochure (PDF Format)
    Another info page
    Available for about $20



    - - - -
    Monday, - July 17, 2000

    How To - Overclock
    Posted by DareDevil @ 4:17PM - PDT  3 comments -  | top
    For those of you who are new to - overclocking, this guide will explain to you how to overclock, and - what some of the terms are. Like 'FSB' (what the heck is that!? - :0))

    How To Overclock


    The Cardcooler - XT
    Posted by DareDevil @ 4:11PM - PDT  1 comments -  | top
    Wow! I am impressed! Nevermind keeping - the CPU's cool... Keep your whole board cool!

    Even if your - not overclocking your system (or planning on it), this unit will - provide system stability and longevity. What would happen one day of - your GeForce or CPU fan went dead? You can also think of this - cooling unit as a backup to essential cooling fans in your - system.

    Check this out!

    http://www.brokenpixel.com/articles/coolerXT/cardcoolerXT_1.shtml -


    'Nerd - Inside'
    Posted by DareDevil @ 11:53AM - PDT  1 comments -  | top
    We all need to have some fun - sometimes! Check out this little web site that sells 'nerd' clothing - ;) (I like the bibs in the Junior Hackerz section) :-Þ

    -



    Dual PSU Wiring diagram... (preview to - Part 1 Watercooling Project)
    Posted by tim @ 12:43AM PDT  11 comments -  | top
    When is comes to overclocking your - system, cooling plays a big role. Powering all of those fans in your - system can cause quite a strain on your PSU (Power Supply Unit). - Depending on the number of peripherals in your system, adding a more - powerfull PSU or adding a second PSU may be neccesary. For - watercooling and using peltiers, dedicating a second PSU to power - the Peltiers (TEC's) is a good idea. Here I have come up with 2 - diagrams on how I wired dual 300 watt ATX power supply units for the - Blizzard BP6 watercooling project. Consider this part of Step 1. - More will follow this week. BTW.. hacking up your PSU's is very - dangerous and is not recommended unless you know what you are doing. -

    View Diagram 1 here.
    View Diagram 2 here.

    I used Tap-In Squeeze Connectors and - 22 guage wire to connect the wires. You can get them at Radio Shack - Part# 64-3053 or click here.


    - - - -
    Sunday, - July 16, 2000

    RAM Overclocking? - Hmmmmm.
    Posted by DareDevil @ 9:57AM - PDT  3 comments -  | top
    I know we're pretty big overclockers - here at BP6.Com so, this is a post of choice ;-) I've seen the - question in the message boards, 'why can't I overclock any higher?' - Well, it's not always the CPU that's holding you back... Many other - things need to be taken care of to overclock such as your PCI - devices (can they handle the higher bus speed), the actual CPU, and - your RAM. I'm not saying that that a high quality stick of silicon - will enable you to overclock your 366MHz to 1 GHZ (I wish!), but, it - will certainly help =)

    Extreme Overclocking has tested - (overclocked) PC133 RAM to there full potential. Here's a quote I - found and the link:

    Well, the guys at Extreme Overclocking - have been hard at work again with their latest review. This time - they have put seven 128MB PC133 memory modules through the torture - tests to determine their maximum overclocking potential. Which one's - came out on top? Read the review to find out....

    Cooked RAM... Yummie

    The - ÐÐ.


    CPU - Guide
    Posted by DareDevil @ 9:17AM - PDT  0 comments -  | top
    A follow up on the 'Weekly CPU - Prices', this guide will help you determine which cpu is best for - you (and your board ;-)). Sent to me by Spanky, here's the - link:

    -
  • http://www6.tomshardware.com/howto/00q2/000412/index.html

    - - - -
    Saturday, - July 15, 2000

    Weekly CPU - Prices
    Posted by DareDevil @ 11:29AM - PDT  2 comments -  | top
    Wow, found this very useful! Wanting - to buy a new CPU? Check out this detailed price list!

    Click Here.

    Thanks Sharky - Extreme!


    Fast Wallpapers
    Posted by DareDevil @ 9:51AM - PDT  0 comments -  | top
    FAST-MHz has released some wallpapers! - Click here to view them. They come in sizes - 800x600 1024x768 and 1152x864. If you have your desktop set at a - larger size, just use the 'stretch' function in desktop properties - instead of 'center'. Works great.

    In other news, we want to - finnish off all the sections at BP6.Com so, to start, we're going to - work on the Picture Gallery. To help us out, you can send in - all your cool, wierd, crazy pics that you may have to: thedaredevil@bp6.com. (The - topic being computers, duh! :0) And no... I don't want to recieve - any porno piccies in my mailbox! I have enough of those!) Kidding - guys.

    Okay, that's all for now.

    The - ÐÐ.


    - - - -
    Friday, - July 14, 2000

    Hey - There!
    Posted by DareDevil @ 5:05PM - PDT  7 comments -  | top
    Hey guys, just wanted to introduce - myself, some of you may have already met me on the BP6.com board. - I'll be posting up news from time to time now so, if you'd like, you - may send me some news to be posted if you find any ( we don't want - to flood Tim ;-) ).

    My e-mail address is killz@i82hq.com

    Ciao for - now.

    The ÐÐ.


    -
  • -
    -

    - - - -
    -
    -

    Newsletter


    -
    Search news


    News - archive
    - - - -
    - - -
    -
    -

    PC Price - Search

    -





    BP6.com Special - Enter CODE: BP6-hd in the order (notes) to receive a discount
    BP6.COM - Special
    Code:BP6-hd

    - - - -
     

    -
      - - - -
    -

    Copyright - ©1999-2000 BP6.com, All rights reserved.
    Got news? Send it to
    Tim

    - - diff -Nru libxml2-2.6.16/test/HTML/fp40.htm libxml2-2.6.16.maemo.1/test/HTML/fp40.htm --- libxml2-2.6.16/test/HTML/fp40.htm 2002-03-04 03:16:51.000000000 +0000 +++ libxml2-2.6.16.maemo.1/test/HTML/fp40.htm 1970-01-01 00:00:00.000000000 +0000 @@ -1,166 +0,0 @@ - - - - - -README - Microsoft FrontPage 2000 Server Extensions - - - - - -

    Microsoft FrontPage 2000 Server Extensions, UNIX

    - -© Copyright Microsoft Corporation, 1999  - - -

    The FrontPage Server Extensions are a set of programs on the Web server that support: - -

      -
    • Authoring FrontPage webs
    • -
    • Administering FrontPage webs
    • -
    • Browse-time FrontPage web functionality
    • -
    - - -

    Contents 

    - -Release Notes
    -Resources for More Information -

     

    -
    -

    Release Notes

    - -

    This section provides complementary or late-breaking -information to supplement the Microsoft FrontPage Server Extensions documentation.

    - -

    Apache 1.3.4 Support
    -Upgrading from previous version of FrontPage Server Extensions
    -Uploading files into executable folders

    - - -

    Top of Page

    - - -

    Apache 1.3.4 Support

    - -

    You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4. -FrontPage Server Extensions expect to find all resource directives in the main server -configuration file, usually http.conf. To prevent the server extensions from using any secondary -configuration files (access.conf, srm.conf), add the following lines to http.conf:

    - - -
    -
    - -ResourceConfig /dev/null 
    -AccessConfig /dev/null
    -
    - - - -

    If you have some settings stored in secondary configuration files, move them to http.conf.

    - -

    You must stop and restart the web server for your changes to http.conf to take effect.

    - - - -

    Top of Section

    - - - -

    Upgrading from previous version of FrontPage Server Extensions

    - -

    Custom entries in frontpage.cnf are not migrated to FrontPage 2000.

    - -

    When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /usr/local/frontpage/version4.0 directory. -Any custom settings stored in a previous-version frontpage.cnf are not used. However, you can copy -your custom settings from the previous-version frontpage.cnf file after you install the FrontPage 2000 Server Extensions.

    - -

    Do not overwrite the FrontPage 2000 frontpage.cnf file with a frontpage.cnf file from an -earlier version of the FrontPage Server Extensions.

    - - - -

    Top of Section

    - - - -

    Uploading files into executable folders

    - - -

    After upgrading to FrontPage 2000, FrontPage authors will not be able to upload files into -executable folders. For security reasons, the default setting on FrontPage 2000 webs does not -allow authors to upload executable files into executable folders in a FrontPage web. This -setting protects servers so that authors do not inadvertently upload a program containing a bug -or a virus.

    - -

    To allow FrontPage authors to upload executables, set the NoExecutableCgiUpload configuration -variable to zero (0). For information about FrontPage Server Extension configuration variables, -see the FrontPage 2000 Server Extensions Resource Kit at http://officeupdate.microsoft.com/frontpage/wpp/serk/.

    - - - -

    Top of Section

    - - - -
    - - - -

    Resources for More Information

    - -

    This section lists sources of more information about the -FrontPage Server Extensions.

    - -

    Server Extensions Resource Kit
    -Server Extensions Resource Kit Update
    -Knowledge Base

    - - -

    Top of Page

    - - -

    Server Extensions Resource Kit

    - -

    The FrontPage 2000 Server Extensions include a full set of documentation: the Server -Extensions Resource Kit. This is an HTML document installed on the server machine (by -default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource -Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.

    - -

    The Server Extensions Resource Kit contains detailed information about installing and -administering the FrontPage Server Extensions along with an overview of the Server -Extensions, a detailed discussion of Server Extensions security on UNIX and Windows, -troubleshooting information, and a full set of appendixes.

    - -

    Top of Section

    - - -

    Server Extensions Resource Kit Update

    - -

    For updated information about installing, setting up, and administrating the FrontPage Server -Extensions, see the Server Extensions Resource Kit Update at: http://officeupdate.microsoft.com/frontpage/wpp/serk/.

    - - -

    Top of Section

    - - -

    Microsoft Knowledge Base

    - -

    For further technical information on FrontPage, please consult Support Online. Use Support -Online to easily search Microsoft Product Support Services' collection of resources including -technical articles from Microsoft's extensive Knowledge Base, FAQs, & troubleshooters to find -fast, accurate answers. You can also customize the site to control your search using either -keywords or the site's natural language search engine, which uses normal everyday language for -answering inquiries, so you can write your question in your own words. To begin, go to -http://support.microsoft.com/support/.

    - -

    Top of Section

    - - -

     

    - -
    - - diff -Nru libxml2-2.6.16/test/HTML/wired.html libxml2-2.6.16.maemo.1/test/HTML/wired.html --- libxml2-2.6.16/test/HTML/wired.html 2002-03-04 03:16:51.000000000 +0000 +++ libxml2-2.6.16.maemo.1/test/HTML/wired.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,516 +0,0 @@ - -Top Stories News from Wired News - - - - - - -
    - - - -
    - -
    True to the Original
    - - - - - - - - - - - - - - - - - - - - - - - - - -

       updated 10:15 a.m.  15.Oct.99.PDT
    - - - - - - - - - - -
    - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    SECTIONS
    Business
    Culture
    Technology
    Politics
    -WIRE SERVICE NEWS
    Top Headlines
    Sports
    Finance
    - FREE DELIVERY
    - - - - -
    -
    - - - - - - - - - -  -
    - - -
    - STOCKS
    Get Quote:
     
    -Financial Services
    -
    -
    -
    - - - Datek - Wired Index Fund - internet.com Index Fund - GetSmart's MortgageFinder -
    Today's Summary
    Wired Index | All Indexes
    Portfolios
    FIND A BOOK
    - - - - - - - - - - -
    -
    - - - -
    - - - -
    -

    - Powered by barnesandnoble.com - -
    - - -

    - -
    WIRED - MAGAZINE
    - - -
    - -Wired Magazine
    - -Issue 7.11 -
    -
    - - -Subscribe to Wired.
    Special offer!
    - - -
    -
    - HOTWIRED
    -Frontdoor
    -Webmonkey
    -Webmonkey Guides
    -RGB Gallery
    -Animation Express
    -Suck.com
    -
    - HOTBOT
    -Search
    -Shopping
    -
    -
    - - - Wired News staff

    - - - - Contact us
    - - -

    - - Wired News delivered
    by PalmPilot,
    Outlook Express,
    In-Box Direct,
    -or PointCast

    - - - -
    - - - - - - - - - - - - - - - -
    -
    -

    - - - - -Nomad's Land

    Homeless, but ID'd, in Seattle
    8:15 a.m. The city council approves a plan to track the homeless by a numbering system, saying it'll improve services. The implications worry privacy advocates, naturally. By Craig Bicknell.
    in Politics
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     HITS & MISC.
     
    - - Calendar of E-Vents
    Ongoing goings-on.

    Rants & Raves
    Readers on Apple's G4 ... AOL's passwords ... MS vs. Linux.

     CURRENT HOO-HA
      - -
    - -MP3 Rocks the Web
    Download the sound.
    Sponsored by Musicmaker


    - -The Wireless World
    Networking gets unplugged.
    Sponsored by Ericsson


    - -Digital Hollywood
    The buzz of tech.

    - -IPO Outlook
    Deals in the pipeline.
    Sponsored by Sun


    - -E-Biz
    Business unusual.
    Sponsored by IBM


    - -Med-Tech Center
    From the bleeding edge.
    Sponsored by WebMD


    - -The Linux Effect
    Not just for geeks.


    - -Executive Summary
    CEOs, COOs, CIOs unite.
    Sponsored by Vignette

    - -Making the Grade
    Reading, writing, and ROM.
    Sponsored by U of Phoenix


    - -Infostructure
    An IS/IT resource
    Sponsored by Sprint

    - -Y2K Watch
    Tick... Tick... Tick...

    - -More Hoo-Ha
     
    - -
     MEANWHILE...
      -
    - - - -Führer Furor

    -Contruction workers in Berlin opened an old wound in the German psyche this week when they accidentally stumbled across Adolf Hitler's bunker while excavating near the Brandenburg Gate. The bunker, just south of the Gate, was where Hitler and his closest associates barricaded themselves as the Red Army approached Berlin in the waning days of World War II. It is also where the Führer and his bride, Eva Braun, committed suicide rather than fall into the hands of the Russians. Although the bunker's location has never been a mystery, it has been sealed off since the end of the war to keep neo-Nazis from turning it into a shrine. -

  • More from Lycos

    -
  • - - - 
    - -
    - -Other Top Stories
    -
    - - -Wall Street Keeps Reeling
    10:15 a.m. The Dow and Nasdaq suffer sizeable losses during the first half of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned about stock prices.
    in Reuters

    The Market's Madness
    9:10 a.m. The bulls and the bears are in the midst of a Battle Royale, and all this turbulence is not a healthy thing. So say the experts.
    in Reuters

    'Want a Loan? What's Your Race?'
    3:00 a.m. The Federal Reserve is in the middle of changing banking regulations to let banks collect data on the race, sex, religion, and national origin of their customers. By Declan McCullagh.
    in Politics

    Music Regs: A Bagful of Noise
    3:00 a.m. The struggle to come up with a digital music standard that would minimize download piracy is pushing right up against the holiday gift-giving season. By Jennifer Sullivan.
    in Business

    Can't Beat 'Em? Green 'Em
    3:00 a.m. High-tech companies are notoriously environmentally unfriendly, and a growing number of "Greenies" are trying to change things from the inside ... with varying results. By Chris Gaither.
    in Technology

    Y2K Cloud Over MS Office
    3:00 a.m. Windows NT sales remain strong, but corporate clients are wary of upgrading to MS Office 2000. Analysts say that means strong, but not stunning, Microsoft earnings.
    in Business

    Med-Tech
    Biochips for Custom Chemo
    3:00 a.m. Different cancer patients need different medicine, but doctors can rarely determine the best match. New biochip technology promises chemotherapy tailored to a tumor's genetic make-up. By Kristen Philipkoski.
    in Technology

    High Stakes in Priceline Suit
    3:00 a.m. It's not just another round of Redmond-bashing. A Priceline.com lawsuit against Microsoft's Expedia.com may have a big impact on how Net companies protect their business models. By Joanna Glasner.
    in Business

    Biodiversity Merges Online
    3:00 a.m. The far-flung databases on global biodiversity get together to form one monster database. Soon the red-eyed tree frog will be eyeing those Swedish lingonberries. From the Environment News Service.
    in Technology

    - - - - -
    -Elsewhere Today
    -
    - - -FCC: Hands-Off on Broadband
    The Industry Standard

    White House Lashes Out on Treaty
    Lycos

    Steve Jobs at 44
    Time

    Computers May Run on Gas
    ZDNN

    Much Is Free in the Wired World
    The New York Times (Registration Required)

    Melissa: I'm Baaaack
    USA Today

    Domain Owners Surrender Privacy
    MSNBC

    Dividing to Conquer in VC Game
    The Washington Post

    The Red Hat Diaries
    Salon

    Screensaver to Predict Climate
    BBC News

    - - - - - -
    - -
    - - - -
    -
    - -

    - -

    -Send us feedback - |  -Work at Wired Digital - |  -Advertise with us -
    -About Wired Digital - |  -Our Privacy Policy
    - - -

    Copyright © 1994-99 Wired Digital Inc. All rights reserved. - -
    - - - - - - - - - - -

    - - -
    - - -
    - - - diff -Nru libxml2-2.6.16/test/schemas/po0_0.xsd libxml2-2.6.16.maemo.1/test/schemas/po0_0.xsd --- libxml2-2.6.16/test/schemas/po0_0.xsd 2002-04-10 20:17:51.000000000 +0000 +++ libxml2-2.6.16.maemo.1/test/schemas/po0_0.xsd 1970-01-01 00:00:00.000000000 +0000 @@ -1,59 +0,0 @@ - - - - -Purchase order schema for Example.com. - Copyright 2000 Example.com. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -