cc-archive / cc.api

Legacy API to integrate the Creative Commons licensing engine into third party applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cc.api


🛑 As of 2023-09-27, this project was deprecated by the new CC Legal Tools (cc-legal-tools-app, cc-legal-tools-data).


https://api.creativecommons.org/docs/

ccEngine

This repository is part of the ccEngine: cc-archive/cc.engine.

Installation

To build/install with the current source:

apt-get remove python-setuptools
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

#apt-get install apache2
#cd /var/www
#mkdir api.creativecommons.org

git clone https://github.com/creativecommons/i18n.git
cd i18n
python bootstrap.py
bin/buildout
python setup.py install

apt-get install libxslt-dev python-dev libz-dev
wget https://bootstrap.pypa.io/bootstrap-buildout.py
python bootstrap-buildout.py
bin/buildout

License

About

Legacy API to integrate the Creative Commons licensing engine into third party applications

License:MIT License


Languages

Language:Python 100.0%