nasa/sitepod

A sitemap generator written in PHP

1.6.0 2018-02-08 08:31 UTC

This package is not auto-updated.

Last update: 2024-04-12 21:15:27 UTC


README

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

$ 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.

This file is part of Sitepod.

Sitepod is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Sitepod is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Sitepod.  If not, see <http://www.gnu.org/licenses/>.