git.osdn.net Git - mingw/website.git/atom - contact.html history HTML source code, style-sheets, scripts, and images for deployment on mingw.osdn.io http://git.osdn.net/view?p=mingw/website.git root /static/git-favicon.png //static.osdn.net/back-to-proj.gif 2021-11-19T22:58:22Z gitweb Publish bug reporting guidelines. 2021-11-19T22:58:22Z Keith Marshall keith@users.osdn.me Keith Marshall keith@users.osdn.me 2021-11-19T22:58:22Z http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=be527723fb87694bfeb480cea1ca440c1a59ffdc
Publish bug reporting guidelines.

* buginfo.html: New file.
* contact.html (Reporting Bugs): Update reference text.
* faq.html docrefs.html: Add reference links.
  • [D] contact.html
Execute embedded scripts on overlay-page load. 2021-09-11T23:19:40Z Keith Marshall keith@users.osdn.me Keith Marshall keith@users.osdn.me 2021-09-11T23:19:40Z http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=aa687c72a815bb0c10a1f2040e4a53e4395d3605
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] contact.html
Rename project domain to reflect relocation to MinGW.OSDN.io 2021-09-10T21:32:13Z Keith Marshall keith@users.osdn.me Keith Marshall keith@users.osdn.me 2021-09-10T21:32:13Z http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=659fb0b8deabc58ceed320e2503907a59bdb8e82
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] contact.html
Correctly handle internal page section references. 2020-11-06T10:12:24Z Keith Marshall keith@users.osdn.me Keith Marshall keith@users.osdn.me 2020-11-06T10:12:24Z http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=2364afc57ab7ca2ddafe75845885ef2330cc7f4b
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] contact.html
Add contact and mailing-list information pages. 2020-11-05T23:00:14Z Keith Marshall keith@users.osdn.me Keith Marshall keith@users.osdn.me 2020-11-05T23:00:14Z http://git.osdn.net/view?p=mingw/website.git;a=commitdiff;h=899ad64ce7c6e05311acffd60d559ea65f7a27c0
Add contact and mailing-list information pages.

* contact.html mailing.html: New files.
* index.html (font-awesome): Add stylesheet link.

* site.css (hr): Adjust adjacent paragraph top margin spacing.
(li): Set explicit top margin, within both <ul> and <ol> blocks.
(dl, dt, dd): Add general style; suppress left margin indent...
(dl.no-indent dd): ...for so-qualified definition entries.
(navbar.li): Adjust margins; add a bottom margin specification.
(form.search): Set display width, margins, and styles for input
fields and search buttons.
  • [D] contact.html