asmuts 2005/03/08 21:37:23
Modified: xdocs navigation.xml IndexedDiskAuxCache.xml index.xml
Added: xdocs Downloads.xml
Log:
Updated docs and site layout. Added a downloads page and fixed a few typos. I'm having
some problems with the site gen. The Downloads.html is getting generated with a lowercase
d. I had to manually change the name. If I can't figure it out, I'll change the link in
the navigation.xml to point to a lowercase d.
Revision Changes Path
1.8 +8 -2 jakarta-turbine-jcs/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/navigation.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- navigation.xml 4 Mar 2005 06:00:21 -0000 1.7
+++ navigation.xml 9 Mar 2005 05:37:22 -0000 1.8
@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="jcs" href="http://jakarta.apache.org/turbine/jcs/">
+<project name="jcs" href="http://jakarta.apache.org/jcs/">
<title>JCS</title>
<body>
- <menu name="JCS Documentation">
+ <menu name="General Information">
<item name="Overview" href="/index.html"/>
<item name="JCS and JCACHE" href="/JCSandJCACHE.html"/>
+ <item name="Downloads" href="/Downloads.html"/>
+ </menu>
+
+ <menu name="JCS User's Guide">
<item name="Basic JCS Config" href="/BasicJCSConfiguration.html"/>
<item name="Element Config" href="/ElementAttributes.html"/>
<item name="Basic Web Example" href="/UsingJCSBasicWeb.html"/>
@@ -17,5 +21,7 @@
<item name="Remote Cache" href="/RemoteAuxCache.html"/>
<item name="Lateral TCP Cache" href="/LateralTCPAuxCache.html"/>
</menu>
+
+
</body>
</project>
1.5 +2 -2 jakarta-turbine-jcs/xdocs/IndexedDiskAuxCache.xml
Index: IndexedDiskAuxCache.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/IndexedDiskAuxCache.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- IndexedDiskAuxCache.xml 12 Jan 2005 01:22:35 -0000 1.4
+++ IndexedDiskAuxCache.xml 9 Mar 2005 05:37:22 -0000 1.5
@@ -46,10 +46,10 @@
Writing to the disk cache is asynchronous and made efficient by using a
memory staging area called purgatory. Retrievals check purgatory then
disk for an item. When items are sent to purgatory they are simultaneously
- queued to be put to disk. If an item is retrieved form purgatory it will no
+ queued to be put to disk. If an item is retrieved from purgatory it will no
longer be written to disk, since the cache hub will move it back to memory.
Using purgatory insures that there is no wait for disk writes, unecessary
- disk writes are avoided for boarderline items, and the items are always
+ disk writes are avoided for borderline items, and the items are always
available.
</p>
</subsection>
1.4 +2 -2 jakarta-turbine-jcs/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 28 Jan 2005 04:52:50 -0000 1.3
+++ index.xml 9 Mar 2005 05:37:22 -0000 1.4
@@ -4,7 +4,7 @@
<properties>
<title>Java Caching System</title>
<author email="pete@kazmier.com">Pete Kazmier</author>
- <author email="ASmuts@therealm.com">Aaron Smuts</author>
+ <author email="asmuts@apache.org">Aaron Smuts</author>
</properties>
<body>
@@ -17,7 +17,7 @@
JCS is most useful for high read, low put applications. Dynamic
content and reporting systems can benefit most. However, any
site that repeatedly constructs pages, dropdowns, or common
- search results form a database that is updated at intervals
+ search results from a database that is updated at intervals
(rather than across categories continuously) can improve
performance and scalability by implementing caching. Latency
times drop sharply and bottlenecks move away from the database
1.1 jakarta-turbine-jcs/xdocs/Downloads.xml
Index: Downloads.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Downloads</title>
<author email="asmuts@apache.org">Aaron Smuts</author>
</properties>
<body>
<section name="Binaries">
<p>
We will be offering a release via the standard Jakarta
download page very soon.
</p>
<p>
For now, you can find versioned binary releases of JCS in
the tempbuild directory of the repository.
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/">HERE</a>
</p>
<p>
The core JCS jar is compiled using JDK 1.3.
</p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org
|