This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/sitemap/info.php

13 lines
423 B
PHP

<?php
class XMLSitemapInfo extends ExtensionInfo
{
public const KEY = "sitemap";
public $key = self::KEY;
public $name = "XML Sitemap";
public $url = "http://drudexsoftware.com";
public $authors = ["Sein Kraft"=>"mail@seinkraft.info","Drudex Software"=>"support@drudexsoftware.com"];
public $license = self::LICENSE_GPLV2;
public $description = "Sitemap with caching & advanced priorities";
}