Here’s the flavour files and style sheets that I use for this blog. Please note that they have been modified slightly (story.dr especially) since I am using a “custom” version of blosxom, with some Apache Rewrites to handle my URLs in a prettier way than normal
This may or may not have worked, so you might need to play around a little with that one file. Also, you will probably want to modify the paths to the style sheets in head.dr so that they are full paths, or at least root-relative (which is what I use, if you are interested).
Also please note that I am using these plugins, so there are references to their output in the flavour files;
- writebacks
- calendar
- breadcrumbs
That’s it – unzip and enjoy! I’ve named the flavour files *.dr to avoid overwriting any of your existing flavours, so that shouldn’t be a problem for you either
Following a request from the blosxom mailing list, I’ll be packaging up the flavour files and associated style sheets used on this blog for download. I’ll post here when they are done. I’ll need to remove some “specific” bits which won’t make sense for other people first tho
This is my first post to my new blosxom-powered web log using webpad. Hopefully this will work, and all will be well.
I think webpad offers a great way to manage a blosxom-powered blog remotely, since it offers a few easy-to-use HTML tools, while modifying the file directly on the server, which is just where blosxom wants them
I was thinking, blosxom is very cool, but I’d like to be able to do a few things in regards to getting something on my blog when I am out and about;
- Be able to post from anywhere (i.e. I want a web-based interface of some sort)
- Be able to post from my Palm (I built AvantBlog for this reason, why not have AvantBlosx?
)
- A nifty little dialog-thingo allowing me to make quick posts (very similar to the Palm version) would be nice as well, something I could bookmarklet easily.
So I had a look around, and the first one appears to be pretty much available already, care of PHPetal. After that tho, there doesn’t appear to be a simple, clean interface available that could be hacked to use on Palm and as a simple little bookmarklet dialog.
My idea is basically to just provide the person with a very simple interface, at this stage it would consist of a select box containing a recursed listing of their blog directories, and a textarea where they could enter their post. As per blosxom, the first line would be used as the title, and I would either make up a filename based on the title, or just generate one from a timestamp.
What do you reckon?
I think (can’t remember already – it’s been a long day!) I found this one care of a lead from the blosxom mailing list, but here’s a cool, web-based application which operates very similarly to the “PortaBlosx” idea that I am still thinking of working on. It’s called PHPetal and basically just provides a one-page interface to posting to your blosxom-powered blog. It looks pretty funky, although it’s a bit “heavy” for converting to a Palm version I reckon, so I will keep thinking about my own, simple version.
Yes, I finally got my new site live, and it all appears to be working, including the new and fancy, blosxom-driven “Notes” section.
This has taken quite a bit of work to get live, but I am quite happy with the way that things have turned out. The main addition(s) that I want to make at this stage are writebacks on my Notes section, so that I can hear what you guys out there have to say about things, rather than this being a 1-way only information device
Keep an eye out for the ability to comment on my postings here in the nearish future (hopefully!). When I get it working, it should also allow for trackbacks, so you can register comments on my posts on your own blogs if you like
blosxom is the amazingly simple, yet endlessly powerful blogging application written by Rael Dornfest which is now running most of the DentedReality website.
I have made some pretty schmick “helper” scripts (even if I do say so myself), which allow me to manage a blog using directories, and you can link straight to a directory, and it will show you the blog entries via blosxom in that dir.
Work on my site is coming along. I have added in blosxom v1.1, which went pretty much without a hitch. I had to modify my template slightly, but that was more because of my dodgy custom handling, rather than anything to do with blosxom itself.
I’ve been spending some time on the projects section, getting the project pages up to scratch and re-formatted; it’s looking pretty good. I am taking a few of the old projects offline, because they don’t have any documentation, don’t work anymore, things like that
I’m not going to put a date on when the site will be live, but given the current progress, and the list of things to do still, I would estimate about 2 weeks. Here’s the current list;
- Projects Sections
- Blogger API (functions, classes + meta)
- phpMassMail (also requires some work to make it 4.2+ compatible, and re-format documentation to include)
- JSSearch (would like to get some more information/documentation/examples included)
- JSValidate (want to update this to include the ability to open a popup window rather than an alert – optional)
- Client work and websites
- Contact Form
- Layout/design
- Contingency design
- Processing/handling
- Result/output page
- Search System
- Layout/Design (of the results, as well as extra options, defining manual entries etc)
- Processing system (integrating my manual results with Google/XooMLe’s results)
- Management of my manual entries (and a decent name for them
So there we go. That’s what I’ll be working on in the near future. And for those interested, I will be creating a custom search system, which integrates Google‘s results for within my website (using XooMLe) with a selection of manual “Top Picks” or “Best Bets” which I have selected for certain terms. I have the rough idea planned out already, just need to implement it in code. I will probably make the code available for download once it’s complete as well, so keep an eye out for that
That’s all for now – time to get back to life.
Just had a good idea, it’d be nice to have the calendar display the month which the current (requested) post was made in. So if I just go directly to /archives/2003/12/* then it would display the month of December, 2003 in the calendar.
Shouldn’t be a hard modification to make, and I only have to make it to the archive processing script – so should be easy. I’ll add it before the site goes live.
The plan with these helper scripts that I am writing is that blosxom will be able to operate in a “REST-like” environment. This means that directing a browser to a URL like /blogging/blogger.com/ should load the blog entries in that directory (if it is within a defined blog-tree).
It’s working so far, and I have added in the option of linking to ‘rss.xml’ within any directory in the blog-tree to get an RSS feed of that level/category/sub-blog. Sweeeet. Next up is to eliminate the permalinks needing to use the blosxom.pl script in the URL (i.e. so that archives don’t have to link to blosxom.pl at all).