Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 542 Bytes

Sitemap Buddy

Sitemap Buddy is a modern sitemap generator. Written in pure Java, it is platform-independent, fast and vertically scalable.

Usage

Build the project with Maven:

> mvn package

Basic usage after the project was built:

> java -jar target/sitemap-buddy-1.0-SNAPSHOT.jar -u https://www.teodorstoev.com -o sitemap.xml

Technical details

The implementation is based on: