项目作者: nasa

项目描述 :
A Sitemap Generator written in PHP
高级语言: PHP
项目地址: git://github.com/nasa/sitepod.git
创建时间: 2016-09-27T04:04:19Z
项目社区:https://github.com/nasa/sitepod

开源协议:GNU General Public License v3.0

下载


Sitepod

Latest Stable Version
Total Downloads
Latest Unstable Version
License
composer.lock
Build Status
Security Rating

Quality gate

Sitepod; A Sitemap Generator written in PHP. Sitepod uses the Fat-Free Framework, a powerful yet easy-to-use PHP micro-framework designed to build dynamic and robust web applications.

Installation from the Composer PHP Package Manager

Sitemap can be installed using the Composer
dependency manager for PHP as follows

  1. $ composer require nasa/sitepod

This will install Sitepod into a directory structure vendor/nasa/sitepod/ relative to
wherever the command was executed.

Alternatively, you can install the master branch from source

Installation from Source

See Sitepod Installation

Configuration and Usage

See Sitepod Setup and Usage

Community, Support and Development

Please open a ticket in the Sitepod issue tracker.
Please use labels to classify your issue.

License

This code has been forked from the now unmaintained phpSitemapNG
The code is licensed permissively under the GPLv3 License which respects the origin authors work e.g. Tobias Kluge, enarion.net.
A copy of the GPLv3 License can be found below and is also included as part of this software.

  1. This file is part of Sitepod.
  2. Sitepod is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6. Sitepod is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License
  11. along with Sitepod. If not, see <http://www.gnu.org/licenses></http:>.