Tadashi Jokagi 628ad67156 * propset.
2006-08-15 10:14:56 +00:00

19 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php # $Id$
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
# http://www.exten.cn #
##########################################################################
@define('PLUGIN_EVENT_S9YMARKUP_NAME', '标记语言Serendipity');
@define('PLUGIN_EVENT_S9YMARKUP_DESC', '套用基本的 serendipity 标记语言到文章内');
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', '星号围住文章会以粗体显示 (*word*),底线是 _word_');
?>