Author: scoder
Date: Fri Jun 22 22:09:24 2007
New Revision: 44442
Modified:
lxml/branch/lxml-1.3/doc/html/style.css
lxml/branch/lxml-1.3/doc/main.txt
Log:
doc updates for 1.3 release, some layouting, new front-page eye-catcher
Modified: lxml/branch/lxml-1.3/doc/html/style.css
==============================================================================
--- lxml/branch/lxml-1.3/doc/html/style.css (original)
+++ lxml/branch/lxml-1.3/doc/html/style.css Fri Jun 22 22:09:24 2007
@@ -205,6 +205,12 @@
font-style: italic;
}
+div.line-block {
+ font-family: Times, "Times New Roman", serif;
+ text-align: center;
+ font-size: 140%;
+}
+
code {
color: Black;
background-color: #cccccc;
Modified: lxml/branch/lxml-1.3/doc/main.txt
==============================================================================
--- lxml/branch/lxml-1.3/doc/main.txt (original)
+++ lxml/branch/lxml-1.3/doc/main.txt Fri Jun 22 22:09:24 2007
@@ -1,7 +1,15 @@
lxml
====
-.. contents::
+.. meta::
+ :description: lxml - the most feature-rich and easy-to-use library for
working with XML and HTML in the Python language
+ :keywords: lxml, etree, objectify, Python, XML, HTML
+
+| lxml is the most feature-rich
+| and easy-to-use library
+| for working with XML and HTML
+| in the Python language.
+
..
1 Introduction
2 Documentation
@@ -14,9 +22,11 @@
Introduction
------------
-lxml is a Pythonic binding for the libxml2_ and libxslt_ libraries. See the
-introduction_ for more information about background and goals. Some common
-questions are answered in the FAQ_.
+lxml is a Pythonic binding for the libxml2_ and libxslt_ libraries. It is
+unique in that it combines the speed and feature completeness of these
+libraries with the simplicity of a native Python API. See the introduction_
+for more information about background and goals. Some common questions are
+answered in the FAQ_.
.. _libxml2: http://xmlsoft.org
.. _libxslt: http://xmlsoft.org/XSLT
@@ -119,11 +129,9 @@
.. _`lxml at the Python cheeseshop`: http://cheeseshop.python.org/pypi/lxml/
.. _`this key`: pubkey.asc
-The latest version is `lxml 1.3beta`_, released 2007-02-27 (`changes for
1.3beta`_).
+The latest version is `lxml 1.3`_, released 2007-06-XX (`changes for 1.3`_).
`Older versions`_ are listed below.
-.. _`lxml 1.3beta`: lxml-1.3beta.tgz
-.. _`CHANGES for 1.3beta`: changes-1.3beta.html
.. _`Older versions`: #old-versions
Please take a look at the `installation instructions`_!
@@ -150,7 +158,11 @@
Questions? Suggestions? Code to contribute? We have a `mailing list`_.
+You can search the archive with Gmane_ or Google_.
+
.. _`mailing list`: http://codespeak.net/mailman/listinfo/lxml-dev
+.. _Gmane: http://blog.gmane.org/gmane.comp.python.lxml.devel
+.. _Google:
http://www.google.com/webhp?q=site:codespeak.net/mailman/listinfo/lxml-dev%20
License
@@ -200,6 +212,7 @@
* `lxml 0.5`_, released 2005-04-08
+.. _`lxml 1.3`: lxml-1.3.tgz
.. _`lxml 1.2.1`: lxml-1.2.1.tgz
.. _`lxml 1.2`: lxml-1.2.tgz
.. _`lxml 1.1.2`: lxml-1.1.2.tgz
@@ -219,6 +232,7 @@
.. _`lxml 0.5.1`: lxml-0.5.1.tgz
.. _`lxml 0.5`: lxml-0.5.tgz
+.. _`CHANGES for 1.3`: changes-1.3.html
.. _`changes for 1.2.1`: changes-1.2.1.html
.. _`changes for 1.2`: changes-1.2.html
.. _`changes for 1.1.2`: changes-1.1.2.html
|