|
From: Egon W. <eg...@us...> - 2001-12-29 08:52:00
|
Update of /cvsroot/cdk/cdk/doc/website/source
In directory usw-pr-cvs1:/tmp/cvs-serv14415
Modified Files:
download.xml layout.xml
Added Files:
maillinglists.xml
Log Message:
- Updated info about packages.
- Added page about our mailling lists
- Removed "Navhead" and "Upper-Right" texts.
--- NEW FILE: maillinglists.xml ---
<?xml version="1.0"?>
<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN" "dtd/website.dtd">
<webpage id="maillinglist">
<config param="last-change-by" value="$Author: egonw $"/>
<config param="rcsdate" value="$Date: 2001/12/29 08:51:54 $"/>
<head>
<title>The Chemical Development Kit</title>
<titleabbrev>Mailling Lists</titleabbrev>
<summary>Information about the CDK mailling lists.</summary>
</head>
<section>
<title>Mailling Lists</title>
<para>
To keep up to date about the project, or to ask question about the software, there are
three mailling lists to which you can
<ulink url="http://sourceforge.net/mail/?group_id=20024">subscribe</ulink>.
<variablelist><title>Lists</title>
<varlistentry><term><filename>cdk-commit</filename></term>
<listitem>
<para>
List where all changes in
<ulink url="http://sourceforge.net/cvs/?group_id=20024">CVS</ulink> are automatically
posted. Intended to keep developers up to date on recent changes.
<ulink url="http://www.geocrawler.com/lists/3/SourceForge/12111/0/">The archive</ulink>.
</para>
</listitem>
</varlistentry>
<varlistentry><term><filename>cdk-devel</filename></term>
<listitem>
<para>
List to which developers are subscribed to discuss new ideas, new code, etc.
If you are interested in the developement of the CDK library, subscription is
recommended. <ulink url="http://www.geocrawler.com/lists/3/SourceForge/10854/0/">The
archive</ulink>.
</para>
</listitem>
</varlistentry>
<varlistentry><term><filename>cdk-user</filename></term>
<listitem>
<para>
This list is aimed at users of the binary utilities that accompany the CDK library, like
cdk-fileconvert and cdk-dbadmin. But you can also post questions here on how to use
the CDK library in your software.
<ulink url="http://www.geocrawler.com/lists/3/SourceForge/18425/0/">The archive</ulink>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
</webpage>
Index: download.xml
===================================================================
RCS file: /cvsroot/cdk/cdk/doc/website/source/download.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** download.xml 2001/12/15 07:54:39 1.3
--- download.xml 2001/12/29 08:51:54 1.4
***************
*** 13,23 ****
<section>
<title>Downloading CDK</title>
! <para>To use the CDK you have to download the source code (cdk-preview package),
! and the libraries that are used by CDK (cdk-libs package).
<variablelist><title>Packages</title>
! <varlistentry><term><filename>cdk-preview</filename></term>
<listitem>
! <para>Source code. Current version:
! <ulink url="http://sourceforge.net/project/showfiles.php?group_id=20024&release_id=63744">20011201</ulink>
</para>
</listitem>
--- 13,24 ----
<section>
<title>Downloading CDK</title>
! <para>To use the CDK you need to download the cdk-libs package that contains
! required libraries that are used by CDK. A binary distribution is available in
! cdk-bin, and the source code can be found in the cdk-source package.
<variablelist><title>Packages</title>
! <varlistentry><term><filename>cdk-source</filename></term>
<listitem>
! <para>Source code. To compile the source code you need cdk-libs 20020101.
! Current version: 20020101.
</para>
</listitem>
***************
*** 25,36 ****
<varlistentry><term><filename>cdk-libs</filename></term>
<listitem>
! <para>Set of required and optional libraries
! (<ulink url="libraries.html">more info</ulink>). Current version:
! <ulink url="http://sourceforge.net/project/showfiles.php?group_id=20024&release_id=63747">20011201</ulink>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
--- 26,49 ----
<varlistentry><term><filename>cdk-libs</filename></term>
<listitem>
! <para>Set of required and optional libraries (<ulink url="libraries.html">more info</ulink>).
! Current version: 20020101.
</para>
</listitem>
</varlistentry>
+ <varlistentry><term><filename>cdk-bin</filename></term>
+ <listitem>
+ <para>Binary distribution with two executables: cdk-fileconvert and cdk-dbadmin.
+ The package is installable with <quote>configure && make && make install</quote>
+ on Linux/Unix/BSD like systems. To run the software you need cdk-libs 20020101
+ installed. Current version: 20020101.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
+ <para>
+ Packages can be downloaded
+ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=20024">here</ulink>.
+ </para>
</section>
Index: layout.xml
===================================================================
RCS file: /cvsroot/cdk/cdk/doc/website/source/layout.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** layout.xml 2001/12/15 06:59:16 1.2
--- layout.xml 2001/12/29 08:51:54 1.3
***************
*** 28,31 ****
--- 28,32 ----
</tocentry>
<tocentry page="screenshots.xml" filename="screenshots.html"/>
+ <tocentry page="maillinglists.xml" filename="maillinglists.html"/>
<tocentry page="download.xml" filename="download.html"/>
<tocentry page="biblio.xml" filename="biblio.html"/>
|