/[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 2748 by schoenebeck, Wed Apr 29 10:55:48 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 387  Line 387 
387        </p>        </p>
388      </example>      </example>
389      <p>      <p>
390        You also don't have to care about the size of the image. If the image        You also don't have to worry about the size of the image. If the image
391        resolution is largen than the width of the article would currently require        resolution is larger than the width of the article would currently require
392        on the user's screen, then the image will automatically be downscaled to        on the user's screen, then the image will automatically be downscaled to
393        fit the width of the article. It is recommended though to keep the width        fit the width of the article. It is recommended though to keep the width
394        of images approximately below 1200px, just to not waste too much repository space        of images approximately below 1200px, just to not waste too much repository space
# 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.2748  
changed lines
  Added in v.2760

  ViewVC Help
Powered by ViewVC