Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Devstatus
Status

...

implemented

...

Target4.5.3

 

Officialdocu
implemented
0Google
-sitemap module .
Status
Sitemap module
1http://wiki.magnolia-cms.com/display/DOCS45/Google+Sitemap+module

Introduction

Migrate the sitemap module in order to support Magnolia 4.5.

...

Most of these functionalities are supported by an external java library (Apache License 2.0)

Code Block

     <!-- For site map generation  -->
	<dependency>
		<groupId>com.google.code</groupId>
		<artifactId>sitemapgen4j</artifactId>
		<version>1.0.1</version>
	</dependency>

...