[seed] [docs] Forgot introduction file in last commit.



commit c9a940dc0c6fa65ea5364ade09389b109fd462ca
Author: Tim Horton <hortont svn gnome org>
Date:   Sat Jul 4 23:17:00 2009 -0400

    [docs] Forgot introduction file in last commit.

 doc/reference/introduction.sgml |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/introduction.sgml b/doc/reference/introduction.sgml
new file mode 100644
index 0000000..5b5aa5a
--- /dev/null
+++ b/doc/reference/introduction.sgml
@@ -0,0 +1,22 @@
+<refentry id="seed-introduction" revision="04 Jul 2009">
+<refmeta>
+<refentrytitle>Introduction</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>SEED Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Introduction</refname>
+<refpurpose>
+What Seed is all about
+</refpurpose>
+  </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.
+</para>
+
+</refentry>
\ No newline at end of file



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