I wanted to mention a few things I was thinking of / plan to do on the blogs, to invite comments / suggestions.
- The /main interface…
- Should be the main page. I’m hoping this will be easy to accomplish. (WP makes heavy use of mod_rewrite, something I haven’t used before.)
- Should truncate posts at some reasonable length.
- Should show the blog something was posted to, not the author of the blog.
- This is more of a pedantic thing, but it’s correct.
- I have this and /meta, a blog about the blog. Both show up as “n1zyy”
- The timezone seems seriously screwed up?
- Some of the templates need work
- A few (nonzero, featured on Andrew’s site, in particular) have all sorts of random crap in them, such as ads / strangers’ Flickr galleries. These need to be removed.
- home.php doesn’t exist, which results in errors beings spewed everywhere
- I wonder if I can just touch it.
- I really, really need some caching going on here
- Should I import all the old posts?
- Part of the problem is that there are lots of lingering links to exact pages. WP uses a new URL format, so even if I import everything, old links will be broken.
- This would help spur people to remove ancient links?
- I haven’t really had anyone ask. I don’t want to go importing someone else’s old content to my website if that person doesn’t want me to.
- Many of the people haven’t yet indicated any interest in renewed activity here.
- Part of the problem is that there are lots of lingering links to exact pages. WP uses a new URL format, so even if I import everything, old links will be broken.
- I want to play a bit with the concept of shared categories; e.g., we could have a “Computers” category at, say, /computers, where posts by any of us with the the category of “Computers” would show up.
- This would be somewhat of a pain, as each of us has our own list of categories.
- Coding around it is entirely possible, but would require multiple levels of queries… Which is fine if people are interested, which is what I’m wondering
- This would be somewhat of a pain, as each of us has our own list of categories.