New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tilly-sitemap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tilly-sitemap

Tilly plugin creating a sitemap.xml

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

tilly-sitemap

Generate robots.txt and sitemap.xml for tilly sites.

Example robots.txt

https://tilly-pub.github.io/robots.txt

User-agent: *
Sitemap: https://tilly-pub.github.io/sitemap.xml

Example sitemap.xml

https://tilly-pub.github.io/sitemap.xml

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://tilly-pub.github.io/</loc>
    </url>
    <url>
        <loc>https://tilly-pub.github.io/all/</loc>
    </url>
    <url>
        <loc>https://tilly-pub.github.io/plugins</loc>
    </url>
    <url>
        <loc>https://tilly-pub.github.io/plugins/sitemap/</loc>
    </url>
</urlset>

Installation

Install this plugin in the same environment as tilly.

python -m venv .venv
source .venv/bin/activate
pip install tilly-sitemap

Usage

tilly sitemap

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc