<div class="gmail_quote">On Wed, Jun 29, 2011 at 2:39 PM, Ary Manzana <span dir="ltr"><<a href="mailto:ary@esperanto.org.ar">ary@esperanto.org.ar</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

There are many tools to syntax highlight code using HTML. Making the compiler (or some part of it) do it is... hmmm... it's not the compiler's job!<br>
<br>
Come on, it's not that hard to highlight with an external javascript (Nick Sabalausky, please no comments :-P :-))</blockquote><div><br></div><div>GP.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

As someone else pointed out, the documentation for Phobos (or any library) could be in a different subdomain without having to deal with the main website styles or antyhing. And you can do the main website with another framework.<br>

</blockquote></div><br><div>A related thought here: are we aware of GitHub site hosting?  AFAICT <a href="http://d-p-l.org">d-p-l.org</a> doesn't use it, so I guess the repo is being pulled to another server?  As the content is (I think?) entirely static, GH hosting would be easier, more maintainable, and cheaper.  And no out-of-sync issues -- I saw a thread today with someone complaining the site hadn't been pulled from GH ...</div>
<div><br></div><div>For the main site: while I've not used it, I hear GH's inbuilt support for <a href="https://github.com/mojombo/jekyll">Jekyll</a>, a static site generator, is great.  <a href="https://github.com/mojombo/jekyll/wiki/sites">It's pretty well recognized</a>, completely customizable, and I suspect well within our requirements.  Some examples of sites built on it:</div>
<div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://joelbradbury.net/">http://joelbradbury.net/</a></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://domain51.com/">http://domain51.com/</a></div>
<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://jimeh.me/">http://jimeh.me/</a></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://neilang.com/">http://neilang.com/</a></div>
<div><br></div><div>Of course, we don't have to use Jekyll, and can roll our own static site.</div>