So, this is my wiki. It'll be part wiki and part blog, so... "bliki" in Martin Fowler's
terminology. (Except he does his with a bunch of scripts to generate a static site and I didn't want to go that route.)
Blog#
- GithubPagesBlogEntries
- While I'm trying to figure out how to get starting blogging with this thing, these are my old blog entries from my GitHub Pages days. (Great Scott, has it been more than a year??)
- Ma blog
- See core plugins
for JSPWiki, but basically, use WebLogEntryPlugin + WebLogPlugin + WebLogArchivePlugin
Sample Page For Playing Around#
Here's a dumb page: FooBar
Next Steps#
- Use the versioning page manager, so I can roll back changes if I want to (I'm paranoid that way).
- Document how I got all this done on the Apache JSPWiki Wiki, since at least one other person seems to be interested in my progress.
- Make the text in the plain editor just plain black, instead of this harder-to-read gray.
- Pick a nicer font (bigger on desktop screen, not unreasonable on mobile).
- Figure out how to create an RSS/Atom feed.
- Verify that it shows updates for other pages than Main. (Turns out you have to use the full path to the RDF file, http://web.how-hard-can-it-be.com/wiki/rss.rdf
in this case.)
- Verify that it shows updates for other pages than Main. (Turns out you have to use the full path to the RDF file, http://web.how-hard-can-it-be.com/wiki/rss.rdf
- Figure out how to list a subset of pages in descending order of date last modified Turns out there's a blogging plugin, see above.
- CategoryBlog, maybe?
- Saved search??
- Is it possible to add tags to a page, or is it just done with a TagFoo reference?