jelix/sitemap-module

module for Jelix, providing a Jelix Response object to generate a sitemap.

Installs: 1 558

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:jelix-module

v1.7.7 2021-01-26 23:24 UTC

This package is auto-updated.

Last update: 2024-03-24 01:26:04 UTC


README

This is a module for Jelix, providing a Response object to generate a sitemap for search engines.

This module is for Jelix 1.7.x and higher. See the jelix/jelix repository to see its history before Jelix 1.7.

Installation

Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.7+ with Composer.

In your project:

composer require "jelix/sitemap-module"

Launch the configurator for your application to enable the module

php yourapp/dev.php module:configure jsitemap

And then launch the installer to activate the module

php yourapp/install/installer.php

Usage

See http://docs.jelix.org/en/manual-1.7/.

Unit tests are in Testapp, in the jelix/jelix repository.