<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f23a67a14c264a4fc0cf91c9759e0e9403b882d8</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/591dbb277ee08bc4eae4034bfdf9468629d75468</url>
    <id>591dbb277ee08bc4eae4034bfdf9468629d75468</id>
    <committed-date>2009-11-09T19:32:24-08:00</committed-date>
    <authored-date>2009-11-09T19:32:24-08:00</authored-date>
    <message>Improved the event HTML output for the test script.

Modified   test/test.php
* event_load_html: Fixed the incorrect date format and cleaned up the rest of the formatting to make it easier to scan.</message>
    <tree>d3452eba9694779c8eafc2dcece8bf01390258ad</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82d0aca15e4bf0c1275ac5c2ac0455ab45d865b5</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/f23a67a14c264a4fc0cf91c9759e0e9403b882d8</url>
    <id>f23a67a14c264a4fc0cf91c9759e0e9403b882d8</id>
    <committed-date>2009-11-02T14:01:54-08:00</committed-date>
    <authored-date>2009-11-02T14:01:54-08:00</authored-date>
    <message>Added a HTTP timeout to eliminate IIS problems and busy items.  Made a few small clean ups as well.

Modified   README
* Updated Javascript version numbers to 2.9.

Modified   lib/base.php
* curlRequest: Set the cURL HTTP timeout to 60 seconds to prevent IIS timeout or server busy timeout errors.

Modified   lib/document.php
* downloadUrl: Very small clean up to reduce a couple lines of code.

Modified   lib/event.php
* findAll: Very small clean up to reduce a couple lines of code.</message>
    <tree>3503686521e05f74e5c05ac0798bf4dc0510d2df</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>932680baffa803fd34f7733f53b0c6a0974a72a0</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/82d0aca15e4bf0c1275ac5c2ac0455ab45d865b5</url>
    <id>82d0aca15e4bf0c1275ac5c2ac0455ab45d865b5</id>
    <committed-date>2009-10-23T11:43:23-07:00</committed-date>
    <authored-date>2009-10-23T11:43:23-07:00</authored-date>
    <message>Added preview support, a getStatus method for the document class, option arrays are not converted to proper Vuzit parameters (such as Boolean).

Modified   lib/base.php
* parametersClean: Cleans parameters by switching all of the Boolean parameters to &quot;1&quot; and &quot;0&quot;.
* parametersToUrl: Now calls parametersClean.
* postParameters: Creates a parameter array if one does not exist.  Added the &quot;included_pages&quot; parameter.  Calls the new signature function with the expanded parameters.

Modified   lib/document.php
* getStatus: Returns the document status.
* destroy, upload: The code is now simplified thanks to the new postParameters code.
* findById: Added a line to grab the status message.  Simplified because of postParameters method.

Modified   lib/service.php
* setServiceUrl: Throws an exception if there is a trailing slash on the end of the URL.
* setUserAgent: Fixed the code so that it works correctly.
* signature: Added the $pages and $label parameters and added them to the string to sign.

Modified   test/test.php
* Added page preview support and the accompanying Javascript to 2.9.
* printArray: Method that prints out the contents of a hash table into a list for testing purposes.
* Added printArray wherever there were options specified.
* Added getStatus to the page load and secure support to the upload command.</message>
    <tree>f992c232b467e5782232099fe43a4a2980e7d781</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>537a809f21e9f639afd2dfb6fef16cb90fa4b6f3</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/932680baffa803fd34f7733f53b0c6a0974a72a0</url>
    <id>932680baffa803fd34f7733f53b0c6a0974a72a0</id>
    <committed-date>2009-10-18T10:43:26-07:00</committed-date>
    <authored-date>2009-10-18T10:43:26-07:00</authored-date>
    <message>Upload and findById options were added, test class for extracting browser name and version and the test HTML and CSV output data was greatly improved.

Modified   lib/document.php
* findById: Added an options hash so that parameters like the watermark and preview can be provided.
* upload: Added an options hash for parameters like &quot;download_document&quot; and &quot;download_pdf&quot;.

Modified   lib/event.php
* findAll: Removed the deprecated &quot;m=find&quot; parameter.

Added      test/browser_info.php
* New class that parses out the browser type from a User-Agent property.

Modified   test/index.html
* Added options to the &quot;upload&quot; command for &quot;secure&quot;, &quot;download_pdf&quot; and &quot;download_document&quot;.
* Added options to the &quot;load&quot; command for &quot;included_pages&quot; and the watermark label.

Modified   test/test.php
* domain: New function that returns the domain of the service URL so that it can be applied to the Javascript class.
* load_command, upload_command: Added parameter options as per the new interfaces.
* event_load_csv: Improved the order of extracted data, added a short user agent and the duration value.
* event_load_html: Improved the order of extracted data and added a short user agent.</message>
    <tree>20ac4cc783c0b7e560a98f66a0679172517f0f8c</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1c07a93efb050334b11270ff8879b11bdf0339c2</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/537a809f21e9f639afd2dfb6fef16cb90fa4b6f3</url>
    <id>537a809f21e9f639afd2dfb6fef16cb90fa4b6f3</id>
    <committed-date>2009-10-17T15:58:13-07:00</committed-date>
    <authored-date>2009-10-17T15:58:13-07:00</authored-date>
    <message>Added getDuration to the Vuzit_Event class and fixed findAll such that it consumes the duration and the requested_at times appropriately.  Cleaned up the test program with the new event data.

Modified   lib/event.php
* getDuration: New method that returns the duration of the request.
* findAll: Made $webId a default parameter since it needs to be there.  Vuzit's security requires it.  Switched the XML code such that it loads &quot;requested_at&quot; as is in the specification.  Added the consumption of the &quot;duration&quot; XML value.

Modified   test/test.php
* Fixed the findAll method calls to match the new signature.
* Made the HTML query results much easier to read with a simple list that's not split up.</message>
    <tree>dfd9f8792db3b357648eacebd7949d241583e832</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>917126b07caf1f7cf6b51c8e1d4c85c6e57da0d7</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/1c07a93efb050334b11270ff8879b11bdf0339c2</url>
    <id>1c07a93efb050334b11270ff8879b11bdf0339c2</id>
    <committed-date>2009-10-17T14:13:06-07:00</committed-date>
    <authored-date>2009-10-17T14:13:06-07:00</authored-date>
    <message>Added a downloadUrl method, updated the event test to use the new parameters for the local computer.

Modified   lib/base.php
* parametersToUrl: Added an extension parameter so that you can ask for a PDF or other file type.
* Renamed both of the &quot;params&quot; methods to &quot;parameters&quot;.

Modified   lib/document.php
* downloadUrl: New method that provides a download URL for documents such as PDF.

Modified   lib/event.php
* findAll: Switched the &quot;id&quot; parameter to &quot;web_id&quot;.

Modified   test/test.php
* Added a Download PDF link with the new Vuzit_Document::downloadUrl function.
* Expanded the parameters to use the new event values.</message>
    <tree>6b391d85225ef5930a1f5dbf2f4455172b376a31</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7c9f5c7828a6243e9befd72b06e2783fc610c20</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/917126b07caf1f7cf6b51c8e1d4c85c6e57da0d7</url>
    <id>917126b07caf1f7cf6b51c8e1d4c85c6e57da0d7</id>
    <committed-date>2009-10-15T06:52:11-07:00</committed-date>
    <authored-date>2009-10-15T06:52:11-07:00</authored-date>
    <message>Added CSV export support to the test tool, removed the deprecated documentation and made a couple small fixes.

Deleted    doc/README
* Deprecated and removed.  Documentation is now on the wiki only.

Modified   test/index.html
* Added the &quot;o&quot; output parameter to the event command.

Modified   test/location.php
* Switched the include to the geo_location.php file.

Modified   test/test.php
* csv_line: Exports a set of array fields to a line of CSV text.  Designed to mimic the fputcsv PHP function but return the value in a string.
* event_load_html: Loads the output of the event list as HTML.
* event_load_csv: Loads the output of the event list as a CSV file.
* event_command: Now checks the output switch to see which it should load.</message>
    <tree>7c9459531b49b44cd77426a0cf2dc88cc67240fa</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f027af188f7aede2a2cbb2ae12c3f5651308c0d</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/c7c9f5c7828a6243e9befd72b06e2783fc610c20</url>
    <id>c7c9f5c7828a6243e9befd72b06e2783fc610c20</id>
    <committed-date>2009-10-13T21:15:39-07:00</committed-date>
    <authored-date>2009-10-13T21:15:39-07:00</authored-date>
    <message>Switched all of the Vuzit_Service public static variables to getter and setter functions to match the VuzitJava project because it's a better method of encapsulating variables.</message>
    <tree>2831d19e7e4e350ebfad32d51097137be9a31260</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79118d5c51c69788f8f5a5deb40bad98eaf160ba</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/2f027af188f7aede2a2cbb2ae12c3f5651308c0d</url>
    <id>2f027af188f7aede2a2cbb2ae12c3f5651308c0d</id>
    <committed-date>2009-10-10T22:58:13-07:00</committed-date>
    <authored-date>2009-10-10T22:58:13-07:00</authored-date>
    <message>Added a true test framework where it's configurable based on the URL so code does not need to be hacked.  The Event class was updated a bit for the code changes that will come into effect in the coming days.

Modified   lib/document.php
* destroy: Added debugging to extract the error response if there is a problem.
* findById: Converted all of the XML data to string or int types to prevent possible errors.

Modified   lib/event.php
* findAll: Removed the default $web_id variable because that will be optional.  Converted all of the XML data types to strings or int explicityly in case of problems.

Added      test/test.php, test/destroy.php, test/event.php, test/test_include.php, test/upload.php
* Deprecated and removed.

Modified   test/index.html
* Replaced the links with documentation for the new test.php file.

Deleted    test/show.php
* Command-line option-like file.  Whatever parameters are passed in it takes to execute a different section of code.  Now the project is finally easily configurable.</message>
    <tree>44076cc8f60b8e03ec47d9c4e415a499972cc72e</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0ba11ab1fa8a428bb9fc8861a8223d0fad8eb5a</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/79118d5c51c69788f8f5a5deb40bad98eaf160ba</url>
    <id>79118d5c51c69788f8f5a5deb40bad98eaf160ba</id>
    <committed-date>2009-10-10T16:52:33-07:00</committed-date>
    <authored-date>2009-10-10T16:52:33-07:00</authored-date>
    <message>Removed all public getter functions in the Document class and now they are set via private variables.

Modified   README
* Updated the code examples page to the new URL.

Modified   lib/document.php
* Removed all of the public instance setter functions.
* upload, findById: All values are now set via the private instance variables from within upload and findById.</message>
    <tree>68445e6025c97c08273ac143cbcfc700b26df903</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>655fc4a6679e787cc2a39c3793ab8db46e3118b3</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/e0ba11ab1fa8a428bb9fc8861a8223d0fad8eb5a</url>
    <id>e0ba11ab1fa8a428bb9fc8861a8223d0fad8eb5a</id>
    <committed-date>2009-10-06T16:21:09-07:00</committed-date>
    <authored-date>2009-10-06T16:21:09-07:00</authored-date>
    <message>Renamed the &quot;getSignature&quot; function to &quot;signature&quot; for consistency.</message>
    <tree>ab46c5e67698d2235442d388a73d236cd07a15cc</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>470247c6e5b2c2be948f3e19147ddfda842c5efd</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/655fc4a6679e787cc2a39c3793ab8db46e3118b3</url>
    <id>655fc4a6679e787cc2a39c3793ab8db46e3118b3</id>
    <committed-date>2009-10-06T16:17:45-07:00</committed-date>
    <authored-date>2009-10-06T16:17:45-07:00</authored-date>
    <message>Renamed the &quot;Vuzit_Exception&quot; class to &quot;Vuzit_ClientException&quot; for consistency.  Removed unnecessary comments from the code as well.</message>
    <tree>f3d739875b2c4ba1b54039f797dadeed2e6b3636</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34a5022cd0bc7c96d164ad1c987310c8f35c1cd3</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/470247c6e5b2c2be948f3e19147ddfda842c5efd</url>
    <id>470247c6e5b2c2be948f3e19147ddfda842c5efd</id>
    <committed-date>2009-10-06T16:08:02-07:00</committed-date>
    <authored-date>2009-10-06T16:08:02-07:00</authored-date>
    <message>Various small tweaks and documentation fixes.

Modified   lib/base.php
* postParams: Added note to turn all Boolean values to &quot;1&quot; and &quot;0&quot;.

Modified   lib/document.php
* Renamed all instances of $id to $webId for consistency.

Modified   lib/event.php
* Made the options array actually optional by making it null.

Modified   test/event.php
* Cleaned up the resulting display text for this test so that there isn't too much.

Modified   test/index.html
* Added the event.php test.</message>
    <tree>81ffa89e6e2c5ed951a07f521ec4b5dafb673ff7</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd965995cee6e26aa6279ea6d3ce6475d5062c6d</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/34a5022cd0bc7c96d164ad1c987310c8f35c1cd3</url>
    <id>34a5022cd0bc7c96d164ad1c987310c8f35c1cd3</id>
    <committed-date>2009-09-20T08:15:34-07:00</committed-date>
    <authored-date>2009-09-20T08:15:34-07:00</authored-date>
    <message>Added a consumer class for the Vuzit Events web service API.  Several classes and functions were refactored so that the code for the events works well within the framework.

Modified   README
* Updated the documentation to the new wiki docs and updated Javascript to 2.8.

Added      lib/base.php
* New Vuzit_Base abstract class for all web service clients.

Modified   lib/document.php
* Now inherits from Vuzit_Base.
* destroy, findById: Changed some parameters to match the new signatures.

Added      lib/event.php
* New Vuzit_Event class for querying events.

Added      test/event.php
* Test class for the Event class.  Creates geolocation links for additional information.

Added      test/geo_location.php
* New class for loading geolocation data from the IPInfoDB web service.

Added      test/location.php
* Returns geolocation data about an IP address.</message>
    <tree>d7ecaf3b1c480c379519ffaf4150b463511ff6cd</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d421e218c7ea5b5f73972f4eb1a9b6a66eb177e</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/fd965995cee6e26aa6279ea6d3ce6475d5062c6d</url>
    <id>fd965995cee6e26aa6279ea6d3ce6475d5062c6d</id>
    <committed-date>2009-09-03T14:38:59-07:00</committed-date>
    <authored-date>2009-09-03T14:38:59-07:00</authored-date>
    <message>Removed a few errors that show up when strict reporting (E_ALL) is turned on in PHP.

* lib/document.php
upload: Renamed file_type to correct fileType.
postParams: Checks if the &quot;id&quot; parameter exists in the array before attempting to access it.

* test/errors.php
Checks if the &quot;type&quot; parameter exists in the array before attempting to access it.</message>
    <tree>113bfcae7811b011970ae4f0473ab2cf006678b7</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>413ff9fc17aaf57edcbca76772a29dd37ed1c755</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/5d421e218c7ea5b5f73972f4eb1a9b6a66eb177e</url>
    <id>5d421e218c7ea5b5f73972f4eb1a9b6a66eb177e</id>
    <committed-date>2009-08-13T13:32:11-07:00</committed-date>
    <authored-date>2009-08-13T13:32:11-07:00</authored-date>
    <message>Fixed the API key JavaScript and destroy examples</message>
    <tree>1f3ac7fa4c4f52420e953b93cbe8c5d55a605fdc</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7670334b0d37a811aa5c48a2fabda76cc10130c9</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/413ff9fc17aaf57edcbca76772a29dd37ed1c755</url>
    <id>413ff9fc17aaf57edcbca76772a29dd37ed1c755</id>
    <committed-date>2009-08-07T10:22:33-07:00</committed-date>
    <authored-date>2009-08-07T10:22:33-07:00</authored-date>
    <message>Added SSL support and fixed a bug in the destroy method that incorrectly returned an exception.

* README
Updated all examples to version 2.7 because of some fixes.

* lib\document.php
curlRequest: Creates a default CURL request.  If the request is SSL it turns on the proper options.
destroy: Now uses curlRequest.  No longer uses return transfer because this caused a failure code to be returned.
findById, upload: Now uses curlRequest.

* lib\service.php
Added documentation for making SSL requests.  Updated version to 1.1.0.

* test\destroy.php
Fixed the test so that it correctly returns if the request was successful.</message>
    <tree>ae40a6cd1e5b28ac7beb7ec39a895f27f92df051</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70b15fa0da04cf733e33fa876b1933471ab81372</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/7670334b0d37a811aa5c48a2fabda76cc10130c9</url>
    <id>7670334b0d37a811aa5c48a2fabda76cc10130c9</id>
    <committed-date>2009-07-20T12:50:42-07:00</committed-date>
    <authored-date>2009-07-20T12:50:42-07:00</authored-date>
    <message>Added a User-Agent to all requests</message>
    <tree>afbe3a4ac600fd571ccedfbf61d1e2bcf47182b3</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99dd1623a631e715c8b5820a7da58276ada109df</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/70b15fa0da04cf733e33fa876b1933471ab81372</url>
    <id>70b15fa0da04cf733e33fa876b1933471ab81372</id>
    <committed-date>2009-06-23T15:59:24-07:00</committed-date>
    <authored-date>2009-06-23T15:59:24-07:00</authored-date>
    <message>Added some CURL debugging and fixed the test script</message>
    <tree>95ceffaeabc9672982fa14d66f6ce5528ff29370</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce6ab932e867c8bb24d6a4975de601ddf46ca0ad</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/99dd1623a631e715c8b5820a7da58276ada109df</url>
    <id>99dd1623a631e715c8b5820a7da58276ada109df</id>
    <committed-date>2009-04-28T10:12:15-07:00</committed-date>
    <authored-date>2009-04-28T10:12:15-07:00</authored-date>
    <message>Made some small documentation fixes</message>
    <tree>b2e75305f4fb75bc7c90377c83ec1c103fb314f6</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2dc668a9732c1c3b9b551dafd8dc789c38a1a97</id>
      </parent>
    </parents>
    <author>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/ce6ab932e867c8bb24d6a4975de601ddf46ca0ad</url>
    <id>ce6ab932e867c8bb24d6a4975de601ddf46ca0ad</id>
    <committed-date>2009-03-18T10:45:56-07:00</committed-date>
    <authored-date>2009-03-18T10:45:56-07:00</authored-date>
    <message>Updated README to be a bit cleaner. Removed documentation from Vuzit_Document class so it does not show up in NaturalDocs report</message>
    <tree>e90b060a71cee18e6184a743b9b2a4a6f29698f7</tree>
    <committer>
      <name>bmatzelle</name>
      <email>bmatzelle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1710c64b14ca6f5889d64ad5054a2d6fd650dc3</id>
      </parent>
    </parents>
    <author>
      <name>vuzit</name>
      <email>tech@vuzit.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/a2dc668a9732c1c3b9b551dafd8dc789c38a1a97</url>
    <id>a2dc668a9732c1c3b9b551dafd8dc789c38a1a97</id>
    <committed-date>2009-03-11T14:23:20-07:00</committed-date>
    <authored-date>2009-03-11T14:23:20-07:00</authored-date>
    <message>Updated license to have Vuzit LLC and tagged as v1.0.0</message>
    <tree>44137800f208dfc779a18e2d7970d55a65fddd85</tree>
    <committer>
      <name>vuzit</name>
      <email>tech@vuzit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>vuzit</name>
      <email>tech@vuzit.com</email>
    </author>
    <url>http://github.com/vuzit/vuzitphp/commit/c1710c64b14ca6f5889d64ad5054a2d6fd650dc3</url>
    <id>c1710c64b14ca6f5889d64ad5054a2d6fd650dc3</id>
    <committed-date>2009-03-10T14:36:59-07:00</committed-date>
    <authored-date>2009-03-10T14:36:59-07:00</authored-date>
    <message>Initial commit of Vuzit 1.0.0 source code</message>
    <tree>bf7dc8b1d08c8d49849c4dc32a66ee86438e202f</tree>
    <committer>
      <name>vuzit</name>
      <email>tech@vuzit.com</email>
    </committer>
  </commit>
</commits>
