Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-30 05:23:21
Size: 304
Editor: SamatJain
Comment:
Revision 3 as of 2017-08-17 22:39:15
Size: 345
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
==== Create a WSGI connector for TileStache ==== === MediaGoblin ===
Line 5: Line 5:
[[http://tilestache.org/|TileStache]] doesn't have a modern way to be run. It either can use the (slow, insecure) built-in Python webserver, or mod_python, which nobody uses anymore. It should have a WSGI application/connector.  * Export images with metadata embedded as XMP.
 * Import images, extract data from EXIF, XML metadata blocks.
 * Pervasive RDFa and JSON-LD

=== CMake ===

 * find_package(), instead of executing pkgconfig, parse *.pc files and created CMake IMPORTED targets directly.

----
CategoryIdea

MediaGoblin

  • Export images with metadata embedded as XMP.
  • Import images, extract data from EXIF, XML metadata blocks.
  • Pervasive RDFa and JSON-LD

CMake

  • find_package(), instead of executing pkgconfig, parse *.pc files and created CMake IMPORTED targets directly.


CategoryIdea

SamatsWiki: ProgrammingIdeas (last edited 2018-07-21 20:54:04 by SamatJain)