Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmsplugin-htmlsitemap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-htmlsitemap

HTML sitemap plugin for Django CMS

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
1

cmsplugin-htmlsitemap

This is an HTML sitemap plugin for Django CMS (3).

Requirements

  • Django
  • django-cms

Installation

Using PyPI you can simply type into a terminal:

pip install cmsplugin-htmlsitemap

or

easy_install cmsplugin-htmlsitemap

Configuration

Add cmsplugin_htmlsitemap to the list of INSTALLED_APPS in your settings.py file. Don't forget to syncdb your database or migrate if you're using south.

After adding the CMS plugin you can configure filtering of listed pages by their::

  • starting/minimal level
  • deepest/maximal level
  • is in navigation
  • exact match on created by
  • match title containing substring
  • URL match with regular expression
  • pages in the current language

Author

Copyright 2011-2014 Raphael Jasjukaitis hello@raphael-jasjukaitis.de

Contributors

Released under the BSD license.

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