Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanumutlu committed Mar 14, 2024
1 parent e613421 commit 7a43fd9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# php-sitemap-generator
PHP Sitemap Generator
<div align="center" dir="auto">
<a href="https://php.net">
<img alt="PHP" src="https://www.php.net/images/logos/new-php-logo.svg" width="150">
</a>
</div>
<br>
<p align="center">
<a href="https://www.php.net/releases/5_6_0.php" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/PHP->=v5.6-777BB4?logo=php&logoColor=white&labelColor=777BB4" alt="PHP Version"></a>
<a href="https://getbootstrap.com/docs/5.3/getting-started/introduction/" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/Bootstrap-v5.3.3-7952B3?logo=bootstrap&logoColor=white&labelColor=7952B3" alt="Bootstrap Version"></a>
<a href="https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/jQuery-v3.7.1-0769AD?logo=jquery&logoColor=white&labelColor=0769AD" alt="jQuery Version"></a>
<a href="https://github.com/berkanumutlu/php-sitemap-generator/blob/master/LICENSE" target="_blank" rel="nofollow"><img src="https://img.shields.io/github/license/berkanumutlu/laravel-example-app" alt="License"></a>
</p>

# PHP Sitemap Generator

This project can be used to generate sitemaps. It can build a sitemap file from a list of URLs. The URLs may have attached the last modification date, a change frequency and a priority.

## Screenshots

![screenshot01](screenshots/screenshot01.png)
![screenshot01](screenshots/screenshot02.png)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
Binary file added screenshots/screenshot01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screenshot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a43fd9

Please sign in to comment.