Changeset 1733
- Timestamp:
- 10/25/09 18:40:22 (14 years ago)
- Location:
- plugins/mymeta/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/mymeta/trunk/_install.php
r1118 r1733 6 6 # Copyright (c) 2003-2009 Olivier Meunier and contributors 7 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 8 # ***** BEGIN LICENSE BLOCK ***** 9 # This file is part of DotClear Mymeta plugin. 10 # Copyright (c) 2009 Bruno Hondelatte, and contributors. 11 # Many, many thanks to Olivier Meunier and the Dotclear Team. 12 # All rights reserved. 10 13 # 11 # -- END LICENSE BLOCK ------------------------------------ 14 # Mymeta plugin for DC2 is free software; you can redistribute it and/or modify 15 # it under the terms of the GNU General Public License as published by 16 # the Free Software Foundation; either version 2 of the License, or 17 # (at your option) any later version. 18 # 19 # DotClear is distributed in the hope that it will be useful, 20 # but WITHOUT ANY WARRANTY; without even the implied warranty of 21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 # GNU General Public License for more details. 23 # 24 # You should have received a copy of the GNU General Public License 25 # along with DotClear; if not, write to the Free Software 26 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 # 28 # ***** END LICENSE BLOCK ***** 29 12 30 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 31 … … 47 65 return true; 48 66 ?> 49 -
plugins/mymeta/trunk/class.mymetatypes.php
r1354 r1733 1 1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear Mymeta plugin. 4 # Copyright (c) 2009 Bruno Hondelatte, and contributors. 5 # Many, many thanks to Olivier Meunier and the Dotclear Team. 6 # All rights reserved. 7 # 8 # Mymeta plugin for DC2 is free software; you can redistribute it and/or modify 9 # it under the terms of the GNU General Public License as published by 10 # the Free Software Foundation; either version 2 of the License, or 11 # (at your option) any later version. 12 # 13 # DotClear is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 # along with DotClear; if not, write to the Free Software 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 # 22 # ***** END LICENSE BLOCK ***** 2 23 3 24 myMeta::registerType('mmString'); -
plugins/mymeta/trunk/default-templates/mymeta.html
r1118 r1733 70 70 </p> 71 71 72 <tpl:Entry MetaData>73 <tpl: MetaDataHeader><ul class="post-tags"></tpl:MetaDataHeader>74 <li><a href="{{tpl: MetaURL}}">{{tpl:MetaID}}</a></li>75 <tpl: MetaDataFooter></ul></tpl:MetaDataFooter>76 </tpl:Entry MetaData>72 <tpl:EntryTags> 73 <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 74 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 75 <tpl:TagsFooter></ul></tpl:TagsFooter> 76 </tpl:EntryTags> 77 77 78 78 <!-- # Entry with an excerpt --> -
plugins/mymeta/trunk/locales/fr/main.po
r1118 r1733 6 6 "POT-Creation-Date: 2009-04-29 17:27+0200\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 "Project-Id-Version: \n" 9 "PO-Revision-Date: \n" 10 "Last-Translator: Kozlika <kozlika@free.fr>\n" 11 "Language-Team: \n" 12 "MIME-Version: 1.0\n" 13 "Content-Transfer-Encoding: 8bit\n" 8 14 9 15 msgid "Keywords" … … 62 68 63 69 msgid "Identifier (as stored in meta_type in database):" 64 msgstr "Identifiant (tel que stocké dans la colonne meta_type en base de données) :"70 msgstr "Identifiant (tel que stocké dans la colonne meta_type en base de données) :" 65 71 66 72 msgid "Metadata type" … … 93 99 #~ msgid "Add Metadata" 94 100 #~ msgstr "Ajouter une métadonnée" 95 96 101 #~ msgid "Add a Group" 97 102 #~ msgstr "Ajouter un groupe" 103
Note: See TracChangeset
for help on using the changeset viewer.