Bhavin Turakhia wrote:
> - Staging - allowing to make changes and view them without publishing them
> on the website itself. i dont mean at articles and workflow level. i mean an
> entire staging copy viewable separately and allowing me to make changes for
> instance to a style an article a code-init section and see it without the
> fear that others online seeing my website rght now are also seeing it
This is already possible with the Repligard hack made by HKLC. See
http://www.hklc.com/midgard_manual/topic_94
The key idea here is to have two instances of the Midgard database, one
for development and content creation, and other for displaying approved
content to users. It is quite easy even to achieve with Repligard.
HKLC's setup assumes that you run the staging and live servers on the
same system with separate SiteGroups, but you can also do it on separate
servers, where the staging server can be inside your firewall, and the
live server in DMZ.
> - Other misc stuff
> * Allowing to put &(variablename:moniker) inside articles too. That helps
> big time atleast in my structure
This should work, if you then output your articles with
&(article.content:p);,
which redirects them through the PHP parser.
/Bergie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]