Flatpress sitemap generator plugins

Flatpress is an open-source for blogging and has the advantage of using no database. It uses text files to store the databases. I have used it in one of my blog and have done some customization. I have put pieces together to make it possible to have a sitemap generator for flatpress. It is quite simple and only generates the entry pages. I think it is better than nothing. Maybe in the future I, or even some other people, will further contribute to it. I am putting it here so that people ca have access to it and distribute it.

Installation :

  1. Unzip the content to the root of your flatpress
  2. Create a file and name it sitemap.xml and CHMOD it to ‘777′
  3. Open the flatpress sitemap generator page in your browser
  4. When completed you can check to see if the pages has been generated in the sitemap.xml file

To do:

  1. Make the generator automatic when a post is made
  2. Include other parts of the flatpress website, such as category as well as the archieve
  3. Turning it into a plugin

Download:

Click here to download.

Link:

Consider linking to help community to grow

<a href=”http://www.vincentlecluse.com/flatpress-sitemap-generator/” target=”_blank”>Flatpress sitemap generator</a>

Contact:

You can contact me at info@mydomain-name

Update:

I have added a style to the sitemap so that It can be well seen when looking with a browser

Update 04 Jan 2009:

I have corrected and tested it for the new release of flatpress. It is working fine. Thanks to Martin

Flatpress sitemap plugin

Good news to the flatpress users. I have evolve the project and it is now available as a flatpress plugin. This is simple to install.

  1. Download the file here
    (Version 1.1)
  2. Extract the content to the plugin folder
  3. Create a sitemap.xml in your root folder (CHMOD to 777)
  4. Enjoy the generation of the sitemap each time you publish a content.

With this, there is already 2 task done out of 3 from the list.