2017 © Pedro Peláez
 

library tutei-sitemap-bundle

eZ Publish 5 Bundle to generate an XML sitemap on the fly

image

eab/tutei-sitemap-bundle

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  • Saturday, August 12, 2017
  • by eab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

SitemapBundle

A simple eZ Publish 5 bundle providing a controller to generate an XML sitemap on the fly. It provides a human-readable stylesheet., (*1)

How to install

Install into vendors using composer:, (*2)

composer --update-no-dev require "eab/tutei-sitemap-bundle":">=0.9"

Or download into src using git:, (*3)

git clone https://github.com/eab-dev/TuteiSitemapBundle.git src/Tutei/SitemapBundle

Edit ezpublish/EzPublishKernel.php and add the following to the registerBundles() function:, (*4)

new Tutei\SitemapBundle\TuteiSitemapBundle()

Important: make sure your main bundle comes below it., (*5)

Add the following to ezpublish/config/routing.yml:, (*6)

tutei_sitemap:
    resource: "@TuteiSitemapBundle/Resources/config/routing.yml"

Run the following to install the bundle assets:, (*7)

php ezpublish/console assets:install --symlink web

How to configure

Minimal configuration

Add something like the following to your own services.yml:, (*8)

parameters:
    tutei_sitemap.classes:
        - folder
        - article

    tutei_sitemap.base_url:
        http://example.com

How to use

To view your sitemap access: /sitemap.xml, (*9)

The Versions

12/08 2017

dev-master

9999999-dev

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

12/08 2017

0.9.5

0.9.5.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

05/04 2016

0.9.4

0.9.4.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

08/03 2016

0.9.3

0.9.3.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

17/11 2015

0.9.2

0.9.2.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

13/11 2015

0.9.1

0.9.1.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0

13/11 2015

0.9

0.9.0.0

eZ Publish 5 Bundle to generate an XML sitemap on the fly

  Sources   Download

GPL-2.0