As mention in Andrea's post on the same topic (http://mu.wordpress.org/forums/topic.php?id=2282&replies=24) I've been playing around with a very basic theme for the Admin/ newsblog for MU installations.
Anyway I was wondering if any of you would like to test what I've come up with so far (that's why I call it a beta)?
I've made the layout very simple in greys, red and blue.
It's two coloumn - home and pages shows loginform and update blogs, while blogarchives and posts shows a 'normal' blogsidebar- this got widgetsupport.
Demo - http://kzkw.fwwhost.net/basicmu/
Download - http://kzkw.net/demostuff/
I've not included any readme in this version as it's just for testing, so I'll write it all down in this post.
My approach to the theme was that I wanted to make home.php easier to maintain.
The home.php for this theme uses you blog's tagline as title and includes the text on your about page as default. The about page is excluded in the list_pages code you find in header.php
If you like to use another page for this you have to edit home.php and header.php to reflect this.
I've also created some other pagetemplates for the theme:
news.php {recent news} - this template shows the full post of the ten recent news. You may use this if you don't want them on the home page, or just give the illusion of a blog.
But it doesn't work like a normal blog, so I've created:
archives.php {archive} which you can use the create an archive page with months and categories.
contact.php {contact} - this is actually a modified template from the blix theme. You can use this if you like a email us page.
searchpage.php {search} - This is for sitewide search - or web - I've used googlesearch for this purpose.
Other strange(?) things:
All the forms (except comments) are located in /forms/ folder. As there was terrible many forms in this theme I've created a seperate css file for forms - forms.css
Well, I think that was it, for now.