mw2txt.git
14 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.

14 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.

14 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.

14 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/.

14 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.

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

14 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."

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

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

14 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.

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

14 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.

14 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.

14 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.

14 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.

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

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

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

14 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.

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

14 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.

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

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

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

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

14 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.

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

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

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

14 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.

14 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.

14 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.

14 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.

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

14 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).

14 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.

14 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.

14 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.

14 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.

14 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.

14 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

14 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.

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

14 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.

14 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.

14 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 "

14 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.

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

14 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.

14 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.

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

14 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.

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

14 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.

14 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.

14 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

14 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.

14 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.

14 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'

14 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.

14 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.

14 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.

14 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.

14 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

14 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

14 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

14 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.

14 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

14 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

14 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

14 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.

14 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.

14 years agoHere -> This to clarify post.mdwn wording (here sounds like a link :p).
W. Trevor King [Fri, 27 Aug 2010 02:17:36 +0000 (22:17 -0400)]
Here -> This to clarify post.mdwn wording (here sounds like a link :p).

14 years agoCorrect '[' -> '[[' typo in posts.mdwn
W. Trevor King [Fri, 27 Aug 2010 02:14:25 +0000 (22:14 -0400)]
Correct '[' -> '[[' typo in posts.mdwn

14 years agoAdded Gentoo_overlay.mdwn
W. Trevor King [Fri, 27 Aug 2010 02:01:39 +0000 (22:01 -0400)]
Added Gentoo_overlay.mdwn

14 years agoAdded tags/* for each of my current tags.
W. Trevor King [Fri, 27 Aug 2010 01:42:15 +0000 (21:42 -0400)]
Added tags/* for each of my current tags.

14 years agoConvert to tags from "*" to "tags/*".
W. Trevor King [Fri, 27 Aug 2010 01:38:10 +0000 (21:38 -0400)]
Convert to tags from "*" to "tags/*".

14 years agoClean out some auto-generated ikiwiki fluff.
W. Trevor King [Fri, 27 Aug 2010 01:31:33 +0000 (21:31 -0400)]
Clean out some auto-generated ikiwiki fluff.

14 years agoActually link to ikiwiki-nanoblogger-import.py.
W. Trevor King [Fri, 27 Aug 2010 01:04:07 +0000 (21:04 -0400)]
Actually link to ikiwiki-nanoblogger-import.py.

14 years agoEx-markup post renames to fit ikiwiki standards.
W. Trevor King [Fri, 27 Aug 2010 01:01:00 +0000 (21:01 -0400)]
Ex-markup post renames to fit ikiwiki standards.

14 years agoDocument NanoBlogger -> ikiwiki migration process
W. Trevor King [Fri, 27 Aug 2010 00:51:32 +0000 (20:51 -0400)]
Document NanoBlogger -> ikiwiki migration process

14 years agoMigrate old posts from NanoBlogger.
W. Trevor King [Fri, 27 Aug 2010 00:47:16 +0000 (20:47 -0400)]
Migrate old posts from NanoBlogger.

14 years agoinitial commit
W. Trevor King [Thu, 26 Aug 2010 19:39:47 +0000 (15:39 -0400)]
initial commit

14 years agoImporting NanoBlogger post "SiteCorePy"
W. Trevor King [Thu, 24 Jun 2010 23:52:08 +0000 (23:52 +0000)]
Importing NanoBlogger post "SiteCorePy"

14 years agoImporting NanoBlogger post "Reading IGOR binary waves from Python"
W. Trevor King [Fri, 4 Jun 2010 22:48:46 +0000 (22:48 +0000)]
Importing NanoBlogger post "Reading IGOR binary waves from Python"

14 years agoImporting NanoBlogger post "git-php"
W. Trevor King [Mon, 3 May 2010 01:42:34 +0000 (01:42 +0000)]
Importing NanoBlogger post "git-php"

14 years agoImporting NanoBlogger post "HTML photo gallery"
W. Trevor King [Thu, 4 Feb 2010 00:41:52 +0000 (00:41 +0000)]
Importing NanoBlogger post "HTML photo gallery"

15 years agoImporting NanoBlogger post "Website unittesting with Selenium"
W. Trevor King [Wed, 21 Oct 2009 18:00:56 +0000 (18:00 +0000)]
Importing NanoBlogger post "Website unittesting with Selenium"

15 years agoImporting NanoBlogger post "Elsevier and LaTeX"
W. Trevor King [Mon, 5 Oct 2009 17:01:49 +0000 (17:01 +0000)]
Importing NanoBlogger post "Elsevier and LaTeX"

15 years agoImporting NanoBlogger post "Email interface to bugs everywhere"
W. Trevor King [Sun, 19 Jul 2009 01:25:18 +0000 (01:25 +0000)]
Importing NanoBlogger post "Email interface to bugs everywhere"

15 years agoImporting NanoBlogger post "Tiananmen anniversary"
W. Trevor King [Thu, 4 Jun 2009 17:20:12 +0000 (17:20 +0000)]
Importing NanoBlogger post "Tiananmen anniversary"

15 years agoImporting NanoBlogger post "warning: Clock skew detected"
W. Trevor King [Fri, 8 May 2009 18:56:46 +0000 (18:56 +0000)]
Importing NanoBlogger post "warning:  Clock skew detected"

15 years agoImporting NanoBlogger post "inotify"
W. Trevor King [Wed, 1 Apr 2009 02:21:54 +0000 (02:21 +0000)]
Importing NanoBlogger post "inotify"

15 years agoImporting NanoBlogger post "In the Beginning was the Command Line"
W. Trevor King [Tue, 31 Mar 2009 23:26:53 +0000 (23:26 +0000)]
Importing NanoBlogger post "In the Beginning was the Command Line"

15 years agoImporting NanoBlogger post "Atomgen"
W. Trevor King [Sat, 28 Mar 2009 09:48:23 +0000 (09:48 +0000)]
Importing NanoBlogger post "Atomgen"