Revision 2128,
675 bytes
checked in by abompard, 14 years ago
(diff) |
Mise à jour vers la dernière version de xhtml2odt
|
Line | |
---|
1 | <?php |
---|
2 | # vim: set noexpandtab tabstop=5 shiftwidth=5: |
---|
3 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
4 | # This file is part of odt, a plugin for Dotclear. |
---|
5 | # |
---|
6 | # Copyright (c) 2009 Aurélien Bompard <aurelien@bompard.org> |
---|
7 | # |
---|
8 | # Licensed under the AGPL version 3.0. |
---|
9 | # A copy of this license is available in LICENSE file or at |
---|
10 | # http://www.gnu.org/licenses/agpl-3.0.html |
---|
11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
12 | |
---|
13 | if (!defined('DC_RC_PATH')) { return; } |
---|
14 | |
---|
15 | $this->registerModule( |
---|
16 | /* Name */ "ODT export", |
---|
17 | /* Description*/ "Allows exporting the posts as ODT", |
---|
18 | /* Author */ "Aurélien Bompard", |
---|
19 | /* Version */ '1.3', |
---|
20 | /* Permissions */ 'admin' |
---|
21 | ); |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.