Return-Path: X-Original-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2E80D315 for ; Thu, 1 Nov 2012 22:13:01 +0000 (UTC) Received: (qmail 54966 invoked by uid 500); 1 Nov 2012 22:13:01 -0000 Delivered-To: apmail-incubator-ctakes-commits-archive@incubator.apache.org Received: (qmail 54938 invoked by uid 500); 1 Nov 2012 22:13:01 -0000 Mailing-List: contact ctakes-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-commits@incubator.apache.org Received: (qmail 54930 invoked by uid 99); 1 Nov 2012 22:13:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 22:13:01 +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; Thu, 01 Nov 2012 22:13:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 50F252388993 for ; Thu, 1 Nov 2012 22:12:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r836938 - in /websites/staging/ctakes/trunk/content: ./ ctakes/developer-faqs.html Date: Thu, 01 Nov 2012 22:12:17 -0000 To: ctakes-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121101221217.50F252388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Nov 1 22:12:16 2012 New Revision: 836938 Log: Staging update by buildbot for ctakes Modified: websites/staging/ctakes/trunk/content/ (props changed) websites/staging/ctakes/trunk/content/ctakes/developer-faqs.html Propchange: websites/staging/ctakes/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Nov 1 22:12:16 2012 @@ -1 +1 @@ -1404394 +1404802 Modified: websites/staging/ctakes/trunk/content/ctakes/developer-faqs.html ============================================================================== --- websites/staging/ctakes/trunk/content/ctakes/developer-faqs.html (original) +++ websites/staging/ctakes/trunk/content/ctakes/developer-faqs.html Thu Nov 1 22:12:16 2012 @@ -87,6 +87,7 @@
  • How do I discuss questions about cTAKES with people that know more than I do?
  • How do I report problems I see while using cTAKES?
  • How do I edit this website?
  • +
  • How do I add image of files to a page on this web site?
  • I've just been voted in as a Committer. What do I need to do?
  • @@ -102,11 +103,21 @@ You can also just look through or search
    • If you are not a committer, you can still use the same bookmark by signing in as anonymous. See detailed how-to steps in the Apache CMS Reference for non-committers.
    • The Submit button alone does not commit your changes. Use the Quick Commit checkbox.
    • +
    • There is no Cancel button or link; simply close any web page you have open.
    • Committed changes go to [Staged] but you have to wait for it before you publish. There is a similar delay when you [Publish].
    • +
    • Use the Apache CMS Reference for anything more.

    The pages on this website are written in markdown syntax and stored in SVN at https://svn.apache.org/repos/asf/incubator/ctakes/site/.

    It is possible to edit, stage and publish website updates from the command line as well. Information on deeper website development is found on the Website Development page.

    +

    How do I add image of files to a page on this web site?

    +

    Add the image or document to SVN first. Enter edit mode on any page and click the "ctakes" link (upper-right). Select [Edit] next to doc/ or images/. +You must type a name in the Add New File or Directory: field first, then press Enter. Upload your file. Use Quick Commit and Sumbit. Stage and publish as you do a web page.

    +

    Go back to editing the page of interest. Add this code for images and documents respectively:

    +

    +Enter alt text +Text for link +

    I've just been voted in as a Committer. What do I need to do?

    First, congratulations. Your contributions to the project have been noted and we hope that as a Committer you will be even more active.