You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bl...@apache.org on 2012/11/01 23:12:12 UTC

svn commit: r1404802 - /incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext

Author: bleeker
Date: Thu Nov  1 22:12:12 2012
New Revision: 1404802

URL: http://svn.apache.org/viewvc?rev=1404802&view=rev
Log:
CMS commit to ctakes by bleeker

Modified:
    incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext

Modified: incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext?rev=1404802&r1=1404801&r2=1404802&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext Thu Nov  1 22:12:12 2012
@@ -33,12 +33,25 @@ The quickest and most common way is to u
 
 - 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][6] 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][7] for anything more.
 
-The pages on this website are written in [markdown syntax][7] and stored in SVN at 
-[https://svn.apache.org/repos/asf/incubator/ctakes/site/][8]. 
+The pages on this website are written in [markdown syntax][8] and stored in SVN at 
+[https://svn.apache.org/repos/asf/incubator/ctakes/site/][9]. 
 
-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][9] page.
+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][10] 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:
+
+<code>
+![Enter alt text](images/MyImage.format)
+[Text for link](docs/MyDoc.format)
+</code>
 
 ###I've just been voted in as a Committer.  What do I need to do?
 
@@ -48,20 +61,20 @@ hope that as a Committer you will be eve
 But before you are officially given Committer permissions, there are a few 
 administrative steps that you will need to complete. 
 
- 1. Submit a signed [ICLA] [10] to Apache.
+ 1. Submit a signed [ICLA] [11] to Apache.
  1. Wait for the ICLA to be received and recorded by Apache.  You will know 
-when this has occurred when your name appears in the [Unlisted ICLAs] [11] section 
+when this has occurred when your name appears in the [Unlisted ICLAs] [12] section 
 on the Apache Committers page.  This could take a couple of days, longer if you
 submitted the ICLA via post.
- 1. Once the your ICLA has been recorded, you should send a note to the [PPMC] [12] 
+ 1. Once the your ICLA has been recorded, you should send a note to the [PPMC] [13] 
 and request an Apache account.  You will want to include your full name and email address, 
-as you entered in the ICLA, as well as your preferred userid.  Please [check first] [13] 
+as you entered in the ICLA, as well as your preferred userid.  Please [check first] [14] 
 that your preferred userid is not already in use by another Apache Committer.
  1. Once your Apache account has been created, you will receive an email with
 further instructions for setting up your account.  This may take a couple of days.
- 1. If you were also voted as a PPMC member, you should then [subscribe] [14] to the 
+ 1. If you were also voted as a PPMC member, you should then [subscribe] [15] to the 
 PPMC's private mailing list.
- 1. Finally, you should read the ["Guide for new committers"] [15]
+ 1. Finally, you should read the ["Guide for new committers"] [16]
 
 
   [1]: http://incubator.apache.org/ctakes/mailing-lists.html#development-mailing-list
@@ -70,12 +83,13 @@ PPMC's private mailing list.
   [4]: https://issues.apache.org/jira/browse/ctakes
   [5]: javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))
   [6]: http://www.apache.org/dev/cmsref.html#non-committer
-  [7]: http://www.simpleeditions.com/59001/markdown-an-introduction
-  [8]: https://svn.apache.org/repos/asf/incubator/ctakes/site/
-  [9]: http://www.apache.org/dev/cms.html
-  [10]: http://www.apache.org/licenses/icla.txt
-  [11]: http://people.apache.org/committer-index.html#unlistedclas
-  [12]: mailto:ctakes-private@incubator.apache.org
-  [13]: http://people.apache.org/committer-index.html
-  [14]: mailto:ctakes-private-subscribe@incubator.apache.org
-  [15]: http://www.apache.org/dev/new-committers-guide.html
\ No newline at end of file
+  [7]: http://www.apache.org/dev/cmsref.html
+  [8]: http://www.simpleeditions.com/59001/markdown-an-introduction
+  [9]: https://svn.apache.org/repos/asf/incubator/ctakes/site/
+  [10]: http://www.apache.org/dev/cms.html
+  [11]: http://www.apache.org/licenses/icla.txt
+  [12]: http://people.apache.org/committer-index.html#unlistedclas
+  [13]: mailto:ctakes-private@incubator.apache.org
+  [14]: http://people.apache.org/committer-index.html
+  [15]: mailto:ctakes-private-subscribe@incubator.apache.org
+  [16]: http://www.apache.org/dev/new-committers-guide.html
\ No newline at end of file