Dotclear

Changeset 1733


Ignore:
Timestamp:
10/25/09 18:40:22 (14 years ago)
Author:
kozlika
Message:

mymeta: typo. Suppression de lignes vides en fin de fichier PHP.

Location:
plugins/mymeta/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/mymeta/trunk/_install.php

    r1118 r1733  
    66# Copyright (c) 2003-2009 Olivier Meunier and contributors 
    77# 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. 
    1013# 
    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 
    1230if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    1331 
     
    4765return true; 
    4866?> 
    49  
  • plugins/mymeta/trunk/class.mymetatypes.php

    r1354 r1733  
    11<?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 ***** 
    223 
    324myMeta::registerType('mmString'); 
  • plugins/mymeta/trunk/default-templates/mymeta.html

    r1118 r1733  
    7070    </p> 
    7171     
    72     <tpl:EntryMetaData> 
    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:EntryMetaData> 
     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> 
    7777     
    7878    <!-- # Entry with an excerpt --> 
  • plugins/mymeta/trunk/locales/fr/main.po

    r1118 r1733  
    66"POT-Creation-Date: 2009-04-29 17:27+0200\n" 
    77"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" 
    814 
    915msgid "Keywords" 
     
    6268 
    6369msgid "Identifier (as stored in meta_type in database):" 
    64 msgstr "Identifiant (tel que stocké dans la colonne meta_type en base de données):" 
     70msgstr "Identifiant (tel que stocké dans la colonne meta_type en base de données) :" 
    6571 
    6672msgid "Metadata type" 
     
    9399#~ msgid "Add Metadata" 
    94100#~ msgstr "Ajouter une métadonnée" 
    95  
    96101#~ msgid "Add a Group" 
    97102#~ msgstr "Ajouter un groupe" 
     103 
Note: See TracChangeset for help on using the changeset viewer.

Sites map