Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-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 610B9F6BC for ; Fri, 29 Mar 2013 19:15:16 +0000 (UTC) Received: (qmail 93388 invoked by uid 500); 29 Mar 2013 19:15:16 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 93356 invoked by uid 500); 29 Mar 2013 19:15:16 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 93346 invoked by uid 99); 29 Mar 2013 19:15:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 19:15:16 +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; Fri, 29 Mar 2013 19:15:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E080C23888E4 for ; Fri, 29 Mar 2013 19:14:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r856537 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/gettingstarted.html Date: Fri, 29 Mar 2013 19:14:54 -0000 To: commits@ctakes.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130329191454.E080C23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Mar 29 19:14:54 2013 New Revision: 856537 Log: Staging update by buildbot for ctakes Modified: websites/staging/ctakes/trunk/cgi-bin/ (props changed) websites/staging/ctakes/trunk/content/ (props changed) websites/staging/ctakes/trunk/content/gettingstarted.html Propchange: websites/staging/ctakes/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Mar 29 19:14:54 2013 @@ -1 +1 @@ -1462599 +1462612 Propchange: websites/staging/ctakes/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Mar 29 19:14:54 2013 @@ -1 +1 @@ -1462599 +1462612 Modified: websites/staging/ctakes/trunk/content/gettingstarted.html ============================================================================== --- websites/staging/ctakes/trunk/content/gettingstarted.html (original) +++ websites/staging/ctakes/trunk/content/gettingstarted.html Fri Mar 29 19:14:54 2013 @@ -92,7 +92,7 @@ Apache has their own Apache cTAKES wiki. @@ -103,8 +103,8 @@ The following sections will help you beg For this use case, cTAKES distributes a binary file (combined with resources from a separate site) to get you started. The downloads page is where you will go to find the latest stable binary distribution.

If you feel comfortable installing from README text then you can go right to the downloads page and get started. -If you would like step-by-step instructions then look to the User Guide. -The FAQs are very helpful for initial questions.

+If you would like step-by-step instructions then look to the User Guide. +The FAQs are very helpful for initial questions.

Being an Apache project, the source code is open to all. If you care to, you can download the source distribution from the downloads page or simply point your browser to the cTAKES source code.

Getting started as a developer

@@ -112,7 +112,7 @@ If you care to, you can download the sou

Developers will need a development environment of some kind. Eclipse is popular, but your favorite command line tools or other IDEs will also work just fine. cTAKES builds are based on maven (another Apache project), so your IDE must support maven.

-

The Developer Guide and FAQs are where you want to start. +

The Developer Guide and FAQs are where you want to start. You will find an extremely short set of install and build instructions, for those that have been through this many times, as well as step-by-step install and build instructions. Before you get started you'll want to know the conventions of how the Apache cTAKES committers use the trunk, branches, and tags.

Running the cTAKES annotators

@@ -122,7 +122,7 @@ After you understand what is going on yo In the end that's what this is all about.

Getting started as a committer

Before you are authorized to check in code or modify web pages you must go through a short process. -This process is defined in the FAQs for the PPMC. +This process is defined in the FAQs for the PMC. For each part of cTAKES you will need some experience or be able to learn it. Code is maintained in subversion and built using maven. The documentation is maintained and served via Confluence.