git.osdn.net Git - mingw/website.git/rss - about.html history http://git.osdn.net/view?p=mingw/website.git;a=history;f=about.html HTML source code, style-sheets, scripts, and images for deployment on mingw.osdn.io en root //static.osdn.net/back-to-proj.gif git.osdn.net Git - mingw/website.git/rss - about.html history http://git.osdn.net/view?p=mingw/website.git;a=history;f=about.html Sat, 11 Sep 2021 23:19:40 +0000 Sat, 11 Sep 2021 23:19:40 +0000 gitweb v.2.11.0/2.11.0 Execute embedded scripts on overlay-page load. Keith Marshall <keith@users.osdn.me> Sat, 11 Sep 2021 23:19:40 +0000 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=aa687c72a815bb0c10a1f2040e4a53e4395d3605 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=aa687c72a815bb0c10a1f2040e4a53e4395d3605 Execute embedded scripts on overlay-page load. Execute embedded scripts on overlay-page load. * site.js (no_break, update_page_content_header): Delete them. (set_page): New page-load helper function; it supports page title and subtitle updates, when called from embedded scripts on overlay-pages. (load_page) [status == 200]: Scan for, and execute embedded scripts. * index.html [masthead] (h1, h2): Change identifiers from... (as-page-title, as-page-subtitle): ...these respectively, to... (page-title, page-subtitle): ...these; add hidden placeholder content. * about.html contact.html fdl.html mailing.html missing.html * terms.html [masthead] (dl): Delete hidden element; replace it with script, to assign effective HTML content to each of... (page-title, page-subtitle): ...these. * fdl.html mailing.html (ol, ul): Do not override CSS styles. * site.css [masthead]: Do not assume that final element is... (dl): ...this; define style for immediately following paragraph, on the basis that the final masthead element may be anything.
  • [D] about.html
]]>
Rename project domain to reflect relocation to MinGW.OSDN.io Keith Marshall <keith@users.osdn.me> Fri, 10 Sep 2021 21:32:13 +0000 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=659fb0b8deabc58ceed320e2503907a59bdb8e82 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=659fb0b8deabc58ceed320e2503907a59bdb8e82 Rename project domain to reflect relocation to MinGW.OSDN.io Rename project domain to reflect relocation to MinGW.OSDN.io * about.html contact.html fdl.html header.html index.html * mailing.html missing.html site.css site.js terms.html: Edit out all page references to MinGW.org; substitute MinGW.OSDN
  • [D] about.html
]]>
Correctly handle internal page section references. Keith Marshall <keith@users.osdn.me> Fri, 6 Nov 2020 10:12:24 +0000 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=2364afc57ab7ca2ddafe75845885ef2330cc7f4b http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=2364afc57ab7ca2ddafe75845885ef2330cc7f4b Correctly handle internal page section references. Correctly handle internal page section references. * site.js (load_content) ["#" in URL]: Scroll to internal reference. * site.css (overlapped): New styling class; define it, such that any element to which it is assigned will be positioned, with its topmost content fully visible below the page header block, when an internal page reference is scrolled into view. * contact.html (general-enquiry, bug-report, feature-request) * mailing.html (mingw-users, mingw-notify, mingw-msys, list-etiquette) * about.html (cross-compile): Mark reference points as "overlapped".
  • [D] about.html
]]>
Adapt index.html to serve arbitrarily specified content. Keith Marshall <keith@users.osdn.me> Mon, 2 Nov 2020 21:41:07 +0000 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=003cc5a29d0cfabf8588b700a826b516d639a087 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=003cc5a29d0cfabf8588b700a826b516d639a087 Adapt index.html to serve arbitrarily specified content. 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.
  • [D] about.html
]]>
Initial commit. Keith Marshall <keith@users.osdn.me> Tue, 6 Oct 2020 21:01:06 +0000 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=54467f16c0ec2657350a2877e22dd0491a42e725 http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=54467f16c0ec2657350a2877e22dd0491a42e725 Initial commit. Initial commit. * index.html header.html about.html: New files. * site.css site.js logo.png: Likewise.
  • [D] about.html
]]>