Index: openacs-4/packages/acs-authentication/www/doc/xml/example.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/xml/example.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-authentication/www/doc/xml/example.xml 9 Feb 2004 15:50:11 -0000 1.1 @@ -0,0 +1,31 @@ + + + + FOO + dotLRN + DB Increment + 28-oct-2003#16:06:02 + + + + FOO + karlf + + + + Karl + Fritz + + + + karlf@example.net + + + ... + + + + LL1 + + + 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$)