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:15:50 UTC

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

Author: buildbot
Date: Thu Nov  1 22:15:49 2012
New Revision: 836940

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:15:49 2012
@@ -1 +1 @@
-1404803
+1404804

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:15:49 2012
@@ -114,10 +114,11 @@ You can also just look through or search
 <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>
+<pre>
+![Enter alt text](images/MyImage.format)
+[Text for link](docs/MyDoc.format)
+</pre>
+
 <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>