This repository was archived by the owner on Aug 10, 2023. It is now read-only.
forked from OXIDprojects/google_sitemap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added tags, vendors, manufacturers, static urls
- Loading branch information
Showing
2 changed files
with
394 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,56 @@ | ||
1. download this package, extract it and upload it to the doc root of your shop installation | ||
2. open the file with a text editor or your IDE and enter your details for URL and database | ||
3. fire up your browser at [http://www.youroxideshop.com/google_sitemap_xml.php] to generate a new sitemap file | ||
XML-Sitemap for OXID | ||
========= | ||
|
||
Thanks to OXID forum users DIATOM for the basic script and to nullzehn, Piengie and uppaffrath for their modifications. | ||
This is the path to the appropriate thread at OXID Community forums: http://www.oxid-esales.com/forum/showthread.php?t=1933 | ||
Installation | ||
|
||
1. download this package, extract it and upload it to the doc root of your shop installation | ||
2. open the file with a text editor or your IDE and enter your details for URL and database | ||
3. fire up your browser at [http://www.youroxideshop.com/google_sitemap_xml.php] to generate a new sitemap file | ||
|
||
Configuration | ||
|
||
// configuration data | ||
$mod_cnf['filepath'] = './'; // fullpath to sitemaps | ||
$mod_cnf['filename'] = 'sitemap'; // basename for sitemaps | ||
$mod_cnf['offset'] = 20000; // how many product-urls in each sitemap? (max. allowed: 50.000 urls (total, with cats and cms) && max. filesize: 10Mb (uncompressed!)) | ||
$mod_cnf['language'] = 0; // shop language id | ||
$mod_cnf['expired'] = true; // true for using also oxseo.oxexpired = 1 (normally only oxseo.oxexpired = 0) | ||
|
||
// configuration export | ||
$mod_cnf['export_categories'] = true; // export categories? | ||
$mod_cnf['export_products'] = true; // export products? | ||
$mod_cnf['export_products_ma'] = true; // export manufacturer products? | ||
$mod_cnf['export_products_ve'] = true; // export vendor products? | ||
$mod_cnf['export_cms'] = true; // export cms pages? | ||
$mod_cnf['export_vendor'] = true; // export vendors? | ||
$mod_cnf['export_manufcaturer'] = true; // export manufacturers? | ||
$mod_cnf['export_tags'] = true; // export tags? | ||
$mod_cnf['export_static'] = true; // export static seo urls? | ||
|
||
|
||
License | ||
|
||
This program 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. | ||
|
||
This program 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 this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
|
||
Copyright | ||
|
||
* by DIATOM Internet & Medien GmbH // 27.07.2009 | ||
* by Proud Sourcing GmbH // 19.07.2013 | ||
|
||
|
||
Credentials | ||
|
||
Thanks to OXID forum users DIATOM for the basic script and to nullzehn, Piengie and uppaffrath for their modifications. | ||
This is the path to the appropriate thread at OXID Community forums: http://www.oxid-esales.com/forum/showthread.php?t=1933 |
Oops, something went wrong.