Revision 1297,
590 bytes
checked in by pep, 14 years ago
(diff) |
Sitemaps 1.0-RC4 : added Bing
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of Sitemaps, a plugin for DotClear2. |
---|
5 | # Copyright (c) 2006-2009 Pep and contributors. |
---|
6 | # Licensed under the GPL version 2.0 license. |
---|
7 | # See LICENSE file or |
---|
8 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
9 | # |
---|
10 | # -- END LICENSE BLOCK ------------------------------------ |
---|
11 | if (!defined('DC_RC_PATH')) { return; } |
---|
12 | $this->registerModule( |
---|
13 | /* Name */ "Sitemaps", |
---|
14 | /* Description*/ "Add XML Sitemaps", |
---|
15 | /* Author */ "Pep and contributors", |
---|
16 | /* Version */ '1.0-RC4', |
---|
17 | /* Permissions */ 'contentadmin' |
---|
18 | ); |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.