Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 14, 2018 02:46
Show Gist options
  • Save ryantm/d0a2027d6dfc97da9532f81ace30cb1b to your computer and use it in GitHub Desktop.
Save ryantm/d0a2027d6dfc97da9532f81ace30cb1b to your computer and use it in GitHub Desktop.
/nix/store/hgmfrfymg46kx55zp948h21sysg1iw56-sigal-1.4.1
├── bin
│   └── sigal
├── lib
│   └── python2.7
│   └── site-packages
│   ├── sigal
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── gallery.py
│   │   ├── gallery.pyc
│   │   ├── image.py
│   │   ├── image.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── pkgmeta.py
│   │   ├── pkgmeta.pyc
│   │   ├── plugins
│   │   │   ├── adjust.py
│   │   │   ├── adjust.pyc
│   │   │   ├── compress_assets.py
│   │   │   ├── compress_assets.pyc
│   │   │   ├── copyright.py
│   │   │   ├── copyright.pyc
│   │   │   ├── extended_caching.py
│   │   │   ├── extended_caching.pyc
│   │   │   ├── feeds.py
│   │   │   ├── feeds.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── media_page.py
│   │   │   ├── media_page.pyc
│   │   │   ├── nomedia.py
│   │   │   ├── nomedia.pyc
│   │   │   ├── upload_s3.py
│   │   │   ├── upload_s3.pyc
│   │   │   ├── watermark.py
│   │   │   └── watermark.pyc
│   │   ├── settings.py
│   │   ├── settings.pyc
│   │   ├── signals.py
│   │   ├── signals.pyc
│   │   ├── templates
│   │   │   ├── sigal.conf.py
│   │   │   └── sigal.conf.pyc
│   │   ├── themes
│   │   │   ├── colorbox
│   │   │   │   ├── static
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── colorbox.css
│   │   │   │   │   │   ├── skeleton.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── controls.png
│   │   │   │   │   │   └── loading.gif
│   │   │   │   │   └── js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── app-with-media-page.js
│   │   │   │   │   ├── jquery-2.2.1.js
│   │   │   │   │   ├── jquery-2.2.1.min.js
│   │   │   │   │   ├── jquery.colorbox.js
│   │   │   │   │   ├── jquery.colorbox-min.js
│   │   │   │   │   ├── jquery.touchSwipe.js
│   │   │   │   │   └── jquery.touchSwipe.min.js
│   │   │   │   └── templates
│   │   │   │   ├── base.html
│   │   │   │   ├── index.html
│   │   │   │   └── media.html
│   │   │   ├── default
│   │   │   │   └── templates
│   │   │   │   ├── analytics.html
│   │   │   │   ├── gtm.html
│   │   │   │   └── piwik.html
│   │   │   ├── galleria
│   │   │   │   ├── README
│   │   │   │   ├── static
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── normalize.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── galleria.js
│   │   │   │   │   ├── galleria.min.js
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── empty.png
│   │   │   │   │   │   ├── fullscreen.png
│   │   │   │   │   │   ├── map.png
│   │   │   │   │   │   └── photo.png
│   │   │   │   │   ├── jquery-3.3.1.js
│   │   │   │   │   ├── jquery-3.3.1.min.js
│   │   │   │   │   ├── leaflet
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── layers-2x.png
│   │   │   │   │   │   │   ├── layers.png
│   │   │   │   │   │   │   ├── marker-icon-2x.png
│   │   │   │   │   │   │   ├── marker-icon.png
│   │   │   │   │   │   │   └── marker-shadow.png
│   │   │   │   │   │   ├── leaflet.css
│   │   │   │   │   │   ├── leaflet.js
│   │   │   │   │   │   ├── leaflet-providers.js
│   │   │   │   │   │   └── leaflet-src.js
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   └── history
│   │   │   │   │   │   ├── galleria.history.js
│   │   │   │   │   │   └── galleria.history.min.js
│   │   │   │   │   └── themes
│   │   │   │   │   └── classic
│   │   │   │   │   ├── classic-loader.gif
│   │   │   │   │   ├── classic-map.png
│   │   │   │   │   ├── galleria.classic.css
│   │   │   │   │   ├── galleria.classic.js
│   │   │   │   │   ├── galleria.classic.min.css
│   │   │   │   │   └── galleria.classic.min.js
│   │   │   │   └── templates
│   │   │   │   └── index.html
│   │   │   └── photoswipe
│   │   │   ├── static
│   │   │   │   ├── default-skin
│   │   │   │   │   ├── default-skin.css
│   │   │   │   │   ├── default-skin.png
│   │   │   │   │   ├── default-skin.svg
│   │   │   │   │   └── preloader.gif
│   │   │   │   ├── echo
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── echo.js
│   │   │   │   │   └── echo.min.js
│   │   │   │   ├── photoswipe.css
│   │   │   │   ├── photoswipe.js
│   │   │   │   ├── photoswipe.min.js
│   │   │   │   ├── photoswipe-ui-default.js
│   │   │   │   ├── photoswipe-ui-default.min.js
│   │   │   │   └── styles.css
│   │   │   └── templates
│   │   │   └── index.html
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── video.py
│   │   ├── video.pyc
│   │   ├── writer.py
│   │   └── writer.pyc
│   └── sigal-1.4.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
34 directories, 114 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment