Tweaks to w3m.sh to improve TXT version of docs
Make headers and description terms more apparent, by adding some more regexps into the `sed` that the HTML is piped through before being sent to `w3m`.
This commit is contained in:
parent
3032afb85f
commit
a62db7f9c2
1060 changed files with 10160 additions and 9743 deletions
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octubre 12, 2024 </p>
|
||||
octubre 14, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,13 +232,13 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite", "Paint splats", "Smoke", "Spines", "Water (still)", and "Watercolor splotches".</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite", "Paint splats", "Smoke", "Spines", "Water (still)", and "Watercolor splotches".</dd>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dd>
|
||||
|
||||
<dt>New templates</dt>
|
||||
<dd>"Clouds from an airplane" and "Lough Leane".</dt>
|
||||
<dd>"Clouds from an airplane" and "Lough Leane".</dd>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
@ -250,37 +250,37 @@
|
|||
<dd>A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Typewriter</dt>
|
||||
<dd>Transform your picture into "ASCII art", typewriter-style.</dt>
|
||||
<dd>Transform your picture into "ASCII art", typewriter-style.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Computer</dt>
|
||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||
<dd>Transform your picture into "ASCII art", computer-style.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||
<dd>Transform your picture into colored computer "ASCII art".</dd>
|
||||
|
||||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dd>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
<dd>Draw spirals.</dd>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
<dd>Draw square spirals.</dd>
|
||||
|
||||
<dt>New Magic tool: Concentric Circle</dt>
|
||||
<dd>Draw concentric circles.</dt>
|
||||
<dd>Draw concentric circles.</dd>
|
||||
|
||||
<dt>New Magic tool: Concentric Square</dt>
|
||||
<dd>Draw concentric squares.</dt>
|
||||
<dd>Draw concentric squares.</dd>
|
||||
|
||||
<dt>New Magic tool: Tessellation Pointy</dt>
|
||||
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
|
||||
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dd>
|
||||
|
||||
<dt>New Magic tool: Tessellation Flat</dt>
|
||||
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
|
||||
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dd>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
<dd>Sound pause and resume functions added.</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
@ -378,6 +378,7 @@
|
|||
width="324"
|
||||
height="254"
|
||||
alt="[Title screen]">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
<h2 id="using_title">
|
||||
B. Title Screen </h2>
|
||||
|
|
@ -412,6 +413,7 @@
|
|||
height="254"
|
||||
alt=
|
||||
"[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Label, Undo, Redo, Eraser, New, Open, Save, Print, Quit]">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
<dt>
|
||||
<strong>Left Side: Toolbar</strong>
|
||||
|
|
@ -431,6 +433,7 @@
|
|||
width="324"
|
||||
height="254"
|
||||
alt="[Canvas]">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
|
||||
<dt>
|
||||
|
|
@ -455,6 +458,7 @@
|
|||
height="254"
|
||||
alt=
|
||||
"[Selectors - Brushes, Letters, Shapes, Stamps]">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
|
||||
<dt>
|
||||
|
|
@ -476,6 +480,7 @@
|
|||
height="254"
|
||||
alt=
|
||||
"[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, Purple, Brown, Grey]">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
|
||||
<dt>
|
||||
|
|
@ -486,13 +491,14 @@
|
|||
<p>
|
||||
When the active tool supports colors, a palette of colors choices will be shown near the bottom of the screen. Click one to choose a color, and it will be used by the active tool. (For example, the "Paint" tool will use it as the color to draw with the chosen brush, and the "Fill" tool will use it as the color to use when flood-filling an area of the picture.) </p>
|
||||
|
||||
<div class="screenshot-right-after"></div>
|
||||
<div class="screenshot-right-after">
|
||||
<img src="../../html/images/colors_special.png"
|
||||
width="105"
|
||||
height="48"
|
||||
alt=""
|
||||
align="right">
|
||||
</div>
|
||||
|
||||
<img src="../../html/images/colors_special.png"
|
||||
width="105"
|
||||
height="48"
|
||||
alt=""
|
||||
align="right">
|
||||
<p id="special_color_options">
|
||||
On the far right are three special color options: <ul>
|
||||
<li>
|
||||
|
|
@ -544,6 +550,7 @@
|
|||
height="254"
|
||||
alt=
|
||||
"(Example tip: 'Pick a shape. Click to pick the center, drag, then let go when it is the size you want. Move around to rotate it, and click to draw it.')">
|
||||
<span style="display: none;"><br/> </span>
|
||||
</div>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue