• R/O
  • HTTP
  • SSH
  • HTTPS

website: List of commits

HTML source code, style-sheets, scripts, and images for deployment on mingw.osdn.io


RSS
Rev. Time Author
fc1c502 master 2022-11-10 06:46:47 Keith Marshall

Revise first-time installation instructions.

* setup.html (PATH, HOME): Clarify environment configuration advice;
suggest an alternative configuration method, via start-up shortcut.

28eeb33 2022-11-10 06:22:38 Keith Marshall

Adjust styling for code in running text.

* site.css (code): Do not specify any value for...
(color): ...this property; hence, no explicit inheritance required...
(a code, table.borderless code): ...for these.

68eab50 2022-11-10 06:06:24 Keith Marshall

Add support for tabulated definitions.

* site.css (table.definitions tr td:first-child)
(table.definitions tr td ul): Specify style properties.

af08539 2022-11-09 08:55:41 Keith Marshall

Tweak font sizes.

* site.css (font-size): Set property value for each of...
(h3, h3.numbered h3::before, h4, ol.small-numbers li::marker)
(div.box-out, div.box-out ol.small-numbers li::marker)
(form.search input): ...these.

caf2002 2022-11-09 08:54:54 Keith Marshall

Align text baselines in "top-aligned" tables.

* site.css (table.top-aligned tr): Set value of...
(vertical-align): ...this styling property, to "baseline".

ffd4866 2022-11-09 08:53:47 Keith Marshall

Improve HTTP-404 notification handling.

* site.js (load_content): Refactor, to define...
(send_e404_notification, e404_subst): ...these internal functions.
(load_content) [this.readyState == this.DONE]: Use them.

3d6c18a 2022-01-08 23:59:52 Keith Marshall

Add WINVER usage reference to FAQ.

* faq.html (Compiling and Linking Issues): Add question, and answer
relating to support for API functions for e.g. Windows-XP.

067909f 2022-01-08 23:59:52 Keith Marshall

Add "What is make?" reference to FAQ.

* faq.html (General Enquiries): Add, and answer question relating to
the purpose, and usage of the "make" utility.

346e50f 2022-01-08 23:59:52 Keith Marshall

Add "What is Cygwin?" reference to FAQ.

* faq.html (General Enquiries): Add question, and answer incorporating
JonY's original MinGWiki description of Cygwin.

e7e612b 2022-01-08 23:59:20 Keith Marshall

Tidy spacing around em-dash punctuation.

* faq.html: Connect em-dashes to adjoining text, on both sides, using
narrow non-breaking space ( ) HTML entities, througout file.

6f46c98 2022-01-01 04:54:28 Keith Marshall

Publish GCC 'specs' customization HOWTO.

* gccspecs.html: New file; adapted from original Drupal content, and
in particular, on user comments relating to that content, this offers
advice on customizing GCC's default behaviour, especially insofar as
it affects include file and library search paths, and the option to
deploy non-free Microsoft C runtime libraries, as alternatives to
pseudo-free MSVCRT.DLL.

1d89880 2022-01-01 04:45:39 Keith Marshall

Publish MinGW linker's library search path HOWTO.

* libpath.html: New file; adapted from original Drupal content, this
describes the GCC/ld library search mechanism, and offers advice on
installation of third party libraries, to take best advantage of this
search mechanism.

515a8fd 2022-01-01 04:39:45 Keith Marshall

Publish GCC include file search path HOWTO.

* isystem.html: New file; adapted from original Drupal content, this
describes the GCC include file search mechanism, and offers advice on
installation of third party header files, to take best advantage of
this search mechanism.

fea64b5 2021-12-18 04:27:53 Keith Marshall

Publish FAQ note on reducing size of executables.

* exesize.html: New file.

68897d9 2021-12-15 21:57:50 Keith Marshall

Publish MinGW installation and maintenance guidelines.

* setup.html: New file.

e047b0d 2021-11-23 07:39:42 Keith Marshall

Correct bad reference link from preceding commit.

* docrefs.html (dllver.html): Point link to this, correcting...
(pkgspecs.html): ...pasted copy of reference to this.

1be8036 2021-11-23 07:14:05 Keith Marshall

Publish note on DLL version management.

* dllver.html: New file.
* docrefs.html: Add reference link.

be52772 2021-11-20 07:58:22 Keith Marshall

Publish bug reporting guidelines.

* buginfo.html: New file.
* contact.html (Reporting Bugs): Update reference text.
* faq.html docrefs.html: Add reference links.

bed8fd4 2021-11-20 07:58:22 Keith Marshall

Specify some additional site style properties.

* site.css (h4): Set margins globally.
(page-view): Set minimum relative display width.
(dl.masthead): No longer required; delete specification.
(div.overlapped) [following "masthead"]: Adjust top margin.
(nowrap, box-out, table.borderless): New styling classes.
(pre.vt) [box-out]: Specialization of <code> style, for use in
illustration of screen display output; lighten text colour.
(kbd) [pre.vt]: Darken text colour, for keyboard input.
(code) [within <a> tag scope]: Inherit text colour.
(code) [within body text]: Lighten text colour.

a221b12 2021-11-17 01:19:11 Keith Marshall

Correct a typographical error.

* faq.html (project's): Insert omitted "s", after apostrophe.

be0d5e5 2021-09-14 00:02:28 Keith Marshall

Add documentation catalogue and FAQ pages.

* docrefs.html faq.html: New files.
* header.html (Documentation): Link to docrefs.html

* site.css (ol ul): Adjust right margin for "li" elements.
(dl.toc): Add styling rules for documentation catalogue entries.
(div.faq): Likewise, for dynamic FAQ Q&A display.

5335820 2021-09-12 23:38:38 Keith Marshall

Redirect OSDN mail archive searches from DuckDuckGo to Google.

* site.js (osdn_archive, ddg_query, ddg_widget): New functions; they
facilitate setup and initiation of a DuckDuckGo query of any OSDN mail
archive, with redirection via the Google search engine, using...
(ddg_bang, ddg_google_search, ddg_google_search_site): ...these new
internal-use helper functions.

* mailing.html (MinGW-Users, MinGW-Notify): Use...
(ddg_widget, osdn_archive): ...these to initiate DuckDuckGo search...
(ddg_google_search): ...with this to redirect to the Google engine.

aa687c7 2021-09-12 08:19:40 Keith Marshall

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.

659fb0b 2021-09-11 06:32:13 Keith Marshall

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

2364afc 2020-11-06 19:12:24 Keith Marshall

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

899ad64 2020-11-06 08:00:14 Keith Marshall

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.

e56eb1e 2020-11-04 02:09:55 Keith Marshall

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.

98be686 2020-11-03 20:11:52 Keith Marshall

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.

003cc5a 2020-11-03 06:41:07 Keith Marshall

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.

72b5d2b 2020-10-28 06:07:50 Keith Marshall

Move charset assignment to valid file offset.

* index.html (charset): The HTML5 specification requires this
meta-data attribute to be assigned within the first 1024 bytes of
the page data; move it above the licensing terms, to keep it so.

Show on old repository browser