Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 871 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 871 Bytes

YAWIK Sitemap

Generate sitemap for all active jobs.

Overview

  • generate sitemap manually
  • Automatically update sitemap when a job status changes
  • ping search engines after update

Installation

To use as yawik module, you need to require it in your YAWIK project:

composer require yawik/jobs-sitemap

To contribute, you need to clone the repository:

git clone [email protected]:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install

Start a local webserver with:

php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php

or

composer serve

you should be able to access your yawik at http://localhost:8000

Usage

Configuration

License

MIT