[gxml] site: details about GXml and removing space for stable docs



commit ee8b0cc0a6e6fda4b9d09cb40ea43d723c0e0636
Author: Daniel Espinosa <esodan gmail com>
Date:   Mon Jul 8 09:41:50 2019 -0500

    site: details about GXml and removing space for stable docs

 docs/site/index.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/docs/site/index.html b/docs/site/index.html
index 7f78fbd..926cda2 100644
--- a/docs/site/index.html
+++ b/docs/site/index.html
@@ -4,8 +4,13 @@
     <link rel="stylesheet" href="styles.css">
   </header>
   <body>
-    <h1>Latest Stable</h1>
-    <p>Represent the version actually the <a href="stable/index.html">stable release branch</a>.</p>
+    <h1>About GXml</h1>
+    <p>GXml is a library providing DOM4 and XSD API based on GObject.</p>
+    <p>GXml provides wrapping aroung libxml2 and a pure GObjec implementation,
+      along with CSS Selectors, XPath expressions ans serialization of GObject
+      classes to XML and back.</p>
+    <p>For more recent details, checkout
+      <a href="https://gitlab.gnome.org/GNOME/gxml/wikis/home";>GXml's wiki</a>.</p>
     <h1>Development</h1>
     <p>Represent the <a href="dev/index.html">master branch</a>.</p>
   </body>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]