[MinGW-Notify] [SCM] website (mingw) branch, master, updated. e56eb1e54d930022d7cfbe7e3c78e74837ad7865

Back to archive index
MinGW Notification List mingw****@lists*****
Wed Nov 4 02:17:12 JST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "website" repository
containing the "mingw" project.

The branch, master has been updated
       via  e56eb1e54d930022d7cfbe7e3c78e74837ad7865 (commit)
       via  98be686d2e65698f502c6ab4521bc0535216d7e1 (commit)
       via  003cc5a29d0cfabf8588b700a826b516d639a087 (commit)
      from  72b5d2b26031b97e27ebc423a592c36e4da6338b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e56eb1e54d930022d7cfbe7e3c78e74837ad7865
Author: Keith Marshall <keith****@users*****>
Date:   Tue Nov 3 17:09:55 2020 +0000

    Use typographic quotation marks on licence pages.
    
    * fdl.html (page-content): Replace ASCII apostrophe with balanced
    typographic HTML single quotation marks, where appropriate; likewise,
    replace ASCII double quotation marks with balanced HTML typographic
    equivalents.

commit 98be686d2e65698f502c6ab4521bc0535216d7e1
Author: Keith Marshall <keith****@users*****>
Date:   Tue Nov 3 11:11:52 2020 +0000

    Improve http status 404 notifications.
    
    * missing.html (page-subtitle): Add <dt> entry.
    (page-content): Wording enhancements; suggest filing of feature
    request for missing page, as identified by dynamic content of...
    (e404-missing-page): ...this named <span> element.
    
    * site.js (load_content) [e404-missing-page]: Assign URL.

commit 003cc5a29d0cfabf8588b700a826b516d639a087
Author: Keith Marshall <keith****@users*****>
Date:   Mon Nov 2 21:41:07 2020 +0000

    Adapt index.html to serve arbitrarily specified content.
    
    * index.html (onload): Delegate content retrieval to...
    (load_page): ...this new javascript function, passing URL.
    (page-title, page-subtitle): Rename place-holders, using...
    (as-page-title, as-page-subtitle): ...these alternative names.
    
    * site.js (load_page): New function; it consolidates...
    (new_page, load_page_overlay, load_page_content): ...these, but
    excluding "page-title" and "page-subtitle" assignment; do this...
    (load_content): ...here, using repeated invocations of...
    (update_page_content_header): ...this new function; it propagates any
    "page-title" and "page-subtitle" values from the loaded page fragment,
    to their corresponding "index.html" place-holders, calling...
    (no_break): ...this new function, to substitute non-breaking hyphens
    in place of any included ASCII hyphen characters.
    
    * header.html (navbar): Use fully qualified "href" URL links on all
    tabs, replacing "onclick" actions.
    
    * about.html fdl.html terms.html (page-title, page-subtitle): Assign
    them to hidden <dt> elements, (in <dl style="display: none"> blocks),
    whence they may be propagated, via javascript executed on loading of
    the page fragment, to their visible "index.html" place-holders.
    
    * terms.html: Additionally, use a fully qualified "href" link, for
    reference to "fdl.html".
    
    * missing.html (page-title): Add hidden <dt> entry.
    
    * site.css (dl.masthead): Define new style, to conceal the <dl>
    assignments for "page-title", and "page-subtitle"; adjust top margin
    spacing for any immediately following paragraph.

-----------------------------------------------------------------------

Summary of changes:
 about.html   | 13 +++++++++++++
 fdl.html     | 48 +++++++++++++++++++++++++++++++++---------------
 header.html  | 35 +++++------------------------------
 index.html   |  6 +++---
 missing.html | 25 +++++++++++++++++++++----
 site.css     | 17 +++++++++++++++++
 site.js      | 59 +++++++++++++++++++++++++++++++++--------------------------
 terms.html   | 14 +++++++++++---
 8 files changed, 136 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
website (mingw)



More information about the MinGW-Notify mailing list
Back to archive index