i think it might be posibale to add native support im not great at xml so i was wondering if some one wants to take a crack.
if you look in C:\Program Files (x86)\Artisteer 2\Library\Data\Templates\ you will see all the native supported sites what i was thinking is maby we could edit Joomla.xml or one of the other Templates use them as a blank and edit the xml for mojoportal.
as a example of the xml here is the one from joomla.xml
<?xml version="1.0" encoding="utf-8" ?>
<template
extends="Default"
caption="Joomla Template"
icon="Joomla.ico"
glyphStyleTemplateExtensions="js,css,ie6.css,ie7.css,editor.css"
class="Artisteer.Business.Document.CustomViews.JoomlaView">
<publishing>
<command name="export" caption="Joomla Template" icon="Export_Joomla.ico" />
<command name="html" caption="HTML Template" icon="HTML.ico" />
</publishing>
<Operation Caption="Joomla" Order="20" Thumbnail="Joomla.png" Category="Content Management System (CMS) Theme"
FootnoteText="<a href="http://www.artisteer.com/?p=joomla_templates">Joomla template</a> created with Artisteer" />
<fragment name="JoomlaNoDirectAccess"><![CDATA[defined('_JEXEC') or die('Restricted access'); // no direct access]]></fragment>
<export>
<thumbnail width="206" height="150" name="template_thumbnail.png" />
<fragment name="path_to_template"><![CDATA[<?php echo $templateUrl; ?>/]]></fragment>
<block name="JoomlaVMenu" caption="Vertical Menu">
<glyph type="VMenu" name="VMenu" />
</block>
<article name="JoomlaArticle">
<icon name="PostDateIcon"><![CDATA[]]></icon>
<icon name="PostAuthorIcon"><![CDATA[]]></icon>
</article>
</export>
<htmlExport>
<block name="JoomlaVMenu" caption="Vertical Menu">
<glyph type="VMenu" name="VMenu" />
</block>
<block name="JoomlaMainMenu" caption="Main Menu">
<![CDATA[<ul>
<li class="active"><a href="#"><span>Home</span></a></li>
<li class="parent"><a href="#"><span>Joomla! Overview</span></a></li>
<li><a href="#"><span>Joomla! License</span></a></li>
<li><a href="#"><span>More about Joomla!</span></a></li>
<li><a href="#"><span>FAQ</span></a></li>
<li><a href="#"><span>Hyperlink</span></a></li>
<li><a href="#" class="visited"><span>Visited link</span></a></li>
<li><a href="#" class="hover"><span>Hovered link</span></a></li>
</ul>]]>
</block>
<block name="JoomlaPolls" caption="Polls">
<![CDATA[<form action="index.php" method="post" name="form2">
<table width="95%" border="0" cellspacing="0" cellpadding="1" align="center" class="poll">
<thead>
<tr>
<td style="font-weight: bold;">Joomla! is used for?</td>
</tr>
</thead>
<tr>
<td align="center">
<table class="pollstableborder" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="sectiontableentry2" valign="top">
<input type="radio" name="voteid" id="voteid1" value="1" alt="1" />
</td>
<td class="sectiontableentry2" valign="top">
<label for="voteid1">Community Sites</label>
</td>
</tr>
<tr>
<td class="sectiontableentry1" valign="top">
<input type="radio" name="voteid" id="voteid2" value="2" alt="2" />
</td>
<td class="sectiontableentry1" valign="top">
<label for="voteid2">Public Brand Sites</label>
</td>
</tr>
<tr>
<td class="sectiontableentry2" valign="top">
<input type="radio" name="voteid" id="voteid3" value="3" alt="3" />
</td>
<td class="sectiontableentry2" valign="top">
<label for="voteid3">eCommerce</label>
</td>
</tr>
<tr>
<td class="sectiontableentry1" valign="top">
<input type="radio" name="voteid" id="voteid4" value="4" alt="4" />
</td>
<td class="sectiontableentry1" valign="top">
<label for="voteid4">Blogs</label>
</td>
</tr>
<tr>
<td class="sectiontableentry2" valign="top">
<input type="radio" name="voteid" id="voteid5" value="5" alt="5" />
</td>
<td class="sectiontableentry2" valign="top">
<label for="voteid5">Intranets</label>
</td>
</tr>
<tr>
<td class="sectiontableentry1" valign="top">
<input type="radio" name="voteid" id="voteid6" value="6" alt="6" />
</td>
<td class="sectiontableentry1" valign="top">
<label for="voteid6">Photo and Media Sites</label>
</td>
</tr>
<tr>
<td class="sectiontableentry2" valign="top">
<input type="radio" name="voteid" id="voteid7" value="7" alt="7" />
</td>
<td class="sectiontableentry2" valign="top">
<label for="voteid7">All of the Above!</label>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div align="center">
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<input type="submit" name="task_button" class="art-button" value="Vote" />
</span>
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<input type="button" name="option" class="art-button" value="Results" />
</span>
</div>
</td>
</tr>
</table>
</form>
]]>
</block>
<block name="JoomlaKeyConcepts" caption="Key Concepts">
<![CDATA[<ul>
<li><a href="#"><span>Extensions</span></a></li>
<li><a href="#"><span>Content Layouts</span></a></li>
<li><a href="#"><span>Example Pages</span></a></li>
</ul>]]>
</block>
<block name="JoomlaWhoIsOnline" caption="Who's Online">
<![CDATA[We have 1 guest online]]>
</block>
<block name="JoomlaLoginForm" caption="Login Form">
<![CDATA[<form action="#" method="post" name="login" id="form-login" >
<fieldset class="input">
<p id="form-login-username">
<label for="modlgn_username">Username</label><br />
<input id="modlgn_username" type="text" name="username" class="inputbox" alt="username" size="18" />
</p>
<p id="form-login-password">
<label for="modlgn_passwd">Password</label><br />
<input id="modlgn_passwd" type="password" name="passwd" class="inputbox" size="18" alt="password" />
</p>
<p id="form-login-remember">
<label for="modlgn_remember">Remember Me</label>
<input id="modlgn_remember" type="checkbox" name="remember" class="inputbox" value="yes" alt="Remember Me" />
</p>
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<input type="submit" name="Submit" class="art-button" value="Login" />
</span>
</fieldset>
<ul>
<li><a href="#">Forgot your password?</a></li>
<li><a href="#">Forgot your username?</a></li>
<li><a href="#">Create an account</a></li>
</ul>
</form>]]>
</block>
<block name="JoomlaAdvertisement" caption="Advertisement">
<![CDATA[<div class="bannergroup_text">
<div class="bannerheader">Featured Links:</div>
<div class="banneritem_text"><a href="/Joomla-1.5/index.php?option=com_banners&task=click&bid=3" target="_blank">Joomla!</a><br />
Joomla! The most popular and widely used Open Source CMS Project in the world.<div class="clr"></div></div>
<div class="banneritem_text"><a href="/Joomla-1.5/index.php?option=com_banners&task=click&bid=4" target="_blank">JoomlaCode</a><br />
JoomlaCode, development and distribution made easy.<div class="clr"></div></div>
<div class="banneritem_text"><a href="/Joomla-1.5/index.php?option=com_banners&task=click&bid=5" target="_blank">Joomla! Extensions</a><br />
Joomla! Components, Modules, Plugins and Languages by the bucket load.<div class="clr"></div></div>
<div class="banneritem_text"><a href="/Joomla-1.5/index.php?option=com_banners&task=click&bid=6" target="_blank">Joomla! Shop</a><br />
For all your Joomla! merchandise.<div class="clr"></div></div>
<div class="bannerfooter_text"><a href="http://www.joomla.org">Ads by Joomla!</a></div>
</div>
]]>
</block>
<article name="JoomlaContent1">
<header><![CDATA[Text, <a href="#">Link</a>, <a class="visited" href="#">Visited</a>, <a class="hovered" href="#">Hovered</a>]]></header>
<icons>
<icon name="PostDateIcon"><![CDATA[September 23th, 2007]]></icon>
<icon name="PostAuthorIcon"><![CDATA[Written by Administrator]]></icon>
</icons>
<content>
<![CDATA[
{PostPreviewImage}
<img src="joomla_images/Joomla.png" alt="an image" style="float:left;border:0;margin: 1em 1em 0 0;" />
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing
elit, <a href="#" title="link">link</a>, <a class="visited" href="#" title="visited link">visited link</a>,
<a class="hover" href="#" title="hovered link">hovered link</a>. Nullam dignissim convallis est.
Quisque aliquam. <cite>cite</cite>. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.
Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a
ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc.
<abbr title="Avenue">
AVE</abbr></p>
<p>Aliquam pharetra. Nulla in tellus eget odio sagittis blandit.Maecenas at nisl. Nullam lorem mi, eleifend a,
fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non,
accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis.
Suspendisse cursus velit vel ligula. Mauris elit.
</p>
<p>Aliquam pharetra. Nulla in tellus eget odio sagittis blandit.Maecenas at nisl. Nullam
lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante
dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis
sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris
elit.</p>
<p class="modifydate">Last Updated ( Thursday, 03 May 2008 09:39 )</p>
<p>
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<a class="readon art-button" href="javascript:void(0)">Read more...</a>
</span>
</p>
]]>
</content>
</article>
<article name="JoomlaContent2">
<header><![CDATA[Community Portal]]></header>
<icons>
<icon name="PostDateIcon"><![CDATA[November 5th, 2008]]></icon>
<icon name="PostAuthorIcon"><![CDATA[Written by Administrator]]></icon>
</icons>
<content>
<![CDATA[<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing
elit, <a href="#" title="test link">test link</a>. Nullam dignissim convallis est.
Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem.
Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent
mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim
diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla
nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a
ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi
imperdiet augue quis tellus.
<abbr title="Avenue">
AVE</abbr></p>
<h3>List</h3>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<h3>Quote</h3>
<blockquote>
<p>
“This stylesheet is going to help so freaking much.”
<br />
-Blockquote
</p>
</blockquote>
<h3>Table</h3>
<table class="art-article" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Header</th>
<th>Header</th>
<th>Header</th>
</tr>
<tr>
<td>Data</td>
<td>Data</td>
<td>Data</td>
</tr>
<tr class="even">
<td>Data</td>
<td>Data</td>
<td>Data</td>
</tr>
<tr>
<td>Data</td>
<td>Data</td>
<td>Data</td>
</tr>
</tbody></table>
<p class="modifydate">Last Updated ( Thursday, 08 November 2007 11:03 )</p>
<p>
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<a class="readon art-button" href="javascript:void(0)">Read more...</a>
</span>
</p>
]]>
</content>
</article>
</htmlExport>
</template>
let me know if you think this might be posable