├── scripts
├── index.html
├── raingauge_package_and_send.sh
├── raingauge_rc
├── raingauge_triggers.sh
├── raingauge_service
├── pt-stalk_2.1.2.patch
└── pt-stalk_2.1.1.patch
├── collected
└── index.html
├── .travis.yml
├── views
├── footer.php
├── server_list_samples_json.php
├── upload_test.php
├── navbar.php
├── server_list_samples.php
├── header.php
├── index.php
├── server.php
└── sample.php
├── Makefile
├── img
├── favicon.ico
└── raingauge_drops_small.png
├── vagrant
├── environment
│ └── puppet
│ │ ├── manifests
│ │ └── site.pp
│ │ └── modules
│ │ ├── role
│ │ └── manifests
│ │ │ └── raingauge.pp
│ │ └── profile
│ │ ├── files
│ │ ├── bashrc
│ │ ├── mysql_grants.sql
│ │ ├── id_rsa.pub
│ │ └── my-master.cnf
│ │ └── manifests
│ │ └── base.pp
└── Vagrantfile
├── .gitignore
├── js
├── flot
│ ├── jquery.flot.symbol.min.js
│ ├── jquery.flot.threshold.min.js
│ ├── jquery.flot.resize.min.js
│ ├── jquery.flot.stack.min.js
│ ├── jquery.flot.fillbetween.min.js
│ ├── jquery.flot.crosshair.min.js
│ ├── jquery.flot.image.min.js
│ ├── jquery.flot.resize.js
│ ├── jquery.flot.symbol.js
│ ├── jquery.colorhelpers.min.js
│ ├── jquery.flot.selection.min.js
│ ├── jquery.flot.threshold.js
│ ├── jquery.flot.navigate.min.js
│ ├── jquery.flot.crosshair.js
│ ├── jquery.colorhelpers.js
│ ├── jquery.flot.fillbetween.js
│ ├── jquery.flot.stack.js
│ ├── jquery.flot.image.js
│ └── jquery.flot.pie.min.js
├── bootstrap-dropdown.js
├── jquery-ui-sliderAccess.js
├── lang-sql.js
├── bootstrap-tab.js
├── bootstrap-collapse.js
├── bootstrap-combobox.js
├── bootstrap-typeahead.js
├── jquery.ui.widget.js
└── jquery.ui.core.js
├── index.php
├── conf
└── config.inc.php
├── lib
├── Loader.php
└── Helpers.php
├── CONTRIBUTING.md
├── css
├── bootstrap-combobox.css
└── bootstrap-responsive.css
├── README.md
└── LICENSE
/scripts/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/collected/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | script: make test
2 |
--------------------------------------------------------------------------------
/views/footer.php:
--------------------------------------------------------------------------------
1 |
2 |