{"id":16653634,"url":"https://github.com/norm/evocation","last_synced_at":"2025-10-09T09:13:55.199Z","repository":{"id":35212917,"uuid":"39471965","full_name":"norm/evocation","owner":"norm","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-22T08:09:39.000Z","size":337,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T09:12:21.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/norm.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-21T21:58:14.000Z","updated_at":"2021-04-04T08:30:41.000Z","dependencies_parsed_at":"2022-08-26T13:30:28.647Z","dependency_job_id":null,"html_url":"https://github.com/norm/evocation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/norm/evocation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fevocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fevocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fevocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fevocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norm","download_url":"https://codeload.github.com/norm/evocation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fevocation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001115,"owners_count":26083021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:46:09.279Z","updated_at":"2025-10-09T09:13:55.181Z","avatar_url":"https://github.com/norm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"evocation\n=========\n\nA django app for bookmarking web pages.\n\n![evocation preview](https://raw.github.com/norm/evocation/master/evocation.png)\n\nCurrently depends on command line tools only available for OS X.\n\n\n## Setup and installation\n\nHave postgres (on OSX, this is easiest with [postgresapp][pga]). Create a\ndatabase and user:\n\n    create database evocation;\n    create user evocation;\n    grant all privileges on database evocation to evocation;\n\nHave redis (evocation uses database 1 to keep celery information in):\n\n    brew install redis\n    # follow the instructions for starting redis\n\nInstall pre-requisite OS X software with homebrew:\n\n    brew install libjpeg libtiff little-cms2 webarchiver webkit2png webp xapian\n\nCreate a virtualenv and install the required python libraries:\n\n    mkvirtualenv evocation\n    pip install -r requirements.txt\n\nThen in the virtualenv, install the python xapian bindings for the \nversion of xapian you have installed (`brew info xapian`).\n\n    XAPIAN_VERSION=1.2.19\n    wget http://oligarchy.co.uk/xapian/${XAPIAN_VERSION}/xapian-bindings-${XAPIAN_VERSION}.tar.xz\n    tar xJf xapian-bindings-${XAPIAN_VERSION}.tar.xz\n    cd xapian-bindings-${XAPIAN_VERSION}\n    ./configure --with-python\n    make \n    sudo make install\n\nSetup the database tables:\n\n    python manage.py migrate\n\nRun the app:\n\n    # in production\n    honcho start\n\n    # whilst developing\n    honcho -e env -f Procfile.dev start\n\nIf you use it, export [your bookmarks][pinboard] from Pinboard as JSON and\nthen import them:\n\n    python manage.py import_pinboard format-json.json\n\n[pga]: http://postgresapp.com\n[wa]: http://www.chainsawonatireswing.com/2013/11/17/how-to-save-a-perfectly-scraped-webpage-into-devonthink/#needed-command-line-software\n[pinboard]: https://pinboard.in/export/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fevocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorm%2Fevocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fevocation/lists"}