1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
Commit graph

316 commits

Author SHA1 Message Date
A Holt
5b77803d44
kiwix-tools 0.8.0-2 -> 0.9.0 2019-01-29 19:28:19 -05:00
georgejhunt
7f9957aa55
0.3 patch1 (#1377)
* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py

* Create Lokole admin user during setup

* Add requested content to lokole readme
Per iiab/iiab#1293

* Update default password

* Add Lokole-IIAB user manual

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Change admin username to uppercase

* Revert "Lokole: change admin to Admin per IIAB app norms"

* Update main.yml

* Update README.rst

* Update capture-wsgi.py

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Address TODOs in Lokole documentation

See https://github.com/ascoderu/opwen-webapp/issues/81

* Update main.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update local_vars_min.yml

* Update default_vars.yml

* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py
2019-01-10 14:26:47 -08:00
A Holt
3e8fc12acf
Update main.yml 2018-12-26 11:07:48 -05:00
Tim Moody
1b0d1dbd99 handle some old non-canonical file names, like gutenberg 2018-11-17 11:13:06 -05:00
A Holt
2b49136b2a
Update main.yml 2018-11-15 13:58:42 -05:00
Tim Moody
daca23d3d8 comment out after testing 2018-11-09 17:10:36 -05:00
Tim Moody
88c952bdda make remove use id instead of array index 2018-11-08 17:30:38 -05:00
A Holt
915b3a4c27
Update main.yml 2018-11-08 14:14:11 -05:00
A Holt
0bf8c2ff43
Update main.yml 2018-11-02 10:48:08 -04:00
A Holt
22b8671f3d
Update kiwix_install.yml 2018-10-31 01:42:27 -04:00
A Holt
c776d6ab0b
Update kiwix.conf.j2 2018-10-19 11:26:43 -04:00
A Holt
41d6cf4cb6
Update kiwix.conf.j2 2018-10-19 11:26:18 -04:00
A Holt
812d326873
Update kiwix.conf.j2 2018-10-19 11:14:46 -04:00
A Holt
b0e179e7da
Update iiab-make-kiwix-lib.py 2018-10-15 07:10:58 -04:00
root
b5efe25edb /etc/iiab/iiab.ini -> {{ iiab_ini_file }} 2018-10-15 07:01:09 -04:00
root
b973906dc3 iiab_env_file -> {{ iiab_env_file }} or "{{ iiab_env_file }}" 2018-10-15 06:41:58 -04:00
root
d9c73cc804 service_filelist -> iiab_ini_file 2018-10-15 06:13:57 -04:00
A Holt
c72272e146
Update iiab-make-kiwix-lib.py 2018-10-15 06:06:24 -04:00
A Holt
67f1592817
Update iiab-make-kiwix-lib.py 2018-10-15 05:13:51 -04:00
Tim Moody
56e2d807c0 wrong variable name 2018-09-18 09:09:35 -04:00
A Holt
d7200469f9
Merge pull request #1134 from holta/kiwix-ansible-syntax
Kiwix: Ansible syntax/comments modernized
2018-09-15 00:29:52 -04:00
A Holt
42c4b9d43f
Update kiwix_install.yml 2018-09-15 00:27:44 -04:00
A Holt
343250d7de
Update main.yml 2018-09-15 00:21:53 -04:00
A Holt
a648b00c86
kiwix-tools 0.6.0 -> 0.6.1-1 2018-09-15 00:04:29 -04:00
Tim Moody
d93e5d8a87 change make-kiwix-lib to only update additions and deletions 2018-09-04 13:49:26 -04:00
A Holt
1143d031f6
Update kiwix.conf.j2 2018-08-31 00:32:38 -04:00
A Holt
36e80169d3
URLs box/kiwix & box/kiwix/zim both now work! 2018-08-31 00:23:54 -04:00
A Holt
42fd905388
Update kiwix.conf.j2 2018-08-30 23:10:22 -04:00
A Holt
6fdf346c35
kiwix-tools 0.6.0 -> 0.6.1 2018-08-30 12:30:40 -04:00
A Holt
d599bc8ecc
Update README.rst 2018-08-08 16:48:26 -04:00
A Holt
d363cdacc7
Update README.rst 2018-08-08 16:01:46 -04:00
A Holt
5f02e1b402
Merge pull request #990 from holta/kiwix-readme
Kiwix README Cleanup
2018-08-08 15:28:48 -04:00
A Holt
856c54ab05
Update README.rst 2018-08-08 15:25:56 -04:00
A Holt
a80c9043a4
Update README.rst 2018-08-08 15:24:40 -04:00
A Holt
bde76eed57
Update README.rst 2018-08-08 15:22:22 -04:00
Tim Moody
4c64423f16 remove unneeded directives
the Readme is left for others.
2018-08-07 18:05:11 -04:00
A Holt
7e5ef15b45
Update README.rst 2018-08-06 10:54:03 -04:00
A Holt
43747fb1a8
Update kiwix.conf.j2 2018-08-06 10:42:04 -04:00
Arky
c05585e745 Use Kiwix default URI box.lan/kiwix
Enhances Kiwix proxypass settings, updates kiwix readme file.

Modifies one variable kiwix_url from /kiwix/ to /kiwix

Fixes https://github.com/iiab/iiab/issues/979
2018-08-06 20:47:22 +07:00
Tim Moody
8b5e77be17 flock is already installed 2018-07-23 17:14:48 -04:00
Tim Moody
fa157c22a7 put flock in kiwix 2018-07-23 16:54:09 -04:00
tim-moody
6c88827fe6 fixes after testing 2018-07-23 15:18:31 -04:00
tim-moody
051f5387dc add concurrency to make kiwix lib 2018-07-20 22:33:54 -04:00
A Holt
56a17bfcf2
Update main.yml 2018-07-13 09:12:09 -04:00
Arky
b6c97719fd Kiwix-tools code for i586
Correct handling of i586/i686 kiwix-tools binaries.
2018-07-13 19:35:14 +07:00
A Holt
a244cee293
Update kiwix_install.yml 2018-07-05 16:57:28 -04:00
A Holt
3a7b181e77
Update main.yml 2018-07-05 16:56:19 -04:00
A Holt
bfdb5595cf
Update main.yml 2018-07-05 16:48:28 -04:00
A Holt
1b612521f9
Update kiwix_install.yml 2018-07-02 08:26:26 -04:00
A Holt
80c9d62e43
Update main.yml 2018-07-02 08:24:27 -04:00
A Holt
cd112cd8c3
Update main.yml 2018-07-02 08:01:28 -04:00
A Holt
7c45ca5ba5
kiwix-tools 2018-05-24 -> 0.6.0 (2018-06-20) 2018-06-20 12:27:15 -04:00
A Holt
80eeddcef8
kiwix-tools 0.5.0 (2018-04-23) -> 2018-05-24 fixes FT search w/ internal index 2018-05-25 00:59:08 -04:00
A Holt
adc8238fdc
#!/bin/sh -> #!/bin/bash for iiab-make-kiwix-lib 2018-04-29 04:25:54 -04:00
A Holt
2d9bf08983
Update main.yml 2018-04-27 12:30:08 -04:00
A Holt
6da98cd93b
Clarif of kiwix-tools' i586 / i686 lineage & recent progress 2018-04-27 12:28:15 -04:00
A Holt
534aa20769
kiwix-tools 0.4.0 -> 0.5.0 2018-04-27 12:22:28 -04:00
A Holt
d1d645ba59
new kiwix-tools archives contain named/versioned-dir but not bin 2018-03-27 12:02:58 -04:00
A Holt
60e5323b58
new kiwix-tools archives contain named/versioned-dir but not bin 2018-03-27 12:02:47 -04:00
A Holt
8356917df9
kiwix-tools archives now contain a dir, so 2-stage install: unarchive then copy 2018-03-27 11:48:56 -04:00
A Holt
bbf1aaa4ca
kiwix-tools archives now contain a dir, so 2-stage install: unarchive then copy 2018-03-27 11:48:44 -04:00
A Holt
93177c59f5
kiwix-tools archives now contain a dir, so 2-stage install: unarchive then copy 2018-03-27 11:48:31 -04:00
A Holt
8a1778256e
kiwix-tools 2018-02-26 -> 0.4.0 for armhf & linux64 2018-03-27 10:40:20 -04:00
A Holt
5d26d31da5
Merge pull request #687 from tim-moody/wip-feb21
Wip Feb 21 - restart kiwix on abort / add Indian language codes
2018-03-01 10:31:47 -05:00
A Holt
9e669f39b3
kiwix-tools 2017-12-27 -> 2018-02-26 2018-02-26 14:31:53 -05:00
Tim Moody
3fb26b40c3 add restart on abort to kiwix-serve.service.j2 2018-02-21 23:52:58 -05:00
A Holt
014c1b9f76
kiwix-tools 2017-12-01 -> 2017-12-27 2017-12-28 08:06:41 -05:00
A Holt
7d535b17b2
kiwix-serve -> kiwix in /etc/iiab/iiab.ini for ./cp-menus etc 2017-12-08 13:12:42 -05:00
A Holt
9161a17ef2
Update kiwix_install.yml 2017-12-08 06:26:40 -05:00
A Holt
7e92a56710
Update main.yml 2017-12-08 00:33:52 -05:00
Tim Moody
51583491f1 restart apache 2017-12-02 16:53:36 -05:00
Tim Moody
d1e28a1306 add missing kiwix.conf.j2 2017-12-02 16:44:27 -05:00
Tim Moody
318e4809db apache proxy for kiwix 2017-12-02 11:49:25 -05:00
A Holt
1721becd93
kiwix-tools 2017-11-12 -> 2017-12-01 2017-12-01 11:43:03 -05:00
A Holt
a9c27618aa
Update kiwix_install.yml 2017-11-27 13:09:32 -05:00
A Holt
4c8795b22d
{{ iiab_path }}/kiwix -> {{ kiwix_path }} 2017-11-27 13:07:28 -05:00
A Holt
c14584b81c
kiwix_url: & kiwix_path: unused but should be 2017-11-27 13:03:20 -05:00
A Holt
036f4634df
Update kiwix_install.yml 2017-11-26 22:57:03 -05:00
A Holt
bb2f638e6b
Update kiwix_install.yml 2017-11-26 22:33:05 -05:00
A Holt
77ce15a72b
Update main.yml 2017-11-26 22:32:06 -05:00
A Holt
254fb22305
Update kiwix_install.yml 2017-11-26 22:10:30 -05:00
A Holt
cffabedaad
Update main.yml 2017-11-26 21:58:56 -05:00
A Holt
cde91c388b
Update kiwix_install.yml 2017-11-26 19:54:35 -05:00
A Holt
5d6ca04928
force fail in both situations (bad arch, tarfile missing) 2017-11-26 16:56:26 -05:00
A Holt
aea4cf2332
Update main.yml 2017-11-26 16:49:27 -05:00
A Holt
fe30e1f461
Reinforce multiarch & offline logic. Fail w/ explanation if kiwix-tools tarfile not in place. 2017-11-26 16:41:51 -05:00
A Holt
f9d9f5746d
Update kiwix_install.yml 2017-11-26 16:14:44 -05:00
A Holt
771dda2db8
Update kiwix_install.yml 2017-11-26 16:05:26 -05:00
A Holt
e7e7680bed
Update main.yml 2017-11-26 16:03:52 -05:00
A Holt
2822b3c302
Update main.yml 2017-11-26 15:49:13 -05:00
A Holt
c02ef95c31
Update kiwix_install.yml 2017-11-26 15:38:33 -05:00
A Holt
c7a35c5502
Update main.yml 2017-11-26 15:37:55 -05:00
A Holt
388603c072
stale comments removed (chown tested as unnec) 2017-11-26 15:36:12 -05:00
A Holt
eac542ff44
Update main.yml 2017-11-26 13:03:11 -05:00
A Holt
7c06a7e20a
explain how to force i686 test on x86_64 (successful!) 2017-11-26 13:02:35 -05:00
A Holt
6d201f4545
Update kiwix_install.yml 2017-11-26 12:52:48 -05:00
A Holt
9c78f51b55
Update kiwix_install.yml 2017-11-26 12:37:42 -05:00
A Holt
46a1a936f6
Update main.yml 2017-11-26 12:31:53 -05:00
A Holt
2934c91784
kiwix_first_pass -> kiwix_force_install 2017-11-26 12:19:16 -05:00
A Holt
19c1d2a9f3
Update kiwix_install.yml 2017-11-26 12:10:54 -05:00
A Holt
fb6d707c12
Update kiwix_install.yml 2017-11-26 12:09:47 -05:00
A Holt
2f59c60325
Update kiwix_install.yml 2017-11-26 12:04:45 -05:00
A Holt
324781d51d
re-ordered & documentation brightened 2017-11-26 11:58:58 -05:00
A Holt
dde4020278
Update main.yml 2017-11-26 11:31:17 -05:00
A Holt
3223711730
Update main.yml 2017-11-26 11:30:06 -05:00
A Holt
42657c6bbf
Update kiwix_install.yml 2017-11-26 11:29:56 -05:00
A Holt
7952de4332
explanation fixed from /opt to /etc/iiab/iiab.ini 2017-11-26 11:12:29 -05:00
A Holt
6f73ebc64f
parametrize Kiwix download defaults
Due to accidental kiwix/tasks/main.yml & kiwix/tasks/kiwix_install.yml

Ongoing work will be in separate branch/PR as was the intention.  I goofed in editing master.  Apologies.
2017-11-26 10:54:17 -05:00
A Holt
c14d62beb4
guarantee library.xml exists; re-order for readability 2017-11-26 10:38:48 -05:00
A Holt
3bd6659178
Ansible output clarified 2017-11-26 10:20:33 -05:00
A Holt
56d5ec9e6d
Update main.yml 2017-11-26 10:09:17 -05:00
A Holt
afe9e8122d
experimental i686 code path 2017-11-26 10:06:51 -05:00
A Holt
0d065ae873
experimental i686 code path 2017-11-26 10:06:30 -05:00
A Holt
6a0648818b
Update kiwix_install.yml 2017-11-25 17:16:57 -05:00
A Holt
5d8538517a
manual lint & remove duplicate "chown -R root:root" 2017-11-25 17:12:26 -05:00
A Holt
71c1564971
Update main.yml 2017-11-25 16:48:57 -05:00
A Holt
4a93629125
experimentally comment out kiwix_url & kiwix_path and...
...use {{ content_base }} instead of /library
2017-11-25 16:48:23 -05:00
A Holt
270846585a
fixed quotation marks around "Set Kiwix filename to d/l: ..." 2017-11-14 01:28:15 -05:00
A Holt
5bdf255ff2
Update kiwix-serve.service.j2 2017-11-14 01:21:34 -05:00
A Holt
06380ac18b
Kiwix README.rst brought up-to-date 2017-11-14 01:16:46 -05:00
A Holt
711daecad0
Ansible output (tasks/kiwix_install.yml) 2017-11-14 00:29:05 -05:00
A Holt
e93a4beb5d
Ansible output clarifs to kiwix/tasks/main.yml 2017-11-14 00:24:11 -05:00
A Holt
9fc44f45e5
kiwix-serve description enhanced 2017-11-13 14:45:42 -05:00
A Holt
73afd3c3eb
bringing all pkg descriptions into same format 2017-11-13 14:27:17 -05:00
A Holt
609dfbd09d
@mgautierfr's recommends kiwix-serve 2017-11-12
https://github.com/kiwix/kiwix-tools/issues/102#issuecomment-343930567
2017-11-13 09:53:22 -05:00
A Holt
0c5782c919
Merge branch 'master' into bug-324 2017-11-09 06:00:03 -05:00
A Holt
b6bec94830
file: path="{{ iiab_base }}/kiwix" 2017-11-09 05:54:54 -05:00
Adam Holt
c07c0d2d76 56 changes to include_tasks --edits double check after rebase 2017-11-06 15:34:25 -06:00
A Holt
d748a14cbd
"chown -R root:root /opt/iiab/kiwix" (not all of /opt/iiab) 2017-11-04 16:00:27 -04:00
A Holt
899b0c8c26
Messaging 2017-11-04 15:49:03 -04:00
A Holt
397bb2781b
restart kiwix-serve 4AM nightly (not 15min after every hour) 2017-11-04 15:33:52 -04:00
A Holt
2904163eee clarify Ansible output 2017-10-27 10:51:16 -04:00
A Holt
01a98b1f15 cleaner Ansible messaging 2017-10-27 10:09:30 -04:00
A Holt
b1f77b1092 cleaner Ansible messaging 2017-10-27 10:08:41 -04:00
A Holt
b5326941d0 kiwix 2017-10-11-> 2017-10-25 2017-10-25 12:36:32 -04:00
Arky
602223e4ff Adds spaces in variables after {{ and before }}
Fixes various warnings in Travis CI 

[EXTRA0001] Variables should have spaces after {{ and before }}
2017-10-20 11:36:10 +07:00
A Holt
da82fa0659 kiwix_serve_enabled -> kiwix_enabled 2017-10-17 21:17:45 -04:00
A Holt
1af4556567 spacing cleanup 2017-10-17 21:16:24 -04:00
A Holt
7e3b33c35a kiwix_serve_enabled: False -> kiwix_enabled: True 2017-10-17 21:15:03 -04:00
A Holt
f3681896da update kiwix-tools 2017-09-28 to 2017-10-11 2017-10-11 20:53:52 -04:00
Arky
b6580e7f3a Using Ansible file module to fix warnings
Using Ansible file modules instead of 'chmod' to recursively change iiab_base directory permissions. Fixes warning in #324
2017-10-01 16:45:11 +07:00
A Holt
4c33c549c8 update kiwix-tools_linux64 2017-09-27 to 2017-09-28 2017-09-28 22:51:55 -04:00
A Holt
47c89ac03f update kiwix-tools_linux64 2017-09-12 to 2017-09-27 2017-09-28 09:46:56 -04:00
A Holt
f65649df3d Stick with 2017-09-12 kiwix-tools on linux64 for now 2017-09-28 02:56:45 -04:00
A Holt
19e87c2831 Videos & Full-Text Search fixed for RPi 2017-09-28 02:55:18 -04:00
A Holt
c6c66858d5 upgrade kiwix-tools incl kiwix-serve 2017-09-12 to 2017-09-25 2017-09-26 14:37:56 -04:00
Jerry Vonau
6877bb2ac2 typo eth0 (#251)
correct service name

lets shut-up systemd

keep wifi variables with networking - remove unused variable
2017-09-18 08:19:46 -07:00
A Holt
c38bb3f8e4 kiwix-tools incl kiwix-serve upgraded 2017-08-28 to 2017-09-12
Smoke-tested.
2017-09-13 01:02:25 -04:00
georgejhunt
5feb3ce511 typo, and defaultvars fix (#241) 2017-09-11 09:49:48 -07:00
georgejhunt
9489099ac7 move install test to last item copied (#213) 2017-09-11 09:21:07 -07:00
georgejhunt
54bd3f7414 pi zero is different ansible_machine (#144)
* pi zero is different ansible_machine

* trying to create link fails, if same nams as file exists. This was too much backward compatability
2017-08-31 10:09:03 -07:00
Tim Moody
673c7916ce change kiwix version to 2017-08-28 2017-08-29 22:21:51 -04:00
georgejhunt
5037c497b1 needed apache module (#154) 2017-08-21 17:49:56 -07:00
tim-moody
44f96c3539 check for existence of index dir when creating library.xml 2017-08-12 16:16:00 -04:00
Jerry Vonau
0f9d25ab7c softcode apache_config_dir in iiab-make-apache-config.py (#81)
* softcode apache_config_dir in iiab-make-apache-config.py

* softcode iiab_zim_path in iiab-make-apache-config.py

* softcode iiab-make-kiwix-lib.py
2017-07-04 13:05:10 -07:00
georgejhunt
30f4dfc1af Notags (#73)
* bulk change use_cache/no_network->internet_available

* bulk change use_cache/no_network->internet_available

* remove unuseful debug statements

* remove download tags

* appendix has_internet_connection

* ubuntu dhcpd needs to connect to br0
2017-06-29 10:48:41 -07:00
George Hunt
e4c5056cea use rewrite rather than proxypass to redirect internal kiwix links 2017-06-19 16:29:42 -07:00
Tim Moody
86ff53e1b6 handle non-standard file names for gutenberg zims 2017-06-17 09:11:55 -04:00
Tim Moody
ef73030990 use 6/13 nightly and add --nolibrarybutton option 2017-06-13 22:50:46 -04:00
georgejhunt
f319afa432 Test (#20)
* change apache_data to apache_user in all

* no libapach2 in centos. just php. no php-magick in centos

* remove redundant vars entries

* do not create apache user

* missed one pound sign

* soft code all references to apache_user

* centos requires older setuptools

* revert ansible_lsb.id in xsce.yml

* try getting recent pip

* move pip download to 2prep so that kalite success is not dependent on iiab coming first

* still need to replace setuptools in kalite

* add curl -- needed in debian

* massivly substitue iiab for xsce, and rename files

* completed runansible

* centos fixes,install  pip

* appliance means no iptables rules

* change to earlier version of setuptools for centos

* delete file duplicate, hopefully unnecessary. generate the offline docs

* wiki docs errors

* create the admin group -- deleted earlier

* use the --yes option with pip uninstall

* base of repo moved from schoolserver to iiab, unleashkids.org->iiab.io

* network detection broken due to tupo
2017-06-09 16:25:56 -07:00
georgejhunt
39764e3c19 Merge pull request #14 from georgejhunt/kiwix
Kiwix
2017-06-05 10:02:52 -07:00
George Hunt
c645cc5b16 fix arm kiwix download name 2017-06-04 18:54:15 +00:00
George Hunt
9560953531 point to the newer kiwix-serve releasees 2017-06-04 09:41:04 -07:00
Tim Moody
39632ce8ab handle multiple versions of a zim 2017-05-30 13:23:47 -04:00
George Hunt
cb344d7d47 patch 0002 2017-05-27 16:10:45 -07:00
George Hunt
845632d0ac initial checkin -- May 27, 2017 2017-05-27 11:09:50 -07:00