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 7D82A107CA for ; Mon, 8 Apr 2013 20:54:19 +0000 (UTC) Received: (qmail 33281 invoked by uid 500); 8 Apr 2013 20:54:19 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 33248 invoked by uid 500); 8 Apr 2013 20:54:19 -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 33241 invoked by uid 99); 8 Apr 2013 20:54:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 20:54:19 +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; Mon, 08 Apr 2013 20:54:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1A2E923888E4; Mon, 8 Apr 2013 20:53:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465781 - /ctakes/site/trunk/content/gettingstarted.mdtext Date: Mon, 08 Apr 2013 20:53:58 -0000 To: commits@ctakes.apache.org From: bleeker@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130408205358.1A2E923888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bleeker Date: Mon Apr 8 20:53:57 2013 New Revision: 1465781 URL: http://svn.apache.org/r1465781 Log: CMS commit to ctakes by bleeker Modified: ctakes/site/trunk/content/gettingstarted.mdtext Modified: ctakes/site/trunk/content/gettingstarted.mdtext URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/gettingstarted.mdtext?rev=1465781&r1=1465780&r2=1465781&view=diff ============================================================================== --- ctakes/site/trunk/content/gettingstarted.mdtext (original) +++ ctakes/site/trunk/content/gettingstarted.mdtext Mon Apr 8 20:53:57 2013 @@ -52,7 +52,7 @@ If you would like step-by-step instructi The [FAQs](/user-faqs.html) 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](http://svn.apache.org/viewvc/incubator/ctakes/). +If you care to, you can download the source distribution from the downloads page or simply point your browser to the [cTAKES source code](http://svn.apache.org/viewvc/ctakes/). #Getting started as a developer Developers can also take a look at the code as a user does, but to do development you are going to need to checkout the code. Anyone can checkout the code, but you must get involved as a committer to actually check in code (or work closely with a committer who can). @@ -63,7 +63,7 @@ cTAKES builds are based on [maven](http: The [Developer Guide](/developerguide.html) and [FAQs](/developer-faqs.html) 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](http://incubator.apache.org/ctakes/developer-faqs.html#how-does-the-ctakes-project-manage-the-trunk-tags-and-branches-in-svn). +Before you get started you'll want to know the conventions of how the Apache cTAKES committers use [the trunk, branches, and tags](http://ctakes.apache.org/developer-faqs.html#how-does-the-ctakes-project-manage-the-trunk-tags-and-branches-in-svn). #Running the cTAKES annotators So how do you get use out of cTAKES, in a nutshell? cTAKES is based on [UIMA](http://uima.apache.org/) (another Apache project). UIMA brings a couple of GUI tools to the table for you to start getting an understanding of what the annotators do. @@ -79,4 +79,4 @@ Code is maintained in subversion and bui The documentation is maintained and served via Confluence. This web site is build from Apache's CMS which is a markdown syntax and build process. Issues are tracked via JIRA. -Communication is done via unique [email distribution lists](http://incubator.apache.org/ctakes/mailing-lists.html). \ No newline at end of file +Communication is done via unique [email distribution lists](http://ctakes.apache.org/mailing-lists.html). \ No newline at end of file