This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
The Thumbnailer is a Google App Engine application which gets a thumbnail out of any URL you throw at it. AGPL.
License
jonathan3/nxccs-thumbnailer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NXCCS Thumbnailer ================= The Thumbnailer uses oEmbed and various website screenshot services to create a thumbnail out of anything you throw at it. Depending on the user-defined maximum sizes, it may resize the image and upload it to Amazon S3. DEPENDENCIES ============ Currently the Thumbnailer relies on Google App Engine's webapp framework. If you want to run it on your own machine, you can either download the App Engine SDK at http://code.google.com/appengine/ or substitute webapp for web.py. The Thumbnailer also uses the boto library's S3 functions to cache thumbnails. boto 1.9b is included with the distribution as boto.zip. For oEmbed functionality, the Thumbnailer uses Embed.ly's service, although this can be replaced with any other oEmbed provider if you wish. CONFIGURING =========== You can configure your instance of the Thumbnailer using the config.yaml file. It is in YAML format, just like app.yaml. URLs for screenshot services are in the following format: - service: example url: http://www.example.com/api?url={url}&width={maxwidth}&height={maxheight} The tags in curly brackets are replaced on each request with the user's parameters. CONTRIBUTING ============ The Thumbnailer is licenced under the GNU Affero General Public License, and any contributions are welcome. Be sure to add your copyright to the files you edit.
About
The Thumbnailer is a Google App Engine application which gets a thumbnail out of any URL you throw at it. AGPL.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published