This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: htdocs/*.html markup fixes, footer stripping,...


"Fun, fun, fun...", as Jeff would say. 

  Remove <!DOCTYPE>s.
  Remove bgcolor attributes from <body> tags.
  Remove <address>es, <hr>s and "last modified" lines in the footer.
  Remove links back to the home page.
  Replace references to egcs by GCC (or remove them).
  Fix markup and add missing </body> and </html> tags.

Gerald

Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.5
diff -r1.5 about.html
1a2
> 
6c7
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
28,33d28
< 
< <address>
< <a href="about.html">The GCC team</a>
< <br>
< <small><i>Last modified on July 16, 1999.</i></small>
< </address>
Index: announcement.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/announcement.html,v
retrieving revision 1.12
diff -r1.12 announcement.html
1a2
> 
4a6
> 
122,123d123
< <hr>
< <a href="/">Return to the egcs home page</a>
Index: badspammer.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/badspammer.html,v
retrieving revision 1.3
diff -r1.3 badspammer.html
1d0
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
3c2,4
< <HEAD><TITLE>The EGCS Project</TITLE>
---
> 
> <HEAD>
> <TITLE>GCC</TITLE>
4a6
> 
6,8c8
< <DIV align="center">
< <h1><a href="/">The EGCS Project</a></h1>
< </DIV>
---
> <h1 align="center"><a href="/index.html">GCC</a></h1>
Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.10
diff -r1.10 bugs.html
1a2
> 
4a6
> 
216,221d217
< 
< <hr>
< 
< <p><a href="index.html">Return to the GCC home page</a> &nbsp;
< <a href="faq.html">Return to the GCC FAQ</a>
< <p><i>Last modified:  January 16, 2000</i>
Index: c9xstatus.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c9xstatus.html,v
retrieving revision 1.1
diff -r1.1 c9xstatus.html
1,2c1,3
< <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
< <html><head>
---
> <html>
> 
> <head>
4a6
> 
57,60d58
< <small><i>Last modified September 7, 1999.</i></small>
< 
< <hr>
< <p><a href="index.html">Return to the GCC home page</a>
Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.22
diff -r1.22 contribute.html
1a2
> 
97,102d97
< 
< <hr>
< <i>Last modified on January 29, 2000.</i>
< 
< <hr>
< <a href="/">Return to the GNU home page</a>
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.36
diff -r1.36 cvs.html
1a2
> 
141,143d141
< 
< <hr>
< <i>Last modified on January 29, 2000</i>
Index: cvswrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.18
diff -r1.18 cvswrite.html
1a2
> 
4a6
> 
78,82d79
< <hr>
< <i>Last modified on December 30, 1999.</i>
< 
< <hr>
< <a href="/">Return to the GCC home page</a>
Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.3
diff -r1.3 extensions.html
1a2
> 
4a6
> 
8d9
< 
62,68d62
< 
< 
< <hr>
< <p><a href="index.html">Return to the GCC home page</a>
< 
< <hr>
< <p><i>Last modified:  December 17, 1999</i>
Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.156
diff -r1.156 faq.html
1a2
> 
4a6
> 
1189,1193d1190
< 
< <hr>
< 
< <p><a href="index.html">Return to the GCC home page</a></p>
< <p><i>Last modified: January 25, 2000</i></p>
Index: gcc-micro.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-micro.html,v
retrieving revision 1.2
diff -r1.2 gcc-micro.html
1,3c1,3
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
< 		      "http://www.w3.org/TR/html4/loose.dtd">
< <html><head>
---
> <html>
> 
> <head>
8c8
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
846,847d845
< <hr>
< <p>Last modified: 29 Jan 2000
Index: gccmission.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gccmission.html,v
retrieving revision 1.3
diff -r1.3 gccmission.html
1a2
> 
67,73d67
< 
< <hr>
< <address>
< <a href="about.html">The GCC team</a>
< <br>
< <small><i>Last modified on November 2, 1999.</i></small>
< </address>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.182
diff -r1.182 index.html
1a2
> 
161,166d161
< 
< <address>
< <a href="about.html">The GCC team</a>
< <br>
< <small><i>Last modified on January 27, 2000.</i></small>
< </address>
Index: javaannounce.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/javaannounce.html,v
retrieving revision 1.1
diff -r1.1 javaannounce.html
1a2
> 
4a6
> 
35,36c37,38
< <hr>
< <i>Last modified on April 7, 1999.</i>
---
> </body>
> </html>
Index: libstdc++-v3.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++-v3.html,v
retrieving revision 1.1
diff -r1.1 libstdc++-v3.html
1a2
> 
3c4
< <title>Egcs Standard C++ Library v3</title>
---
> <title>GCC Standard C++ Library v3</title>
6a8
> 
8c10
< <h2>Egcs Standard C++ Library v3</h2>
---
> <h1>GCC Standard C++ Library v3</h1>
16a19
> 
Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.37
diff -r1.37 lists.html
1a2
> 
4a6
> 
162,165d163
< <p><a href="/">Return to the gcc home page</a>
< 
< <hr>
< <p><i>Last modified:  November 16, 1999</i>
Index: mirrors.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v
retrieving revision 1.82
diff -r1.82 mirrors.html
1a2
> 
6c7
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
100a102,104
> 
> </body>
> </html>
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.42
diff -r1.42 news.html
1a2
> 
4a6
> 
438,440d439
< 
< <hr>
< <i>Last modified on October 16, 1999.</i>
Index: proj-cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/proj-cpplib.html,v
retrieving revision 1.6
diff -r1.6 proj-cpplib.html
1,3c1,3
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
< 		      "http://www.w3.org/TR/html40/loose.dtd">
< <html><head>
---
> <html>
> 
> <head>
8c8
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
366d365
< <p><hr>
370,374d368
< <br>Last modified 28 Jan 2000.
< <hr>
< 
< <p><a href="projects.html">Back to the projects page</a>
< <p><a href="index.html">Return to the EGCS home page</a>
Index: projects.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects.html,v
retrieving revision 1.8
diff -r1.8 projects.html
1,2c1,3
< <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
< <html><head>
---
> <html>
> 
> <head>
6,7c7,8
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
< <h1 align=center>Projects</h1>
---
> <body>
> <h1 align=center>GCC Projects</h1>
547,551d547
< 
< <small><i>Last modified September 20, 1999.</i></small>
< 
< <hr>
< <p><a href="index.html">Return to the GCC home page</a>
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.29
diff -r1.29 readings.html
1a2
> 
308,313d308
< <hr>
< <p><a href="index.html">Return to the GCC home page</a>
< 
< <hr>
< <i>Last modified on January 23, 2000.</i>
< 
Index: search.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v
retrieving revision 1.9
diff -r1.9 search.html
1a2
> 
4a6
> 
240a243
> 
Index: spam.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/spam.html,v
retrieving revision 1.3
diff -r1.3 spam.html
1a2
> 
4a6
> 
50a53,55
> 
> </body>
> </html>
Index: steering.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/steering.html,v
retrieving revision 1.7
diff -r1.7 steering.html
1a2
> 
6c7
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
87,93d87
< 
< <hr>
< <address>
< <a href="about.html">The GCC team</a>
< <br>
< <small><i>Last modified on January 25, 2000.</i></small>
< </address>
Index: thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/thanks.html,v
retrieving revision 1.31
diff -r1.31 thanks.html
1a2
> 
4a6
> 
8d9
< 
248,249c249
< 
< And finally we'd like to thank everyone who uses the compiler, submits bug
---
> <p>And finally we'd like to thank everyone who uses the compiler, submits bug
251,255d250
< 
< <p><i>Last modified:  December 13, 1999</i>
< 
< <hr>
< <p><a href="index.html">Return to the GCC home page</a>
Index: timeline.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/timeline.html,v
retrieving revision 1.7
diff -r1.7 timeline.html
1a2
> 
4a6
> 
31,33d32
< <hr>
< <a href="index.html">Return to the EGCS home page</a> &nbsp;
< <p><i>Last modified:  October 29, 1999</i>
Index: web.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/web.html,v
retrieving revision 1.5
diff -r1.5 web.html
1a2
> 
6c7
< <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
---
> <body>
32,37d32
< 
< <address>
< <a href="about.html">The GCC team</a>
< <br>
< <small><i>Last modified on July 28, 1999.</i></small>
< </address>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]