blog.git
13 years agoSecond attempt at a clean checkout fix.
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.

13 years agoEnsure clean checkouts when building from git repositories.
W. Trevor King [Sat, 23 Oct 2010 18:24:15 +0000 (14:24 -0400)]
Ensure clean checkouts when building from git repositories.

13 years agoIgnore autogenerated files in posts/sawsim/
W. Trevor King [Sat, 23 Oct 2010 18:23:58 +0000 (14:23 -0400)]
Ignore autogenerated files in posts/sawsim/

13 years agoAdd a link from the sawsim post to the manual.
W. Trevor King [Sat, 23 Oct 2010 18:16:45 +0000 (14:16 -0400)]
Add a link from the sawsim post to the manual.

13 years agoAdd sawsim post.
W. Trevor King [Sat, 23 Oct 2010 18:03:10 +0000 (14:03 -0400)]
Add sawsim post.

13 years agoRemove trailing whitespace in posts/Xmodmap/Makefile.
W. Trevor King [Sat, 23 Oct 2010 18:03:00 +0000 (14:03 -0400)]
Remove trailing whitespace in posts/Xmodmap/Makefile.

13 years agoAdd Xephyr post.
W. Trevor King [Mon, 18 Oct 2010 00:50:45 +0000 (20:50 -0400)]
Add Xephyr post.

13 years agoAdd newline-in-minibuffer note to Emacs post.
W. Trevor King [Sat, 16 Oct 2010 17:15:32 +0000 (13:15 -0400)]
Add newline-in-minibuffer note to Emacs post.

13 years agoAdd Parallel computing post.
W. Trevor King [Thu, 14 Oct 2010 12:59:13 +0000 (08:59 -0400)]
Add Parallel computing post.

13 years agoAdd Course website post.
W. Trevor King [Thu, 14 Oct 2010 12:55:17 +0000 (08:55 -0400)]
Add Course website post.

13 years agoAdd problempack to base Makefile.
W. Trevor King [Thu, 14 Oct 2010 12:53:11 +0000 (08:53 -0400)]
Add problempack to base Makefile.

13 years agoAdd problempack post.
W. Trevor King [Thu, 14 Oct 2010 12:50:54 +0000 (08:50 -0400)]
Add problempack post.

13 years agoFix inline link to AJAX/example.html for rawhtml plugin.
W. Trevor King [Thu, 14 Oct 2010 01:50:36 +0000 (21:50 -0400)]
Fix inline link to AJAX/example.html for rawhtml plugin.

13 years agoUpgrade AJAX example to work with content served as application/xhtml+xml.
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.

13 years agoWith the rawhtml plugin, AJAX/example.html is a raw file, not a wiki page.
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.

13 years agoAdd AJAX example from old code/ pages.
W. Trevor King [Wed, 13 Oct 2010 21:26:04 +0000 (17:26 -0400)]
Add AJAX example from old code/ pages.

13 years agoClean up Snownews post.
W. Trevor King [Wed, 13 Oct 2010 20:35:40 +0000 (16:35 -0400)]
Clean up Snownews post.

13 years agoUse gitrepo for other links into /~wking/code/git/.
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.

13 years agoMerge remote branch 'origin/master'
W. Trevor King [Wed, 13 Oct 2010 19:38:31 +0000 (15:38 -0400)]
Merge remote branch 'origin/master'

13 years agoAdd gitrepo post announcing the gitrepo template.
W. Trevor King [Wed, 13 Oct 2010 19:38:07 +0000 (15:38 -0400)]
Add gitrepo post announcing the gitrepo template.

13 years agoDon't inline the gitrepo template in tags/git.
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.

13 years agoMove gitrepo template to top of ChemDB published post.
W. Trevor King [Wed, 13 Oct 2010 18:43:57 +0000 (14:43 -0400)]
Move gitrepo template to top of ChemDB published post.

13 years agoAdd title attribute to gitrepo link.
W. Trevor King [Wed, 13 Oct 2010 18:43:33 +0000 (14:43 -0400)]
Add title attribute to gitrepo link.

13 years agoAdd gitrepo template and use it in ChemDB published post.
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.

13 years agoRemove absolute paths for srcdir and destdir from ikiwiki.setup.
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.

13 years agoAdd code an python tags to ChemDB published post.
W. Trevor King [Wed, 13 Oct 2010 12:51:41 +0000 (08:51 -0400)]
Add code an python tags to ChemDB published post.

13 years agoMoved ikiwiki-nanoblogger-import.py to posts/migrate_nanoblogger_to_ikiwiki/.
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/.

13 years agoRearrange rel-vcs source to avoid rel-vcs/ path prefix in rel-vcs.xpi.
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.

13 years agoAdd rel-vcs post.
W. Trevor King [Fri, 8 Oct 2010 03:20:04 +0000 (23:20 -0400)]
Add rel-vcs post.

13 years agoDisable CGI generation since ikiwiki is not installed on the server.
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."

13 years agoAdded C post.
W. Trevor King [Wed, 6 Oct 2010 19:17:02 +0000 (15:17 -0400)]
Added C post.

13 years agoAdded Python post.
W. Trevor King [Wed, 6 Oct 2010 19:09:39 +0000 (15:09 -0400)]
Added Python post.

13 years agoAdded tags to the Sphinx post.
W. Trevor King [Wed, 6 Oct 2010 19:09:27 +0000 (15:09 -0400)]
Added tags to the Sphinx post.

13 years agoAdded Sphinx post.
W. Trevor King [Wed, 6 Oct 2010 18:59:58 +0000 (14:59 -0400)]
Added Sphinx post.

13 years agoAdded latex2html 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.

13 years agoMoved elsarticle-num.bst in from tools website.
W. Trevor King [Wed, 6 Oct 2010 18:33:37 +0000 (14:33 -0400)]
Moved elsarticle-num.bst in from tools website.

13 years agoFix BE post's tags.
W. Trevor King [Wed, 6 Oct 2010 18:32:14 +0000 (14:32 -0400)]
Fix BE post's tags.

13 years agoRestrict posts archive to a single level.
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.

13 years agoAdded BE post.
W. Trevor King [Wed, 6 Oct 2010 18:15:47 +0000 (14:15 -0400)]
Added BE post.

13 years agoAutomatically build _Xmodmap and unicode_sampler for posts/Xmodmap.
W. Trevor King [Wed, 6 Oct 2010 18:05:25 +0000 (14:05 -0400)]
Automatically build _Xmodmap and unicode_sampler for posts/Xmodmap.

13 years agoMore updates to posts/Git/notes.org markup.
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.

13 years agoIndentation and markup fixes to posts/Git/notes.org.
W. Trevor King [Wed, 6 Oct 2010 14:42:47 +0000 (10:42 -0400)]
Indentation and markup fixes to posts/Git/notes.org.

13 years agoCorrect typo Boogk -> Book in 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.

13 years agoAdded org-mode Git notes.
W. Trevor King [Wed, 6 Oct 2010 11:43:32 +0000 (07:43 -0400)]
Added org-mode Git notes.

13 years agoCleaned up 'Git and sawsim' post.
W. Trevor King [Tue, 5 Oct 2010 21:12:33 +0000 (17:12 -0400)]
Cleaned up 'Git and sawsim' post.

13 years agoAdded Git post.
W. Trevor King [Tue, 5 Oct 2010 21:12:18 +0000 (17:12 -0400)]
Added Git post.

13 years agoRenamed link to dotfiles git repo.
W. Trevor King [Tue, 5 Oct 2010 21:12:01 +0000 (17:12 -0400)]
Renamed link to dotfiles git repo.

13 years agoAdded dotfiles post.
W. Trevor King [Tue, 5 Oct 2010 20:56:03 +0000 (16:56 -0400)]
Added dotfiles post.

13 years agoAdded Xmodmap post and unicode tag.
W. Trevor King [Tue, 5 Oct 2010 20:42:52 +0000 (16:42 -0400)]
Added Xmodmap post and unicode tag.

13 years agoAdded Emacs page.
W. Trevor King [Tue, 5 Oct 2010 19:52:07 +0000 (15:52 -0400)]
Added Emacs page.

13 years agoAdded literate programming post.
W. Trevor King [Tue, 5 Oct 2010 19:24:12 +0000 (15:24 -0400)]
Added literate programming post.

13 years agoAdded XSLT post.
W. Trevor King [Tue, 5 Oct 2010 19:18:38 +0000 (15:18 -0400)]
Added XSLT post.

13 years agoAdded SSI post.
W. Trevor King [Tue, 5 Oct 2010 18:24:03 +0000 (14:24 -0400)]
Added SSI post.

13 years agoOops, rename tags/web.html -> tags/web.mdwn.
W. Trevor King [Tue, 5 Oct 2010 18:01:50 +0000 (14:01 -0400)]
Oops, rename tags/web.html -> tags/web.mdwn.

13 years agoAdded CSS page.
W. Trevor King [Tue, 5 Oct 2010 17:58:23 +0000 (13:58 -0400)]
Added CSS page.

13 years agoAdded a latex tag.
W. Trevor King [Tue, 5 Oct 2010 15:11:52 +0000 (11:11 -0400)]
Added a latex tag.

13 years agoAdded PGF.
W. Trevor King [Tue, 5 Oct 2010 15:06:19 +0000 (11:06 -0400)]
Added PGF.

13 years agoTagged Asymptote and LaTeX pages.
W. Trevor King [Tue, 5 Oct 2010 15:06:07 +0000 (11:06 -0400)]
Tagged Asymptote and LaTeX pages.

13 years agoFixup links in LaTeX post.
W. Trevor King [Tue, 5 Oct 2010 15:01:01 +0000 (11:01 -0400)]
Fixup links in LaTeX post.

13 years agoAdded latex and asymptote posts.
W. Trevor King [Tue, 5 Oct 2010 14:51:41 +0000 (10:51 -0400)]
Added latex and asymptote posts.

13 years agoMove per-post files into per-post subdirs and point mdwn_itex to ikiwiki git branch.
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.

13 years agoAdd broken_links page.
W. Trevor King [Tue, 5 Oct 2010 13:41:38 +0000 (09:41 -0400)]
Add broken_links page.

13 years agoAdded PLY, yacc2dot, and inline pages.
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).

13 years agoFix typos in tag/python links for call_graph.mdwn and depgraph.mdwn.
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.

13 years agoMigrated my call_graph page from my unversioned homepage to this blog.
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.

13 years agoAdded some specific software language tags.
W. Trevor King [Thu, 30 Sep 2010 18:17:01 +0000 (14:17 -0400)]
Added some specific software language tags.

13 years agoMigrated my depgraph page from my unversioned homepage to this blog.
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.

13 years agoReworked tag blurbs and added code and tools.
W. Trevor King [Thu, 30 Sep 2010 17:37:42 +0000 (13:37 -0400)]
Reworked tag blurbs and added code and tools.

13 years agoAdjust local.css to style sidebars for older ikiwiki versions.
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

13 years agoAdd a `Homepage` link to the sidebar.
W. Trevor King [Thu, 30 Sep 2010 15:26:33 +0000 (11:26 -0400)]
Add a `Homepage` link to the sidebar.

13 years agoMake the sidebar prettier.
W. Trevor King [Thu, 30 Sep 2010 15:24:45 +0000 (11:24 -0400)]
Make the sidebar prettier.

13 years agoAdd a sidebar with contact information.
W. Trevor King [Thu, 30 Sep 2010 14:49:13 +0000 (10:49 -0400)]
Add a sidebar with contact information.

13 years agoUpdate mdwn_itex-templates.patch from ikiwiki 3.14ubuntu1 -> 3.20100815.
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.

13 years agoAdded ikiwiki.setup to allow test compilation before committing.
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 "

13 years agoAdd htmltidy strip reference to mdwn_itex.
W. Trevor King [Thu, 30 Sep 2010 13:15:29 +0000 (09:15 -0400)]
Add htmltidy strip reference to mdwn_itex.

13 years agoAdded mdwn_itex.
W. Trevor King [Thu, 30 Sep 2010 05:29:32 +0000 (01:29 -0400)]
Added mdwn_itex.

13 years agoRename MathML.mdwn -> MathML.mdwn_itex for my altered mdwn_itex plugin.
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.

13 years agoUpdate MathML post with link to mathm plugin.
W. Trevor King [Wed, 29 Sep 2010 21:35:37 +0000 (17:35 -0400)]
Update MathML post with link to mathm plugin.

13 years agoAdded MathML.
W. Trevor King [Wed, 29 Sep 2010 20:49:45 +0000 (16:49 -0400)]
Added MathML.

13 years agoMarkdown doesn't like spaces in explicit reference links.
W. Trevor King [Wed, 29 Sep 2010 20:05:21 +0000 (16:05 -0400)]
Markdown doesn't like spaces in explicit reference links.

13 years agoAdded DocBook 5.
W. Trevor King [Wed, 29 Sep 2010 17:52:25 +0000 (13:52 -0400)]
Added DocBook 5.

13 years agoAdded Numpydoc and Sphinx 1.0.
W. Trevor King [Wed, 1 Sep 2010 16:40:12 +0000 (12:40 -0400)]
Added Numpydoc and Sphinx 1.0.

13 years agoUpdate Hooke-update-2.mdwn to point to bugfix commit.
W. Trevor King [Mon, 30 Aug 2010 17:59:00 +0000 (13:59 -0400)]
Update Hooke-update-2.mdwn to point to bugfix commit.

13 years agoAdded Hooke-update-2, reproducing errors initially found in Hooke-update
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

13 years agoCould not reproduce the '(m) (m)' bug in Hooke's saved playlists.
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.

13 years agoFixed emacs posts/Hooke-update.mdwn python/unicode in Hooke's YAML output.
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.

13 years agoMerge remote branch 'origin/master'
W. Trevor King [Sat, 28 Aug 2010 22:09:11 +0000 (18:09 -0400)]
Merge remote branch 'origin/master'

13 years agoUpdate Hooke-update.mdwn with results from GUI analysis.
W. Trevor King [Sat, 28 Aug 2010 20:51:18 +0000 (16:51 -0400)]
Update Hooke-update.mdwn with results from GUI analysis.

13 years agoRemove executible bit from 180.py.
W. Trevor King [Sat, 28 Aug 2010 19:43:23 +0000 (15:43 -0400)]
Remove executible bit from 180.py.

13 years agoOops, use wikilink to get to 180.py.
W. Trevor King [Sat, 28 Aug 2010 19:23:10 +0000 (15:23 -0400)]
Oops, use wikilink to get to 180.py.

13 years agoʇxǝʇ‾uʍop-ǝpısd∩.mdwn -> Upside-down_text.mdwn for ikiwiki.
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.

13 years agoMerge branch 'master' of /home/wking/notes/ikiwiki
W. Trevor King [Sat, 28 Aug 2010 19:12:17 +0000 (15:12 -0400)]
Merge branch 'master' of /home/wking/notes/ikiwiki

13 years agoAdded ʇxǝʇ‾uʍop-ǝpısd∩.mdwn and 180.py
W. Trevor King [Sat, 28 Aug 2010 19:12:15 +0000 (15:12 -0400)]
Added ʇxǝʇ‾uʍop-ǝpısd∩.mdwn and 180.py

13 years agoMerge branch 'master' of /home/wking/notes/ikiwiki
W. Trevor King [Sat, 28 Aug 2010 03:09:34 +0000 (23:09 -0400)]
Merge branch 'master' of /home/wking/notes/ikiwiki

13 years agoUpdated posts/Hooke-update.mdwn with successful playlist analysis.
W. Trevor King [Sat, 28 Aug 2010 03:08:46 +0000 (23:08 -0400)]
Updated posts/Hooke-update.mdwn with successful playlist analysis.

13 years agoAdded Hooke-update.mdwn and tags/hooke
W. Trevor King [Fri, 27 Aug 2010 20:21:09 +0000 (16:21 -0400)]
Added Hooke-update.mdwn and tags/hooke

13 years agoMerge branch 'master' of /home/wking/notes/ikiwiki
W. Trevor King [Fri, 27 Aug 2010 20:24:55 +0000 (16:24 -0400)]
Merge branch 'master' of /home/wking/notes/ikiwiki

13 years agoAdded Hooke-update.mdwn and tags/hooke
W. Trevor King [Fri, 27 Aug 2010 20:21:09 +0000 (16:21 -0400)]
Added Hooke-update.mdwn and tags/hooke

13 years agoConsolidate ikiwiki plug in the index's footer.
W. Trevor King [Fri, 27 Aug 2010 04:06:31 +0000 (00:06 -0400)]
Consolidate ikiwiki plug in the index's footer.

13 years agoAdded http://ikiwiki.info/css_market/embeddedmoose.css as local.css.
W. Trevor King [Fri, 27 Aug 2010 02:43:21 +0000 (22:43 -0400)]
Added ikiwiki.info/css_market/embeddedmoose.css as local.css.