Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46A36EB2A for ; Tue, 28 May 2013 07:43:46 +0000 (UTC) Received: (qmail 55927 invoked by uid 500); 28 May 2013 07:43:45 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 55865 invoked by uid 500); 28 May 2013 07:43:44 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 55852 invoked by uid 99); 28 May 2013 07:43:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 07:43:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 07:43:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AF81F23889EB; Tue, 28 May 2013 07:43:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1486799 [4/8] - in /chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare: ./ css/ images/ images/logos/ xref/ xref/org/ xref/org/apache/ xref/org/apache/chemistry/ xref/org/apache/chem... Date: Tue, 28 May 2013 07:43:18 -0000 To: commits@chemistry.apache.org From: gabriele@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130528074320.AF81F23889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/project-summary.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/project-summary.html?rev=1486799&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/project-summary.html (added) +++ chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/project-summary.html Tue May 28 07:43:17 2013 @@ -0,0 +1,139 @@ + + + + + + OpenCMIS FileShare Server Implementation - Project Summary + + + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameOpenCMIS FileShare Server Implementation
DescriptionApache Chemistry OpenCMIS is an open source implementation of the OASIS CMIS specification.
Homepagehttp://chemistry.apache.org/java/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/

Project Organization

< th>Field
Value
NameThe Apache Software Foundation
URLhttp://www.apache.org/

Build Information

FieldValue
GroupIdorg.apache.chemistry.opencmis
ArtifactIdchemistry-opencmis-server-fileshare
Version0.9.0
Typewar
JDK Rev1.5
+
+
+
+
+
+ + + Added: chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/source-repository.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/source-repository.html?rev=1486799&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/source-repository.html (added) +++ chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/source-repository.html Tue May 28 07:43:17 2013 @@ -0,0 +1,142 @@ + + + + + + OpenCMIS FileShare Server Implementation - Source Repository + + + + + + + + + +
+ +
+
+
+

Overview

This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.

Developer access

Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.

$ svn checkout https://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.9.0-RC1/chemistry-opencmis-server/chemistry-opencmis-server-fileshare chemistry-opencmis-server-fileshare

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

$ svn commit --username your-username 
 -m "A message"

Access from behind a firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

$ svn checkout https://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.9.0-RC1/chemistry-opencmis-server/chemistry-opencmis-server-fileshare chemistry-opencmis-server-fileshare

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example: Edit the 'servers' file and add something like:

[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+
+
+
+
+
+
+ + + Added: chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/team-list.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/team-list.html?rev=1486799&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/team-list.html (added) +++ chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/team-list.html Tue May 28 07:43:17 2013 @@ -0,0 +1,155 @@ + + + + + + OpenCMIS FileShare Server Implementation - Team list + + + + + + + + + +
+ +
+
+
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

< td>committer
ImageIdNameEmailRolesT ime ZoneActual Time (GMT)
fmuiFlorian Müller-committer--
jenshuebelJens Hübel-committer--
dwardDavid Ward-committer--
klevenzsStephan Klevenzsklevenz@apache.orgcommitterCETCET
hermesmMartin Hermes-committer--
paulgoetzPaul Goetz-committer--
dcaruanaDavid Caruana---
gabrieleGabriele Columbrogabriele@apache.orgrelease manager--
fguillaumeFlorent Guillaume-committer--
sfermigierStefane Fermigier-committer--< /td>
jmpascalJean Marie Pascal-committer--

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + Added: chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/allclasses-frame.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/allclasses-frame.html?rev=1486799&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/allclasses-frame.html (added) +++ chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/allclasses-frame.html Tue May 28 07:43:17 2013 @@ -0,0 +1,32 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + Added: chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/index.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/index.html?rev=1486799&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/index.html (added) +++ chemistry/site/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/xref/index.html Tue May 28 07:43:17 2013 @@ -0,0 +1,24 @@ + + + + + + OpenCMIS FileShare Server Implementation 0.9.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + +