Skip to content

Commit

Permalink
updated Arethusa code
Browse files Browse the repository at this point in the history
includes hack fix for alpheios-project/arethusa#764 to allow navigation
via key stroke. verified that this code can rebuilt from the arethusa_nemo_plugin branch in
the main arethusa code base
  • Loading branch information
balmas committed Jun 21, 2016
1 parent d67e531 commit 8025aef
Show file tree
Hide file tree
Showing 49 changed files with 50,345 additions and 3,395 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Arethusa for CapiTainS Nemo
.. image:: https://badge.fury.io/py/nemo_arethusa_plugin.svg
:target: https://badge.fury.io/py/nemo_arethusa_plugin

This repository contains a plugin for embedding Arethusa in `Flask Capitains Nemo <https://github.com/capitains/flask-capitains-nemo>`_. It was produced during the Perseids Tufts Hackathon in May 2016.
This repository contains a plugin for embedding Arethusa in `Flask Capitains Nemo <https://github.com/capitains/flask-capitains-nemo>`_.
It was produced during the Perseids Tufts Hackathon in May 2016.

The version of the Arethusa code which is used here can be found at https://github.com/alpheios-project/arethusa/tree/nemo_arethusa_widget
It is currently using commit 924f384.

Contributors
############
Expand Down
2 changes: 1 addition & 1 deletion nemo_arethusa_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ def r_arethusa_config(self):
:return: {"template"}
"""
return {
"template": "arethusa::widget.tree.json"
"template": "arethusa::nemo_arethusa_plugin.json"
}
2 changes: 1 addition & 1 deletion nemo_arethusa_plugin/data/assets/css/arethusa.min.css

Large diffs are not rendered by default.

0 comments on commit 8025aef

Please sign in to comment.