On Oct 21, 2011, at 2:06 PM, Jacek Laskowski wrote: > On Fri, Oct 21, 2011 at 7:52 PM, David Blevins <[email protected]> > wrote: > >> Hiram Chirino pointed this out to me this week. Looks like some great >> building blocks for a site: >> >> http://twitter.github.com/bootstrap/ > > I felt in love with it as I saw it. I'd very much welcome having it > for openejb's website.
Took a shot at using bootstrap in the CMS. http://openejb.staging.apache.org/index.html http://openejb.staging.apache.org/documentation.html We don't have to use that at all. We can easily draft up a different template. Most the work was in the content itself and expanding the functionality of the template processing so it can handle easily referencing bootstrap css elements. So we could easily tweak or completely change the templates themselves. Maybe use the tan one if people like it, or something else altogether. # Examples I used svn externals to pull in the examples http://openejb.staging.apache.org/examples/simple-stateless/README.html (4.0.0-beta-1 tag) http://openejb.staging.apache.org/examples-trunk/simple-stateless/README.html (trunk) It uses the examples zips created from the ci.apache.org setup. We should be able to tweak our examples index generating tool so that it can generate and check in an index.html or index.mdtext file. At the very least it could generate it and we can check it in manually then find some way to automate it later. Think it would be really easy to execute it from the CMS directly actually, but we can get it to work manually at first. The index for the "main" part of the site uses a different template. We could do the same: http://svn.apache.org/repos/asf/openejb/site/trunk/content/index.html -David
