W. Trevor King [Sat, 23 Oct 2010 19:12:10 +0000 (15:12 -0400)]
Add BibTeX post.
W. Trevor King [Sat, 23 Oct 2010 18:57:54 +0000 (14:57 -0400)]
Link from C and python tags back to their respective posts.
W. Trevor King [Sat, 23 Oct 2010 18:56:58 +0000 (14:56 -0400)]
Add python and C tags to sawsim post.
W. Trevor King [Sat, 23 Oct 2010 18:54:08 +0000 (14:54 -0400)]
Better wikilink to posts/sawsim from tags/sawsim.
W. Trevor King [Sat, 23 Oct 2010 18:51:39 +0000 (14:51 -0400)]
Added a sawsim tag.
W. Trevor King [Sat, 23 Oct 2010 18:50:41 +0000 (14:50 -0400)]
Fix contact link in sawsim post.
W. Trevor King [Sat, 23 Oct 2010 18:48:59 +0000 (14:48 -0400)]
Add problempack/ files to .gitignore and alphabetize .gitignore.
W. Trevor King [Sat, 23 Oct 2010 18:46:35 +0000 (14:46 -0400)]
Second attempt at a clean checkout fix.
Previous clean checkout fix was polluting posts/ with working
directory cruft (possible bug with --work-tree?). The new
implementation seems to work.
W. Trevor King [Sat, 23 Oct 2010 18:24:15 +0000 (14:24 -0400)]
Ensure clean checkouts when building from git repositories.
W. Trevor King [Sat, 23 Oct 2010 18:23:58 +0000 (14:23 -0400)]
Ignore autogenerated files in posts/sawsim/
W. Trevor King [Sat, 23 Oct 2010 18:16:45 +0000 (14:16 -0400)]
Add a link from the sawsim post to the manual.
W. Trevor King [Sat, 23 Oct 2010 18:03:10 +0000 (14:03 -0400)]
Add sawsim post.
W. Trevor King [Sat, 23 Oct 2010 18:03:00 +0000 (14:03 -0400)]
Remove trailing whitespace in posts/Xmodmap/Makefile.
W. Trevor King [Mon, 18 Oct 2010 00:50:45 +0000 (20:50 -0400)]
Add Xephyr post.
W. Trevor King [Sat, 16 Oct 2010 17:15:32 +0000 (13:15 -0400)]
Add newline-in-minibuffer note to Emacs post.
W. Trevor King [Thu, 14 Oct 2010 12:59:13 +0000 (08:59 -0400)]
Add Parallel computing post.
W. Trevor King [Thu, 14 Oct 2010 12:55:17 +0000 (08:55 -0400)]
Add Course website post.
W. Trevor King [Thu, 14 Oct 2010 12:53:11 +0000 (08:53 -0400)]
Add problempack to base Makefile.
W. Trevor King [Thu, 14 Oct 2010 12:50:54 +0000 (08:50 -0400)]
Add problempack post.
W. Trevor King [Thu, 14 Oct 2010 01:50:36 +0000 (21:50 -0400)]
Fix inline link to AJAX/example.html for rawhtml plugin.
W. Trevor King [Thu, 14 Oct 2010 01:42:14 +0000 (21:42 -0400)]
Upgrade AJAX example to work with content served as application/xhtml+xml.
W. Trevor King [Wed, 13 Oct 2010 21:33:03 +0000 (17:33 -0400)]
With the rawhtml plugin, AJAX/example.html is a raw file, not a wiki page.
W. Trevor King [Wed, 13 Oct 2010 21:26:04 +0000 (17:26 -0400)]
Add AJAX example from old code/ pages.
W. Trevor King [Wed, 13 Oct 2010 20:35:40 +0000 (16:35 -0400)]
Clean up Snownews post.
W. Trevor King [Wed, 13 Oct 2010 20:25:09 +0000 (16:25 -0400)]
Use gitrepo for other links into /~wking/code/git/.
Unchanged links go to the root of the browsable interface:
/~wking/code/git/git.php
with no `p=...` query value, or to specific blobs inside the browsable
interface.
I also cleaned up the Gentoo overlay post an pulled in the layman.xml
file.
W. Trevor King [Wed, 13 Oct 2010 19:38:31 +0000 (15:38 -0400)]
Merge remote branch 'origin/master'
W. Trevor King [Wed, 13 Oct 2010 19:38:07 +0000 (15:38 -0400)]
Add gitrepo post announcing the gitrepo template.
W. Trevor King [Wed, 13 Oct 2010 19:21:40 +0000 (15:21 -0400)]
Don't inline the gitrepo template in tags/git.
Because we don't want to have to scrub that with htmlscrubber.
W. Trevor King [Wed, 13 Oct 2010 18:43:57 +0000 (14:43 -0400)]
Move gitrepo template to top of ChemDB published post.
W. Trevor King [Wed, 13 Oct 2010 18:43:33 +0000 (14:43 -0400)]
Add title attribute to gitrepo link.
W. Trevor King [Wed, 13 Oct 2010 18:29:54 +0000 (14:29 -0400)]
Add gitrepo template and use it in ChemDB published post.
The template is based on ikiwiki's doc/templates/gitbranch.mdwn.
This turned out to be more complicated than I expected, mostly due to
the need for the template to both work and be appropriate Markdown.
The way to do this seems to be to use the htmlscrubber plugin to strip
the <TMPL_...> tags from the rendered version. I'd disabled the
htmlscrubber plugin because it had been stripping out my MathML. Now
it's re-enabled, but only for template/* posts. It would be nice if
there was a way to force posts to evaluate themselves as templates
when rendered directly...
I also added a git tag for the gitrepo template to use.
W. Trevor King [Wed, 13 Oct 2010 17:19:32 +0000 (13:19 -0400)]
Remove absolute paths for srcdir and destdir from ikiwiki.setup.
The content is now built in ./html/. This inspired an update to the
exclude regexp to avoid creating ./html/html/... with repeated builds.
Note that you may qhave to remove ./.ikiwiki/ for the new exclude to
take effect.
Also flesh out .gitignore to ignore built files, disable default git
pull, disable git wrapper generation, and log to the command line.
ikiwiki.setup is now better for generating the wiki to test changes
before committing them.
W. Trevor King [Wed, 13 Oct 2010 12:51:41 +0000 (08:51 -0400)]
Add code an python tags to ChemDB published post.
W. Trevor King [Wed, 13 Oct 2010 12:43:24 +0000 (08:43 -0400)]
Moved ikiwiki-nanoblogger-import.py to posts/migrate_nanoblogger_to_ikiwiki/.
W. Trevor King [Fri, 8 Oct 2010 03:37:52 +0000 (23:37 -0400)]
Rearrange rel-vcs source to avoid rel-vcs/ path prefix in rel-vcs.xpi.
W. Trevor King [Fri, 8 Oct 2010 03:20:04 +0000 (23:20 -0400)]
Add rel-vcs post.
W. Trevor King [Wed, 6 Oct 2010 20:21:40 +0000 (16:21 -0400)]
Disable CGI generation since ikiwiki is not installed on the server.
For a discussion of similar problems, see
http://ikiwiki.info/forum/Ikiwiki_CGI_not_working_on_my_server__44___and_it__39__s_a_binary_file__63__/
Disabling procedure from
http://ikiwiki.info/todo/page_edit_disable/
"You disable edit and preferences by not enabling a cgiurl at all."
W. Trevor King [Wed, 6 Oct 2010 19:17:02 +0000 (15:17 -0400)]
Added C post.
W. Trevor King [Wed, 6 Oct 2010 19:09:39 +0000 (15:09 -0400)]
Added Python post.
W. Trevor King [Wed, 6 Oct 2010 19:09:27 +0000 (15:09 -0400)]
Added tags to the Sphinx post.
W. Trevor King [Wed, 6 Oct 2010 18:59:58 +0000 (14:59 -0400)]
Added Sphinx post.
W. Trevor King [Wed, 6 Oct 2010 18:40:05 +0000 (14:40 -0400)]
Added latex2html post.
This completes the /~wking/tools/ import into ikiwiki.
W. Trevor King [Wed, 6 Oct 2010 18:33:37 +0000 (14:33 -0400)]
Moved elsarticle-num.bst in from tools website.
W. Trevor King [Wed, 6 Oct 2010 18:32:14 +0000 (14:32 -0400)]
Fix BE post's tags.
W. Trevor King [Wed, 6 Oct 2010 18:31:10 +0000 (14:31 -0400)]
Restrict posts archive to a single level.
Deeper levels are supporting files for the individual posts, not posts
in their own right.
W. Trevor King [Wed, 6 Oct 2010 18:15:47 +0000 (14:15 -0400)]
Added BE post.
W. Trevor King [Wed, 6 Oct 2010 18:05:25 +0000 (14:05 -0400)]
Automatically build _Xmodmap and unicode_sampler for posts/Xmodmap.
W. Trevor King [Wed, 6 Oct 2010 16:26:05 +0000 (12:26 -0400)]
More updates to posts/Git/notes.org markup.
Because of ikiwiki's link expansion, we can't use org-mode's standard
[[...]] search links. Instead, we use :CUSTOM_ID:s and [[#...][...]]
reference links. This requires org-mode >= 6.26.
W. Trevor King [Wed, 6 Oct 2010 14:42:47 +0000 (10:42 -0400)]
Indentation and markup fixes to posts/Git/notes.org.
W. Trevor King [Wed, 6 Oct 2010 13:45:48 +0000 (09:45 -0400)]
Correct typo Boogk -> Book in posts/Git/notes.org.
W. Trevor King [Wed, 6 Oct 2010 11:43:32 +0000 (07:43 -0400)]
Added org-mode Git notes.
W. Trevor King [Tue, 5 Oct 2010 21:12:33 +0000 (17:12 -0400)]
Cleaned up 'Git and sawsim' post.
W. Trevor King [Tue, 5 Oct 2010 21:12:18 +0000 (17:12 -0400)]
Added Git post.
W. Trevor King [Tue, 5 Oct 2010 21:12:01 +0000 (17:12 -0400)]
Renamed link to dotfiles git repo.
W. Trevor King [Tue, 5 Oct 2010 20:56:03 +0000 (16:56 -0400)]
Added dotfiles post.
W. Trevor King [Tue, 5 Oct 2010 20:42:52 +0000 (16:42 -0400)]
Added Xmodmap post and unicode tag.
W. Trevor King [Tue, 5 Oct 2010 19:52:07 +0000 (15:52 -0400)]
Added Emacs page.
W. Trevor King [Tue, 5 Oct 2010 19:24:12 +0000 (15:24 -0400)]
Added literate programming post.
W. Trevor King [Tue, 5 Oct 2010 19:18:38 +0000 (15:18 -0400)]
Added XSLT post.
W. Trevor King [Tue, 5 Oct 2010 18:24:03 +0000 (14:24 -0400)]
Added SSI post.
W. Trevor King [Tue, 5 Oct 2010 18:01:50 +0000 (14:01 -0400)]
Oops, rename tags/web.html -> tags/web.mdwn.
W. Trevor King [Tue, 5 Oct 2010 17:58:23 +0000 (13:58 -0400)]
Added CSS page.
W. Trevor King [Tue, 5 Oct 2010 15:11:52 +0000 (11:11 -0400)]
Added a latex tag.
W. Trevor King [Tue, 5 Oct 2010 15:06:19 +0000 (11:06 -0400)]
Added PGF.
W. Trevor King [Tue, 5 Oct 2010 15:06:07 +0000 (11:06 -0400)]
Tagged Asymptote and LaTeX pages.
W. Trevor King [Tue, 5 Oct 2010 15:01:01 +0000 (11:01 -0400)]
Fixup links in LaTeX post.
W. Trevor King [Tue, 5 Oct 2010 14:51:41 +0000 (10:51 -0400)]
Added latex and asymptote posts.
W. Trevor King [Tue, 5 Oct 2010 14:20:21 +0000 (10:20 -0400)]
Move per-post files into per-post subdirs and point mdwn_itex to ikiwiki git branch.
W. Trevor King [Tue, 5 Oct 2010 13:41:38 +0000 (09:41 -0400)]
Add broken_links page.
W. Trevor King [Tue, 5 Oct 2010 13:10:49 +0000 (09:10 -0400)]
Added PLY, yacc2dot, and inline pages.
Also added a Makefile to build generated files
(e.g. posts/yacc2dot/*.png).
W. Trevor King [Thu, 30 Sep 2010 20:38:58 +0000 (16:38 -0400)]
Fix typos in tag/python links for call_graph.mdwn and depgraph.mdwn.
W. Trevor King [Thu, 30 Sep 2010 18:18:07 +0000 (14:18 -0400)]
Migrated my call_graph page from my unversioned homepage to this blog.
W. Trevor King [Thu, 30 Sep 2010 18:17:01 +0000 (14:17 -0400)]
Added some specific software language tags.
W. Trevor King [Thu, 30 Sep 2010 17:38:22 +0000 (13:38 -0400)]
Migrated my depgraph page from my unversioned homepage to this blog.
W. Trevor King [Thu, 30 Sep 2010 17:37:42 +0000 (13:37 -0400)]
Reworked tag blurbs and added code and tools.
W. Trevor King [Thu, 30 Sep 2010 15:57:42 +0000 (11:57 -0400)]
Adjust local.css to style sidebars for older ikiwiki versions.
ikiwiki versions before
commit
baaa848f6c06b0b3a59677d3551e130c65e5fde7
Author: Joey Hess <joey@gnu.kitenet.net>
Date: Thu Apr 15 15:04:17 2010 -0400
use id="sidebar" (newer version use class="sidebar"), so we repeat the
sidebar styling with
.sidebar -> #sidebar
Now this style sheet will work with both versions.
Note that we also adjust #sidebar's padding, since that changed as
well.
commit
5143d790b023f7f04ebdf694225b2946af676503
Author: Joey Hess <joey@gnu.kitenet.net>
Date: Thu Apr 15 16:08:33 2010 -0400
W. Trevor King [Thu, 30 Sep 2010 15:26:33 +0000 (11:26 -0400)]
Add a `Homepage` link to the sidebar.
W. Trevor King [Thu, 30 Sep 2010 15:24:45 +0000 (11:24 -0400)]
Make the sidebar prettier.
W. Trevor King [Thu, 30 Sep 2010 14:49:13 +0000 (10:49 -0400)]
Add a sidebar with contact information.
W. Trevor King [Thu, 30 Sep 2010 13:42:30 +0000 (09:42 -0400)]
Update mdwn_itex-templates.patch from ikiwiki 3.14ubuntu1 -> 3.
20100815.
W. Trevor King [Thu, 30 Sep 2010 13:32:26 +0000 (09:32 -0400)]
Added ikiwiki.setup to allow test compilation before committing.
For example, you can preview a new page:
$ ikiwiki --setup ikiwiki.setup --render posts/mdwn_itex.mdwn_itex | w3m -T type/html
Or check for errors:
$ ikiwiki --setup ikiwiki.setup --render posts/mdwn_itex.mdwn_itex > /dev/null
wking@thialfi blog $ git status
wking@thialfi blog $ git commit -am "
W. Trevor King [Thu, 30 Sep 2010 13:15:29 +0000 (09:15 -0400)]
Add htmltidy strip reference to mdwn_itex.
W. Trevor King [Thu, 30 Sep 2010 05:29:32 +0000 (01:29 -0400)]
Added mdwn_itex.
W. Trevor King [Thu, 30 Sep 2010 03:00:48 +0000 (23:00 -0400)]
Rename MathML.mdwn -> MathML.mdwn_itex for my altered mdwn_itex plugin.
W. Trevor King [Wed, 29 Sep 2010 21:35:37 +0000 (17:35 -0400)]
Update MathML post with link to mathm plugin.
W. Trevor King [Wed, 29 Sep 2010 20:49:45 +0000 (16:49 -0400)]
Added MathML.
W. Trevor King [Wed, 29 Sep 2010 20:05:21 +0000 (16:05 -0400)]
Markdown doesn't like spaces in explicit reference links.
W. Trevor King [Wed, 29 Sep 2010 17:52:25 +0000 (13:52 -0400)]
Added DocBook 5.
W. Trevor King [Wed, 1 Sep 2010 16:40:12 +0000 (12:40 -0400)]
Added Numpydoc and Sphinx 1.0.
W. Trevor King [Mon, 30 Aug 2010 17:59:00 +0000 (13:59 -0400)]
Update Hooke-update-2.mdwn to point to bugfix commit.
W. Trevor King [Mon, 30 Aug 2010 17:38:40 +0000 (13:38 -0400)]
Added Hooke-update-2, reproducing errors initially found in Hooke-update
W. Trevor King [Sat, 28 Aug 2010 23:27:39 +0000 (19:27 -0400)]
Could not reproduce the '(m) (m)' bug in Hooke's saved playlists.
W. Trevor King [Sat, 28 Aug 2010 23:01:34 +0000 (19:01 -0400)]
Fixed emacs posts/Hooke-update.mdwn python/unicode in Hooke's YAML output.
W. Trevor King [Sat, 28 Aug 2010 22:09:11 +0000 (18:09 -0400)]
Merge remote branch 'origin/master'
W. Trevor King [Sat, 28 Aug 2010 20:51:18 +0000 (16:51 -0400)]
Update Hooke-update.mdwn with results from GUI analysis.
W. Trevor King [Sat, 28 Aug 2010 19:43:23 +0000 (15:43 -0400)]
Remove executible bit from 180.py.
W. Trevor King [Sat, 28 Aug 2010 19:23:10 +0000 (15:23 -0400)]
Oops, use wikilink to get to 180.py.
W. Trevor King [Sat, 28 Aug 2010 19:20:22 +0000 (15:20 -0400)]
ʇxǝʇ‾uʍop-ǝpısd∩.mdwn -> Upside-down_text.mdwn for ikiwiki.
W. Trevor King [Sat, 28 Aug 2010 19:12:17 +0000 (15:12 -0400)]
Merge branch 'master' of /home/wking/notes/ikiwiki
W. Trevor King [Sat, 28 Aug 2010 19:12:15 +0000 (15:12 -0400)]
Added ʇxǝʇ‾uʍop-ǝpısd∩.mdwn and 180.py