<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>71518</id>
      <name>mantis2basecamp-todo</name>
      <created_at>2008-12-19T10:31:46Z</created_at>
      <updated_at>2008-12-19T10:31:46Z</updated_at>
      <description>what it doesThis is a simple php script which, when put in the root folder of a [www.mantisbt.org mantis] install, allows it to create todos in a specified todo list in basecamp. 

easy configuration$defaults = array(
	'basecamp_lodolist_id' =&gt; 1234567,
	'basecamp_domain' =&gt; 'myproject.updatelog.com',
	'basecamp_user' =&gt; 'username',
	'basecamp_pass' =&gt; 'password',
	'mantis_path' =&gt; null, /* blank is good, we auto-get from current path */
	'date_start' =&gt; '-1 day',
);typical usageWe usually setup a project in basecamp with a todo list called &quot;imported tickets&quot; and then you can move them out of there when you're ready. 

first runRun once with the optional ''?date_start=-5years'' parameter to import whatever is currently un-resolved. 

automationThen you could setup a daily cron to request the page with wget or curl or something...  that way new and unresolved tickets would be put into your todo list every day.</description>
      <homepage_url>http://code.google.com/p/mantis2basecamp-todo</homepage_url>
      <download_url></download_url>
      <url_name>mantis2basecamp-todo</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
