]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Add [[!meta date]] to news items and tips
authorSimon McVittie <smcv@debian.org>
Tue, 9 Jun 2015 09:50:00 +0000 (10:50 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 9 Jun 2015 21:29:38 +0000 (22:29 +0100)
The git checkout and build process can leave the checkout
date in the tarball release, leading to unstable sorting.
I tried to use `git restore-mtime`, but that doesn't work for
ikiwiki, because dgit interferes with it.

81 files changed:
debian/changelog
doc/news/Article_on_Ikiwiki_as_a_BTS.mdwn
doc/news/code_swarm.mdwn
doc/news/consultant_list.mdwn
doc/news/donations.mdwn
doc/news/git_push_to_this_wiki.mdwn
doc/news/ikiwiki-hosting.mdwn
doc/news/ikiwiki_accepted_for_Summer_of_Code.mdwn
doc/news/ikiwiki_screencast.mdwn
doc/news/ikiwiki_version_3.0.mdwn
doc/news/irc_channel.mdwn
doc/news/moved_to_git.mdwn
doc/news/new_domain_name.mdwn
doc/news/no_more_email_notifications.mdwn
doc/news/openid.mdwn
doc/news/server_move.mdwn
doc/news/server_move_2009.mdwn
doc/news/server_speed.mdwn
doc/news/stylesheets.mdwn
doc/news/version_3.20140815.mdwn
doc/news/version_3.20140831.mdwn
doc/news/version_3.20140916.mdwn
doc/news/version_3.20141016.mdwn
doc/news/version_3.20150107.mdwn
doc/news/version_3.20150329.mdwn
doc/tips/Adding_Disqus_to_your_wiki.mdwn
doc/tips/DreamHost.mdwn
doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
doc/tips/Google_custom_search.mdwn
doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn
doc/tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn
doc/tips/Importing_posts_from_Wordpress.mdwn
doc/tips/JavaScript_to_add_index.html_to_file:_links.mdwn
doc/tips/Make_calendar_start_week_on_Monday.mdwn
doc/tips/Movable_Type_to_ikiwiki.mdwn
doc/tips/Right-to-left___40__RTL__41___page_text.mdwn
doc/tips/add_chatterbox_to_blog.mdwn
doc/tips/blog_script.mdwn
doc/tips/comments_feed.mdwn
doc/tips/convert_blogger_blogs_to_ikiwiki.mdwn
doc/tips/convert_drupal_to_ikiwiki.mdwn
doc/tips/convert_mediawiki_to_ikiwiki.mdwn
doc/tips/convert_moinmoin_to_ikiwiki.mdwn
doc/tips/convert_textpattern_to_ikiwiki.mdwn
doc/tips/distributed_wikis.mdwn
doc/tips/dot_cgi.mdwn
doc/tips/emacs_syntax_highlighting.mdwn
doc/tips/embedding_content.mdwn
doc/tips/follow_wikilinks_from_inside_vim.mdwn
doc/tips/github.mdwn
doc/tips/howto_avoid_flooding_aggregators.mdwn
doc/tips/howto_limit_to_admin_users.mdwn
doc/tips/htaccess_file.mdwn
doc/tips/html5.mdwn
doc/tips/ikiwiki_as_a_requirements_management_tool.mdwn
doc/tips/ikiwiki_on_mac_os_x.mdwn
doc/tips/ikiwiki_via_gopher.mdwn
doc/tips/importing_posts_from_typo.mdwn
doc/tips/inside_dot_ikiwiki.mdwn
doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn
doc/tips/laptop_wiki_with_git.mdwn
doc/tips/laptop_wiki_with_git_extended.mdwn
doc/tips/mailman_subscription_form.mdwn
doc/tips/markdown_and_eclipse.mdwn
doc/tips/mathopd_permissions.mdwn
doc/tips/migrating_podcast_to_ikiwiki.mdwn
doc/tips/monitor_page_changes_through_IRC.mdwn
doc/tips/nearlyfreespeech.mdwn
doc/tips/optimising_ikiwiki.mdwn
doc/tips/parentlinks_style.mdwn
doc/tips/psgi.mdwn
doc/tips/redirections_for_usedirs.mdwn
doc/tips/spam_and_softwaresites.mdwn
doc/tips/switching_to_usedirs.mdwn
doc/tips/untrusted_git_push.mdwn
doc/tips/upgrade_to_3.0.mdwn
doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
doc/tips/vim_and_ikiwiki.mdwn
doc/tips/vim_syntax_highlighting.mdwn
doc/tips/wikiannounce.mdwn
doc/tips/yaml_setup_files.mdwn

index 896975e895adfd282016084c358dbbcde16e2b36..526aa12edb93fcae06c62f70dee49babe4ac5f56 100644 (file)
@@ -28,6 +28,9 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium
   * debian/copyright: turn comments on provenance into Comment
   * brokenlinks: sort the pages that link to the missing page, for
     better reproducibility
+  * Add [[!meta date]] to news items and tips, since the git checkout
+    and build process can leave the checkout date in the tarball
+    release, leading to unstable sorting
 
  -- Joey Hess <id@joeyh.name>  Tue, 28 Apr 2015 12:24:08 -0400
 
index a5029f109a6dbf86e4d37f6c986812c7438e33fe..42a0f935fdfa42d58ea18f9f382ee8714ffb13c4 100644 (file)
@@ -1 +1,3 @@
-[Integrated issue tracking with Ikiwiki](http://www.linuxworld.com/news/2007/040607-integrated-issue-tracking-ikiwiki.html) by Joey Hess is now available on LinuxWorld.com.  (LinuxWorld's author contract also allows this article to become part of the project's documentation.)  Learn how to use Ikiwiki inlining and PageSpecs for lightweight workflow.  Joey also explains how having the BTS and docs in the project's revision control system can help users of distributed revision control systems keep bug tracking info in sync with code changes.
\ No newline at end of file
+[[!meta date="2007-04-06 21:29:16 +0000"]]
+
+[Integrated issue tracking with Ikiwiki](http://www.linuxworld.com/news/2007/040607-integrated-issue-tracking-ikiwiki.html) by Joey Hess is now available on LinuxWorld.com.  (LinuxWorld's author contract also allows this article to become part of the project's documentation.)  Learn how to use Ikiwiki inlining and PageSpecs for lightweight workflow.  Joey also explains how having the BTS and docs in the project's revision control system can help users of distributed revision control systems keep bug tracking info in sync with code changes.
index 09b68523eaddb1932dd0a19a1e82ede32004ad2e..5a97988c2fd6c40d10e0b514328aaff3afb84c8a 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-07-11 09:58:19 -0400"]]
+
 I've produced a [code_swarm](http://vis.cs.ucdavis.edu/~ogawa/codeswarm/)
 visualization of the first 2+ years of ikiwiki's commit history. 
 
index 1adf2ed67df62cc2f4a60e9bc762cc6e335b546b..f6140d4d062fa983ee2a209aad9d718bf9df0ab7 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-06-12 16:34:18 -0400"]]
+
 I was asked a good question today: How can a company find someone to work
 on ikiwiki? To help answer this question, I've set up a [[consultants]] page.
 If you might be interested in being paid to work on ikiwiki, please add your
index 5fea32c81a9489e1ed1857ef1a40bc076a9fc098..765afe099c37694324249ac9685bdfee7fd7049e 100644 (file)
@@ -1 +1,3 @@
-After looking up and noticing that another 8 hours had passed, replying to people and hacking, I've added a [[TipJar]] page, in case anyone feels like tossing me a few bucks for ikiwiki. TIA! --[[Joey]]
\ No newline at end of file
+[[!meta date="2006-12-29 07:05:57 +0000"]]
+
+After looking up and noticing that another 8 hours had passed, replying to people and hacking, I've added a [[TipJar]] page, in case anyone feels like tossing me a few bucks for ikiwiki. TIA! --[[Joey]]
index 4b3fcbe6951b64a77dcd830790fc132a481a7566..ea3350b2558604d2ab6fbd3951b7fa48eae0b260 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-10-24 16:08:36 -0400"]]
+
 Now you can use [[git]] to clone this wiki, and push your changes back,
 thanks to ikiwiki's new support for [[tips/untrusted_git_push]]. Enjoy
 working on the wiki while offline! --[[Joey]]
index 092530a14e62c33d11f770a8f67badf09f218daa..13c21d1e751ef248c1881d1e5ff9f260bbdfef79 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-08-05 17:44:47 -0400"]]
+
 ikiwiki-hosting is an interface on top of Ikiwiki to allow easy management
 of lots of ikiwiki sites. I developed it for
 [Branchable](http://www.branchable.com/), an Ikiwiki hosting provider.
index 0aa9d8821c7657085feb2357baf22c1a44db4ed6..0b593e89874b0a38d94181d5134c91dc912559a6 100644 (file)
@@ -1,5 +1,7 @@
+[[!meta date="2007-03-15 10:55:18 +0000"]]
+
 Google has accepted ikiwiki as a mentoring organization for [Summer of Code 2007](http://code.google.com/soc).
 
 See our [[Summer_of_Code|soc]] page for projects.
 
---[[JoshTriplett]]
\ No newline at end of file
+--[[JoshTriplett]]
index 429108246a9799218d6a12e38e9bbf112670278b..d9c69d458187f4d7fe4ad58138ba580cf75c4f74 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-11-26 19:14:22 -0500"]]
+
 I've put together a short screencast that covers approximatly the first
 half of the [[setup]] document, and includes a demo of setting up a blog
 using ikiwiki.
index 7ca636cf2417d5a8d941accb1b72d844e2857143..c2555e36aa3ab869061a14af79a6d3149a7f171a 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-31 15:30:41 -0500"]]
+
 Ikiwiki has reached version 3.0 and entered a new phase in its
 [[development_cycle|roadmap]].
 
index 248fd3c67ba2cc398e6ffa647147e06c783b64d7..81fbf602b858df9726d5bdc80265620536dfe048 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-02-20 10:11:01 +0000"]]
+
 Ikiwiki now has an IRC channel: `#ikiwiki` on irc.oftc.net
 
 The channel features live commit messages for CIA for changes to both
index 8a1fa11f3b88f642b072e89c384a9a1ffda06a15..0f819cf5192fd113d94c4066ee11624956fd5c0f 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-10-24 22:21:06 -0400"]]
+
 I've started using git as ikiwiki's main repository. See [[download]] for
 repository locations.
 
index 395c3b6512daa8aa09fb14271a410a41f77cace1..1bad3946338c7e1be485b5644b4f2782f602899a 100644 (file)
@@ -1 +1,3 @@
-Ikiwiki has its own domain now, ikiwiki.info. Update your links.
\ No newline at end of file
+Ikiwiki has its own domain now, ikiwiki.info. Update your links.
+
+[[!meta date="2007-02-18 20:24:26 +0000"]]
index 685a0d340151047a603318c9bafefffcd9dbb969..18a70557e9df60210a58377d00c6097128f8a460 100644 (file)
@@ -12,3 +12,5 @@ Statically building the RecentChanges also has performance implications,
 I'll keep an eye on [[server_speed]]..
 
 --[[Joey]]
+
+[[!meta date="2008-01-29 18:48:01 -0500"]]
index 8d701be7aa57b0dd0492143dfe2d457e011f2c10..b448c384ded85d242b31557fb5ac4edbc6265850 100644 (file)
@@ -11,3 +11,5 @@ OpenID, and see how OpenID works for you. And let me know your feelings about
 making such a switch. --[[Joey]]
 
 [[!poll 77 "Accept only OpenID for logins" 22 "Accept only password logins" 50 "Accept both"]]
+
+[[!meta date="2006-11-20 21:08:23 +0000"]]
index 49d0257889780486c0e31c5e4166ebf3bfeac87c..7173f24ed64da7ab78f28af6d22cc11ba882ee13 100644 (file)
@@ -7,3 +7,5 @@ hasn't caught up yet. I'll keep the old server up for a while too and merge
 any changes across since git makes that bog-easy.
 
 Please report any problems..
+
+[[!meta date="2008-03-19 23:07:13 -0400"]]
index 8be5debe13d70d690c3436b8e098e8d680e63520..57d6fd2c58c4b2ba1410b90b3595c7191f8fa234 100644 (file)
@@ -4,3 +4,5 @@ The ikiwiki.info domain has been moved to a new server. If you can see
 this, your DNS has already caught up and you are using the new server.
 By the way, the new server should be somewhat faster.
 --[[Joey]]
+
+[[!meta date="2009-12-12 15:19:42 -0500"]]
index 60ce59d422b30cf3575244058468b0cf717fdefe..e467eeb1a26b197206e0daf9e91efd3ca0da7aaa 100644 (file)
@@ -7,3 +7,5 @@ If you have specifics on performance issues, you might mention them on the
 [[discussion]] page.
 
 Ikiwiki is now hosted at [Branchable](http://branchable.com/).
+
+[[!meta date="2007-02-20 10:40:02 +0000"]]
index a5f0946063361a8528f45e5819e4d09089049079..86b0ea9c79d6a9a5797c8b9b708e805ef404e30c 100644 (file)
@@ -14,3 +14,5 @@ I'm also always looking for minimalistic yet refined additions to the default
 style sheet, and always appreciate suggestions for it.
 
 --[[Joey]]
+
+[[!meta date="2006-09-23 00:12:21 +0000"]]
index 6ec3c73c33fdb26994703e96a820dd6d638ea8e9..5fb2da68d06ec7848bd7e0cf3f43fc4559e7015b 100644 (file)
@@ -7,4 +7,5 @@ ikiwiki 3.20140815 released with [[!toggle text="these changes"]]
      Thanks, David Bremner
    * highlight: Add support for multiple language definition directories
      Closes: #[757680](http://bugs.debian.org/757680)
-     Thanks, David Bremner"""]]
\ No newline at end of file
+     Thanks, David Bremner"""]]
+[[!meta date="2014-08-15 13:20:58 -0400"]]
index c8ea1a237810fe029bb87993c9e416305f2bc855..daf9e331d8aed597352826daf2a178d7f89c4ac6 100644 (file)
@@ -1,3 +1,4 @@
 ikiwiki 3.20140831 released with [[!toggle text="these changes"]]
 [[!toggleable text="""
-   * Make --no-gettime work in initial build. Closes: #[755075](http://bugs.debian.org/755075)"""]]
\ No newline at end of file
+   * Make --no-gettime work in initial build. Closes: #[755075](http://bugs.debian.org/755075)"""]]
+[[!meta date="2014-08-31 14:21:36 -0700"]]
index a2c23e025453e9da469318f1ab9c370d2d97f5e7..1cf09e652bea19579d34e6c7af874ef7c72bfb6a 100644 (file)
@@ -31,3 +31,4 @@ ikiwiki 3.20140916 released with [[!toggle text="these changes"]]
    * Add \[[!templatebody]] directive so template pages don't have to be
      simultaneously a valid template and valid HTML
    * Add [[smcv]] to Uploaders and release to Debian"""]]
+[[!meta date="2014-09-16 11:16:52 +0100"]]
index dd7f810e8c5681cc859649f697e5cbf0c09e0710..3579794178a02bca80fc027269c29f8fcda276eb 100644 (file)
@@ -36,3 +36,4 @@ ikiwiki 3.20141016 released with [[!toggle text="these changes"]]
   * debian: rename debian/link to debian/links so the intended symlinks appear
   * debian: fix some wrong paths in the copyright file
 """]]
+[[!meta date="2014-10-17 01:01:53 +0100"]]
index 17e65ea1fc7351c39e9a8c733231f0780a77ee14..7cae042aca5356521b266aed0d8dc3cff8579623 100644 (file)
@@ -41,3 +41,4 @@ ikiwiki 3.20150107 released with [[!toggle text="these changes"]]
   * po: If msgmerge falls over on a problem po file, print a warning
     message, but don't let this problem crash ikiwiki entirely.
 """]]
+[[!meta date="2015-01-07 10:24:25 +0000"]]
index 983bd2e8462eeeee35beadd6a240680ffdbbb8fa..7e0d3e0bc768da3ddc138eff419b70d782e3bf8e 100644 (file)
@@ -30,3 +30,5 @@ security update fixing a cross-site scripting vulnerability.
 
 In addition, version 3.20141016.2 was released on the same day to backport
 the cross-site-scripting fix to Debian 8.
+
+[[!meta date="2015-03-29 22:46:39 +0100"]]
index 3fd3a647dea495410661428f9b321ecd91c2e79f..ddc42c8f749ddb1d0cfc34c8a0743ca3d7b5a28c 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-08-19 05:30:33 -0400"]]
+
 <a href="http://disqus.com">Disqus</a> is a comment system that you can add to your blog to manage comments.
 
 To add it to ikiwiki first create an account at disqus and add you blog. Then click on the Admin link at that top of the main page.
index 338bca78239e33500f38bf0209150b941796eb63..95b46a68d8af78031dd74b0e053747baa6d25c3d 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-05-05 14:14:08 -0400"]]
+
 # Introduction
 I had some trouble installing ikiwiki on to a shared hosting service (DreamHost) and figured I'd post the results, since it was pretty rough to get installed.  These instructions should work for Perl generally (some of the docs are borrowed from Catalyst's docs), but are tailored for Ikiwiki.  There are a few items I'll file as bugs, as well, to aid future installation, but frankly the problems appear to be with installing perl as a non-root user, not anything specific to iki.
 
index c1529c7a0272eae6fd777081daad6056d4d44832..e140be3a0518813a4d5a5aed95dbc1672f9ab450 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-10-19 18:33:59 -0400"]]
+
 One may want to provide ikiwiki hosting with [[rcs/git]]+ssh access and web
 server located at different hosts. Here's a description for such
 a setup, using password-less SSH as a way of communication between
index 1093029f55659cb47f5b1c31699b79092410bb75..1cb7016d6b475a9992b87d35028908c27f03d266 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-10-18 09:21:24 -0400"]]
+
 Instead of the [[plugins/search]] plugin you could embed [Google Custom Search](http://www.google.com/cse) for site search functionality.
 
 **Unfortunately** you need [[plugins/rawhtml]] enabled.
index e6277d3384861a9bda93ed09b1c67399a1ea60e2..49ae172d1f31b4091c88d0c66142c8a854cbcb15 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Hosting Ikiwiki with a master git repository on a remote machine"]]
+[[!meta date="2013-07-22 16:38:20 -0400"]]
 
 This tutorial explains how to set up a wiki such that:
 
index a011ac06335603ef384288ccfe9774f5987048cf..d08ba36f0fa62273a08bcfc18ee42b1866e66d85 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2013-09-26 09:22:26 -0400"]]
+
 # Howto avoid heavy files in ikiwiki git repo
 
 Continuation of discussion at [git-annex forum](http://git-annex.branchable.com/forum/git-annex___38___ikiwiki_experiment/) turns out the git-annex tricks could be avoided.
index 1ea82b8626a3eb5991e36b4a5d825dafd9886c4b..6dc9734fe2c0d31d33021fe633a78e1303a4da32 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-10-05 06:59:14 +0000"]]
+
 Use case: You want to move away from Wordpress to Ikiwiki as your blogging/website platform, but you want to retain your old posts.
 
 [This](http://git.chris-lamb.co.uk/?p=ikiwiki-wordpress-import.git) is a simple tool that generates [git-fast-import](http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html)-compatible data from a WordPress export XML file.
index 250bb26af4e998a3aeb842cfb7773cd19cca83a6..e0bf4acf06040e2471db1c3b7baf7efda05875c2 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-09-10 04:32:55 +0000"]]
+
 The source file `foo/bar.mdwn` or `foo/bar.html` generates the
 page `foo/bar/index.html`, but the links to the page appear
 as "`foo/bar/`".  This is fine (and recommended) for pages
index 5bce4b649e21eb0bf2d6f90cc7f50b115b56f8fa..d20634d9e8067d771a2ee1a16dfd3239bab45abb 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2011-07-14 17:27:42 -0400"]]
+
 To accomplish this on a blog setup, I ran:
 
     mkdir ${SRCDIR}/templates
index 28fdc6a5ee3eedad88a0ce3fbca426eb522f929a..42cf9a73f88c165a52454f6443f831e2ef3f0d49 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2013-09-24 05:32:11 -0400"]]
+
 this script can be used to convert your existing Movable Type blog/database to a ikiwiki blog.
 
 First, go to your MT Admin panel and purge all spam comments/trackbacks. Then use this script: <http://anti.teamidiot.de/static/nei/*/Code/MovableType/mtdump_to_iki.pl>
index 339f05ba78ebb71fe8c1c7855fd3a8ed277b5aa5..5b8cd1474f42f5cb82a955eb5b8fcf7d58823a91 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2014-07-11 08:25:31 -0400"]]
+
 Here's a simple way to create pages in which the page body (or a part of it) goes right-to-left.
 This includes things you insert into the page, such as polls and blockquotes and
 lists and a progress bar and so on. Some things don't work perfectly, but if
index e07e36b07805e6545bafce3a88f48ca621273ce0..0414d1804c4947cfefeba9041251fbcf4af1c078 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-04-10 17:47:39 -0400"]]
+
 If you use twitter or identi.ca, here's how to make a box
 on the side of your blog that holds your recent status updates
 from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
index 1dfd715383526269b2d3ea867ae6abcc80bb8f2a..2f64a79e2df22255a9fb9a752aaaa8912e44589a 100644 (file)
@@ -1,6 +1,7 @@
+[[!meta date="2007-04-14 20:18:11 +0000"]]
+
 I have a [blog](http://git.kitenet.net/?p=joey/home.git;a=blob_plain;f=bin/blog)
 program that I use to write blog posts in a text editor. The first line I
 enter is used as the title, and it automatically comes up with a unique page
 name based on the title and handles all the details of posting to my blog.
 --[[Joey]]
-
index 3d6a8c449289913dc0fd60323be7626f688ec3fd..b728f9f00a9ac914ff9f83db3fa0a870e7c0cd0c 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-18 20:20:42 -0500"]]
+
 You've enabled the [[plugins/comments]] plugin, so a set of pages on your
 blog can have comments added to them. Pages with comments even have special
 feeds that can be used to subscribe to those comments. But you'd like to
index e71e2132d48103e126710ce51df811b80d107660..97c331fd696f4d43c3a08f9ff46a29835302375c 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2013-01-18 04:42:05 -0400"]]
+
 Daniel Burrows
 [explains](http://algebraicthunk.net/~dburrows/blog/entry/howto-convert-your-blogger-or-blogspot-blog-to-ikiwiki/)
 how to convert your Blogger/BlogSpot blog to ikiwiki.
index 79d83e57e40f9682644ed6f8851d92dbf910f26b..9df26d828e97baa1215d68110b80f1540a245160 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2015-02-06 11:29:25 -0500"]]
+
 [[anarcat]] wrote a
 [drupal2ikiwiki](http://anarc.at/services/wiki/drupal/drupal2ikiwiki.py)
 program to import his Drupal site. There's a [detailed article](http://anarc.at/blog/2015-02-06-migrating-drupal-ikiwiki/) explaining the justification behind the switch, the various approaches taken and more!
index e8f6a26a1e8f6d27289e56835e2d6a97478cd5ad..91e191c4c63b146d452d1670ca272cd00758ff28 100644 (file)
@@ -1,4 +1,5 @@
 [[!toc levels=2]]
+[[!meta date="2008-10-20 16:55:38 -0400"]]
 
 Mediawiki is a dynamically-generated wiki which stores its data in a
 relational database. Pages are marked up using a proprietary markup. It is
index 211cb4e2a252ca0aa6b67ee9572e2e815543cea6..4b3deb2ea270bc2189c2b50d52b241fbd38ae2cd 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-10-20 16:55:39 -0400"]]
+
 This MoinMoin converter converts wikis to ikiwikis backed by a git repository, including full history. It simply parses the wiki pages into markdown using the MoinMoin engine.
 
 The converter was originally written by [[JoshTriplett]] and included support for Tikiwiki, for which it parses the wiki pages to HTML then back into markdown using the `libhtml-wikiconverter` Perl package. That original version from Josh is still available from [his wiki page](/users/JoshTriplett). 
index b6c6e9627dab12c9ad09a2b58917f5e8d6ab355c..f310b1a49e8efa808fb276cac4f6d083cfbca020 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2015-01-07 23:11:57 -0500"]]
+
 [[Amitai Schlair|schmonz]] wrote an `ikiwiki-import` program that
 currently can only [import from
 Textpattern](https://github.com/schmonz/txp2ikiwiki), and then only
index 2547a2e9fe510bdbb8ab22a06f847d1a47aaac47..92d4ce9dadb77675d306aacf7ec04ec128d3573d 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-05-06 19:22:09 -0400"]]
+
 [[rcs/git]] and other distributed version control systems are all about
 making it easy to create and maintain copies and branches of a project. And
 this can be used for all sorts of interesting stuff. Since ikiwiki can use
index 51d0c5e625c8641aa5f24ff203254efcf988f836..a33c8f385a91377804aaa087a56b00cfabd00d8a 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-01-12 20:01:03 -0500"]]
+
 It's common to name the [[cgi]] "ikiwiki.cgi", and put it somewhere
 like `~/public_html/ikiwiki.cgi`, or `/var/www/wiki/ikiwiki.cgi`.
 
index 941cf541561823038b9dc105f3cf1cc3d24f8f43..b24947aa77d07bd9090d848309e4522279ffac66 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-11-10 17:40:03 -0500"]]
+
 A [markdown mode](http://jblevins.org/projects/markdown-mode/) for 
 emacs can help in editing of ikiwiki
 [[ikiwiki/markdown]] files.
index bfe458a842b0eccdbd66ba15ff86a5a9ace3ab0e..96bc0653fa62e8a0f440ffa6895201636d4a73df 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-26 15:27:49 -0500"]]
+
 Content from sites such as YouTube can be embedded into a web page. Maybe
 you want to do this. But you'll find that the [[plugins/htmlscrubber]]
 doesn't let you. It blocks the tags used to embed such content, because
index 015a4eceef9b39d840962dd06fe1c51ac7ae65f2..e7258f42d9cb3104fe9d0e121a0b9f065213e4cd 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-02-08 23:32:05 -0500"]]
+
 The [ikiwiki-nav](http://www.vim.org/scripts/script.php?script_id=2968) plugin
 for vim eases the editing of IkiWiki wikis, by letting you "follow" the
 wikilinks on your file (page), by loading the file associated with a given
index d745bfcc557ea3095e88c6948e36b55a37184a66..6011a450f8fcc866c43e096cae3b58c448e0b878 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-29 14:58:54 -0500"]]
+
 Here's how to set up a static wiki or blog using ikiwiki with no hosting
 fees. Everything is hosted on github, both the git repository and the web
 site. Your laptop is used to generate and publish changes to it.
index e45b966897cb1b42b9a500ba89a25eb3b95bce5e..61d44ef5b0087c2c5bf9595e77dfdd0a4c8fcdce 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-04-14 20:29:32 +0000"]]
+
 If you have a [[blog]] that is aggregated, either on a site like Planet
 Debian, or just through user subscriptions, one common problem is that
 changes to the guids of items in the blog can “flood” the aggregator,
index 4d579327af40213cfc0b274425691209e8277003..556718d44e231d4b5bf1e55ea9f4057923d563f2 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-07-07 10:48:36 +0000"]]
+
 Enable [[plugins/lockedit]] in your setup file.
 
 For example:
index 6964cf24ec65449feccc84ccdad10bd2cebad099..0990181ff1b2d4ec332302b8cbc3476462b877f8 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-03-14 14:58:13 -0400"]]
+
 If you try to include a `.htaccess` file in your wiki's source, in order to
 configure the web server, you'll find that ikiwiki excludes it from
 processing. In fact, ikiwiki excludes any file starting with a dot, as well
index b47c3fe39a17359b72d01f507c2ed77efcedc300..d71cfe4e289363598881a7f1b3626c66083bb984 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-05-02 17:16:15 -0400"]]
+
 First, if you just want to embed videos using the html5 `<video>` tag,
 you can do that without switching anything else to html5.
 However, if you want to fully enter the brave new world of html5, read on..
index 6bef2619e2fe82284c3df210a8b31383555749a6..bdc938baf72b81985e98998ff20d2aa5a30185db 100644 (file)
@@ -1,4 +1,5 @@
 [[!template id=note text="**Table of contents** [[!toc ]]"]]
+[[!meta date="2009-09-02 17:17:15 -0400"]]
 
 Introduction
 ------------
index 9e4aea139d211d30e2bf1161f67034e148e21041..6c7487a98774c9fe9ee6d3d67f25254a353c998a 100644 (file)
@@ -1,4 +1,5 @@
 [[!toc]]
+[[!meta date="2011-06-24 17:35:14 -0400"]]
 
 # pkgsrc
 
index ffea70f730f36a3e46fa994b0f4ec71378d70db7..87ff8558882bf0df4c81b60deb829c05aa30fe36 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-06-15 15:05:02 -0400"]]
+
 Remember gopher? Ikiwiki can be served up by this venerable protocol.
 
 It's pretty simple to get it going. Just install pygopherd or another gopher
index 1b87e7dae6fe546c06a5c4ec68e29212aa6bf0a5..7e728a870595fd98e1b8a646d8316ebf80a67a1a 100644 (file)
@@ -1 +1,3 @@
+[[!meta date="2009-08-08 16:04:58 -0400"]]
+
 [Here](http://blog.spang.cc/posts/migrating_from_typo_to_ikiwiki/) is a blog post that gives instructions and a script for importing posts from [Typo](http://typosphere.org/), a Ruby-on-Rails based blogging engine.
index a74d00f473416b28512b769fa3239e0f551ea02e..fe09f6d4b00d418819706b73c462711321c8afff 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="inside .ikiwiki"]]
+[[!meta date="2008-03-21 13:52:50 -0400"]]
 
 The `.ikiwiki` directory contains ikiwiki's internal state. Normally,
 you don't need to look in it, but here's some tips for how to do so if
index 0c871d6c04fbaa8f58c05ea75fd438b4f71b6723..1390412f4a84d46cda728b9dc06895b308965b2b 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Integrated issue tracking with Ikiwiki"]]
+[[!meta date="2007-04-06 21:36:07 +0000"]]
 
 [[!meta author="Joey Hess, LinuxWorld.com"]]
 
index 3a79e271c09d89ec897ac4921eb6f95a92f52226..9d11c2fe40978da2161b380b4cfa685b7645b1c2 100644 (file)
@@ -1,4 +1,5 @@
 [[!toc]]
+[[!meta date="2007-10-22 01:45:55 +0000"]]
 
 Using ikiwiki with the [[rcs/git]] backend, some interesting things can be done
 with creating mirrors (or, really, branches) of a wiki. In this tip, I'll
index 0666da4500edb54c6a47e196fa25ead87695f366..f5bf9e3153d9f66580324160e0a3fc873c4b6d2d 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Laptop Ikiwiki extended"]]
+[[!meta date="2008-03-03 08:21:04 -0500"]]
 
 I have (at least) three different hosts, `laptop`, `gitserver`, and `webserver`.
 
index 3e9ed078612d7bf5fcb9b3331eb02639db2764c3..f39d833d0618c2d8bffbb6ab4baab9a8f7170077 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2013-04-13 11:46:28 -0400"]]
+
 One can think about implementing "[[Mailman integration]]" or something, but I find that rather overdoing it. Mailman is simple enough that you can add a clean subscription form to your ikiwiki site in seconds, just add:
 
 ~~~~
index 9e8e9bfa975ec4710000f5f723517cfada75eed8..dd027feeed892470b41812332e65b5ed14701822 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-01-11 16:04:32 -0500"]]
+
 For people that were not born with GNU emacs fingers, 
 there is a markdown editor (with preview and outline)
 for [eclipse](http://www.eclipse.org) available 
index c0425b9caa6dee430d45cd1380d34e3cfa07adb6..04a9bca771a9c5d3447530c78096b333cd42b780 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-08-02 13:35:04 -0400"]]
+
 When using [mathopd](http://www.mathopd.org) to serve ikiwiki, be careful of your Umask settings in the mathopd.conf.
 
 With `Umask 026` in mathopd.conf, editing pages resulted in the following errors and a 404 page when the wiki tried to take me to the updated page.
index 416ba2967185b7e0bf7e4f3a9b535d26e97551fa..315f848beadd5fb1b7d29a5d1889b3041d4c8298 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2013-07-21 20:06:12 -0400"]]
+
 First, get familiar with [[howto avoid flooding aggregators]].
 
 ## Into ikiwiki, from another CMS
index ebddbfeac9986227aa3cd2657589d3cfe7352260..3c5d17ed4bd30a9839accf19880e4888a5ce7deb 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2014-04-01 10:39:47 -0400"]]
+
 because of [[bugs/notifyemail_fails_with_some_openid_providers]], I have been struggling with finding ways of being notified of changes to pages I want to watch here.
 
 the workaround I found so far was to join the `#ikiwiki` channel on freenode, and set the following "hilight" in irssi:
index 2e8bdb984b3739e4fd9b74df72ec91e06782202f..f9da223ac071f9d0452abc17d146b885101be7fc 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-05-05 14:51:26 -0400"]]
+
 [NearlyFreeSpeech.net](http://NearlyFreeSpeech.net) is a shared hosting
 provider with very cheap pay as you go pricing. Here's how to install ikiwiki
 there if you don't have a dedicated server.
index 6e8b6061767d9a58a0884363388f35090c52085b..0c67e606ce2a65a3b5205134f4580eefc70108c6 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-10-15 18:42:46 -0400"]]
+
 Ikiwiki is a wiki compiler, which means that, unlike a traditional wiki,
 all the work needed to display your wiki is done up front. Where you can
 see it and get annoyed at it. In some ways, this is better than a wiki
index f9dfa8f55d682b373ab1ff517b0562f70c01d914..617793de4cc5a2191953b89806738875aed94622 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-07-16 17:43:57 -0400"]]
+
 Here are some tips for ways to style the links
 provided by the [[plugins/parentlinks]] plugin.
 
index 0d2eeefc8245cd391653134bf582b9dba8053eca..d68309c9b32a1aa1875d3c6e57b4d79adfe84b6a 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-12-12 07:33:25 +0000"]]
+
 Here's the app.psgi file if you want to run ikiwiki with [PSGI](http://plackperl.org) instead of apache or other web servers:
 
     use Plack::App::CGIBin;
index 588b9f4b5438aece4b40ac9c15a991597967215c..29a76b24c2b40449012f2b67a7121d68391a435c 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-04-11 01:17:05 +0000"]]
+
 Want to turn on the `usedirs` setting on an existing wiki without breaking
 all the links into it?
 
@@ -36,4 +38,4 @@ The following example is exactly the same thing written for lighttpd by using mo
           "(.*)\.(atom|rss)$" => "$1/index.$2"     
         )
       } 
-    } 
\ No newline at end of file
+    } 
index a07889e6b5aef80f96a579486505495a208d7bd1..f640b2faad7f8f658adb0cb660461bdf44aab066 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-03-01 13:14:48 +0000"]]
+
 Any wiki with a form of web-editing enabled will have to deal with
 spam. (See the [[plugins/blogspam]] plugin for one defensive tool you
 can deploy).
index 92871439fe4d75f648b0a744db3fde2b28f0527a..777394f10fa4d42d76ec707c18e9fbecde219627 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-04-29 22:48:35 +0000"]]
+
 As of version 2.0, ikiwiki will switch to enabling the 'usedirs' setting by
 default. This *will* break all URLs to wikis that did not have 'usedirs'
 turned on before. You can either follow this procedure to convert your wiki
index 948a5506371b8030919743667c275c117a8542f8..88009b9cc565f6d9fed84fcd4e8139ccd5b0922a 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-10-24 15:47:18 -0400"]]
+
 This tip will describe how to allow anyone on the planet to `git push`
 changes into your wiki, without needing a special account. All a user needs
 to know is:
index 4b3a181236188296320156134c2fb0bcf90326c9..8ec2389353f9d57b66b1d6018db17ab509f63beb 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-23 16:20:37 -0500"]]
+
 Version 3.0 of ikiwiki makes some significant changes, which
 you will need to deal with when upgrading from ikiwiki 2.x.
 
index f0fbbba9a369b04c466fb4d272a3ac6e720b2bd4..14006fb965a1222eff554974438d1019001d8dfd 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-04-14 20:18:12 +0000"]]
+
 If you use Firefox or Iceweasel, the [It's All
 Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows
 you to use a real text editor like Emacs or Vim to edit the contents of text
index e4136aa5df69fbb0b353375d196c9b6134c4ffb4..5a2663969e8db038e9a0c4929cb2cd9a99061d04 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-09-12 19:25:38 -0500"]]
+
 # Vim and ikiwiki
 
 ## Syntax highlighting
index 8f2fdc1f0505872743180acbf9d1f0f037e1c1cb..dfd8151fbe92b0333b51be606367bd004914018e 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-09-12 19:25:37 -0500"]]
+
 This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date
 content
 
index 6eb142cdf277abcf89bc8a959f38832a26c585ef..3abfe7dab29a7de1bfefedcf61075b98cd3b26ed 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2007-04-14 20:18:13 +0000"]]
+
 One thing I use ikiwiki for is the web pages for software projects I
 maintain. Each of my projects has a news page with an announcements feed,
 and to automatically update this when I release a new version, generating
index 56eeb61a1595e711bc7021cbf9da029621be9466..0327070a6bd63896a7484a7a38071b82f7575727 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-03-19 17:58:40 -0400"]]
+
 Here's how to convert your existing standard format ikiwiki setup file into
 the new YAML format recently added to ikiwiki.