Re: [Hypercontent-users] Publish a website through email
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-07-05 15:00:31
|
Hi Vangel, Tom Tom has it about right, you mostly just need to combine the download-zip and email commands in a workflow script. The only catch is that the class org.hypercontent.workflow.command.Zip that sits behind the download-zip command is only able to zip source XML files coming out of the repository, not the transformed output in the publish filesystem, which I presume is what you'd be interested in zipping in this case. This should be a simple fix, I'll get a patch together along with a sample workflow script to demonstrate what you're talking about. I should have it ready by Monday. Cheers, Alex On Jul 4, 2007, at 7:51 AM, Vangel V. Ajanovski wrote: > Hello everyone, > > I have a website under Hypercontent that I want to publish via email. > More precisely I want to be able to just press Publish or Publish > All in the workflow, and the whole website should be sent as a ZIP > to a predefined mail recipient. Another options is to just build > and pack the whole website into a ZIP file, and then send a link to > this ZIP file via email. > > Is this somehow possible? Any ideas? > > -- Vangel > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |