
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Wiki application for Mezzanine.
Features:
Requirements:
Mezzanine is a content management platform built using the Django framework. It is BSD licensed and designed to provide both a consistent interface for managing content, and a simple, extensible architecture that makes diving in and hacking on the code as easy as possible.
Visit the Mezzanine project page to see some of the great sites people have built using Mezzanine.
http://github.com/stephenmcd/mezzanine
This fork borrows heavily from the original project https://github.com/dfalk/mezzanine-wiki. Essentially the only changes are: updating the views to Class based, removing South as the db and tweaking the urls.
Activate your virtualenv (if applicable). Install mezzanine-wiki with "pip install mezzanine-wiki":
Add "mezzanine_wiki" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = ( ... 'mezzanine_wiki', )
Add "mezzanine_wiki.WikiPage" to SEARCH_MODEL_CHOICES in your app's settings like this:
SEARCH_MODEL_CHOICES = ('pages.Page', 'blog.BlogPost', 'mezzanine_wiki.WikiPage')
Include the wiki URLconf in your project urls.py like this::
url(r'^wiki/', include('mezzanine_wiki.urls')),
To use the RTF editor add the following to your app's settings:
WIKI_TEXT_WIDGET_CLASS = 'mezzanine.core.forms.TinyMceWidget'
Run python manage.py migrate
to create the wiki models.
Restart server.
Visit /wiki/ to use the wiki.
FAQs
Wiki app for Mezzanine content management platform.
We found that mezzanine-wiki demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.