Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschwarz/django-stw
Django + ShrinkTheWeb - a simple django application providing templatetags to make using ShrinkTheWeb easier.
https://github.com/saschwarz/django-stw
Last synced: 5 days ago
JSON representation
Django + ShrinkTheWeb - a simple django application providing templatetags to make using ShrinkTheWeb easier.
- Host: GitHub
- URL: https://github.com/saschwarz/django-stw
- Owner: saschwarz
- License: mit
- Created: 2010-07-10T20:24:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T17:31:48.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T03:24:02.462Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# django-stw
[![Build Status](https://travis-ci.org/saschwarz/django-stw.svg?branch=https)](https://travis-ci.org/saschwarz/django-stw)
Django application for inserting [Shrink The Web](https://www.shrinktheweb.com/) images into templates.
Contains a templatetag providing a thin wrapper around the STW api:
- [https://shrinktheweb.com/uploads/STW_API_Documentation.pdf](https://shrinktheweb.com/uploads/STW_API_Documentation.pdf)
- [https://shrinktheweb.com/uploads/PRO_Feature_Documentation.pdf](https://shrinktheweb.com/uploads/PRO_Feature_Documentation.pdf)This application is tested using Django 1.9, 1.10 and Python 2.7, 3.5.
Includes an example view/template for demo purposes. See INSTALL.txt for details.
You can also see the [running demo](http://www.googility.com/django-stw/)