[seed] [docs] Move webkit minimum revision details to deps list, not intro



commit 1e8e6a75232f1b0c2f719a8f9383bea4a2bffc08
Author: Tim Horton <hortont svn gnome org>
Date:   Fri Jul 10 15:45:57 2009 -0400

    [docs] Move webkit minimum revision details to deps list, not intro

 doc/reference/building.sgml     |    4 ++--
 doc/reference/introduction.sgml |    7 ++-----
 2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/doc/reference/building.sgml b/doc/reference/building.sgml
index 5abfb89..3f0df00 100644
--- a/doc/reference/building.sgml
+++ b/doc/reference/building.sgml
@@ -55,7 +55,7 @@ How to compile Seed itself
       </listitem>
       <listitem>
 	<para>
-	  <ulink url="http://webkit.org";>WebKit</ulink> provides the JavaScriptCore interpreter, which is fundamental to Seed's ability to execute JavaScript.
+	  <ulink url="http://webkit.org";>WebKit</ulink> provides the JavaScriptCore interpreter, which is fundamental to Seed's ability to execute JavaScript. Seed requires a WebKit SVN revision newer than 35442. Keep in mind that some builds between this and HEAD still won't work with Seed, and performance has only improved, so try to keep an up-to-date version of WebKit if you're planning on working with Seed.
 	</para>
       </listitem>
       <listitem>
@@ -291,4 +291,4 @@ How to compile Seed itself
       </formalpara>
    </refsect1>
 
-</refentry>
\ No newline at end of file
+</refentry>
diff --git a/doc/reference/introduction.sgml b/doc/reference/introduction.sgml
index 5b5aa5a..8102888 100644
--- a/doc/reference/introduction.sgml
+++ b/doc/reference/introduction.sgml
@@ -13,10 +13,7 @@ What Seed is all about
   </refnamediv>
 
 <para>
-Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.
-</para>
-<para>
-Seed requires a WebKit SVN revision newer than 35442. Keep in mind that some builds between this and HEAD still won't work with Seed, and performance has only improved, so try to keep an up-to-date version of WebKit if you're planning on working with Seed.
+Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library. Seed is built around the idea of "minimal-platform", in that it seems a theoretically ideal GNOME development language provides no platform of its own, but instead seamlessly integrates with the already quite large GNOME platform.
 </para>
 
-</refentry>
\ No newline at end of file
+</refentry>



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