Changes between Version 47 and Version 48 of BluePrint/Synchronisation


Ignore:
Timestamp:
01/19/10 19:08:32 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Synchronisation

    v47 v48  
    99
    1010Can sync data using single-table URLs like:
    11  * http://localhost:8000/sahana/gis_location/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis_location.xml
    12  * http://localhost:8000/sahana/pr_person/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr_person.xml
    13  * http://localhost:8000/sahana/or_organisation/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or_organisation.xml
    14  * http://localhost:8000/sahana/or_office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or_office.xml
    15  * http://localhost:8000/sahana/or_contact/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or_contact.xml
     11 * http://localhost:8000/sahana/gis/location/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis/location.xml
     12 * http://localhost:8000/sahana/pr/person/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr/person.xml
     13 * http://localhost:8000/sahana/or/organisation/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation.xml
     14 * http://localhost:8000/sahana/or/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/office.xml
     15 * http://localhost:8000/sahana/or/contact/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/contact.xml
    1616
    1717We can also use Joined Component URLs like:
    18  * tbc
     18 * http://localhost:8000/sahana/or/organisation/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation/office.xml
    1919
    2020What we need next is: