[glade-web] Readding index.html



commit 482c1eb37a23715a1727615c019360f1e718189c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Jul 21 15:47:15 2009 -0400

    Readding index.html

 index.html |  185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 185 insertions(+), 0 deletions(-)
---
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c5481f6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,185 @@
+<!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 - A User Interface Designer</title>
+       <link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png"; />
+
+       <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 alt="logo" src="images/glade.png" />
+        <h1>Glade - A User Interface Designer</h1>
+
+    </div>
+    <div id="sidebar">
+        <h3>Current Version: 3.6</h3>
+        <ul id="link">
+	    <li><a href="http://download.gnome.org/sources/glade3/3.6";>Download stable release</a></li>
+	    <li><a href="http://git.gnome.org/cgit/glade3";>Browse the source</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>
+
+	<h3>Documentation</h3>
+	<ul>
+	  <li><a href="http://live.gnome.org/Glade/Tutorials";>Usage Tutorials</a></li>
+	  <li><a href="http://library.gnome.org/devel/gladeui/3.6/";>API reference</a></li>
+	</ul>
+
+        <h3>Help</h3>
+	<ul>
+	  <li><a href="http://lists.ximian.com/mailman/listinfo/glade-users";>Users mailing list</a></li>
+	  <li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=glade3";>File a bug</a></li>
+	</ul>
+
+	<h3>Development</h3>
+        <ul>
+	    <li><a href="http://lists.ximian.com/mailman/listinfo/glade-devel";>Developers mailing list</a></li>
+	    <li><a href="http://bugzilla.gnome.org/buglist.cgi?query=product%3Aglade3+";>Bug list</a></li>
+	    <li><a href="http://live.gnome.org/Glade/Roadmap";>Roadmap</a></li>
+            <li><a href="http://live.gnome.org/Glade";>Wiki</a></li>
+        </ul>
+	<h4>IRC</h4>
+	<ul>
+	  <li><b>server : </b>irc.gimp.net</li>
+	  <li><b>channel : </b>#glade3</li>
+	</ul>
+
+        <h3>Related 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>
+
+    <div id="body">
+      <div>
+        <p class="thumb">
+        <a class="thumb" href="images/glade-main-page.png">
+            <img style="float: left; margin-right: 20px;" src="images/glade-main-page-thumb.png"
+            alt="glade main page"/>
+	</a>
+        </p>
+
+        <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.
+	</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 
+	   <a href="http://www.gtk.org/language-bindings.html";>programming languages</a> 
+	   including C, C++, C#, Vala, Python, Java, Perl and more.
+	</p>
+	<p>
+	  Glade is free software released under the 
+	  <a href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>.
+	</p>
+      </div>
+
+      <p>
+      <h2>News</h2>
+
+	<h3>July 7 2009 - New website</h3>
+	<p>Thanks to Nemiver developers for the design.</p>
+
+	<h3>March 16 2009 - Glade 3.6 released !!</h3>
+	<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).
+	</ul>
+
+
+    </div>
+
+    <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>
+
+    <div id="bottom">
+        <div id="copyright">Copyright 2009, The Glade project <br /> (Design by Nemiver developers, thank you! ;)) </div>
+    </div>
+</body>
+</html>



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