From 821c939d1cb7520e2f6d699ed187a1e4a44153fb Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sun, 29 Jul 2018 02:23:02 +0000 Subject: update parent pom; update urls for https git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1188 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/fml/faq.fml | 4 ++-- src/site/site.xml | 8 ++++---- src/site/xdoc/index.xml | 4 ++-- src/site/xdoc/jackcess-2.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/site') diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 18bd093..29df4da 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -291,8 +291,8 @@ project does not directly support decrypting Access databases, but does, however, support plugging in encryption support using a custom CodecProvider. - The separate Jackcess Encrypt - project contains the CryptCodecProvider, + The separate Jackcess Encrypt + project contains the CryptCodecProvider, which implements the Jackess CodecProvider interface and supports some forms of Access database encryption. diff --git a/src/site/site.xml b/src/site/site.xml index 6d7fbc5..ba3a5a0 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -12,13 +12,13 @@ - - + + - - + + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7f23a71..4da6248 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -10,7 +10,7 @@

Jackcess is a pure Java library for reading from and writing to MS - Access databases (currently supporting versions 2000-2016). It is part of the OpenHMS project from Health Market Science, Inc.. It is not an application. There is no GUI. It's a + Access databases (currently supporting versions 2000-2016). It is part of the OpenHMS project from Health Market Science, Inc.. It is not an application. There is no GUI. It's a library, intended for other developers to use to build Java applications. Jackcess is licensed under the Apache License (as of version 2.1.0). @@ -103,7 +103,7 @@ db.close(); for reading Access files, written in C.

  • - Jackcess + Jackcess Encrypt - Extension library for Jackcess which implements support for some forms of Microsoft Access and Microsoft Money encryption. diff --git a/src/site/xdoc/jackcess-2.xml b/src/site/xdoc/jackcess-2.xml index 6017e73..351c6f7 100644 --- a/src/site/xdoc/jackcess-2.xml +++ b/src/site/xdoc/jackcess-2.xml @@ -142,7 +142,7 @@

    Working with Jackcess Encrypt

    - If you are using the Jackcess Encrypt project, then you will need to + If you are using the Jackcess Encrypt project, then you will need to use a version compatible with the relevant Jackess API. Fortunately, the major versions match, so it's pretty simple:

    -- cgit v1.2.3