Author: gabriele
Date: Fri Feb 25 15:45:21 2011
New Revision: 1074587
URL: http://svn.apache.org/viewvc?rev=1074587&view=rev
Log:
added documentation design page
Added:
chemistry/site/trunk/content/java/documentation-lifecycle.mdtext (with
props)
Added: chemistry/site/trunk/content/java/documentation-lifecycle.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/documentation-lifecycle.mdtext?rev=1074587&view=auto
==============================================================================
--- chemistry/site/trunk/content/java/documentation-lifecycle.mdtext (added)
+++ chemistry/site/trunk/content/java/documentation-lifecycle.mdtext Fri Feb 25
15:45:21 2011
@@ -0,0 +1,35 @@
+Title:
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+Thinking about the general OpenCMIS use discovery process, I imagine something
like:
+
+ 1. they Google for a Java CMIS api
+ 2. they get to the [OpenCMIS home page][1]
+ 3. they download (or use maven) to get the packages
+ 4. they keep on browsing on the live site (for HOWTOs and Javadocs or other
reports)
+
+
+I think we could skip the docs package, as long as we version live
documentation sites, meaning that:
+
+ - List item chemistry.apache.org/java -->
+ - always keeps docs for the current SNAPSHOT version
+ - links to all release packages and per version documentation sites
+ - contains roadmap and design information
+ - chemistry.apache.org/java/<version> --> linked by the main page, will keep
the archive for a specific release <version>, snapshot (AFAIK it's SVN, so we
could just tag it upon release?)
+
+ [1]: http://chemistry.apache.org/java
\ No newline at end of file
Propchange: chemistry/site/trunk/content/java/documentation-lifecycle.mdtext
------------------------------------------------------------------------------
svn:eol-style = native