Libxml2 is not just "for Gnome", this is still confusing people, Daniel
diff --git a/doc/index.html b/doc/index.html
index de9affb..ee51e8f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -12,7 +12,7 @@
 H3 {font-family: Verdana,Arial,Helvetica}
 A:link, A:visited, A:active { text-decoration: underline }
 </style>
-    <title>The XML C parser and toolkit for Gnome</title>
+    <title>The XML C parser and toolkit of Gnome</title>
   </head>
   <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
     <table border="0" width="100%" cellpadding="5" cellspacing="0" align="center">
@@ -40,7 +40,7 @@
                 <table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd">
                   <tr>
                     <td align="center">
-                      <h1>The XML C parser and toolkit for Gnome</h1>
+                      <h1>The XML C parser and toolkit of Gnome</h1>
                       <h2>libxml</h2>
                     </td>
                   </tr>
@@ -187,7 +187,8 @@
                               <tr>
                                 <td bgcolor="#fffacd">
                                   <p></p>
-                                  <p>Libxml2 is the XML C parser and toolkit developed for the Gnome project.
+                                  <p>Libxml2 is the XML C parser and toolkit developed for the Gnome project
+(but usable outside of the Gnome platform).
 XML itself is a metalanguage to design markup languages, i.e. text language
 where semantic and structure are added to the content using extra &quot;markup&quot;
 information enclosed between angle brackets. HTML is the most well-known