Skip to content

Commit

Permalink
Added: Added and enabled bcgooglesitemaps extension. Disabled and rem…
Browse files Browse the repository at this point in the history
…oved all2egooglesitemaps extension
  • Loading branch information
brookinsconsulting committed Sep 11, 2014
1 parent 013ef24 commit 5f72489
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 251 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "ezp/ezpublish_legacy/extension/OWSimpleOperator"]
path = ezp/ezpublish_legacy/extension/OWSimpleOperator
url = [email protected]:brookinsconsulting/OWSimpleOperator.git
[submodule "ezp/ezpublish_legacy/extension/bcgooglesitemaps"]
path = ezp/ezpublish_legacy/extension/bcgooglesitemaps
url = [email protected]:brookinsconsulting/bcgooglesitemaps.git

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions ezp/ezpublish_legacy/extension/all2egooglesitemaps/ezinfo.php

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions ezp/ezpublish_legacy/extension/bcgooglesitemaps
Submodule bcgooglesitemaps added at e21bb3
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<?php /*
<?php /* #?ini charset="utf-8"?
[all2eGoogleSitemapSettings]
[BCGoogleSitemapSettings]
# Define Subtree to create Sitempa from
SitemapRootNodeID=2
# Define the XML file
Filename=sitemap
Filesuffix=.xml
# related to the eZ Publish root directory
Path=
# Relative to the eZ Publish root directory
Path=.
[SiteAccessSettings]
# here you need to specify every siteaccess a sitemap shall be created for
# if no siteaccessarray is given, the default siteaccess will be used for generation
# SiteAccessArray[]
SiteAccessArray[]=en
#SiteAccessArray[]=cn
#SiteAccessArray[]=de
#SiteAccessArray[]=pl
#SiteAccessArray[]=pt
Expand All @@ -38,5 +39,4 @@
# set true to include all nodse of content object in sitemap
Main_Node_Only=false
*/ ?>
*/ ?>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ActiveExtensions[]=bcsoapsearch
ActiveExtensions[]=ezfind
ActiveExtensions[]=ezjscore
ActiveExtensions[]=all2egooglesitemaps
ActiveExtensions[]=bcgooglesitemaps
ActiveExtensions[]=ezpedia
ActiveExtensions[]=wrapoperator
Expand Down

0 comments on commit 5f72489

Please sign in to comment.