Re: taking content from campsite for print publication

Paul Baranowski <[email protected]> Sat, 18 Feb 2006 16:18:59 -0500
Newsgroups gmane.comp.cms.campsite.general
Message-ID <[email protected]>
There are at least three methods from getting the content out of Campsite:

1) you can extract the data by using the PHP campsite API.
(see: http://code.campware.org/projects/campsite/wiki/CampsiteAPI)
2) you can use the template language to display the content in a certain
way (not limited to HTML)
3) you can access the database directly

As for getting content back into Campsite, you can use the Campsite API
or insert into the database directly.    This means you will have to
write custom scripts for this sort of thing.

Can you describe in more detail what you are trying to do?  Then we
might be able to help you better.

- Paul


[email protected] wrote:
> Can anyone advise on how to take content from Campsite for use in
> page layout for a print publication.  What is the approporate page
> layout program, eg. Adobe Indesign?  Can content changes introduced
> in print page layout be reflected in the campsite content? How is
> this done? -- Paul Farrelly
>