/[svn]/doc/docbase/writing_docs/01_writing_docs.html
ViewVC logotype

Diff of /doc/docbase/writing_docs/01_writing_docs.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2732 by schoenebeck, Sun Apr 26 20:54:00 2015 UTC revision 2735 by schoenebeck, Tue Apr 28 13:45:17 2015 UTC
# Line 502  Line 502 
502        as described next.        as described next.
503      </p>      </p>
504    
505        <note>
506          Automatic syntax highlighting is currently available for the
507          <ul>
508            <li><a href="nksp.html">NKSP real-time instrument script language</a></li>
509            <li>HTML markup language</li>
510          </ul>
511          If you need another source code language, just tell
512          <a href="http://www.linuxsampler.org/developers.html#Schoenebeck">Christian</a>
513          and he will add the required module for any kind of language
514          (even the most exotic one) on our server in short time.
515        </note>
516    
517      <h3>Stand-Alone Code</h3>      <h3>Stand-Alone Code</h3>
518      <p>      <p>
519        If you put your code block outside of paragraphs, that is between        If you put your code block outside of paragraphs, that is between
# Line 582  end on Line 594  end on
594        without any syntax highlighting.        without any syntax highlighting.
595      </note>      </note>
596            
     <note>  
       Automatic syntax highlighting is currently available for the  
       <ul>  
         <li>NKSP real-time instrument script language  
         <li>HTML markup language</li>  
       </ul>  
       If you need another source code language, just tell  
       <a href="http://www.linuxsampler.org/developers.html#Schoenebeck">Christian</a>  
       and he will add the required module for any kind of language  
       (even the most exotic one) on our server in short time.  
     </note>  
       
597      <h3>Metaphors</h3>      <h3>Metaphors</h3>
598      <p>      <p>
599        You might have noticed, we have used a special kind of <code>??place-holder??</code> for        You might have noticed, we have used a special kind of <code>??place-holder??</code> for
# Line 763  end on Line 763  end on
763        Tables are written like ordinary HTML tables. That is:        Tables are written like ordinary HTML tables. That is:
764      </p>      </p>
765      <code>      <code>
766  <table>  &lt;table&gt;
767    <tr>    &lt;tr&gt;
768      <th>Name</th> <th>Description</th>      &lt;th&gt;Name&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt;
769    </tr>    &lt;/tr&gt;
770    <tr>    &lt;tr&gt;
771      <td>Foo</td> <td>Some text.</td>      &lt;td&gt;Foo&lt;/td&gt; &lt;td&gt;Some text.&lt;/td&gt;
772    </tr>    &lt;/tr&gt;
773    <tr>    &lt;tr&gt;
774      <td>Bar</td> <td>And more text.</td>      &lt;td&gt;Bar&lt;/td&gt; &lt;td&gt;And more text.&lt;/td&gt;
775    </tr>    &lt;/tr&gt;
776    <tr>    &lt;tr&gt;
777      <td>Thing</td> <td>And that's it.</td>      &lt;td&gt;Thing&lt;/td&gt; &lt;td&gt;And that's it.&lt;/td&gt;
778    </tr>    &lt;/tr&gt;
779  </table>  &lt;/table&gt;
780      </code>      </code>
781      <example>      <example>
782        <table>        <table>

Legend:
Removed from v.2732  
changed lines
  Added in v.2735

  ViewVC Help
Powered by ViewVC