Jochen Lillich wrote:
>
> Hi,
>
> if I'm not mistaken, repligard lets me already export a Midgard site
> and import it on another Midgard server -- right?
>
> If yes, then: How do I have to mark references to object ID's like in
>
> mgd_topic_list_articles(15); // get all news articles
>
> so that repligard can build correct references during the import? I
> know that there is a GUID mechanism, but don't know where it is
> documented.
>
> And, if someone could give me a short overview of the necessary steps
> for exporting and importing with repligard, I'd be very thankful.
Still working on those. We were thinking of using comment-marking
as a transitional fix, ie:
$topic = /*GUID*/15/*-GUID*/;
mgd_topic_list_articles($topic);
or somesuch to trigger GUID matching during transit.
mgd_topic_list_articles(15);
can be handled automatically since if the number is hardcoded we can
easily match
them.
Not very pretty, I know.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]