├── .gitignore ├── README.md ├── alstoxml.py ├── checkdiff.py ├── livecollect.py └── reference ├── 10-post.xml ├── 10-pre.xml ├── post-collect.xml └── pre-collect.xml /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/README.md -------------------------------------------------------------------------------- /alstoxml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/alstoxml.py -------------------------------------------------------------------------------- /checkdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/checkdiff.py -------------------------------------------------------------------------------- /livecollect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/livecollect.py -------------------------------------------------------------------------------- /reference/10-post.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/reference/10-post.xml -------------------------------------------------------------------------------- /reference/10-pre.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/reference/10-pre.xml -------------------------------------------------------------------------------- /reference/post-collect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/reference/post-collect.xml -------------------------------------------------------------------------------- /reference/pre-collect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shhmon/LiveCollect/HEAD/reference/pre-collect.xml --------------------------------------------------------------------------------