Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=fc28bceeff5ba45424068c6d5f204c6a37a66e4d

commit fc28bceeff5ba45424068c6d5f204c6a37a66e4d
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue May 13 00:52:17 2008 +0200

news.xml: make it valid against the dtd again

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index a279ed6..f4e8f87 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE news [
<!ELEMENT news (post)*>
-<!ELEMENT post (id , title , date , author , editedby* , icon* , hidden , 
content)>
+<!ELEMENT post (id , title , date , author , editedby* , hidden , content, 
icon*)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT title (#PCDATA)>
@@ -13,8 +13,16 @@
<!ELEMENT name (#PCDATA)>
]>

-<!-- If you modify this file, be sure it's still valid - xmllint is your
-friend. Please use date and time in RFC 2822 format.
+<!-- Before you commit:
+
+1) If you modify this file, be sure it's still valid. git will check it
+automatically if you do an
+
+       $ ln -sf ../../hooks/pre-commit .git/hooks/pre-commit
+
+in the repo root.
+
+2) Please use date and time in RFC 2822 format.
Example: Mon, 07 Aug 2006 12:34:56 -0600 -->

<news>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to