Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.36 KB

park-bench-panel

Google hangout park bench panel app

====

Public Links

Developer Links

qUnit Tests

jasmine Tests

Notes

  • Running the script generate.xml will create an xml file suitable for use as a google hangout app definition. This is run from a pre-commit hook (see below).
  • Needed to create a symbolic link to pre-comit script (eg ln -s ~/373312/pre-commit.sh .git/hooks/pre-commit)
  • Hangout xml parser seems to need closing tags for html elements (ie <script></script> rather than <script ... />)