================================================================
  DYNAMIC SITEMAP GENERATOR FOR XIUNO BBS
  Version 1.0.0
================================================================

QUICK START
-----------

1. Extract this plugin to: /plugin/xn_dynamic_sitemap/

2. Go to Admin Panel:
   https://yoursite.com/admin/
   
3. Navigate to: Plugins → Dynamic Sitemap Generator

4. Click: "Install" then "Enable"

5. Access your sitemap at:
   https://yoursite.com/sitemap.xml


WHAT YOU GET
------------

Main Sitemap Index:
  https://yoursite.com/sitemap.xml
  
Sub-Sitemaps:
  - sitemap-static.xml    (homepage, docs, downloads)
  - sitemap-forums.xml    (all forum categories)
  - sitemap-threads-0.xml (first 5000 threads)
  - sitemap-threads-1.xml (next 5000 threads)
  ... and so on for large forums


SUBMIT TO SEARCH ENGINES
-------------------------

Google Search Console:
  1. Visit: https://search.google.com/search-console
  2. Add your sitemap URL: sitemap.xml
  
Bing Webmaster:
  1. Visit: https://www.bing.com/webmasters
  2. Add your sitemap URL: https://yoursite.com/sitemap.xml

robots.txt:
  Add this line:
  Sitemap: https://yoursite.com/sitemap.xml


REQUIREMENTS
------------

- Xiuno BBS 4.0+
- PHP 7.1+ (PHP 8.x recommended)
- MySQL 5.5+
- mod_rewrite enabled (Apache) or proper nginx config


SUPPORT
-------

Documentation: https://xiuno.wiki/docs/plugins.html
Forum Support: https://xiuno.wiki/forum.php?fid=7
Bug Reports:   https://xiuno.wiki/forum.php?fid=5


LICENSE
-------

MIT License - Free to use and modify


================================================================
