[glade-web] Complete rework of the website



commit 5a2a3626c00d22cb3bf31b0c34a8871ad3a335d3
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Sun Jul 19 17:40:50 2009 +0200

    Complete rework of the website

 default.css                                        |  163 ++++----
 images/glade-main-page-thumb.png                   |  Bin 0 -> 56512 bytes
 .../integrated.png => images/glade-main-page.png   |  Bin 96546 -> 96546 bytes
 graphics/glade-2.png => images/glade.png           |  Bin 5073 -> 5073 bytes
 index.html                                         |  494 ++++----------------
 FAQ => old_page/FAQ                                |    0
 MAINTAINERS => old_page/MAINTAINERS                |    0
 apps.html => old_page/apps.html                    |    0
 old_page/default.css                               |  124 +++++
 {docs => old_page/docs}/GladeApp.html              |    0
 {docs => old_page/docs}/GladeBaseEditor.html       |    0
 {docs => old_page/docs}/GladeClipboard.html        |    0
 {docs => old_page/docs}/GladeClipboardView.html    |    0
 {docs => old_page/docs}/GladeCommand.html          |    0
 {docs => old_page/docs}/GladeDesignView.html       |    0
 {docs => old_page/docs}/GladeEditor.html           |    0
 {docs => old_page/docs}/GladeEditorProperty.html   |    0
 {docs => old_page/docs}/GladeFixed.html            |    0
 {docs => old_page/docs}/GladeInspector.html        |    0
 {docs => old_page/docs}/GladePalette.html          |    0
 {docs => old_page/docs}/GladePlaceholder.html      |    0
 {docs => old_page/docs}/GladeProject.html          |    0
 {docs => old_page/docs}/GladeProjectView.html      |    0
 {docs => old_page/docs}/GladeProperty.html         |    0
 {docs => old_page/docs}/GladeWidget.html           |    0
 {docs => old_page/docs}/GladeWidgetAction.html     |    0
 {docs => old_page/docs}/catalog.html               |    0
 {docs => old_page/docs}/catalogintro.html          |    0
 {docs => old_page/docs}/core.html                  |    0
 {docs => old_page/docs}/dockables.html             |    0
 .../docs}/gladeui-GladeBaseEditor.html             |    0
 {docs => old_page/docs}/gladeui-GladeCommand.html  |    0
 .../docs}/gladeui-GladePropertyClass.html          |    0
 .../docs}/gladeui-GladeWidgetAdaptor.html          |    0
 .../docs}/gladeui-GladeWidgetClass.html            |    0
 .../docs}/gladeui-glade-base-editor.html           |    0
 .../docs}/gladeui-glade-parameter.html             |    0
 .../docs}/gladeui-glade-property.html              |    0
 .../docs}/gladeui-glade-signal-editor.html         |    0
 {docs => old_page/docs}/gladeui-glade-utils.html   |    0
 .../docs}/gladeui-glade-xml-utils.html             |    0
 {docs => old_page/docs}/gladeui.devhelp            |    0
 {docs => old_page/docs}/gladeui.devhelp2           |    0
 {docs => old_page/docs}/home.png                   |  Bin 654 -> 654 bytes
 {docs => old_page/docs}/index.html                 |    0
 {docs => old_page/docs}/index.sgml                 |    0
 {docs => old_page/docs}/ix01.html                  |    0
 {docs => old_page/docs}/left.png                   |  Bin 459 -> 459 bytes
 {docs => old_page/docs}/misc.html                  |    0
 {docs => old_page/docs}/properties.html            |    0
 {docs => old_page/docs}/pythonsupport.html         |    0
 {docs => old_page/docs}/right.png                  |  Bin 472 -> 472 bytes
 {docs => old_page/docs}/style.css                  |    0
 {docs => old_page/docs}/up.png                     |  Bin 406 -> 406 bytes
 {docs => old_page/docs}/widgetclasses.html         |    0
 documentation.html => old_page/documentation.html  |    0
 download.html => old_page/download.html            |    0
 glade-2.0.dtd => old_page/glade-2.0.dtd            |    0
 {graphics => old_page/graphics}/anjuta.png         |  Bin 120697 -> 120697 bytes
 {graphics => old_page/graphics}/devhelp.png        |  Bin 183830 -> 183830 bytes
 {graphics => old_page/graphics}/full-desktop.png   |  Bin 191263 -> 191263 bytes
 {graphics => old_page/graphics}/glade-2.png        |  Bin 5073 -> 5073 bytes
 {graphics => old_page/graphics}/header.png         |  Bin 27780 -> 27780 bytes
 {graphics => old_page/graphics}/integrated.png     |  Bin 96546 -> 96546 bytes
 {graphics => old_page/graphics}/screenshot1.png    |  Bin 116439 -> 116439 bytes
 {graphics => old_page/graphics}/win32.png          |  Bin 691209 -> 691209 bytes
 history.html => old_page/history.html              |    0
 old_page/index.html                                |  413 ++++++++++++++++
 links.html => old_page/links.html                  |    0
 lists.html => old_page/lists.html                  |    0
 {manual => old_page/manual}/about.html             |    0
 .../manual}/figures/main-window.png                |  Bin 33821 -> 33821 bytes
 {manual => old_page/manual}/getting-started.html   |    0
 {manual => old_page/manual}/index-info.html        |    0
 {manual => old_page/manual}/index.html             |    0
 {manual => old_page/manual}/introduction.html      |    0
 .../manual}/working-with-projects.html             |    0
 .../manual}/working-with-widgets.html              |    0
 screenshots.html => old_page/screenshots.html      |    0
 todo.html => old_page/todo.html                    |    0
 80 files changed, 711 insertions(+), 483 deletions(-)
---
diff --git a/default.css b/default.css
index 2e0d163..51e5e01 100644
--- a/default.css
+++ b/default.css
@@ -1,124 +1,123 @@
-
-#content {
- margin: 70px 60px 10px 10px;
- top: 60px;
+/* Basic tags */
+body {
+    margin: 0px;
+    padding: 0px;
+    font-family: sans-serif;
+    background-color: #FFFFFF;
 }
 
+h1, h2 {
+    font-family: serif;
+}
 
-/* Basic tags */
-
-body {
- margin: 0px;
- background-color: white;
- font-family: sans-serif;
+p.thumb {
 }
 
 #body {
- margin: 90px 230px 0px 10px;
- padding: 0px;
+    margin: 3em 20em 0em 1em;
+    padding: 0px;
+    background-color: #FFFFFF;
+    color: #000000;
+    clear: left;
 }
 
 a img {
- border: 0px;
+        border: none ;
+        text-decoration: none ;
 }
 
-
 /* Anchors */
-
-a, a:hover {
- text-decoration: none;
-}
-
-a:link {
- color: #BB0207;
- text-decoration: underline;
+a {
+    border: none ;
+    text-decoration: none ;
+    font-weight: bold;
+    color: #73d216;
 }
 
 a:visited {
- color: #c0665a;
- text-decoration: underline;
 }
 
 a:active {
- color: #ff0000;
- text-decoration: underline;
 }
 
+/* Common page elements: Header, footer, etc. */
 
-/* Basic classes */
-
-.none { /* to add paragraph spacing to various elements for ttys */
- margin: 0px;
- padding: 0px;
-}
-
-.invisible { /* stuff that should appear when this css isn't used */
- margin: 0px;
- border: 0px;
- padding: 0px;
- height: 0px;
- visibility: hidden;
+#hdr {
+    /*background-color: #3465a4;*/
+    background-color: #F4a514;
+    color: #FFFFFF;
+    padding: 0.5em;
+    border-bottom: 1px solid #000000;
 }
 
-.left {
- margin: 10px;
- padding: 0px;
- float: left;
+#hdr h1 {
+    margin: 0em;
+    padding-top: 0.5em;
+    font-size: 175%;
 }
 
-.right {
- margin: 10px;
- padding: 0px;
- float: right;
+#hdr img {
+    float: left;
 }
 
-.center {
- text-align: center;
+#hdr h2 {
+    font-size: 120%;
 }
 
+/* Sidebar */
 
-/* Common page elements: Header, footer, etc. */
-
-#logo {
- position: absolute;
- top: 19px;
- left: 15px;
- border: 0px;
- z-index: 10;
+#sidebar {
+    float: right;
+    width: 18em;
+    margin: 1em;
+    padding: 0em 0.5em;
+    border-left: 1px dashed #dddddd;
 }
 
-#hdr {
- position: absolute;
- z-index: 5;
+#sidebar p {
+    margin-top: 0px;
+    padding-left: 10px;
+    padding-right: 10px;
+}
 
- top: 0px;
- left: 0px;
- right: 0px;
- width: 100%;
- height: 48px;
+#sidebar h3 {
+    font-weight: bold;
+    background-color: #eeeeee;
+    padding: 0.3em;
+}
 
- text-align: right;
+#sidebar ul {
+  margin: 0em;
+  margin-bottom: 15px;
+  padding-left: 10px;
+  padding-right: 10px;
+  list-style-type: none;
+}
 
- background: url("graphics/header.png") no-repeat;
- background-color: #bd655a;
- border-bottom: 1px solid #666666;
+#sidebar ul ul {
+  padding-left: 2em;
+  padding-right: 0em;
+  list-style-type: square;
 }
 
-#hdrNav {
- position: absolute;
- top: 54px;
- left: 0px;
 
- margin-left: 84px;
- text-align: left;
- vertical-align: middle;
- font-size: small;
-}
+/* Copyright footer */
 
-#hdrNav a {
- color: #000000;
+#copyright {
+    text-align: center;
+    font-size: small;
+    clear: both;
+    /*background-color: #3465a4;*/
+    background-color: #F4a514;
+    color: #FFFFFF;
+    margin: 2em 0em 0em 0em;
+    padding: 2em;
 }
 
-#hdrNav a:hover {
- color: #FF0000;
+/* Generic Classes */
+
+code {
+    white-space: pre;
+    font-family: monospace;
+    background-color: #eeeeee;
 }
diff --git a/images/glade-main-page-thumb.png b/images/glade-main-page-thumb.png
new file mode 100644
index 0000000..0be3fba
Binary files /dev/null and b/images/glade-main-page-thumb.png differ
diff --git a/graphics/integrated.png b/images/glade-main-page.png
similarity index 100%
copy from graphics/integrated.png
copy to images/glade-main-page.png
diff --git a/graphics/glade-2.png b/images/glade.png
similarity index 100%
copy from graphics/glade-2.png
copy to images/glade.png
diff --git a/index.html b/index.html
index ae6aff3..33ee0fc 100644
--- a/index.html
+++ b/index.html
@@ -1,413 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr">
 <head>
-  <title>Glade User Interface Builder</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <link rel="stylesheet" type="text/css" href="./default.css">
+       <title>Glade - A User Interface Designer</title>
+
+       <meta http-equiv="Content-Type"
+             content="text/html; charset=utf-8"/>
+       <link rel="stylesheet"
+             media="screen"
+             type="text/css"
+             title="default.css"
+             href="default.css"/>
 </head>
-<body>
-<div id="hdr"> <img id="logo" src="graphics/glade-2.png"
- alt="Glade Logo">
-<p class="none"></p>
-<div id="hdrNav"> <a href="index.html">Home</a> · <a
- href="screenshots.html">Screenshots</a> · <a href="download.html">Download</a>
-· <a href="history.html">History</a> · <a href="todo.html">Future</a>
-· <a href="lists.html">Mailing Lists</a> · <a href="links.html">Links</a>
-· <a href="apps.html">Applications</a> · <a href="documentation.html">Documentation</a>
-</div>
-</div>
-<br>
-<div id="content">
-<h1>Glade - a User Interface Designer for GTK+ and GNOME</h1>
-<p>Glade is a RAD tool to enable quick &amp; easy development of user
-interfaces for the <a href="http://www.gtk.org/";>GTK+</a> toolkit and
-the <a href="http://www.gnome.org/";>GNOME</a> desktop environment,
-released under the
-<a href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>.<br>
-</p>
-<p>
-The user interfaces designed in Glade are saved as XML, and by using
-the
-<a href="http://www.jamesh.id.au/software/libglade/";>libglade</a>
-library these can be loaded by applications dynamically as needed.</p>
-<p>By using libglade, Glade XML files can be used in numerous
-programming
-languages including C, C++, Java, Perl, Python, C#, Pike, Ruby,
-Haskell,
-Objective Caml and Scheme. Adding support for other languages is easy
-too.</p>
-<h3>About Glade-3</h3>
-<p>This version of Glade (Glade-3) is a complete rewrite of the
-original Glade codebase.<br>
-<br>
-One of the main differences from glade-2 is that C code generation has
-been removed from glade-3: this has been done on purpose, since using
-generated code is deprecated; the preferred way to use glade files is
-with libglade (if code generation is needed, this can be provided as
-another tool or plugin, code generation is simply not a part of the
-glade-3 project).<br>
-Another main difference is that glade-3 was designed to make maximal
-use of GObject introspection, thus easing the integration of external
-toolkits and handling widgets, signals and properties genericly; thus
-making it easier to write fancy features in the future (toolkits such
-as gtk+ itself, gnome, gnome-db and any others are implemented
-externaly as widget catalogs with optional support libraries, thus
-catalogs may be distributed seperatly; possibly along with their
-libglade support modules).<br>
-<br>
-It has a few useful new features such as stacked Undo/Redo and Multiple
-Project supportand respects the same XML format as glade-2.<br>
-</p>
-<p>You can find Glade 2 tarballs at <a
- href="http://ftp.gnome.org/pub/GNOME/sources/glade/";>
-http://ftp.gnome.org/pub/GNOME/sources/glade/</a>
-</p>
-<hr>
-<h2>Latest News:</h2>
-<table border="0" cellpadding="5" cellspacing="0">
-	<tbody>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Mar 16 2009</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.6.0 </b><b> released!!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/</a><br>
-		<br>Glade has seen a world of improvement since 3.4, if you
-dont know about it, then I should at least skim over the
-new features and control we offer over your interface.
-<H3>Dual Project Formats</H3>
 
-   Now projects can be edited in libglade format and in GtkBuilder
-   format, offering you a load of new features only available in
-   GtkBuilder format (also removing access to deprecated widgets).
-<br>
-   Projects can be converted, the operation is undoable, and can
-   result in data loss when some objects/widgets cant be ported to
-   the target format (classic libglade format projects can always
-   be converted to GtkBuilder format).
+<body>
 
-<H3>Target Project Version</H3>
-   Glade now lets you target your GTK+ version for your project,
-   giving you visual feedback and warnings about objects, properties
-   and signals that you may be using that are not available in
-   the targetted version of GTK+.
-<br>
-   Interestingly Glade 3.6 depends on GTK+ 2.14, but gives you access to GTK+
-   properties from GTK+ 2.16 even if only running against 2.14.
+    <div id="hdr">
+        <img alt="logo" src="images/glade.png" />
+        <h1>Glade - A User Interface Designer</h1>
 
-<H3>Access to new objects</H3>
-   In GtkBuilder format, we have access to a whole new world of objects
-   we've never seen before in Glade:
-		<ul>
-     <LI> GtkAction: <br>
-	   Represent your UI frontend widget(s) by an Action, actions
-       are a great abstraction for UI components and let you have multiple
-       screen widgets that correspond to a single "action" who all conform
-       to the said actions state.
+    </div>
+    <div id="sidebar">
+        <h3>Menu</h3>
+        <ul id="link">
+            <li>Current Version: 0.6.7</li>
+            <li><a href="http://download.gnome.org/sources/glade3/";>Download Source</a></li>
+            <li><a href="http://git.gnome.org/cgit/glade3";>Browse Source Online</a></li>
+            <li><a href="http://live.gnome.org/Glade";>Wiki</a></li>
+            <li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=glade3";>File a bug</a></li>
+        </ul>
+        <h3>Help</h3>
+	<h4>Mailing lists</h4>
+	<ul>
+	  <li><a href="http://lists.ximian.com/mailman/listinfo/glade-users";>Users</a></li>
+	  <li><a href="http://lists.ximian.com/mailman/listinfo/glade-devel";>Developers</a></li>
+	</ul>
+	<h4>IRC</h4>
+	<ul>
+	  <li><b>server : </b>irc.gimp.net</li>
+	  <li><b>channel : </b>#glade3</li>
+	</ul>
 
-     <LI> GTK+ MVC Framework:<br>
-       Now we give you access to GtkTreeView, GtkIconView, GtkComboBox (as a view),
-       GtkListStore, GtkTreeStore in Glade.<br>That pretty much says it all, I encourage
-       you all to try it, define columns and data for your treemodel, define columns
-       and renderers for your treeview, in an all in one treeview editor.
+        <h3>Others useful tools</h3>
+        <ul>
+            <li><a href="http://projects.gnome.org/anjuta/";>Anjuta IDE</a></li>
+            <li><a href="http://projects.gnome.org/nemiver/";>Nemiver Debugger</a></li>
+	    <li><a href="http://live.gnome.org/devhelp";>Devhelp documentation browser</a></li>
+        </ul>
+    </div>
 
-     <LI> GtkIconFactory:<br>
-       Add your own stock id definitions using an icon factory, define graphics
-       for different widget sizes and widget states.
+    <div id="body">
 
-     <LI> GtkSizeGroup:<br>
-       Add widgets to logical groups that ensure all members have the same size.
-		</ul>
-<H3>Sexy New Editors</H3>
-   With a new internal interface, we allow plugins to define editor layouts on a
-   class level basis, now we have customized editors for GtkButton, GtkImage, GtkLabel,
-   GtkEntry and many more (and they all have size to fit word wrapping property description texts in them).
+        <h2>What is Glade?</h2>
+	<p>Glade is a RAD tool to enable quick &amp; easy development of user 
+	   interfaces for the <a href="http://www.gtk.org/";>GTK+</a> toolkit and
+	   the <a href="http://www.gnome.org/";>GNOME</a> desktop environment,
+	   released under the 
+	  <a href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>
+	</p>
+	<p>
+	   The user interfaces designed in Glade are saved as XML, and by using the
+	   <a href="http://library.gnome.org/devel/gtk/stable/GtkBuilder.html";>GtkBuilder</a> GTK+ object
+	   these can be loaded by applications dynamically as needed.
+	</p>
+	<p>
+	   By using GtkBuilder, Glade XML files can be used in numerous programming languages 
+	   including C, C++, Vala, Java, Perl, Python, C#, Pike, Ruby, Haskell, Objective Caml and Scheme.
+	</p>
+        <p class="thumb">
+        <a class="thumb" href="images/glade-main-page.png">
+            <img src="images/glade-main-page-thumb.png"
+            alt="glade main page"/></a>
+        </p>
+        <h2>Download it</h2>
+        <p>
+        The current released version of glade is <a href="http://download.gnome.org/sources/glade3/3.6";>3.6.7</a>.
+	<ul>
+	  <li><a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>Source code</a></li>
+	  <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/";>Windows binaries</a></li>
+	  <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/";>MacOSX binaries</a></li>
+	</ul>
+        </p>
+        <p>
+        If you want bleeding edge source code, you can fetch and compile the code from our <a href="http://git-scm.com";>git</a>
+        repository. To do so, you can type:
+        <code>git clone git://git.gnome.org/glade3</code>
+        </p>
+    </div>
 
-<H3>The Python Plugin</H3>
-   This is finally worked out into a plugin, its been around for a while now but
-   wasnt publicly/stably released to my knowlage, what it does is allow Glade to
-   introspect and load your python classes properties and signals and add it to
-   the palette automatically (with the use of a one or 2 liner user catalog),
-   documentation coming, or ask Juan Pablo ;-)
+    <div>
+         <p>
+             <a href="http://validator.w3.org/check?uri=referer";>
+                 <img src="http://www.w3.org/Icons/valid-xhtml10";
+                      alt="Valid XHTML 1.0 Strict"
+                      height="31"
+                      width="88"/>
+              </a>
+        </p>
+    </div>
 
-<H3>Some Enhancements</H3>
-	<ul>
-   <LI> Inspector lets you filter and search the project with an added entry (behaves like DevHelp's search entry but on the project).
-   <LI> You can edit widgets inline with their editor in a dialog (Edit Separately in context menu), this editor window will stay on the same widget when selection changes).
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Dec 18 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.4.1 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/</a><br>
-		<br>First bugfix release on the serie!
-		<ul>
-			<LI>Crash in Glade Interface Designer: Clicked the GtkInputDial... (bug 480495) - Juan Pablo Ugarte
-			<LI>Glade3 hangs when loading certain projects containing GtkAssistants (bug 495057) - J. Ali Harlow
-			<LI>Fix options context summary (bug 500940) - Christian Persch
-			<LI>Use gtk_widget_get_action (bug 500943) - Christian Persch
-			<LI>Icon Theme search path is incorrect for win32 (bug 469854) - Martin Schlemmer
-			<LI>Doesn't build on ia64 (bug 499623) - Josselin Mouette
-			<LI>Activating "Add Parent" on an internal widget component causes crah (bug 503955) - Juan Pablo Ugarte
-			<LI>GtkImage/GdkPixbuf porps misc fixes - Juan Pablo Ugarte
-		</ul>
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Sep 17 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.4.0 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/</a><br>
-		<br>Checkout the new stable serie!
-		<ul>
-			<LI>Moved all gtk-doc stuff outside of the template files (now documentations is entirely in the source) - Juan Pablo Ugarte
-			<LI>Fixed compilation with gcc 2.95 (bug 461923) - Jens Granseuer
-			<LI>Sort the stock icon list alphabetically by locale (bug 454003) - Olivier Delhomme
-			<LI>Made glade window not maximized by default (bug 462111) reported by Frédéric Bellaiche
-			<LI>Added "expand" and "homogeneous" packing properties to toolbar children in the toolbar editor (bug 429409) - Tristan Van Berkom
-			<LI>Clipped the signal editor texts to simply say "<type here>" (bug 464505) - Tristan Van Berkom
-			<LI>Now saves/restores session data about docking attached state & undocked window sizes/positions - Yevgen Muntyan
-			<LI>Added themed icon chooser (currently disabled awaiting freeze break approval) (bug 359640) - Vincent Geddes
-			<LI>Made toolbar-style an "optional" property and fixed glitches around this property (bug 382785) - Vincent Geddes
-		</ul>
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>May 28 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.2.2 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
-		<br>This is the second bugfix release to 3.2 series
-		<ul>
-			<LI>Allow properties to be marked "save-always" in the catalog - Juan Pablo Ugarte
-			<LI>Set "save-always" on these properties:
-			<UL>
-				<LI>GtkDialog's "type-hint" - Juan Pablo Ugarte
-				<LI>GtkScrolledWindow's "can-focus" - Juan Pablo Ugarte
-				<LI>GtkPaned's "resize" and "shrink" (bug 364215) - Tristan Van Berkom
-				<LI>GtkButton's "response-id" (bug 410272) -Tristan Van Berkom
-			</UL>
-			<LI>Now list all activatable signals in the Accelerator key dialog.
-			<LI>New and updated translations - Theppitak Karoonboonyanan (th)
-		</ul>
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>May 02 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.2.1 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
-		<br>This is the first bugfix release to 3.2 series
-		<ul>
-			<LI>Some win32 build issues fixed - Olivier Delhomme
-			<LI>Add "GNOME" to Categories (love bug 417618) - Bruno Boaventura
-			<LI>Property ordering fixed (bug 396436) - Juan Pablo Ugarte/Christian Persch
-			<LI>"label" property of GtkToolButton now translatable - Tristan Van Berkom
-			<LI>dont use sscanf in (de)serialization (bug 424547) - Christian Persch/Ivan Baldo
-			<LI>workaround "hierarchy-changed" signal crashes in filechooserdialog (bug 415021) - Juan Pablo Ugarte
-			<LI>unichar property charachers now properly displayed - Juan Pablo Ugarte
-			<LI>Cut/Pasted widgets now behave as expected (bug 432519) - Tristan Van Berkom
-			<LI>Inspector expands/scrolls to position upon selections (bug 392225) - Vincent Geddes
-			<LI>Negative integer properties work properly now (bug 434207) - Jeff Westerinen
-			<LI>Workaround for inputdialog crashes (bug 433975) - Juan Pablo Ugarte
-			<LI>Fixed some irrelevent runtime warnings - Juan Pablo Ugarte
-		</ul>
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Mar 12 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.2 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
-		<br>New development version released!, This is the first version included in GNOME 2.18<br><br>New features and fixes<br>
-		<ul>
-			<li>Fixed sources to build with gcc 2.95 (bug 406504) - Jens Granseuer</li>
-			<li>Fixed the imfamous: "Not able to set label and stock separately in GtkImageMenuItems" (bug 397043) - Juan Pablo Ugarte</li>
-			<li>Added remaining missing icons - Vincent Geddes</li>
-			<li>Use locale independent integer and float parsing routines (bug 396433) - Christian Persch</li>
-			<li>Save some properties unconditionally (bug 412848) - Tristan Van Berkom</li>
-			<li>Revived accelerator & atk relationset properties (bug 383121) - Tristan Van Berkom</li>
-			<li>other bug fixes by Nickolay V. Shmyrev, Christian Persch, Vincent Geddes, Halton Huo</li>
-		</ul>
-	</td>
-	</tr>
-	<tr>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Feb 13 2007</b></td>
-	<td style="vertical-align: top;"><br></td>
-	<td style="vertical-align: top;"><b>Glade 3.1.5 </b><b> released!<br>
-		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
-		<br>Development version bugfix release.<br><br>New features and fixes<br>
-		<ul>
-			<li> Fixed build problem with autoconf 2.60 wrt. datarootdir (bug 392379) - Christian Persch</li>
-			<li> Added version to bugzilla info in the .desktop file  (bug 392395) - Christian Persch</li>
-			<li> Bind the gettext domain (bug 397429) - Christian Persch</li>
-			<li> Setup online manual - Vincent Geddes</li>
-			<li> use xmlSubstituteEntitiesDefault() when loading/saving glade files (bug 396311) - anonymous patch submitter</li>
-			<li> Use standard "translator-credits" property the standard way in the about dialog - Vincent Geddes</li>
-			<li> GladeCommand refactoring work, allows for multiple paste commands now (bug 345603) - Jeff Westerinen</li>
-			<li> Reorganized package directory structure and adapted makefiles - Vincent Geddes</li>
-			<li> Renamed some things to fit more with the HIG - Vincent Geddes</li>
-			<li> Fixed obnoxious startup errors (bug 399178) - Tristan Van Berkom</li>
-			<li> Implement concept of "use-placeholders" for container adaptors to distinguish whether they use placehodlers for thier children (the core handles them differently), note that menuitems,fixed,toolbar etc dont use placeholders for thier children - Tristan Van Berkom</li>
-			<li> Fixed packing defaults (a menubar in a HBox is initially expand = False) - Tristan Van Berkom</li>
-			<li> Fixed the layout to not touch default-width/default-height implicitly when resizing the toplevel inside the workspace, this required some refactoring too - Tristan Van Berkom</li>
-			<li> Completely reworked event handling, considerably reduced lines of code involved and improved stability, also now drag/resize is only available with the SHIFT modifier active, as a side effect, you can now also interact with project widgets in the workspace much better. - Tristan Van Berkom</li>
-			<li> Implemented undo/redo for i18n property metadata (bug 352454) - Jeff Westerinen</li>
-			<li> Fixed translations of strings from the catalog and some strings in the about dialog (bug 404917) - Tristan Van Berkom</li>
-			<li> Added the new glade icon - Andreas Nilsson</li>
-			<li> Fixed compilation of python code - Paul</li>
-			<li> Call GNOME_DOC_INIT unconditionally (Bug 392411) - Christian Persch</li>
-			<li> Improved configure check for python - Vincent Geddes</li>
-			<ul>
-		</td>
-	</tr>
-    <tr>
-      <td style="vertical-align: top;"><br>
-      </td>
-      <td style="vertical-align: top;"><b>Dec 05 2006</b></td>
-      <td style="vertical-align: top;"><br>
-      </td>
-      <td style="vertical-align: top;"><b>Glade 3.1.2 </b><b> released!<br>
-      <br>
-      </b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
-      <br>Development version bugfix release.<br>
-      <br>New features and fixes<br>
-      <ul>
-        <li>Use GtkRecent and removed manual recent project handling (Vincent Geddes)</li>
-        <li>Refactoring of UI frontend &amp; palette code (Vincent Geddes)</li>
-        <li>Selector button from the palette is now hidden and one is placed on the toolbar instead (Vincent Geddes)</li>
-        <li>Refactoring of core/plugin interface, now the plugin derives an adaptor type to interface with the core.</li>
-        <li>New bindings framework, this includes a bindings core module and an initial implementation of the python binding (Juan Pablo Ugarte)</li>
-        <li>Added core support for plugins to implement actions on the context menu, AND support for scripted context menu actions (Juan Pablo Ugarte)</li>
-        <li>Cleanup of gnome catalog code (Juan Pable Ugarte)</li>
-        <li>Misc bugfixes by Vincent, Juan Pablo, Andreas Köhler and myself.</li>
-      </ul>
-      </td>
-    </tr>
-    <tr>
-      <td style="vertical-align: top;"><br>
-      </td>
-      <td style="vertical-align: top;"><b>Oct 27 2006</b></td>
-      <td style="vertical-align: top;"><br>
-      </td>
-      <td style="vertical-align: top;"><b>Glade 3.1.0 </b><b> released
-!<br>
-      <br>
-      </b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
-      <br>New development version released, check out the new UI!<br>
-	<br>New features and fixes<br>
-      <ul>
-        <li>Embedded toplevel widgets - phase one (Vincent Geddes)</li>
-        <li>Integrated one window application layout - phase one (Vincent Geddes)</li>
-        <li>Architechtural change, GladeWidgetClass structures now swapped for a GladeWidgetAdaptor object, classes are then generated while reading the catalog (thus deffering all the OO mechanics to the GType system).</li>
-        <li>Fixed "-"/"_" mangling in translatable string comments (bug 363598) (Jonas Berlin)</li>
-      </ul>
-      </td>
-    </tr>
-    <tr>
-      <td><br>
-      </td>
-      <td style="vertical-align: top;"><b>Sep 29 2006</b></td>
-      <td><br>
-      </td>
-      <td><b>Glade 3.0.2 </b><b> released !</b><b><br>
-      </b>
-      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>.<br>
-      </p>
-      <p>This is a bugfix release to 3.0 and it fixed the known crashers and most of the more critical problems in 3.0.1 </p>
-      <p>New features and fixes:</p>
-      <ul>
-        <li>Fixed some properties to be translatable (reported by Olivier Rolland)</li>
-        <li>Now use non-locale specific functions to write out double values to glade files, revert to use floating precision in adjustments.</li>
-        <li>Signal editor UI improved (bug 127149) (Juan Pablo Ugarte)</li>
-        <li>Reimplemented file drag and drop (bug 352458) (Vincent Geddes)</li>
-        <li>Fixed accelerator dialog segfaults (bug 352825) (Juan Pablo Ugarte)</li>
-        <li>Improved GtkPaned support (bug 345075) (Juan Pablo Ugarte)</li>
-        <li>Backing out multiple consecutive pastes (reopening bug 345603)(this fixes menu editor segfaults among other things)</li>
-        <li>Fixed ComboBoxEntry crash (bug 354716) (Juan Pablo Ugarte)</li>
-        <li>Ordering of properties in the editor window (bug 345893)(Juan Pablo Ugarte)</li>
-        <li>Allow a dynamic user-editable comment prepended to the glade file (Bug 342889) (Juan Pablo Ugarte)</li>
-        <li>Added new stock listing that includes the stock "images" (which are not gtk+ stock "items"), and enabled them for GtkImage and GtkToolItem. (bug 353522)</li>
-        <li>GtkImage now defaults to an initial "gtk-broken-image" stock type.</li>
-        <li>Ignore "enable-grid-lines" 2.10 property on treeview since it causes crashes on load (fixes bug 353611)</li>
-        <li>Added displayable values for "enable-grid-lines" 2.10 property</li>
-        <li>Set some HIG-ish defaults on dialogs</li>
-        <li>Fixed lost icons on images (bug 353126) (Juan Pablo Ugarte)</li>
-        <li>Namespace issues with libglade initial fix (Juan Pablo Ugarte)</li>
-        <li>Few more misc fixes by Juan Pablo and myself.</li>
-      </ul>
-      <p> </p>
-      </td>
-    </tr>
-    <tr>
-      <td><br>
-      </td>
-      <td style="vertical-align: top;"><b>Aug 20 2006</b></td>
-      <td><br>
-      </td>
-      <td><b>Glade 3.0.1 </b><b> released !</b><b><br>
-      </b>
-      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>.<br>
-      </p>
-      <p>NOTE - This is a follow up bugfix release to 3.0 and includes alot of misc fixes thanks to&nbsp;all the bugzilla attention we've been getting...thanks for all the bug reports everyone ! </p>
-      <p>New features and fixes:</p>
-      <ul>
-        <li>Pasting a widget does not paste the packing options (bug 345604) (Juan Pablo Ugarte) </li>
-        <li>Now you can paste widgets to your hearts content (bug 345603) </li>
-        <li>Fixed expander widgets (they were missing placeholders). </li>
-        <li>Adjustments are saved without floating point precision in the glade file (reports of glade-- code generator disliking the decimal points). </li>
-        <li>Fixed an embarrassing segfault when removing items using the menu/toolbar editor (Juan Pablo) </li>
-        <li>Interface signals are now properly introspected + alphabetically sorted (Juan Pablo) </li>
-        <li>Removed some properties on children internal to composite widgets, properties that we're controlled by style properties on the GtkDialog widget (bug 352018). </li>
-        <li>Enhancements to the "Projects" menu + minor UI enhancements (Vincent Geddes) </li>
-        <li>Palette items can be locked down with CNTL-click matching glade-2 behaviour (bug 303679)</li>
-      </ul>
-      <p> </p>
-      </td>
-    </tr>
-    <tr valign="top">
-      <td>&nbsp;&nbsp;&nbsp;</td>
-      <td><b>Aug&nbsp;11&nbsp;2006</b></td>
-      <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
-      <td><b>Glade 3.0 released !</b>
-      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>. </p>
-      <p>NOTE - Glade 3.0 Requires GTK+ 2.8 and libxml2, Glade 3.0 will expose properties, signals and widgets from GTK+ 2.8, remember that you need an up to date version of GTK+ to support those widgets. </p>
-      <p>Here is an overview of the changes made since the last development snapshot: </p>
-      <ul>
-        <li>DevHelp integration for a contextual help system</li>
-        <li>GnomeUI and GnomeCanvas plugin (Juan Pablo Ugarte)</li>
-        <li>New "Editor skeleton" provided by the core to ease the plugin's creation of custom editors for toolbars and menus and such. (Juan Pablo Ugarte)</li>
-        <li>Toolbar and popup menu support (Juan Pablo Ugarte)</li>
-        <li>Added accelerators property dialog</li>
-        <li>Drag/Resize support extended to GtkTable and GtkBox subclasses (and GnomeCanvas) from only GtkFixed and GtkLayout.</li>
-        <li>Reverted "View" menu to match the Glade 2 style (Yevgen Muntyan)</li>
-        <li>Now glade has 2 icon sets (16x16 &amp; 22x22), all icons available (Vincent Geddes)</li>
-        <li>New awesome palette (Vincent Geddes)</li>
-        <li>Cute cursor when adding widgets (Vincent Geddes)</li>
-        <li>General UI enhancements and desktop integration work (Vincent Geddes)</li>
-        <li>Duplicated widgets id's are unique (Yevgen Muntyan)</li>
-        <li>Spelling mistake fixes from Thierry Moisan and Clytie Siddall</li>
-        <li>Many Many Many misc fixes by Juan Pablo Ugarte, Vincent Geddes, Yevgen Muntyan and myself.</li>
-        <li>Much core/gtk+ backend refactoring done by Juan Pablo and myself.</li>
-      </ul>
-      </td>
-    </tr>
-  </tbody>
-</table>
-</div>
-<hr>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
- src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0!"
- height="31" width="88"></a><a
- href="http://jigsaw.w3.org/css-validator/";>
-<img style="border: 0pt none ; width: 88px; height: 31px;"
- src="http://jigsaw.w3.org/css-validator/images/vcss"; alt="Valid CSS!"></a></p>
+    <div id="bottom">
+        <div id="copyright">Copyright 2009, The Glade project <br /> (Design by Nemiver developers, thank you! ;)) </div>
+    </div>
 </body>
 </html>
diff --git a/FAQ b/old_page/FAQ
similarity index 100%
rename from FAQ
rename to old_page/FAQ
diff --git a/MAINTAINERS b/old_page/MAINTAINERS
similarity index 100%
rename from MAINTAINERS
rename to old_page/MAINTAINERS
diff --git a/apps.html b/old_page/apps.html
similarity index 100%
rename from apps.html
rename to old_page/apps.html
diff --git a/old_page/default.css b/old_page/default.css
new file mode 100644
index 0000000..2e0d163
--- /dev/null
+++ b/old_page/default.css
@@ -0,0 +1,124 @@
+
+#content {
+ margin: 70px 60px 10px 10px;
+ top: 60px;
+}
+
+
+/* Basic tags */
+
+body {
+ margin: 0px;
+ background-color: white;
+ font-family: sans-serif;
+}
+
+#body {
+ margin: 90px 230px 0px 10px;
+ padding: 0px;
+}
+
+a img {
+ border: 0px;
+}
+
+
+/* Anchors */
+
+a, a:hover {
+ text-decoration: none;
+}
+
+a:link {
+ color: #BB0207;
+ text-decoration: underline;
+}
+
+a:visited {
+ color: #c0665a;
+ text-decoration: underline;
+}
+
+a:active {
+ color: #ff0000;
+ text-decoration: underline;
+}
+
+
+/* Basic classes */
+
+.none { /* to add paragraph spacing to various elements for ttys */
+ margin: 0px;
+ padding: 0px;
+}
+
+.invisible { /* stuff that should appear when this css isn't used */
+ margin: 0px;
+ border: 0px;
+ padding: 0px;
+ height: 0px;
+ visibility: hidden;
+}
+
+.left {
+ margin: 10px;
+ padding: 0px;
+ float: left;
+}
+
+.right {
+ margin: 10px;
+ padding: 0px;
+ float: right;
+}
+
+.center {
+ text-align: center;
+}
+
+
+/* Common page elements: Header, footer, etc. */
+
+#logo {
+ position: absolute;
+ top: 19px;
+ left: 15px;
+ border: 0px;
+ z-index: 10;
+}
+
+#hdr {
+ position: absolute;
+ z-index: 5;
+
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ width: 100%;
+ height: 48px;
+
+ text-align: right;
+
+ background: url("graphics/header.png") no-repeat;
+ background-color: #bd655a;
+ border-bottom: 1px solid #666666;
+}
+
+#hdrNav {
+ position: absolute;
+ top: 54px;
+ left: 0px;
+
+ margin-left: 84px;
+ text-align: left;
+ vertical-align: middle;
+ font-size: small;
+}
+
+#hdrNav a {
+ color: #000000;
+}
+
+#hdrNav a:hover {
+ color: #FF0000;
+}
diff --git a/docs/GladeApp.html b/old_page/docs/GladeApp.html
similarity index 100%
rename from docs/GladeApp.html
rename to old_page/docs/GladeApp.html
diff --git a/docs/GladeBaseEditor.html b/old_page/docs/GladeBaseEditor.html
similarity index 100%
rename from docs/GladeBaseEditor.html
rename to old_page/docs/GladeBaseEditor.html
diff --git a/docs/GladeClipboard.html b/old_page/docs/GladeClipboard.html
similarity index 100%
rename from docs/GladeClipboard.html
rename to old_page/docs/GladeClipboard.html
diff --git a/docs/GladeClipboardView.html b/old_page/docs/GladeClipboardView.html
similarity index 100%
rename from docs/GladeClipboardView.html
rename to old_page/docs/GladeClipboardView.html
diff --git a/docs/GladeCommand.html b/old_page/docs/GladeCommand.html
similarity index 100%
rename from docs/GladeCommand.html
rename to old_page/docs/GladeCommand.html
diff --git a/docs/GladeDesignView.html b/old_page/docs/GladeDesignView.html
similarity index 100%
rename from docs/GladeDesignView.html
rename to old_page/docs/GladeDesignView.html
diff --git a/docs/GladeEditor.html b/old_page/docs/GladeEditor.html
similarity index 100%
rename from docs/GladeEditor.html
rename to old_page/docs/GladeEditor.html
diff --git a/docs/GladeEditorProperty.html b/old_page/docs/GladeEditorProperty.html
similarity index 100%
rename from docs/GladeEditorProperty.html
rename to old_page/docs/GladeEditorProperty.html
diff --git a/docs/GladeFixed.html b/old_page/docs/GladeFixed.html
similarity index 100%
rename from docs/GladeFixed.html
rename to old_page/docs/GladeFixed.html
diff --git a/docs/GladeInspector.html b/old_page/docs/GladeInspector.html
similarity index 100%
rename from docs/GladeInspector.html
rename to old_page/docs/GladeInspector.html
diff --git a/docs/GladePalette.html b/old_page/docs/GladePalette.html
similarity index 100%
rename from docs/GladePalette.html
rename to old_page/docs/GladePalette.html
diff --git a/docs/GladePlaceholder.html b/old_page/docs/GladePlaceholder.html
similarity index 100%
rename from docs/GladePlaceholder.html
rename to old_page/docs/GladePlaceholder.html
diff --git a/docs/GladeProject.html b/old_page/docs/GladeProject.html
similarity index 100%
rename from docs/GladeProject.html
rename to old_page/docs/GladeProject.html
diff --git a/docs/GladeProjectView.html b/old_page/docs/GladeProjectView.html
similarity index 100%
rename from docs/GladeProjectView.html
rename to old_page/docs/GladeProjectView.html
diff --git a/docs/GladeProperty.html b/old_page/docs/GladeProperty.html
similarity index 100%
rename from docs/GladeProperty.html
rename to old_page/docs/GladeProperty.html
diff --git a/docs/GladeWidget.html b/old_page/docs/GladeWidget.html
similarity index 100%
rename from docs/GladeWidget.html
rename to old_page/docs/GladeWidget.html
diff --git a/docs/GladeWidgetAction.html b/old_page/docs/GladeWidgetAction.html
similarity index 100%
rename from docs/GladeWidgetAction.html
rename to old_page/docs/GladeWidgetAction.html
diff --git a/docs/catalog.html b/old_page/docs/catalog.html
similarity index 100%
rename from docs/catalog.html
rename to old_page/docs/catalog.html
diff --git a/docs/catalogintro.html b/old_page/docs/catalogintro.html
similarity index 100%
rename from docs/catalogintro.html
rename to old_page/docs/catalogintro.html
diff --git a/docs/core.html b/old_page/docs/core.html
similarity index 100%
rename from docs/core.html
rename to old_page/docs/core.html
diff --git a/docs/dockables.html b/old_page/docs/dockables.html
similarity index 100%
rename from docs/dockables.html
rename to old_page/docs/dockables.html
diff --git a/docs/gladeui-GladeBaseEditor.html b/old_page/docs/gladeui-GladeBaseEditor.html
similarity index 100%
rename from docs/gladeui-GladeBaseEditor.html
rename to old_page/docs/gladeui-GladeBaseEditor.html
diff --git a/docs/gladeui-GladeCommand.html b/old_page/docs/gladeui-GladeCommand.html
similarity index 100%
rename from docs/gladeui-GladeCommand.html
rename to old_page/docs/gladeui-GladeCommand.html
diff --git a/docs/gladeui-GladePropertyClass.html b/old_page/docs/gladeui-GladePropertyClass.html
similarity index 100%
rename from docs/gladeui-GladePropertyClass.html
rename to old_page/docs/gladeui-GladePropertyClass.html
diff --git a/docs/gladeui-GladeWidgetAdaptor.html b/old_page/docs/gladeui-GladeWidgetAdaptor.html
similarity index 100%
rename from docs/gladeui-GladeWidgetAdaptor.html
rename to old_page/docs/gladeui-GladeWidgetAdaptor.html
diff --git a/docs/gladeui-GladeWidgetClass.html b/old_page/docs/gladeui-GladeWidgetClass.html
similarity index 100%
rename from docs/gladeui-GladeWidgetClass.html
rename to old_page/docs/gladeui-GladeWidgetClass.html
diff --git a/docs/gladeui-glade-base-editor.html b/old_page/docs/gladeui-glade-base-editor.html
similarity index 100%
rename from docs/gladeui-glade-base-editor.html
rename to old_page/docs/gladeui-glade-base-editor.html
diff --git a/docs/gladeui-glade-parameter.html b/old_page/docs/gladeui-glade-parameter.html
similarity index 100%
rename from docs/gladeui-glade-parameter.html
rename to old_page/docs/gladeui-glade-parameter.html
diff --git a/docs/gladeui-glade-property.html b/old_page/docs/gladeui-glade-property.html
similarity index 100%
rename from docs/gladeui-glade-property.html
rename to old_page/docs/gladeui-glade-property.html
diff --git a/docs/gladeui-glade-signal-editor.html b/old_page/docs/gladeui-glade-signal-editor.html
similarity index 100%
rename from docs/gladeui-glade-signal-editor.html
rename to old_page/docs/gladeui-glade-signal-editor.html
diff --git a/docs/gladeui-glade-utils.html b/old_page/docs/gladeui-glade-utils.html
similarity index 100%
rename from docs/gladeui-glade-utils.html
rename to old_page/docs/gladeui-glade-utils.html
diff --git a/docs/gladeui-glade-xml-utils.html b/old_page/docs/gladeui-glade-xml-utils.html
similarity index 100%
rename from docs/gladeui-glade-xml-utils.html
rename to old_page/docs/gladeui-glade-xml-utils.html
diff --git a/docs/gladeui.devhelp b/old_page/docs/gladeui.devhelp
similarity index 100%
rename from docs/gladeui.devhelp
rename to old_page/docs/gladeui.devhelp
diff --git a/docs/gladeui.devhelp2 b/old_page/docs/gladeui.devhelp2
similarity index 100%
rename from docs/gladeui.devhelp2
rename to old_page/docs/gladeui.devhelp2
diff --git a/docs/home.png b/old_page/docs/home.png
similarity index 100%
rename from docs/home.png
rename to old_page/docs/home.png
diff --git a/docs/index.html b/old_page/docs/index.html
similarity index 100%
rename from docs/index.html
rename to old_page/docs/index.html
diff --git a/docs/index.sgml b/old_page/docs/index.sgml
similarity index 100%
rename from docs/index.sgml
rename to old_page/docs/index.sgml
diff --git a/docs/ix01.html b/old_page/docs/ix01.html
similarity index 100%
rename from docs/ix01.html
rename to old_page/docs/ix01.html
diff --git a/docs/left.png b/old_page/docs/left.png
similarity index 100%
rename from docs/left.png
rename to old_page/docs/left.png
diff --git a/docs/misc.html b/old_page/docs/misc.html
similarity index 100%
rename from docs/misc.html
rename to old_page/docs/misc.html
diff --git a/docs/properties.html b/old_page/docs/properties.html
similarity index 100%
rename from docs/properties.html
rename to old_page/docs/properties.html
diff --git a/docs/pythonsupport.html b/old_page/docs/pythonsupport.html
similarity index 100%
rename from docs/pythonsupport.html
rename to old_page/docs/pythonsupport.html
diff --git a/docs/right.png b/old_page/docs/right.png
similarity index 100%
rename from docs/right.png
rename to old_page/docs/right.png
diff --git a/docs/style.css b/old_page/docs/style.css
similarity index 100%
rename from docs/style.css
rename to old_page/docs/style.css
diff --git a/docs/up.png b/old_page/docs/up.png
similarity index 100%
rename from docs/up.png
rename to old_page/docs/up.png
diff --git a/docs/widgetclasses.html b/old_page/docs/widgetclasses.html
similarity index 100%
rename from docs/widgetclasses.html
rename to old_page/docs/widgetclasses.html
diff --git a/documentation.html b/old_page/documentation.html
similarity index 100%
rename from documentation.html
rename to old_page/documentation.html
diff --git a/download.html b/old_page/download.html
similarity index 100%
rename from download.html
rename to old_page/download.html
diff --git a/glade-2.0.dtd b/old_page/glade-2.0.dtd
similarity index 100%
rename from glade-2.0.dtd
rename to old_page/glade-2.0.dtd
diff --git a/graphics/anjuta.png b/old_page/graphics/anjuta.png
similarity index 100%
rename from graphics/anjuta.png
rename to old_page/graphics/anjuta.png
diff --git a/graphics/devhelp.png b/old_page/graphics/devhelp.png
similarity index 100%
rename from graphics/devhelp.png
rename to old_page/graphics/devhelp.png
diff --git a/graphics/full-desktop.png b/old_page/graphics/full-desktop.png
similarity index 100%
rename from graphics/full-desktop.png
rename to old_page/graphics/full-desktop.png
diff --git a/graphics/glade-2.png b/old_page/graphics/glade-2.png
similarity index 100%
rename from graphics/glade-2.png
rename to old_page/graphics/glade-2.png
diff --git a/graphics/header.png b/old_page/graphics/header.png
similarity index 100%
rename from graphics/header.png
rename to old_page/graphics/header.png
diff --git a/graphics/integrated.png b/old_page/graphics/integrated.png
similarity index 100%
rename from graphics/integrated.png
rename to old_page/graphics/integrated.png
diff --git a/graphics/screenshot1.png b/old_page/graphics/screenshot1.png
similarity index 100%
rename from graphics/screenshot1.png
rename to old_page/graphics/screenshot1.png
diff --git a/graphics/win32.png b/old_page/graphics/win32.png
similarity index 100%
rename from graphics/win32.png
rename to old_page/graphics/win32.png
diff --git a/history.html b/old_page/history.html
similarity index 100%
rename from history.html
rename to old_page/history.html
diff --git a/old_page/index.html b/old_page/index.html
new file mode 100644
index 0000000..ae6aff3
--- /dev/null
+++ b/old_page/index.html
@@ -0,0 +1,413 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>Glade User Interface Builder</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" type="text/css" href="./default.css">
+</head>
+<body>
+<div id="hdr"> <img id="logo" src="graphics/glade-2.png"
+ alt="Glade Logo">
+<p class="none"></p>
+<div id="hdrNav"> <a href="index.html">Home</a> · <a
+ href="screenshots.html">Screenshots</a> · <a href="download.html">Download</a>
+· <a href="history.html">History</a> · <a href="todo.html">Future</a>
+· <a href="lists.html">Mailing Lists</a> · <a href="links.html">Links</a>
+· <a href="apps.html">Applications</a> · <a href="documentation.html">Documentation</a>
+</div>
+</div>
+<br>
+<div id="content">
+<h1>Glade - a User Interface Designer for GTK+ and GNOME</h1>
+<p>Glade is a RAD tool to enable quick &amp; easy development of user
+interfaces for the <a href="http://www.gtk.org/";>GTK+</a> toolkit and
+the <a href="http://www.gnome.org/";>GNOME</a> desktop environment,
+released under the
+<a href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>.<br>
+</p>
+<p>
+The user interfaces designed in Glade are saved as XML, and by using
+the
+<a href="http://www.jamesh.id.au/software/libglade/";>libglade</a>
+library these can be loaded by applications dynamically as needed.</p>
+<p>By using libglade, Glade XML files can be used in numerous
+programming
+languages including C, C++, Java, Perl, Python, C#, Pike, Ruby,
+Haskell,
+Objective Caml and Scheme. Adding support for other languages is easy
+too.</p>
+<h3>About Glade-3</h3>
+<p>This version of Glade (Glade-3) is a complete rewrite of the
+original Glade codebase.<br>
+<br>
+One of the main differences from glade-2 is that C code generation has
+been removed from glade-3: this has been done on purpose, since using
+generated code is deprecated; the preferred way to use glade files is
+with libglade (if code generation is needed, this can be provided as
+another tool or plugin, code generation is simply not a part of the
+glade-3 project).<br>
+Another main difference is that glade-3 was designed to make maximal
+use of GObject introspection, thus easing the integration of external
+toolkits and handling widgets, signals and properties genericly; thus
+making it easier to write fancy features in the future (toolkits such
+as gtk+ itself, gnome, gnome-db and any others are implemented
+externaly as widget catalogs with optional support libraries, thus
+catalogs may be distributed seperatly; possibly along with their
+libglade support modules).<br>
+<br>
+It has a few useful new features such as stacked Undo/Redo and Multiple
+Project supportand respects the same XML format as glade-2.<br>
+</p>
+<p>You can find Glade 2 tarballs at <a
+ href="http://ftp.gnome.org/pub/GNOME/sources/glade/";>
+http://ftp.gnome.org/pub/GNOME/sources/glade/</a>
+</p>
+<hr>
+<h2>Latest News:</h2>
+<table border="0" cellpadding="5" cellspacing="0">
+	<tbody>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Mar 16 2009</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.6.0 </b><b> released!!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/</a><br>
+		<br>Glade has seen a world of improvement since 3.4, if you
+dont know about it, then I should at least skim over the
+new features and control we offer over your interface.
+<H3>Dual Project Formats</H3>
+
+   Now projects can be edited in libglade format and in GtkBuilder
+   format, offering you a load of new features only available in
+   GtkBuilder format (also removing access to deprecated widgets).
+<br>
+   Projects can be converted, the operation is undoable, and can
+   result in data loss when some objects/widgets cant be ported to
+   the target format (classic libglade format projects can always
+   be converted to GtkBuilder format).
+
+<H3>Target Project Version</H3>
+   Glade now lets you target your GTK+ version for your project,
+   giving you visual feedback and warnings about objects, properties
+   and signals that you may be using that are not available in
+   the targetted version of GTK+.
+<br>
+   Interestingly Glade 3.6 depends on GTK+ 2.14, but gives you access to GTK+
+   properties from GTK+ 2.16 even if only running against 2.14.
+
+<H3>Access to new objects</H3>
+   In GtkBuilder format, we have access to a whole new world of objects
+   we've never seen before in Glade:
+		<ul>
+     <LI> GtkAction: <br>
+	   Represent your UI frontend widget(s) by an Action, actions
+       are a great abstraction for UI components and let you have multiple
+       screen widgets that correspond to a single "action" who all conform
+       to the said actions state.
+
+     <LI> GTK+ MVC Framework:<br>
+       Now we give you access to GtkTreeView, GtkIconView, GtkComboBox (as a view),
+       GtkListStore, GtkTreeStore in Glade.<br>That pretty much says it all, I encourage
+       you all to try it, define columns and data for your treemodel, define columns
+       and renderers for your treeview, in an all in one treeview editor.
+
+     <LI> GtkIconFactory:<br>
+       Add your own stock id definitions using an icon factory, define graphics
+       for different widget sizes and widget states.
+
+     <LI> GtkSizeGroup:<br>
+       Add widgets to logical groups that ensure all members have the same size.
+		</ul>
+<H3>Sexy New Editors</H3>
+   With a new internal interface, we allow plugins to define editor layouts on a
+   class level basis, now we have customized editors for GtkButton, GtkImage, GtkLabel,
+   GtkEntry and many more (and they all have size to fit word wrapping property description texts in them).
+
+<H3>The Python Plugin</H3>
+   This is finally worked out into a plugin, its been around for a while now but
+   wasnt publicly/stably released to my knowlage, what it does is allow Glade to
+   introspect and load your python classes properties and signals and add it to
+   the palette automatically (with the use of a one or 2 liner user catalog),
+   documentation coming, or ask Juan Pablo ;-)
+
+<H3>Some Enhancements</H3>
+	<ul>
+   <LI> Inspector lets you filter and search the project with an added entry (behaves like DevHelp's search entry but on the project).
+   <LI> You can edit widgets inline with their editor in a dialog (Edit Separately in context menu), this editor window will stay on the same widget when selection changes).
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Dec 18 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.4.1 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/</a><br>
+		<br>First bugfix release on the serie!
+		<ul>
+			<LI>Crash in Glade Interface Designer: Clicked the GtkInputDial... (bug 480495) - Juan Pablo Ugarte
+			<LI>Glade3 hangs when loading certain projects containing GtkAssistants (bug 495057) - J. Ali Harlow
+			<LI>Fix options context summary (bug 500940) - Christian Persch
+			<LI>Use gtk_widget_get_action (bug 500943) - Christian Persch
+			<LI>Icon Theme search path is incorrect for win32 (bug 469854) - Martin Schlemmer
+			<LI>Doesn't build on ia64 (bug 499623) - Josselin Mouette
+			<LI>Activating "Add Parent" on an internal widget component causes crah (bug 503955) - Juan Pablo Ugarte
+			<LI>GtkImage/GdkPixbuf porps misc fixes - Juan Pablo Ugarte
+		</ul>
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Sep 17 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.4.0 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/</a><br>
+		<br>Checkout the new stable serie!
+		<ul>
+			<LI>Moved all gtk-doc stuff outside of the template files (now documentations is entirely in the source) - Juan Pablo Ugarte
+			<LI>Fixed compilation with gcc 2.95 (bug 461923) - Jens Granseuer
+			<LI>Sort the stock icon list alphabetically by locale (bug 454003) - Olivier Delhomme
+			<LI>Made glade window not maximized by default (bug 462111) reported by Frédéric Bellaiche
+			<LI>Added "expand" and "homogeneous" packing properties to toolbar children in the toolbar editor (bug 429409) - Tristan Van Berkom
+			<LI>Clipped the signal editor texts to simply say "<type here>" (bug 464505) - Tristan Van Berkom
+			<LI>Now saves/restores session data about docking attached state & undocked window sizes/positions - Yevgen Muntyan
+			<LI>Added themed icon chooser (currently disabled awaiting freeze break approval) (bug 359640) - Vincent Geddes
+			<LI>Made toolbar-style an "optional" property and fixed glitches around this property (bug 382785) - Vincent Geddes
+		</ul>
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>May 28 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.2.2 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
+		<br>This is the second bugfix release to 3.2 series
+		<ul>
+			<LI>Allow properties to be marked "save-always" in the catalog - Juan Pablo Ugarte
+			<LI>Set "save-always" on these properties:
+			<UL>
+				<LI>GtkDialog's "type-hint" - Juan Pablo Ugarte
+				<LI>GtkScrolledWindow's "can-focus" - Juan Pablo Ugarte
+				<LI>GtkPaned's "resize" and "shrink" (bug 364215) - Tristan Van Berkom
+				<LI>GtkButton's "response-id" (bug 410272) -Tristan Van Berkom
+			</UL>
+			<LI>Now list all activatable signals in the Accelerator key dialog.
+			<LI>New and updated translations - Theppitak Karoonboonyanan (th)
+		</ul>
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>May 02 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.2.1 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
+		<br>This is the first bugfix release to 3.2 series
+		<ul>
+			<LI>Some win32 build issues fixed - Olivier Delhomme
+			<LI>Add "GNOME" to Categories (love bug 417618) - Bruno Boaventura
+			<LI>Property ordering fixed (bug 396436) - Juan Pablo Ugarte/Christian Persch
+			<LI>"label" property of GtkToolButton now translatable - Tristan Van Berkom
+			<LI>dont use sscanf in (de)serialization (bug 424547) - Christian Persch/Ivan Baldo
+			<LI>workaround "hierarchy-changed" signal crashes in filechooserdialog (bug 415021) - Juan Pablo Ugarte
+			<LI>unichar property charachers now properly displayed - Juan Pablo Ugarte
+			<LI>Cut/Pasted widgets now behave as expected (bug 432519) - Tristan Van Berkom
+			<LI>Inspector expands/scrolls to position upon selections (bug 392225) - Vincent Geddes
+			<LI>Negative integer properties work properly now (bug 434207) - Jeff Westerinen
+			<LI>Workaround for inputdialog crashes (bug 433975) - Juan Pablo Ugarte
+			<LI>Fixed some irrelevent runtime warnings - Juan Pablo Ugarte
+		</ul>
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Mar 12 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.2 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.2/</a><br>
+		<br>New development version released!, This is the first version included in GNOME 2.18<br><br>New features and fixes<br>
+		<ul>
+			<li>Fixed sources to build with gcc 2.95 (bug 406504) - Jens Granseuer</li>
+			<li>Fixed the imfamous: "Not able to set label and stock separately in GtkImageMenuItems" (bug 397043) - Juan Pablo Ugarte</li>
+			<li>Added remaining missing icons - Vincent Geddes</li>
+			<li>Use locale independent integer and float parsing routines (bug 396433) - Christian Persch</li>
+			<li>Save some properties unconditionally (bug 412848) - Tristan Van Berkom</li>
+			<li>Revived accelerator & atk relationset properties (bug 383121) - Tristan Van Berkom</li>
+			<li>other bug fixes by Nickolay V. Shmyrev, Christian Persch, Vincent Geddes, Halton Huo</li>
+		</ul>
+	</td>
+	</tr>
+	<tr>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Feb 13 2007</b></td>
+	<td style="vertical-align: top;"><br></td>
+	<td style="vertical-align: top;"><b>Glade 3.1.5 </b><b> released!<br>
+		<br></b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
+		<br>Development version bugfix release.<br><br>New features and fixes<br>
+		<ul>
+			<li> Fixed build problem with autoconf 2.60 wrt. datarootdir (bug 392379) - Christian Persch</li>
+			<li> Added version to bugzilla info in the .desktop file  (bug 392395) - Christian Persch</li>
+			<li> Bind the gettext domain (bug 397429) - Christian Persch</li>
+			<li> Setup online manual - Vincent Geddes</li>
+			<li> use xmlSubstituteEntitiesDefault() when loading/saving glade files (bug 396311) - anonymous patch submitter</li>
+			<li> Use standard "translator-credits" property the standard way in the about dialog - Vincent Geddes</li>
+			<li> GladeCommand refactoring work, allows for multiple paste commands now (bug 345603) - Jeff Westerinen</li>
+			<li> Reorganized package directory structure and adapted makefiles - Vincent Geddes</li>
+			<li> Renamed some things to fit more with the HIG - Vincent Geddes</li>
+			<li> Fixed obnoxious startup errors (bug 399178) - Tristan Van Berkom</li>
+			<li> Implement concept of "use-placeholders" for container adaptors to distinguish whether they use placehodlers for thier children (the core handles them differently), note that menuitems,fixed,toolbar etc dont use placeholders for thier children - Tristan Van Berkom</li>
+			<li> Fixed packing defaults (a menubar in a HBox is initially expand = False) - Tristan Van Berkom</li>
+			<li> Fixed the layout to not touch default-width/default-height implicitly when resizing the toplevel inside the workspace, this required some refactoring too - Tristan Van Berkom</li>
+			<li> Completely reworked event handling, considerably reduced lines of code involved and improved stability, also now drag/resize is only available with the SHIFT modifier active, as a side effect, you can now also interact with project widgets in the workspace much better. - Tristan Van Berkom</li>
+			<li> Implemented undo/redo for i18n property metadata (bug 352454) - Jeff Westerinen</li>
+			<li> Fixed translations of strings from the catalog and some strings in the about dialog (bug 404917) - Tristan Van Berkom</li>
+			<li> Added the new glade icon - Andreas Nilsson</li>
+			<li> Fixed compilation of python code - Paul</li>
+			<li> Call GNOME_DOC_INIT unconditionally (Bug 392411) - Christian Persch</li>
+			<li> Improved configure check for python - Vincent Geddes</li>
+			<ul>
+		</td>
+	</tr>
+    <tr>
+      <td style="vertical-align: top;"><br>
+      </td>
+      <td style="vertical-align: top;"><b>Dec 05 2006</b></td>
+      <td style="vertical-align: top;"><br>
+      </td>
+      <td style="vertical-align: top;"><b>Glade 3.1.2 </b><b> released!<br>
+      <br>
+      </b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
+      <br>Development version bugfix release.<br>
+      <br>New features and fixes<br>
+      <ul>
+        <li>Use GtkRecent and removed manual recent project handling (Vincent Geddes)</li>
+        <li>Refactoring of UI frontend &amp; palette code (Vincent Geddes)</li>
+        <li>Selector button from the palette is now hidden and one is placed on the toolbar instead (Vincent Geddes)</li>
+        <li>Refactoring of core/plugin interface, now the plugin derives an adaptor type to interface with the core.</li>
+        <li>New bindings framework, this includes a bindings core module and an initial implementation of the python binding (Juan Pablo Ugarte)</li>
+        <li>Added core support for plugins to implement actions on the context menu, AND support for scripted context menu actions (Juan Pablo Ugarte)</li>
+        <li>Cleanup of gnome catalog code (Juan Pable Ugarte)</li>
+        <li>Misc bugfixes by Vincent, Juan Pablo, Andreas Köhler and myself.</li>
+      </ul>
+      </td>
+    </tr>
+    <tr>
+      <td style="vertical-align: top;"><br>
+      </td>
+      <td style="vertical-align: top;"><b>Oct 27 2006</b></td>
+      <td style="vertical-align: top;"><br>
+      </td>
+      <td style="vertical-align: top;"><b>Glade 3.1.0 </b><b> released
+!<br>
+      <br>
+      </b><b> </b> Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/</a><br>
+      <br>New development version released, check out the new UI!<br>
+	<br>New features and fixes<br>
+      <ul>
+        <li>Embedded toplevel widgets - phase one (Vincent Geddes)</li>
+        <li>Integrated one window application layout - phase one (Vincent Geddes)</li>
+        <li>Architechtural change, GladeWidgetClass structures now swapped for a GladeWidgetAdaptor object, classes are then generated while reading the catalog (thus deffering all the OO mechanics to the GType system).</li>
+        <li>Fixed "-"/"_" mangling in translatable string comments (bug 363598) (Jonas Berlin)</li>
+      </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><br>
+      </td>
+      <td style="vertical-align: top;"><b>Sep 29 2006</b></td>
+      <td><br>
+      </td>
+      <td><b>Glade 3.0.2 </b><b> released !</b><b><br>
+      </b>
+      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>.<br>
+      </p>
+      <p>This is a bugfix release to 3.0 and it fixed the known crashers and most of the more critical problems in 3.0.1 </p>
+      <p>New features and fixes:</p>
+      <ul>
+        <li>Fixed some properties to be translatable (reported by Olivier Rolland)</li>
+        <li>Now use non-locale specific functions to write out double values to glade files, revert to use floating precision in adjustments.</li>
+        <li>Signal editor UI improved (bug 127149) (Juan Pablo Ugarte)</li>
+        <li>Reimplemented file drag and drop (bug 352458) (Vincent Geddes)</li>
+        <li>Fixed accelerator dialog segfaults (bug 352825) (Juan Pablo Ugarte)</li>
+        <li>Improved GtkPaned support (bug 345075) (Juan Pablo Ugarte)</li>
+        <li>Backing out multiple consecutive pastes (reopening bug 345603)(this fixes menu editor segfaults among other things)</li>
+        <li>Fixed ComboBoxEntry crash (bug 354716) (Juan Pablo Ugarte)</li>
+        <li>Ordering of properties in the editor window (bug 345893)(Juan Pablo Ugarte)</li>
+        <li>Allow a dynamic user-editable comment prepended to the glade file (Bug 342889) (Juan Pablo Ugarte)</li>
+        <li>Added new stock listing that includes the stock "images" (which are not gtk+ stock "items"), and enabled them for GtkImage and GtkToolItem. (bug 353522)</li>
+        <li>GtkImage now defaults to an initial "gtk-broken-image" stock type.</li>
+        <li>Ignore "enable-grid-lines" 2.10 property on treeview since it causes crashes on load (fixes bug 353611)</li>
+        <li>Added displayable values for "enable-grid-lines" 2.10 property</li>
+        <li>Set some HIG-ish defaults on dialogs</li>
+        <li>Fixed lost icons on images (bug 353126) (Juan Pablo Ugarte)</li>
+        <li>Namespace issues with libglade initial fix (Juan Pablo Ugarte)</li>
+        <li>Few more misc fixes by Juan Pablo and myself.</li>
+      </ul>
+      <p> </p>
+      </td>
+    </tr>
+    <tr>
+      <td><br>
+      </td>
+      <td style="vertical-align: top;"><b>Aug 20 2006</b></td>
+      <td><br>
+      </td>
+      <td><b>Glade 3.0.1 </b><b> released !</b><b><br>
+      </b>
+      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>.<br>
+      </p>
+      <p>NOTE - This is a follow up bugfix release to 3.0 and includes alot of misc fixes thanks to&nbsp;all the bugzilla attention we've been getting...thanks for all the bug reports everyone ! </p>
+      <p>New features and fixes:</p>
+      <ul>
+        <li>Pasting a widget does not paste the packing options (bug 345604) (Juan Pablo Ugarte) </li>
+        <li>Now you can paste widgets to your hearts content (bug 345603) </li>
+        <li>Fixed expander widgets (they were missing placeholders). </li>
+        <li>Adjustments are saved without floating point precision in the glade file (reports of glade-- code generator disliking the decimal points). </li>
+        <li>Fixed an embarrassing segfault when removing items using the menu/toolbar editor (Juan Pablo) </li>
+        <li>Interface signals are now properly introspected + alphabetically sorted (Juan Pablo) </li>
+        <li>Removed some properties on children internal to composite widgets, properties that we're controlled by style properties on the GtkDialog widget (bug 352018). </li>
+        <li>Enhancements to the "Projects" menu + minor UI enhancements (Vincent Geddes) </li>
+        <li>Palette items can be locked down with CNTL-click matching glade-2 behaviour (bug 303679)</li>
+      </ul>
+      <p> </p>
+      </td>
+    </tr>
+    <tr valign="top">
+      <td>&nbsp;&nbsp;&nbsp;</td>
+      <td><b>Aug&nbsp;11&nbsp;2006</b></td>
+      <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
+      <td><b>Glade 3.0 released !</b>
+      <p>Get it at <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/";>http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/</a>. </p>
+      <p>NOTE - Glade 3.0 Requires GTK+ 2.8 and libxml2, Glade 3.0 will expose properties, signals and widgets from GTK+ 2.8, remember that you need an up to date version of GTK+ to support those widgets. </p>
+      <p>Here is an overview of the changes made since the last development snapshot: </p>
+      <ul>
+        <li>DevHelp integration for a contextual help system</li>
+        <li>GnomeUI and GnomeCanvas plugin (Juan Pablo Ugarte)</li>
+        <li>New "Editor skeleton" provided by the core to ease the plugin's creation of custom editors for toolbars and menus and such. (Juan Pablo Ugarte)</li>
+        <li>Toolbar and popup menu support (Juan Pablo Ugarte)</li>
+        <li>Added accelerators property dialog</li>
+        <li>Drag/Resize support extended to GtkTable and GtkBox subclasses (and GnomeCanvas) from only GtkFixed and GtkLayout.</li>
+        <li>Reverted "View" menu to match the Glade 2 style (Yevgen Muntyan)</li>
+        <li>Now glade has 2 icon sets (16x16 &amp; 22x22), all icons available (Vincent Geddes)</li>
+        <li>New awesome palette (Vincent Geddes)</li>
+        <li>Cute cursor when adding widgets (Vincent Geddes)</li>
+        <li>General UI enhancements and desktop integration work (Vincent Geddes)</li>
+        <li>Duplicated widgets id's are unique (Yevgen Muntyan)</li>
+        <li>Spelling mistake fixes from Thierry Moisan and Clytie Siddall</li>
+        <li>Many Many Many misc fixes by Juan Pablo Ugarte, Vincent Geddes, Yevgen Muntyan and myself.</li>
+        <li>Much core/gtk+ backend refactoring done by Juan Pablo and myself.</li>
+      </ul>
+      </td>
+    </tr>
+  </tbody>
+</table>
+</div>
+<hr>
+<p><a href="http://validator.w3.org/check?uri=referer";><img
+ src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0!"
+ height="31" width="88"></a><a
+ href="http://jigsaw.w3.org/css-validator/";>
+<img style="border: 0pt none ; width: 88px; height: 31px;"
+ src="http://jigsaw.w3.org/css-validator/images/vcss"; alt="Valid CSS!"></a></p>
+</body>
+</html>
diff --git a/links.html b/old_page/links.html
similarity index 100%
rename from links.html
rename to old_page/links.html
diff --git a/lists.html b/old_page/lists.html
similarity index 100%
rename from lists.html
rename to old_page/lists.html
diff --git a/manual/about.html b/old_page/manual/about.html
similarity index 100%
rename from manual/about.html
rename to old_page/manual/about.html
diff --git a/manual/figures/main-window.png b/old_page/manual/figures/main-window.png
similarity index 100%
rename from manual/figures/main-window.png
rename to old_page/manual/figures/main-window.png
diff --git a/manual/getting-started.html b/old_page/manual/getting-started.html
similarity index 100%
rename from manual/getting-started.html
rename to old_page/manual/getting-started.html
diff --git a/manual/index-info.html b/old_page/manual/index-info.html
similarity index 100%
rename from manual/index-info.html
rename to old_page/manual/index-info.html
diff --git a/manual/index.html b/old_page/manual/index.html
similarity index 100%
rename from manual/index.html
rename to old_page/manual/index.html
diff --git a/manual/introduction.html b/old_page/manual/introduction.html
similarity index 100%
rename from manual/introduction.html
rename to old_page/manual/introduction.html
diff --git a/manual/working-with-projects.html b/old_page/manual/working-with-projects.html
similarity index 100%
rename from manual/working-with-projects.html
rename to old_page/manual/working-with-projects.html
diff --git a/manual/working-with-widgets.html b/old_page/manual/working-with-widgets.html
similarity index 100%
rename from manual/working-with-widgets.html
rename to old_page/manual/working-with-widgets.html
diff --git a/screenshots.html b/old_page/screenshots.html
similarity index 100%
rename from screenshots.html
rename to old_page/screenshots.html
diff --git a/todo.html b/old_page/todo.html
similarity index 100%
rename from todo.html
rename to old_page/todo.html



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