diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2015-08-26 23:05:50 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2015-08-26 23:05:50 +0000 |
commit | 8f87dff0c1de6bf62c9741915d6abb7a63209892 (patch) | |
tree | aca6253e9bcb0e0a1051c337d13c545ad91a932d /scripts/feeds.php | |
parent | c925f178311addcf91f7f0c532a3ed5a83ef02fb (diff) | |
download | pmwiki.svn-8f87dff0c1de6bf62c9741915d6abb7a63209892.tar.bz2 |
Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email", "url", "search", "date"; add attribution to scripts modified by me
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3090 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/feeds.php')
-rw-r--r-- | scripts/feeds.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/feeds.php b/scripts/feeds.php index d54013c0..d9d6a7b3 100644 --- a/scripts/feeds.php +++ b/scripts/feeds.php @@ -1,5 +1,5 @@ <?php if (!defined('PmWiki')) exit(); -/* Copyright 2005-2010 Patrick R. Michaud (pmichaud@pobox.com) +/* Copyright 2005-2015 Patrick R. Michaud (pmichaud@pobox.com) This file is part of PmWiki; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -63,6 +63,8 @@ http://www.atomenabled.org/developers/syndication/ http://dublincore.org/documents/dcmes-xml/ http://en.wikipedia.org/wiki/Podcasting + + Script maintained by Petko YOTOV www.pmwiki.org/petko */ ## Settings for ?action=atom |