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

xsf-docs: Changes to 'master'



 COPYING   |   19 +++++++++++++++++++
 mdwn2html |    1 +
 2 files changed, 20 insertions(+)

New commits:
commit 0d56fca1617970c3d636b5a2647c3a8ce00ae670
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Dec 1 22:42:17 2010 +0100

    Specify content type through a meta tag.
    
    Apparently, iceweasel-4.0b7 is stupid enough to be unable to read the
    declared encoding in the XML header. Sigh.

diff --git a/mdwn2html b/mdwn2html
index d55c672..6d9d7e2 100755
--- a/mdwn2html
+++ b/mdwn2html
@@ -30,6 +30,7 @@ sed "s#@@title@@#$title#" > $html <<EOF
 <title>@@title@@</title>
 <link rel="stylesheet" type="text/css" href="xsf.css" />
 <link rel="stylesheet" type="text/css" href="../xsf.css" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
 </head>
 <body>
 EOF

commit cccaae01e00e762e36c7bd4cbc40d160156e3484
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Dec 1 22:36:25 2010 +0100

    Add a COPYING file, with MIT/X licensing.

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..2f50c7f
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,19 @@
+© 2010 Cyril Brulebois <kibi@debian.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.


Reply to: