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

svn commit: r836938 - in /websites/staging/ctakes/trunk/content: ./ ctakes/developer-faqs.html

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 @@
 <li><a href="#how-do-i-discuss-questions-about-ctakes-with-people-that-know-more-than-i-do">How do I discuss questions about cTAKES with people that know more than I do?</a></li>
 <li><a href="#how-do-i-report-problems-i-see-while-using-ctakes">How do I report problems I see while using cTAKES?</a></li>
 <li><a href="#how-do-i-edit-this-website">How do I edit this website?</a></li>
+<li><a href="#how-do-i-add-image-of-files-to-a-page-on-this-web-site">How do I add image of files to a page on this web site?</a></li>
 <li><a href="#ive-just-been-voted-in-as-a-committer-what-do-i-need-to-do">I've just been voted in as a Committer.  What do I need to do?</a></li>
 </ul>
 </div>
@@ -102,11 +103,21 @@ You can also just look through or search
 <ul>
 <li>If you are not a committer, you can still use the same bookmark by signing in as <em>anonymous</em>. See detailed how-to steps in the <a href="http://www.apache.org/dev/cmsref.html#non-committer">Apache CMS Reference</a> for non-committers.</li>
 <li>The Submit button alone does not commit your changes. Use the Quick Commit checkbox.</li>
+<li>There is no Cancel button or link; simply close any web page you have open.</li>
 <li>Committed changes go to [Staged] but you have to wait for it before you publish. There is a similar delay when you [Publish].</li>
+<li>Use the <a href="http://www.apache.org/dev/cmsref.html">Apache CMS Reference</a> for anything more.</li>
 </ul>
 <p>The pages on this website are written in <a href="http://www.simpleeditions.com/59001/markdown-an-introduction">markdown syntax</a> and stored in SVN at 
 <a href="https://svn.apache.org/repos/asf/incubator/ctakes/site/">https://svn.apache.org/repos/asf/incubator/ctakes/site/</a>. </p>
 <p>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 <a href="http://www.apache.org/dev/cms.html">Website Development</a> page.</p>
+<h3 id="how-do-i-add-image-of-files-to-a-page-on-this-web-site">How do I add image of files to a page on this web site?</h3>
+<p>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 <em>doc/</em> or <em>images/</em>.
+You must type a name in the <em>Add New File or Directory:</em> field first, then press Enter. Upload your file. Use Quick Commit and Sumbit. Stage and publish as you do a web page. </p>
+<p>Go back to editing the page of interest. Add this code for images and documents respectively:</p>
+<p><code>
+<img alt="Enter alt text" src="images/MyImage.format" />
+<a href="docs/MyDoc.format">Text for link</a>
+</code></p>
 <h3 id="ive-just-been-voted-in-as-a-committer-what-do-i-need-to-do">I've just been voted in as a Committer.  What do I need to do?</h3>
 <p>First, congratulations.  Your contributions to the project have been noted and we 
 hope that as a Committer you will be even more active.</p>