bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xhtml document's title


From: Akim Demaille
Subject: Re: xhtml document's title
Date: Sun, 6 Jan 2008 11:11:35 +0100


Le 5 janv. 08 à 23:31, Wojciech Polak a écrit :

@@ -39,7 +39,10 @@
<xsl:template match="/">
  <html>
    <head>
-      <title>GNU Bison XML Automaton Report</title>
+      <title>
+       <xsl:value-of select="bison-xml-report/filename"/>
+       <xsl:text> - GNU Bison XML Automaton Report</xsl:text>
+      </title>
      <style type="text/css"><![CDATA[
      body {
        font-family: "Nimbus Sans L", Arial, sans-serif;

Thanks for this!

@@ -89,7 +92,7 @@
GNU Bison <xsl:value-of select="/bison-xml-report/@version"/></ a>
      XML Automaton Report, written by
      <a href="http://www.gnu.org.ua/~polak/"; title="Wojciech
Polak">Wojciech Polak</a>.


Now that this is a genuine part of Bison's output, I don't
think this bit should be displayed.  It is more traditional
to include this is comments.  It's a bit as if each time
you ran the GLR parser, stderr would report "Written by
Paul Hilfinger and Joel E Denny".


-      Copyright (C) 2007 Free Software Foundation, Inc.<br />
+      Copyright (C) 2007, 2008 Free Software Foundation, Inc.<br />
      Verbatim copying and distribution of this entire page is
permitted
      in any medium, provided this notice is preserved.</div>
    </body>

I have no strong opinion about this part, but I'm not
sure we really asked ourselves whether this copyright
is relevant here.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]