diff --git a/handbook/troggle/lbredesign.html b/handbook/troggle/lbredesign.html index e588a460e..2a9a6b49c 100644 --- a/handbook/troggle/lbredesign.html +++ b/handbook/troggle/lbredesign.html @@ -13,13 +13,18 @@ +

Update - January 2023

+

This has now been done. All logbooks use the same format now and we have only one parser. -

HTML formats - Why we need changes

+

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. + +


+ +

HTML formats - Why we needed changes

Maintenance workload

-

We have 4 different markdown and HTML formats for logbooks of different vintages. This means 4x as much maintenance as we need. +

We have had 4 different markdown and HTML formats for logbooks of different vintages. This means 4x as much maintenance as we need.

LOGBOOK_PARSER_SETTINGS = {
                 "2010": ("logbook.html", "Parseloghtmltxt"), 
diff --git a/handbook/troggle/trogdesign.html b/handbook/troggle/trogdesign.html
index 6f090321b..8a8f580a8 100644
--- a/handbook/troggle/trogdesign.html
+++ b/handbook/troggle/trogdesign.html
@@ -165,7 +165,7 @@ complete copy, but if universal internet access is coming anyway, any such work
 
 

Open architectural issues being worked on: