Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-12-30 05:23:21
Size: 304
Editor: SamatJain
Comment:
Revision 4 as of 2018-07-21 20:54:04
Size: 463
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.

=== ansible ===

Tool to help try out regular expressions, as would be used with replace and lineinfile modules.

----
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.

ansible

Tool to help try out regular expressions, as would be used with replace and lineinfile modules.


CategoryIdea

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