=====================
AppleScript Resources
=====================

In the fullness of time, it might make sense to incorporate some AppleScript
steps into the acceptance tests, to make sure that PowerPoint isn't barfing
after changes. I've collected some resources here that I discovered during
some preliminary resource discovery.


Resources
=========

* `Outlook archive message shortcut`_
* `AppleScript Essentials`_
* `AppleScript Essentials: Introduction to Scripting Microsoft PowerPoint`_
* `Applescript Microsoft 2011 PowerPoint`_
* `Converting VBA Macros to AppleScript in Microsoft Office`_
* `How can I use AppleScript to check if PowerPoint is playing a presentation?`_
* `AppleScript on Wikipedia`_

.. _`Outlook archive message shortcut`:
   http://pastebin.com/m5imvA52

.. _`AppleScript Essentials`:
   http://www.mactech.com/articles/mactech/Vol.23/23.03
         /23.03AppleScriptPowerPoint/index.html

.. _`AppleScript Essentials: Introduction to Scripting Microsoft PowerPoint`:
   http://www.mactech.com/articles/mactech/Vol.23/23.03
         /23.03AppleScriptPowerPoint/index.html

.. _`Applescript Microsoft 2011 PowerPoint`:
   http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macpowerpoint
         /applescript-microsoft-2011-powerpoint-want-to
         /2d71b92b-5ab4-4d75-a4fa-ed0b75b5e7b2?auth=1

.. _`Converting VBA Macros to AppleScript in Microsoft Office`:
   http://www.mactech.com/vba-transition-guide/index-toc.html

.. _`How can I use AppleScript to check if PowerPoint is playing a presentation?`:
   http://stackoverflow.com/questions/4695836/how-can-i-use-applescript-to
          -check-if-powerpoint-is-playing-a-presentation

.. _`AppleScript on Wikipedia`:
   http://en.wikipedia.org/wiki/AppleScript
