Tag: import
Importing from Siteframe 3.x
The Admin menu on Beaumont provides a mechanism for importing
content from a Siteframe 3.x database. This page contains information
you should be aware of if you are planning on importing from a 3.x
website. When
importing, you can selectively import Users, Folders, and
Documents. These options are really provided for testing (unless, for
example, you want to convert a public site to a...
0 comment(s)
/ glen
/ Internals
/ on June 12, 2005 at 09:09
xml.php
This script produces an XML version of a Siteframe object. It has two required parameters (query strings):
c= string - the class of object to export
id= number - the id of the object to export
For example, to create an XML version of a Page object with ID=12, you'd use this URL: http://siteframe.info/xml.php?c=Page&id=12 Objects exported in this manner can be...
0 comment(s)
/ glen
/ Scripts
/ on May 28, 2005 at 16:33
