I would like to include a few static pages in addition
to my weblog using the bBlog software to manage them.
This plug-in would allow for the creation and editing
of static pages as well as text formatting on the
static pages through Textile, BB code, and all the
usual text formatting plugins. The difference is that
instead of being blog entries they could be static
pages right on the site, that share the same look and
feel as the rest of the blog.
Logged In: YES
user_id=398810
Actually, hand-made static pages are supported in the
upcoming version 0.7
The idea you're submitting is very good, I'll take a look at
ASAP - perhaps it won't be ready for the first beta of 0.7, but
it should be present in the next version of bBlog.
Logged In: YES
user_id=614595
I would also recommend mod_rewrite as one possible way to
implement the static pages. E.g. say a user creates a static
page about.html. How is bBlog supposed to intercept that
request? One possible way is to use mod_rewrite to forward
request that don't map to an existing file or directory to
bBlog's static pages module.