This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa wwwdocs] Update project webpage
- From: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: dnovillo at redhat dot com, gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 16:55:47 +0100
- Subject: Re: [tree-ssa wwwdocs] Update project webpage
- References: <1046388047.16808.104.camel@steven>
> ***************
> *** 1,5 ****
> ! <html>
> <head>
> <title>SSA for Trees</title>
> </head>
>
> --- 1,13 ----
> ! <?xml version="1.0" encoding="ISO-8859-1"?>
> ! <!DOCTYPE html
> ! PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> !
> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <link rev="made" href="mailto:gcc at gcc dot gnu dot org" />
> + <link rel="shortcut icon" href="http://gcc.gnu.org/favicon.ico" />
> <title>SSA for Trees</title>
> </head>
>
If you look at the source code of the web page, these are added automatically,
and thus shouldn't be included in the .html file.
Sebastian