nasa / sitepod
使用PHP编写的网站地图生成器
1.6.0
2018-02-08 08:31 UTC
Requires
- php: >=5.5.0
- bcosca/fatfree: 3.6.1
- psr/log: 1.0.2
Requires (Dev)
- phpunit/phpunit: 4.8.35
This package is not auto-updated.
Last update: 2024-09-27 23:42:20 UTC
README
Sitepod;使用PHP编写的网站地图生成器。Sitepod使用Fat-Free Framework,这是一个强大且易于使用的PHP微型框架,用于构建动态且健壮的Web应用程序。
使用Composer PHP包管理器安装
可以使用PHP的依赖关系管理器Composer按以下方式安装网站地图
$ composer require nasa/sitepod
这将把Sitepod安装到执行命令的相对目录结构vendor/nasa/sitepod/
中。
或者,您可以从源代码安装master分支
从源代码安装
请参阅Sitepod 安装
配置和用法
社区、支持和开发
请在Sitepod 问题跟踪器中打开一个工单。请使用标签对您的问题进行分类。
许可证
此代码是从现在不再维护的phpSitemapNG派生的。代码在GPLv3 许可证下许可,该许可证尊重原始作者的劳动成果,例如 Tobias Kluge,enarion.net。GPLv3 许可证的副本如下,也包含在此软件中。
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 <https://gnu.ac.cn/licenses/>.