An open API service indexing awesome lists of open source software.

https://github.com/wenzeslaus/osgeolive-presentation

Presentation about OSGeoLive and related projects
https://github.com/wenzeslaus/osgeolive-presentation

gis open-source osgeo slides

Last synced: about 2 months ago
JSON representation

Presentation about OSGeoLive and related projects

Awesome Lists containing this project

README

        

# OSGeoLive Presentation

Presentation about OSGeoLive and related projects

## Find out what files are unused

diff -u <(grep -E 'img.*src="[^"]*"' index.html | sed -e 's/.*img.*src="\([^"]*\)".*/\1/g' | sort | uniq) <(find images -type f | sort) | grep -v "^ " | grep -v "^@@ .* @@$" | sed 's/^+/git rm /g' | sed 's/^-/echo Missing: /g'

To actually execute the commands add:

... | xargs -L 1 xargs