gegl r2857 - trunk/docs/gegl-vala
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2857 - trunk/docs/gegl-vala
- Date: Mon, 5 Jan 2009 19:36:18 +0000 (UTC)
Author: bersace
Date: Mon Jan 5 19:36:18 2009
New Revision: 2857
URL: http://svn.gnome.org/viewvc/gegl?rev=2857&view=rev
Log:
Clean local .svn?
Added:
trunk/docs/gegl-vala/
trunk/docs/gegl-vala/index.html
Added: trunk/docs/gegl-vala/index.html
==============================================================================
--- (empty file)
+++ trunk/docs/gegl-vala/index.html Mon Jan 5 19:36:18 2009
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<!-- If you are reading this, you might not be reading the original sourcefile,
+ this GEGL webpage is generated as follows:
+
+ index-static.html.in is passed to autoconf which gives us index-static.html
+ the Makefile contains the rule to turn index-static.html into index.html, this
+ allows us to mix the static content, with generated/included content.
+-->
+<html>
+ <head>
+ <title>gegl-vala</title>
+ <link rel="shortcut icon" href="../images/gegl.ico" />
+
+ <style type="text/css">
+ @import url(../gegl.css);
+ </style>
+ </head>
+ <body>
+
+ <div id="toc">
+ <div class="print">
+ <h3>Contents</h3>
+ </div>
+ <ul>
+ <li><a href="../index.html#GEGL">GEGL</a></li>
+ <li> </li>
+ <li><a href="#gegl-vala">gegl-vala</a></li>
+ <li><a href="#Features"> Features</a></li>
+ <li><a href="#Download"> Download</a></li>
+ <li><a href="#Building"> Building</a></li>
+ <li><a href="#Samples"> Samples</a></li>
+ <li><a href="#Copyright"> Copyright</a></li>
+ </ul>
+ </div>
+
+ <div class="paper">
+ <div class="content">
+
+ <!--RUNINFO-->
+
+ <a name="gegl-vala"></a>
+ <h1>gegl-vala</h1>
+ <p>A vala VAPI binding providing access
+ to <a href="../index.html">GEGL</a>. This binding is
+ maintained manually.</p>
+
+ <a name="Features"></a>
+ <h3>Features</h3>
+ <ul>
+ <li>GEGL buffer public API.</li>
+ <li>GEGL graph public API.</li>
+ </ul>
+
+ <a name="Download"></a>
+ <h3>Download</h3>
+
+ <p>gegl-vala has no official release yet, the code lives in the GEGL module
+ in GNOME subversion and can be
+ <a
+href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/">browsed online</a> and checked
+out from GNOME Subversion using: </p>
+<pre>svn co http://svn.gnome.org/svn/gegl/trunk/bindings/vala gegl-vala</pre>
+
+ <a name="Building"></a>
+ <h3>Building</h3>
+ <p> To build gegl-vala type the following in the toplevel source directory:</p>
+
+ <pre><b>$</b> ./configure && make && sudo make install</pre>
+
+ <a name="Samples"></a>
+ <h3>Samples</h3>
+ <p>Samples of how to use gegl-vala are distributed with the source and can
+ be <a href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/samples/">browsed online</a>.
+</p>
+
+ <a name="Copyright"></a>
+ <h3>Copyright</h3>
+
+ <p>gegl-vala is free software; you can redistribute it and/or modify it
+ under the terms of the <a href="LGPL">GNU Lesser General Public
+ License</a> as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version. </p>
+
+ <a name="Contributors"></a>
+ <h3>Contributors</h3>
+ <p>Étienne Bersac</p>
+
+ </div>
+ </div>
+
+ </body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]