Index: openacs-4/packages/acs-authentication/www/doc/xml/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/xml/install.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-authentication/www/doc/xml/install.xml 20 Oct 2003 15:44:31 -0000 1.3 +++ openacs-4/packages/acs-authentication/www/doc/xml/install.xml 9 Feb 2004 15:50:11 -0000 1.4 @@ -1,13 +1,15 @@ -
Installation + by Joel Aufrecht + @@ -224,52 +226,13 @@ supply XML files to the URLs IncrementalURL and SnapshotURL. A typical set of incremental file record looks like: - -<enterprise> - <person recstatus = "1"> added person - <sourcedid> - <id>[username]</id> - </sourcedid> - <name> - <family>[last_name]</family> - <given>[first_names]</given> - </name> - <email>[email]</email> - <url>[homepage_url]</url> - </person> - <person recstatus = "2"> modified person - ... - </person> - <person recstatus = "3"> deleted person - <sourcedid> - <id>LL1</id> only requires username - </sourcedid> - </person> -</enterprise> +example missing A snapshot file is similar but doesn't have recstatus, - since it's not a delta but a list of valid records. + since it's not a delta but a list of valid records. See the larger example in the design document for more details. - -<enterprise> - <person> - <sourcedid> - <id>[username]</id> - </sourcedid> - <name> - <family>[last_name]</family> - <given>[first_names]</given> - </name> - <email>[email]</email> - <url>[homepage_url]</url> - </person> - ... -</enterprise> - (More information: , The IMS 1.1 spec) + ($Id$) - - - ($Id$)