seed r703 - in trunk: . doc doc/modules doc/tutorial-standalone



Author: hortont
Date: Sat Jan 10 02:44:14 2009
New Revision: 703
URL: http://svn.gnome.org/viewvc/seed?rev=703&view=rev

Log:
Use autoconf to insert the current seed version number into the documentation.


Added:
   trunk/doc/conventions.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/conventions.html
   trunk/doc/modules/canvas.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/modules/canvas.html
   trunk/doc/modules/multiprocessing.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/modules/multiprocessing.html
   trunk/doc/modules/readline.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/modules/readline.html
   trunk/doc/modules/sqlite.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/modules/sqlite.html
   trunk/doc/runtime.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/runtime.html
   trunk/doc/tutorial-standalone/tutorial.html.in   (contents, props changed)
      - copied, changed from r701, /trunk/doc/tutorial-standalone/tutorial.html
Removed:
   trunk/doc/conventions.html
   trunk/doc/modules/canvas.html
   trunk/doc/modules/multiprocessing.html
   trunk/doc/modules/readline.html
   trunk/doc/modules/sqlite.html
   trunk/doc/runtime.html
   trunk/doc/tutorial-standalone/tutorial.html
Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jan 10 02:44:14 2009
@@ -122,7 +122,16 @@
 dnl =============================Output========================================
 AC_OUTPUT([
 Makefile
+
 README
+doc/conventions.html
+doc/runtime.html
+doc/tutorial-standalone/tutorial.html
+doc/modules/canvas.html
+doc/modules/multiprocessing.html
+doc/modules/readline.html
+doc/modules/sqlite.html
+
 libseed/Makefile
 po/Makefile.in
 src/Makefile

Copied: trunk/doc/conventions.html.in (from r701, /trunk/doc/conventions.html)
==============================================================================
--- /trunk/doc/conventions.html	(original)
+++ trunk/doc/conventions.html.in	Sat Jan 10 02:44:14 2009
@@ -18,7 +18,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed Coding Conventions</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section">Naming and Capitalization</div>
 <p>
 <ul>

Copied: trunk/doc/modules/canvas.html.in (from r701, /trunk/doc/modules/canvas.html)
==============================================================================
--- /trunk/doc/modules/canvas.html	(original)
+++ trunk/doc/modules/canvas.html.in	Sat Jan 10 02:44:14 2009
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed <i>canvas</i> Module</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Usage</b></div>
 <p>
 In order to use functions from the canvas module, you must first import it:

Copied: trunk/doc/modules/multiprocessing.html.in (from r701, /trunk/doc/modules/multiprocessing.html)
==============================================================================
--- /trunk/doc/modules/multiprocessing.html	(original)
+++ trunk/doc/modules/multiprocessing.html.in	Sat Jan 10 02:44:14 2009
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed <i>multiprocessing</i> Module</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Usage</b></div>
 <p>
 In order to use functions from the multiprocessing module, you must first import it:

Copied: trunk/doc/modules/readline.html.in (from r701, /trunk/doc/modules/readline.html)
==============================================================================
--- /trunk/doc/modules/readline.html	(original)
+++ trunk/doc/modules/readline.html.in	Sat Jan 10 02:44:14 2009
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed <i>readline</i> Module</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Usage</b></div>
 <p>
 In order to use functions from the readline module, you must first import it:

Copied: trunk/doc/modules/sqlite.html.in (from r701, /trunk/doc/modules/sqlite.html)
==============================================================================
--- /trunk/doc/modules/sqlite.html	(original)
+++ trunk/doc/modules/sqlite.html.in	Sat Jan 10 02:44:14 2009
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed <i>sqlite</i> Module</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Usage</b></div>
 <p>
 In order to use functions from the sqlite module, you must first import it:

Copied: trunk/doc/runtime.html.in (from r701, /trunk/doc/runtime.html)
==============================================================================
--- /trunk/doc/runtime.html	(original)
+++ trunk/doc/runtime.html.in	Sat Jan 10 02:44:14 2009
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed Runtime</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Seed.import_namespace</b>(namespace, <i>version</i>)</div>
 <p>
 Imports functions and constructors from the given gobject-introspection <i>namespace</i>. The optional <i>version</i> parameter forces a particular version, and will throw an exception if the typelib for that version is not installed; if it is omitted, the latest version is loaded.

Copied: trunk/doc/tutorial-standalone/tutorial.html.in (from r701, /trunk/doc/tutorial-standalone/tutorial.html)
==============================================================================
--- /trunk/doc/tutorial-standalone/tutorial.html	(original)
+++ trunk/doc/tutorial-standalone/tutorial.html.in	Sat Jan 10 02:44:14 2009
@@ -23,7 +23,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed Tutorial : Standalone</div>
-<div id="subheader">v.0.3</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section">Introduction</div>
 <p>Seed, first and foremost, provides an easily embeddable JavaScript engine to developers looking for a straightforward way to create extensible applications. It also provides bindings between <a href="http://library.gnome.org/devel/gobject/stable/";>GObject</a> and the <a href="http://www.webkit.org";>WebKit</a> JavaScript engine, giving new developers access to the power of the GNOME stack from a familiar and simple language, and allowing rapid prototyping of applications for hardened GNOME developers.</p>
 <p>This tutorial begins with a few brief examples, and then dives right in, following the development of a simple Seed program, from beginning to end. By the end of the tutorial, you'll have your very own tiny WebKit-based web browser, as well as a summary knowledge of the use of Seed to build GTK+ applications.</p>



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