From f7b8c4a72b75b9a0f0b724a186abaa2586e64574 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 23 Feb 2013 16:23:59 +0000 Subject: add cookbook reference to front page git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@662 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/xdoc/cookbook.xml | 12 ++++++++++++ src/site/xdoc/index.xml | 5 +++++ 2 files changed, 17 insertions(+) (limited to 'src/site') diff --git a/src/site/xdoc/cookbook.xml b/src/site/xdoc/cookbook.xml index 84ebe94..b32e725 100644 --- a/src/site/xdoc/cookbook.xml +++ b/src/site/xdoc/cookbook.xml @@ -264,5 +264,17 @@

+
+

+ FIXME, writeme +

+
+ +
+

+ FIXME, writeme +

+
+ diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index bbd7f91..4b7e2f0 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -20,6 +20,11 @@

+

+ Here are a few snippets of code to whet your appetite. For more + extensive examples, checkout the cookbook. And, since Jackcess is heavily + unit tested, you can find even more example code in the unit tests. +