Bookmark Service built on Django and Mezzanine.
Project description
WARNING: mezzanine-bookmarks is under development.
mezzanine-bookmarks is a bookmark service built on Django and Mezzanine designed to be flexible and easy to use. You could host it as a standalone bookmark service for multiple users. Or you could embed it into an existing mezzanine site.
Here is the feature list:
Multiple User support
Single User mode
Use service from www.diffbot.com to extract main content from web page
Use service from api.zemanta.com to generate suggested tags
Store page content for future use
INSTALL
EMBED INSTALL
mezzanine-bookmarks could be used as a django app:
pip install mezzanine-bookmarks
Then add 'bookmarks', to INSTALLED_APPS and add ("^bookmarks/", include("bookmarks.urls")), to urls.py.
STANDALONE INSTALL
mezzanine-bookmarks comes with a standalone mode which you could use run a bookmark service with it very quickly:
virtualenv bookmarks source bookmarks/bin/activate pip install mezzanine-bookmarks pip install django-template-bootstrap bookmarks init vim ~/.bookmarks/bookmarks.conf.py # Add your own diffbot and zemanta api keys bookmarks syncdb bookmarks migrate bookmarks runserver
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mezzanine-bookmarks-0.1.tar.gz
.
File metadata
- Download URL: mezzanine-bookmarks-0.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9208d3a04f1d53de0a90c2efad521de294e983d370ae42f579c7e3e98ea1b04f |
|
MD5 | 5b2b12a70a5ecd8b48f1fb4293ffd712 |
|
BLAKE2b-256 | de9f5012a8dffd03201f7eb7c750e022cc5288cb1c4f1bfc1315d7af08f9165f |