Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mementoweb/timegate
A Memento TimeGate
https://github.com/mementoweb/timegate
Last synced: 3 months ago
JSON representation
A Memento TimeGate
- Host: GitHub
- URL: https://github.com/mementoweb/timegate
- Owner: mementoweb
- License: other
- Created: 2014-09-19T17:26:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T10:22:18.000Z (over 4 years ago)
- Last Synced: 2024-06-21T06:40:48.979Z (5 months ago)
- Language: Python
- Size: 2.11 MB
- Stars: 40
- Watchers: 11
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mementoweb/timegate - A Memento TimeGate (others)
README
Memento TimeGate
================.. image:: https://img.shields.io/travis/mementoweb/timegate.svg
:target: https://travis-ci.org/mementoweb/timegateAbout
-----Make your web resources `Memento `__ compliant in a
few easy steps.The Memento framework enables datetime negotiation for web resources.
Knowing the URI of a Memento-compliant web resource, a user can select a
date and see what it was like around that time.Installation
------------Memento TimeGate is on PyPI so all you need is: ::
pip install -e git+https://github.com/mementoweb/timegate.git#egg=TimeGate
uwsgi --http :9999 -s /tmp/mysock.sock --module timegate.application --callable applicationDocumentation
-------------The documentation is readable at http://timegate.readthedocs.io or can be built
using Sphinx: ::pip install timegate[docs]
python setup.py build_sphinxTesting
-------Running the test suite is as simple as: ::
./run-tests.sh