public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] wwwdocs: Updates for gcc 8 changes
@ 2018-03-16 21:33 David Malcolm
  2018-03-16 21:33 ` [PATCH 3/3] Document my gcc 8 changes for the website David Malcolm
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: David Malcolm @ 2018-03-16 21:33 UTC (permalink / raw)
  To: gcc-patches; +Cc: David Malcolm

This patch kit is for the website; I generated it against a local
git mirror of the CVS repo.

It adds lots of examples of colorized output from GCC, which
I generated using ansi2html.sh, an LGPLv2 script for turning ANSI
color codes into HTML spans.  It also emits a .css file for mapping
the span classes into HTML colorization.

OK for the website?  (Note the caveats in patch 3)

Thanks

David Malcolm (3):
  bin: add ansi2html.sh
  Add htdocs/ansi2html.css
  Document my gcc 8 changes for the website

 bin/ansi2html.sh          | 520 ++++++++++++++++++++++++++++++++++++++++++++++
 htdocs/ansi2html.css      | 287 +++++++++++++++++++++++++
 htdocs/gcc-8/changes.html | 264 ++++++++++++++++++++++-
 3 files changed, 1070 insertions(+), 1 deletion(-)
 create mode 100755 bin/ansi2html.sh
 create mode 100644 htdocs/ansi2html.css

-- 
1.8.5.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-04-04 20:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 21:33 [PATCH 0/3] wwwdocs: Updates for gcc 8 changes David Malcolm
2018-03-16 21:33 ` [PATCH 3/3] Document my gcc 8 changes for the website David Malcolm
2018-03-18 23:20   ` Gerald Pfeifer
2018-03-16 21:33 ` [PATCH 2/3] Add htdocs/ansi2html.css David Malcolm
2018-03-18 23:06   ` Gerald Pfeifer
2018-03-16 21:38 ` [PATCH 1/3] bin: add ansi2html.sh David Malcolm
2018-03-18 23:03 ` [PATCH 0/3] wwwdocs: Updates for gcc 8 changes Gerald Pfeifer
2018-03-19  0:26   ` David Malcolm
2018-04-04 17:57   ` [PATCH 0/2] wwwdocs: Updates for gcc 8 changes (v2) David Malcolm
2018-04-04 17:57     ` [PATCH 1/2] wwwdocs: Add bin/gcc-color-to-html.py David Malcolm
2018-04-04 19:01       ` Gerald Pfeifer
2018-04-04 19:50         ` David Malcolm
2018-04-04 19:53           ` Gerald Pfeifer
2018-04-04 17:57     ` [committed 2/2] wwwdocs: Document my gcc 8 changes for the website (v2) David Malcolm
2018-04-04 19:02       ` Gerald Pfeifer
2018-04-04 19:24         ` David Malcolm
2018-04-04 20:04           ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).