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:20:19 UTC

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

Author: buildbot
Date: Thu Nov  1 22:20:19 2012
New Revision: 836944

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:20:19 2012
@@ -1 +1 @@
-1404807
+1404809

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:20:19 2012
@@ -114,16 +114,8 @@ 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>
-<pre>
-![Enter alt text](images/MyImage.format)
-[Text for link](docs/MyDoc.format)
-</pre>
-
-<div class="codehilite"><pre><span class="o">!</span><span class="p">[</span><span class="n">Enter</span> <span class="n">alt</span> <span class="n">text</span><span class="p">](</span><span class="n">images</span><span class="o">/</span><span class="n">MyImage</span><span class="o">.</span><span class="nb">format</span><span class="p">)</span>
-<span class="p">[</span><span class="n">Text</span> <span class="k">for</span> <span class="nb">link</span><span class="p">](</span><span class="n">docs</span><span class="o">/</span><span class="n">MyDoc</span><span class="o">.</span><span class="nb">format</span><span class="p">)</span>
-</pre></div>
-
-
+<p><img alt="Enter alt text" src="images/MyImage.format" />
+ <a href="docs/MyDoc.format">Text for link</a></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>