Ordbrand
  Main author.

Amelia A. Lewis
  Helped to make it work better on Mac OS X.

Daniel Castelo
  Spanish translation.

Tobias Gasser
  German translation.

Roberto Marcolin
  Italian translation.

Katsuhiko Okano
  Japanese translation.

Mitsugu Oyama
  Contributions to the Japanese translation.


The rest of this file describes the parts of this package
which were derived from other sources. The filenames corresponds
to the filenames in the source package of Lucidor.


File: docs/fdl-1.3.xml
  Authors: Free Software Foundation, Inc.
  License: See file header - distribution of verbatim copies allowed
  Original: http://www.gnu.org/licenses/fdl-1.3.xml
  Changes: Removed <?DOCTYPE...?> line


File: gpl-3.0.txt
  Authors: Free Software Foundation, Inc.
  License: See file header - distribution of verbatim copies allowed
  Original: http://www.gnu.org/licenses/gpl-3.0.txt
  Changes: None


File: lucidor/chrome/content/dtbook-2005-3.dtd
  Authors: See file header
  Original: http://www.daisy.org/z3986/2005/dtbook-2005-3.dtd
  Changes: None


File: lucidor/chrome/content/dtbook.2005.basic.css
  Authors: See file header
  License: See file header - distribution and modification allowed
  Original: http://www.daisy.org/z3986/2005/dtbook.2005.basic.css
  Changes: Added @namespace rule
           Changed levelhd to hd
           Added rule for list[type="ol"] without enum
           Added level* { display: block; } rules
           Changed enum="U" to enum="A" and enum="X" to enum="I"


File: lucidor/chrome/content/gpl-3.0-standalone.html
  Authors: Free Software Foundation, Inc.
  License: See file header - distribution of verbatim copies allowed
  Original: http://www.gnu.org/licenses/gpl-3.0-standalone.html
  Changes: None


File: lucidor/chrome/content/jquery.js
  Author: John Resig
  License: Dual MIT and GPL
  Original: jquery-1.4.2.min.js
  Changes: None


File: lucidor/chrome/content/language/language-subtags.en.xml
  Original: http://www.iana.org/assignments/language-subtag-registry
  Changes: Extracted useful information and converted to an XML format


File: lucidor/components/htmlParser.js
  Authors: John Resig (ejohn.org) and Erik Arvidsson
  License: Mozilla Public License
  Original: http://ejohn.org/files/htmlparser.js
  Changes: 2008-07-30 Mikael Ylikoski: Added myHTMLtoDOM function
	   2008-09-02 Mikael Ylikoski: Turned into a component
	   2009-07-10 Mikael Ylikoski: Modified to handle attribute names containing "-"; Modified to ignore "<?...?>" and "<!...>".
	   2009-09-30 Mikael Ylikoski: Fixed a bug introduced in the previous change
	   2010-02-22 Mikael Ylikoski: Added a null check
	   2010-09-29 Mikael Ylikoski: Use XPCOMUtils.jsm


File: lucidor/components/nsXPointerService.js
  Authors: See file header
  License: MPL 1.1/GPL 2.0 or later/LGPL 2.1 or later
  Original: From http://downloads.mozdev.org/xpointerlib/xpointerlib-0.2.8.xpi
  Changes: See patch below

    2008-05-17 Mikael Ylikoski
      Do not create id():s. They cause problems in some cases.
      When searching for "find" in "The Father Thing" the xpointer for
      the first match will contain "id('Page-0004')", but there are
      several nodes with this id in the DOM (maybe a mozilla bug?).
    2010-09-29 Mikael Ylikoski
      Updated for Firefox 4.

@@ -611,11 +611,13 @@
      *************/
 
     // if we can grab an ID, return that instead of full XPath
+    /*
     if ( node.hasAttribute &&
          node.hasAttribute("id") &&
          node.getAttribute("id") != "") {
 	return 'id("' + node.getAttribute("id") + '")';
     }
+    */
 
     /* otherwise, do: */
 
@@ -3241,3 +3243,7 @@
 function NSGetModule(compMgr, fileSpec) {
     return nsXPointerServiceModule;
 }
+
+function NSGetFactory(cid) {
+    return nsXPointerServiceFactory;
+}


File: lucidor/components/nsIXPointerService.xpt
  See lucidor/components/nsXPointerService.js
  Changes: None


Files: lucidor/extensions/Classic@lucidor.org/*
  Authors: See file extensions/Classic@lucidor.org/install.rdf
  Original: From Firefox 4.0.1 distribution files
  Changes: See the file lucidor/extensions/Classic@lucidor.org/CHANGES

Files: lucidor/extensions/Elementary@lucidor.org/*
  Authors: See file extensions/Elementary@lucidor.org/install.rdf
  Original: elementary-2.3.4-fx.jar
  Changes: See the file lucidor/extensions/Elementary@lucidor.org/CHANGES


File: macosx/epub.icns
  Authors: GNOME icon artists
  Original: http://upload.wikimedia.org/wikipedia/commons/d/dd/Accessories-dictionary.svg
  License: GPL version 2 or later
  Changes: 2009-09-02 Mikael Ylikoski
	     Removed the red strip and added a star


File: tools/make_dmg
  Original: http://confluence.concord.org/display/CCTR/Creating+MacOS+dmg+files+in+Linux
  Changes: Cleaned up and customized


File: wix/gpl-3.0.rtf
  Authors: Free Software Foundation, Inc.
  License: See file header - distribution of verbatim copies allowed
  Original: http://www.gnu.org/licenses/gpl-3.0-standalone.html
  Changes: Converted to RTF format
