On Jan 27, 2012, at 10:11 AM, Rick Winscot wrote: > It would be great to get the source files ASAP... Hugo Matinho and I offered > back in the first week of Jan to do the design work on the incubator website. > We've held off on doing anything until the logo contest concluded... we are > ready to rock the night fantastic.
If we are going to do web redesign and want to continue to use the Apache CMS to manage the website then it is my suggestion that web designs take that into consideration. If everyone with the itch to do web designs can create their own versions of the site skeleton[1] and css[2] then we can try each out by adjusting templates here[3]. You and Hugo might add hugorick.html and hugorick.css. We can then modify single_narrative.html to test and compare. This will leave room for other designs. When you look into skeleton.html you will see this part: <div id="topbara"> {% if topnav.content %}<div id="topnava">{% block topnav %}{{ topnav.content|markdown }}{% endblock %}</div>{% endif %} <div id="breadcrumbsa">{% block breaddcrumbs %}{% autoescape off %}{{ breadcrumbs }}{% endautoescape %}{% endblock %}</div> </div> <div id="clear"></div> {% if leftnav.content %}<div id="leftnav">{% block leftnav %}{{ leftnav.content|markdown }}{% endblock %}</div>{% endif %} {% if rightnav.content %}<div id="rightnav">{% block rightnav %}{{ rightnav.content|markdown }}{% endblock %}</div>{% endif %} The podling site is set to show leftnav because of the presence of the leftnav.mdtext file in the templates directory.[5] The skeleton can handle any or all of leftnav.mdtext, topnav.mdtext and rightnav.mdtext. It should be simple to add other bits of content to templates. Perhaps a hugorick.mdtext with the following in hugorick.html {% if hugorick.content %}<div id="hugorick">{% block hugorick %}{{ hugorick.content|markdown }}{% endblock %}</div>{% endif %} Regards, Dave [1] http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/skeleton.html?view=markup [2] http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/css/flex.css?view=markup [3] http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/single_narrative.html?view=markup [4] http://svn.apache.org/viewvc/incubator/flex/site/trunk/lib/path.pm?view=markup [5] http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/leftnav.mdtext?view=markup > > > -- > Rick Winscot > > > On Friday, January 27, 2012 at 10:46 AM, Doug Arthur wrote: > >> On Fri, Jan 27, 2012 at 8:19 AM, Tomasz Maciąg | Fuse Collective >> <t.mac...@fusecollective.com (mailto:t.mac...@fusecollective.com)> wrote: >>> Someone asked about source files. I was planing to release source files to >>> final version after tweaks but if someone needs to use them before that >>> please let me know and I post them after weekend. >>> >> >> >> It would be great to get access to the ones you have now. That way we >> can at least showcase it on the home page, rather than just linking to >> it. >> - Doug >> >> > >