Yes, sounds fine. I have also something for setting up Awestruct on Windows. Before you install the Awestruct gem, you need to install DevKit, as described here: 
<a href="https://github.com/oneclick/rubyinstaller/wiki/Development-Kit">https://github.com/oneclick/rubyinstaller/wiki/Development-Kit</a>. This worked out of the box with Ruby, but not with JRuby (to be honest, I didn&#39;t spend too much time to research why).<div>
<br></div><div>I have some questions about Textile. Do you know how I can escape a character? For example -- is translated into dash. However, I want exactly double hyphen and not dash. Is there a way to escape the translation? Backslash doesn&#39;t help.</div>
<div><br></div><div>Is there also something that corresponds to the wiki&#39;s tip tag? The closest I found was bq, but i don&#39;t really want to quote someone, I rather want to provide a tip.</div><div><br></div><div>Cheers,</div>
<div>Ivan<br><br><div class="gmail_quote">On Tue, Apr 3, 2012 at 10:55 PM, Lincoln Baxter, III <span dir="ltr">&lt;<a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Awesome! Maybe that should go in the Awestruct FAQ on our quickstart.<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Tue, Apr 3, 2012 at 12:41 AM, Paul Bakker <span dir="ltr">&lt;<a href="mailto:paul.bakker.nl@gmail.com" target="_blank">paul.bakker.nl@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Ivan,<div><br></div><div>Thanks for helping on the site! </div><div>The Textile file looks ok. For some changes you have to force Awestruct to re-generate the site. In this case it doesn&#39;t regenerate the index page because it is unchanged itself. Remove the _site directory and restart Awestruct to make sure everything is generated.</div>

<div><br></div><div>Paul</div><div><br><div><div><div><div>On Apr 2, 2012, at 23:57 , Ivan St. Ivanov wrote:</div><br></div></div><blockquote type="cite"><div><div>Hey Paul,<div><br></div><div>I installed awestruct and added a documentation page: <a href="https://docs.jboss.org/author/display/FORGE/Give+your+Plugin+a+name" target="_blank">https://docs.jboss.org/author/display/FORGE/Give+your+Plugin+a+name</a></div>


<div><br></div><div>However, when I go to the documentation index page (<a href="http://localhost:4242/docs/index.html" target="_blank">http://localhost:4242/docs/index.html</a>), I don&#39;t see my newly added document in the list on the left. I see an HTML generated under _site\docs\plugin_development. But nothing refers to it.</div>


<div><br></div><div>Do I miss something? I&#39;ve attached my textile file.</div><div><br></div><div>Thanks,</div><div>Ivan</div><div><br><div class="gmail_quote">On Tue, Mar 20, 2012 at 8:24 AM, Paul Bakker <span dir="ltr">&lt;<a href="mailto:paul.bakker.nl@gmail.com" target="_blank">paul.bakker.nl@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF"><div>Started fresh, so we can build it up step by step. They built a bunch of plugins that we should reuse though.</div>


<div><br>Sent from my iPhone</div><div><div><div><br>On 20 mrt. 2012, at 05:22, &quot;Lincoln Baxter, III&quot; &lt;<a href="mailto:lincolnbaxter@gmail.com" target="_blank">lincolnbaxter@gmail.com</a>&gt; wrote:<br>
<br></div><div><span></span></div><blockquote type="cite"><div>Hey Paul,<br><br>Did you start with a fresh Awestruct instance, or did you take things from Arquillian? I think it would be a good idea to look at what they have done before we get too far on creating our own. In fact, they have been working extensively to make their system reusable for many projects!<br>



<br>~Lincoln<br><br><div class="gmail_quote">On Sun, Mar 18, 2012 at 8:23 AM, Paul Bakker <span dir="ltr">&lt;<a href="mailto:paul.bakker.nl@gmail.com" target="_blank">paul.bakker.nl@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



Thanks for testing, it should work a lot better now!<br>
<span><font color="#888888"><br>
Paul<br>
</font></span><div><div><br>
On Mar 17, 2012, at 17:29 , Jason Porter wrote:<br>
<br>
&gt; Site&#39;s not really mobile friendly, FYI.<br>
&gt;<br>
&gt; Sent from my iPhone<br>
&gt;<br>
&gt; On Mar 17, 2012, at 8:14, Paul Bakker &lt;<a href="mailto:paul.bakker.nl@gmail.com" target="_blank">paul.bakker.nl@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; As promised I started work on the new website. After some good experiences with it for the Arquillian website we decided to use Awestruct for this. This basically allows you to do some &quot;dynamic&quot; things like templating while the result is still plain HTML.<br>




&gt;&gt; For the look&amp;feel I used the Bootstrap library. We still have a lot of work to do, but I did set up the structure of the site. Now it&#39;s just adding more and more content.<br>
&gt;&gt;<br>
&gt;&gt; There are a few things to look at:<br>
&gt;&gt; 1) The front page<br>
&gt;&gt; It contains a news section which is aggregated from the &quot;news&quot; directory. The pages within the news directory must have the format of yyyy-MM-dd-post-pagetitle.textile to be picked up.<br>
&gt;&gt;<br>
&gt;&gt; 2) The documentation page<br>
&gt;&gt; The documentation pages have their own template which creates the menu structure: _layouts/docs.html.haml. If a new page is added we need to add it to the menu too (this can probably be automated).<br>
&gt;&gt;<br>
&gt;&gt; You can preview the site here: <a href="http://jboss-forge.s3.amazonaws.com/index.html" target="_blank">http://jboss-forge.s3.amazonaws.com/index.html</a> and the sources are on github: <a href="https://github.com/forge/website" target="_blank">https://github.com/forge/website</a><br>




&gt;&gt;<br>
&gt;&gt; I will continue adding content myself, but please contribute on this. You can simply send pull requests on git like always. The most important at this point is to migrate the documentation.<br>
&gt;&gt;<br>
&gt;&gt; Paul<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; forge-dev mailing list<br>
&gt;&gt; <a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; forge-dev mailing list<br>
&gt; <a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<br>
<br>
_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org/" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;<br>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>forge-dev mailing list</span><br><span><a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a></span><br>


<span><a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a></span><br></div></blockquote></div></div></div><br>_______________________________________________<br>



forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<br></blockquote></div><br></div>
</div></div><span>&lt;give-your-plugin-name.textile&gt;</span>_______________________________________________<div><br>forge-dev mailing list<br><a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>

<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br></div></blockquote></div><br></div></div><br>_______________________________________________<br>


forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;<br>
</div></div><br>_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<br></blockquote></div><br></div>