/[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 2751 by schoenebeck, Wed Apr 29 11:20:57 2015 UTC revision 2760 by schoenebeck, Wed Apr 29 23:06:41 2015 UTC
# Line 365  Line 365 
365    This is the first paragraph. Just before the picture.    This is the first paragraph. Just before the picture.
366  </p>  </p>
367    
368  <img src="some_picture.png" caption="??footnote??" title="??tooltip-text??">  &lt;img src="some_picture.png" caption="??footnote??" title="??tooltip-text??"&gt;
369    
370  <p>  <p>
371    This is the next paragraph, just after the picture.    This is the next paragraph, just after the picture.
# Line 877  end on Line 877  end on
877        two specials tags you can use for this purpose:        two specials tags you can use for this purpose:
878      </p>      </p>
879      <code lang="html">      <code lang="html">
880        &lt;dir&gt;/  &lt;dir&gt;/
881          &lt;dir&gt;home    &lt;dir&gt;home
882            &lt;dir&gt;bob      &lt;dir&gt;bob
883              &lt;file&gt;README.txt&lt;/file&gt;        &lt;file&gt;README.txt&lt;/file&gt;
884              &lt;file&gt;foo.sh&lt;/file&gt;        &lt;file&gt;foo.sh&lt;/file&gt;
885            &lt;/dir&gt;      &lt;/dir&gt;
886          &lt;/dir&gt;    &lt;/dir&gt;
887          &lt;dir&gt;tmp    &lt;dir&gt;tmp
888            &lt;file&gt;bla.tmp&lt;/file&gt;      &lt;file&gt;bla.tmp&lt;/file&gt;
889          &lt;/dir&gt;    &lt;/dir&gt;
890        &lt;/dir&gt;  &lt;/dir&gt;
891      </code>      </code>
892      <example>      <example>
893        <dir>/        <dir>/

Legend:
Removed from v.2751  
changed lines
  Added in v.2760

  ViewVC Help
Powered by ViewVC