First of all, if you can’t understand something in the text, please tell me and I’ll try to make myself clearer. English it’s not my language and I usually don’t have any chance for practicing it.
Last week I needed a sitemap generator for my personal project website. It’s a webcomic hosting made fully in codeigniter that uses a subdomain for each webcomic. This is a very particular neccesity because I must make a different sitemap file for each subdomain and I have a tons of urls that change a lot to add to the sitemap files. In short, there are more than 2,000 different files and more than 150,000 different urls in total.
I tried to use the sitemap generator that it’s posted in the codeigniter wiki but I didn’t liked very much its performance, so I decided to make my own generator and now its posted in git hub for everyone that could need a faster sitemap generator.
Also, as addition, it also can be used to make normal xml files.
Every comment, criticism or anything you want to say(even only say “hello there!”) it’s very welcome.
(I also have a point I’d like to check… is there any possibility to upload this code to the codeigniter wiki?)
Thanks!
GIT HUB PROJECT URL: https://github.com/Patroklo/Codeigniter-sitemap-creator