mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
more documn updates
This commit is contained in:
@@ -13,13 +13,18 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="#why">Why</a>
|
<li><a href="#why">Why</a>
|
||||||
<li><a href="#prop1">Proposal #1</a>
|
<li><a href="#prop1">Proposal #1</a>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2>Update - January 2023</h2>
|
||||||
|
<p>This has now been done. All logbooks use the same format now and we have only one parser.
|
||||||
|
|
||||||
<h2 id="why">HTML formats - Why we need changes</h2>
|
<p>There is an advnatgae in using a "separator format" rather than a "encapsulated entry format". When parsing the logbook.html file, everthing will be in one of the entries if we use a separator (e.g. <hr> as opposed to a <article> ... </article> encapsulation). Stuff between encapsulations is probably meant to be in an adjacent entry. So we are continuing to use the <hr> separator format style.
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<h2 id="why">HTML formats - Why we needed changes</h2>
|
||||||
<h4>Maintenance workload</h4>
|
<h4>Maintenance workload</h4>
|
||||||
|
|
||||||
<p>We have 4 different markdown and HTML formats for logbooks of different vintages. This means 4x as much maintenance as we need.
|
<p>We <s>have</s> had 4 different markdown and HTML formats for logbooks of different vintages. This means 4x as much maintenance as we need.
|
||||||
|
|
||||||
<code><pre>LOGBOOK_PARSER_SETTINGS = {
|
<code><pre>LOGBOOK_PARSER_SETTINGS = {
|
||||||
"2010": ("logbook.html", "Parseloghtmltxt"),
|
"2010": ("logbook.html", "Parseloghtmltxt"),
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ complete copy, but if universal internet access is coming anyway, any such work
|
|||||||
<ul>
|
<ul>
|
||||||
<li>New systems for <a href="namesredesign.html">handling people's names properly</a>
|
<li>New systems for <a href="namesredesign.html">handling people's names properly</a>
|
||||||
<li>New systems for <a href="menudesign.html">website menus</a>
|
<li>New systems for <a href="menudesign.html">website menus</a>
|
||||||
<li>New <a href="lbredesign.html">logbook coding system</a> - not at all urgent
|
<li><s>New <a href="lbredesign.html">logbook coding system</a> </s>
|
||||||
<li><s>Short-term note on "logon" <a href="trogregistr.html">django-registration</a></s>
|
<li><s>Short-term note on "logon" <a href="trogregistr.html">django-registration</a></s>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Open architectural issues being worked on:
|
<p>Open architectural issues being worked on:
|
||||||
|
|||||||
Reference in New Issue
Block a user