Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
/ omeka2anki Public archive

Take an Omeka collection and output it as an Anki-compatible package.

License

Notifications You must be signed in to change notification settings

bdunnette/omeka2anki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omeka2anki

Take an Omeka 2.1+ collection and output it as an Anki-compatible package.

Installation

To use omeka2anki:

  • Install Python and pip (if they're not already on your system - Mac OS X and Linux should already have Python!)
  • Download additional libraries that omeka2anki relies upon: pip install -r requirements.txt (Ubuntu users can use sudo apt-get install python-httplib2 python-requests python-dateutil python-pip language-pack-en to install packaged versions of everything but send2trash)
  • Copy o2a_settings.py.dist to o2a_settings.py
  • Edit o2a_settings.py to reflect your Omeka setup:
    • Change API_ENDPOINT to your Omeka API location - e.g. ["http:https://archive.pathology.umn.edu/api/"]; if you have more than one repository, use something like ["http:https://omeka-repository1/api/", "http:https://omeka-repository2/api/"]
    • Change OUTPUT_DIR to be the path where generated decks will be placed, e.g. /home/myusername/omeka2anki
  • Run omeka2anki: python omeka2anki.py

Anki packages (.apkg files) for each publicly-available Omeka collection should now be created in the specified folder.

Questions or issues? Please report them here: https://github.com/bdunnette/omeka2anki/issues

About

Take an Omeka collection and output it as an Anki-compatible package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages