Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

pozi/LoddonCapitalWorksProgramSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoddonCapitalWorksProgramSearch

Search widget for the Loddon capital works program spreadsheet

Backend: CSV preparation

The CSV file is prepared by:

  1. exporting the tab 'Works Program' from the overall spreasheet,
  2. removing the header lines,
  3. renaming it to "WorksProgram.csv",
  4. committing it at "data/" in this repository.

Front-end: widget integration

  • A useful setting is to add compression of 'text/csv' on the web server. In Apache2, it can be done in /etc/apache2/mods-enabled/deflate.conf: AddOutputFilterByType DEFLATE text/csv
  • Recommended minimum size for embedding (e.g. in an iframe) is:
    • width: 650px
    • height: 300px

About

Search widget for the capital works spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published