A dozen, a gross, and a score
plus three times the square root of four
divided by seven
plus five times eleven
is nine squared and not a bit more
$$ \frac{12+144+20+3\sqrt{4}}{7}+5\times11=9^2+0 $$
~ by Leigh Mercer
found on Wikipedia
Just another HTMLy blog
A dozen, a gross, and a score
plus three times the square root of four
divided by seven
plus five times eleven
is nine squared and not a bit more
$$ \frac{12+144+20+3\sqrt{4}}{7}+5\times11=9^2+0 $$
~ by Leigh Mercer
found on Wikipedia
New content is being created with several goals in mind:
I am currently trying out different wiki and CMS systems that minimize my workflow of creating content pages from my phone and posting them to my web server as directly as possible. My leading candidate, while lacking features like tagging and blog automation, happens to be MDwiki. There is also a more involved MultiMarkDown-CMS that includes bells and whistles like tagging, blogging, and online search, but my first impression is that the workflow may be too demanding for my mobile desires.
I am very impressed with the elegance of MDwiki. You can start your own wiki site faster than you may suspect:
MDwiki.html
. You might do that as simple as viewing this very page, and using "Save As..." to store it as MDwiki.html
or index.html
.index.md
.MDwiki.html
and all your *.md text files) to your web server.That's it! No fancy installations. No special server requirements. Just point your browser to read the Markdown file, through the MDwiki file, using the "shebang" of #!
like so:
www.twisty.org/MDwiki.html#!index.md
In fact, if you rename the MDwiki.html to index.html so that it is your web folder's default page, then it can be reached with the simpler:
www.twisty.org/#!index.md
...or in the case of just the index file, you can even omit the shebang and the filename!
As a bonus, you can fetch the Markdown text source file directly: e.g. www.twisty.org/gimmicks.md
without the shebang.
A similar Javascript client-side solution is G2M2.net. It adds some file searching/indexing options and custom themes, but is focused more on GitHub servers.
I'm loving MDwiki for now. I will likely keep a copy on my thumbdrive so that I can instantly place my website on any web server... or even any file browser.
I like the results of MMD-CMS, but not its workflow. It was designed with laptop users in mind, requiring them to execute a shell script called "mmd2html", which in turn calls an installed Linux command for multimarkdown. Since my aim is to bypass such requirements, and post directly from my Android phone, it seems this CMS is not in the cards.
It is conceivable to place this executable on the web server, but I'd rather not entrench a platform that may fail my futureproofing goals. The CMS has not been updated since 2010, so while the MultiMarkDown executable is better maintained, a chain is only as strong as its weakest link.
These are still promising prospects. Their only single downside I've found so far is its dependence on PHP as a server engine. That's a small cost that is not likely to vanish from the web server landscape any time soon. So with the many positive benefits such as taxonomy (categories and tags), blogging, searching, etc., I could switch to either of these in the very near future.
If you are looking for old content, you may try old.twisty.org.