Skip to main content

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mezzanine-bookmarks-0.1.tar.gz (14.6 kB view details)

Uploaded Source

File details

Details for the file mezzanine-bookmarks-0.1.tar.gz.

File metadata

File hashes

Hashes for mezzanine-bookmarks-0.1.tar.gz
Algorithm Hash digest
SHA256 9208d3a04f1d53de0a90c2efad521de294e983d370ae42f579c7e3e98ea1b04f
MD5 5b2b12a70a5ecd8b48f1fb4293ffd712
BLAKE2b-256 de9f5012a8dffd03201f7eb7c750e022cc5288cb1c4f1bfc1315d7af08f9165f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page