# Copyright (c) 2008 Movable Type ACME Plugin Project, All rights reserved. # # 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. # plugin name name: Lovers version: 0.1.3 # about this plugin description: <__trans phrase="Provide Movable Type functions for lovers."> author_name: <__trans phrase="Movable Type ACME Plugin Project"> author_link: http://mt-acme.sourceforge.jp/ plugin_link: http://mt-acme.sourceforge.jp/lovers/ doc_link: http://mt-acme.sourceforge.jp/lovers/ # localization l10n_class: Lovers::L10N # objects schema_version: 6 object_types: love_letter: Lovers::LoveLetter # tag tags: help_url: http://mt-acme.sourceforge.jp/lovers/tags#%t function: LoveLetterResponse: Lovers::App::LoveLetter::_hdlr_love_letter_response LoveLetterOK: Lovers::App::LoveLetter::_hdlr_love_letter_ok LoveLetterCancel: Lovers::App::LoveLetter::_hdlr_love_letter_cancel block: LoversPopularWith: Lovers::App::Mote::_hdlr_popular_with Mote: Lovers::App::Mote::_hdlr_popular_with LoveLetter: Lovers::App::LoveLetter::_hdlr_love_letter IfLoveLetterOK: Lovers::App::LoveLetter::_hdlr_if_love_letter_ok IfLoveLetterCancel: Lovers::App::LoveLetter::_hdlr_if_love_letter_cancel # applications applications: cms: methods: love_letter: code: Lovers::App::LoveLetter::app_love_letter requires_login: 0 # callbacks callbacks: MT::App::CMS::template_source.rebuilding: Lovers::App::Mote::source_rebuilding *::post_build: Lovers::App::Mote::post_build