Bhavin Turakhia wrote:

> 1. Asgard has no documentation?? i tried searching for it - coudlnt find it
> 
> 2. How do i call an article inside a page??

<? $article = mgd_get_article(...); ?>&(article.content);

> can an article contain HTML.

<? $article = mgd_get_article(...); ?>&(article.content:h);

> 3. I am converting my existing page tree at http://www.directihosting.com
> into Midgard. Now I was wondering how I should do it, whether I should
> create a separate page for every entry or should I use virtual paths and let
> the rest of the URL be passed as arguments which i can convert into
> variables in code-init and use to display appropriate articles or so.

Both have good uses.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to