diff options
author | Simon McVittie <smcv@debian.org> | 2015-06-09 10:50:00 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-06-09 22:29:38 +0100 |
commit | d18b77c107acb1b3a192d25a8297141253b1bf1f (patch) | |
tree | 7ca5dc3eebc8d10778536637fe00f41135e7141b /doc/tips | |
parent | 8e007666d4ad28331bafa14d38b14a1e82be539d (diff) | |
download | ikiwiki-d18b77c107acb1b3a192d25a8297141253b1bf1f.tar ikiwiki-d18b77c107acb1b3a192d25a8297141253b1bf1f.tar.gz |
Add [[!meta date]] to news items and tips
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.
Diffstat (limited to 'doc/tips')
56 files changed, 105 insertions, 2 deletions
diff --git a/doc/tips/Adding_Disqus_to_your_wiki.mdwn b/doc/tips/Adding_Disqus_to_your_wiki.mdwn index 3fd3a647d..ddc42c8f7 100644 --- a/doc/tips/Adding_Disqus_to_your_wiki.mdwn +++ b/doc/tips/Adding_Disqus_to_your_wiki.mdwn @@ -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. diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn index 338bca782..95b46a68d 100644 --- a/doc/tips/DreamHost.mdwn +++ b/doc/tips/DreamHost.mdwn @@ -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. diff --git a/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn b/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn index c1529c7a0..e140be3a0 100644 --- a/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn +++ b/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn @@ -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 diff --git a/doc/tips/Google_custom_search.mdwn b/doc/tips/Google_custom_search.mdwn index 1093029f5..1cb7016d6 100644 --- a/doc/tips/Google_custom_search.mdwn +++ b/doc/tips/Google_custom_search.mdwn @@ -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. diff --git a/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn b/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn index e6277d338..49ae172d1 100644 --- a/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn +++ b/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn @@ -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: diff --git a/doc/tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn b/doc/tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn index a011ac063..d08ba36f0 100644 --- a/doc/tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn +++ b/doc/tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn @@ -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. diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn index 1ea82b862..6dc9734fe 100644 --- a/doc/tips/Importing_posts_from_Wordpress.mdwn +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -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. diff --git a/doc/tips/JavaScript_to_add_index.html_to_file:_links.mdwn b/doc/tips/JavaScript_to_add_index.html_to_file:_links.mdwn index 250bb26af..e0bf4acf0 100644 --- a/doc/tips/JavaScript_to_add_index.html_to_file:_links.mdwn +++ b/doc/tips/JavaScript_to_add_index.html_to_file:_links.mdwn @@ -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 diff --git a/doc/tips/Make_calendar_start_week_on_Monday.mdwn b/doc/tips/Make_calendar_start_week_on_Monday.mdwn index 5bce4b649..d20634d9e 100644 --- a/doc/tips/Make_calendar_start_week_on_Monday.mdwn +++ b/doc/tips/Make_calendar_start_week_on_Monday.mdwn @@ -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 diff --git a/doc/tips/Movable_Type_to_ikiwiki.mdwn b/doc/tips/Movable_Type_to_ikiwiki.mdwn index 28fdc6a5e..42cf9a73f 100644 --- a/doc/tips/Movable_Type_to_ikiwiki.mdwn +++ b/doc/tips/Movable_Type_to_ikiwiki.mdwn @@ -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> diff --git a/doc/tips/Right-to-left___40__RTL__41___page_text.mdwn b/doc/tips/Right-to-left___40__RTL__41___page_text.mdwn index 339f05ba7..5b8cd1474 100644 --- a/doc/tips/Right-to-left___40__RTL__41___page_text.mdwn +++ b/doc/tips/Right-to-left___40__RTL__41___page_text.mdwn @@ -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 diff --git a/doc/tips/add_chatterbox_to_blog.mdwn b/doc/tips/add_chatterbox_to_blog.mdwn index e07e36b07..0414d1804 100644 --- a/doc/tips/add_chatterbox_to_blog.mdwn +++ b/doc/tips/add_chatterbox_to_blog.mdwn @@ -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/) diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn index 1dfd71538..2f64a79e2 100644 --- a/doc/tips/blog_script.mdwn +++ b/doc/tips/blog_script.mdwn @@ -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]] - diff --git a/doc/tips/comments_feed.mdwn b/doc/tips/comments_feed.mdwn index 3d6a8c449..b728f9f00 100644 --- a/doc/tips/comments_feed.mdwn +++ b/doc/tips/comments_feed.mdwn @@ -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 diff --git a/doc/tips/convert_blogger_blogs_to_ikiwiki.mdwn b/doc/tips/convert_blogger_blogs_to_ikiwiki.mdwn index e71e2132d..97c331fd6 100644 --- a/doc/tips/convert_blogger_blogs_to_ikiwiki.mdwn +++ b/doc/tips/convert_blogger_blogs_to_ikiwiki.mdwn @@ -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. diff --git a/doc/tips/convert_drupal_to_ikiwiki.mdwn b/doc/tips/convert_drupal_to_ikiwiki.mdwn index 79d83e57e..9df26d828 100644 --- a/doc/tips/convert_drupal_to_ikiwiki.mdwn +++ b/doc/tips/convert_drupal_to_ikiwiki.mdwn @@ -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! diff --git a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn index e8f6a26a1..91e191c4c 100644 --- a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn +++ b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn @@ -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 diff --git a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn index 211cb4e2a..4b3deb2ea 100644 --- a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn +++ b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn @@ -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). diff --git a/doc/tips/convert_textpattern_to_ikiwiki.mdwn b/doc/tips/convert_textpattern_to_ikiwiki.mdwn index b6c6e9627..f310b1a49 100644 --- a/doc/tips/convert_textpattern_to_ikiwiki.mdwn +++ b/doc/tips/convert_textpattern_to_ikiwiki.mdwn @@ -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 diff --git a/doc/tips/distributed_wikis.mdwn b/doc/tips/distributed_wikis.mdwn index 2547a2e9f..92d4ce9da 100644 --- a/doc/tips/distributed_wikis.mdwn +++ b/doc/tips/distributed_wikis.mdwn @@ -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 diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn index 51d0c5e62..a33c8f385 100644 --- a/doc/tips/dot_cgi.mdwn +++ b/doc/tips/dot_cgi.mdwn @@ -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`. diff --git a/doc/tips/emacs_syntax_highlighting.mdwn b/doc/tips/emacs_syntax_highlighting.mdwn index 941cf5415..b24947aa7 100644 --- a/doc/tips/emacs_syntax_highlighting.mdwn +++ b/doc/tips/emacs_syntax_highlighting.mdwn @@ -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. diff --git a/doc/tips/embedding_content.mdwn b/doc/tips/embedding_content.mdwn index bfe458a84..96bc0653f 100644 --- a/doc/tips/embedding_content.mdwn +++ b/doc/tips/embedding_content.mdwn @@ -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 diff --git a/doc/tips/follow_wikilinks_from_inside_vim.mdwn b/doc/tips/follow_wikilinks_from_inside_vim.mdwn index 015a4ecee..e7258f42d 100644 --- a/doc/tips/follow_wikilinks_from_inside_vim.mdwn +++ b/doc/tips/follow_wikilinks_from_inside_vim.mdwn @@ -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 diff --git a/doc/tips/github.mdwn b/doc/tips/github.mdwn index d745bfcc5..6011a450f 100644 --- a/doc/tips/github.mdwn +++ b/doc/tips/github.mdwn @@ -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. diff --git a/doc/tips/howto_avoid_flooding_aggregators.mdwn b/doc/tips/howto_avoid_flooding_aggregators.mdwn index e45b96689..61d44ef5b 100644 --- a/doc/tips/howto_avoid_flooding_aggregators.mdwn +++ b/doc/tips/howto_avoid_flooding_aggregators.mdwn @@ -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, diff --git a/doc/tips/howto_limit_to_admin_users.mdwn b/doc/tips/howto_limit_to_admin_users.mdwn index 4d579327a..556718d44 100644 --- a/doc/tips/howto_limit_to_admin_users.mdwn +++ b/doc/tips/howto_limit_to_admin_users.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2010-07-07 10:48:36 +0000"]] + Enable [[plugins/lockedit]] in your setup file. For example: diff --git a/doc/tips/htaccess_file.mdwn b/doc/tips/htaccess_file.mdwn index 6964cf24e..0990181ff 100644 --- a/doc/tips/htaccess_file.mdwn +++ b/doc/tips/htaccess_file.mdwn @@ -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 diff --git a/doc/tips/html5.mdwn b/doc/tips/html5.mdwn index b47c3fe39..d71cfe4e2 100644 --- a/doc/tips/html5.mdwn +++ b/doc/tips/html5.mdwn @@ -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.. diff --git a/doc/tips/ikiwiki_as_a_requirements_management_tool.mdwn b/doc/tips/ikiwiki_as_a_requirements_management_tool.mdwn index 6bef2619e..bdc938baf 100644 --- a/doc/tips/ikiwiki_as_a_requirements_management_tool.mdwn +++ b/doc/tips/ikiwiki_as_a_requirements_management_tool.mdwn @@ -1,4 +1,5 @@ [[!template id=note text="**Table of contents** [[!toc ]]"]] +[[!meta date="2009-09-02 17:17:15 -0400"]] Introduction ------------ diff --git a/doc/tips/ikiwiki_on_mac_os_x.mdwn b/doc/tips/ikiwiki_on_mac_os_x.mdwn index 9e4aea139..6c7487a98 100644 --- a/doc/tips/ikiwiki_on_mac_os_x.mdwn +++ b/doc/tips/ikiwiki_on_mac_os_x.mdwn @@ -1,4 +1,5 @@ [[!toc]] +[[!meta date="2011-06-24 17:35:14 -0400"]] # pkgsrc diff --git a/doc/tips/ikiwiki_via_gopher.mdwn b/doc/tips/ikiwiki_via_gopher.mdwn index ffea70f73..87ff85588 100644 --- a/doc/tips/ikiwiki_via_gopher.mdwn +++ b/doc/tips/ikiwiki_via_gopher.mdwn @@ -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 diff --git a/doc/tips/importing_posts_from_typo.mdwn b/doc/tips/importing_posts_from_typo.mdwn index 1b87e7dae..7e728a870 100644 --- a/doc/tips/importing_posts_from_typo.mdwn +++ b/doc/tips/importing_posts_from_typo.mdwn @@ -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. diff --git a/doc/tips/inside_dot_ikiwiki.mdwn b/doc/tips/inside_dot_ikiwiki.mdwn index a74d00f47..fe09f6d4b 100644 --- a/doc/tips/inside_dot_ikiwiki.mdwn +++ b/doc/tips/inside_dot_ikiwiki.mdwn @@ -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 diff --git a/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn index 0c871d6c0..1390412f4 100644 --- a/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn +++ b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn @@ -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"]] diff --git a/doc/tips/laptop_wiki_with_git.mdwn b/doc/tips/laptop_wiki_with_git.mdwn index 3a79e271c..9d11c2fe4 100644 --- a/doc/tips/laptop_wiki_with_git.mdwn +++ b/doc/tips/laptop_wiki_with_git.mdwn @@ -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 diff --git a/doc/tips/laptop_wiki_with_git_extended.mdwn b/doc/tips/laptop_wiki_with_git_extended.mdwn index 0666da450..f5bf9e315 100644 --- a/doc/tips/laptop_wiki_with_git_extended.mdwn +++ b/doc/tips/laptop_wiki_with_git_extended.mdwn @@ -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`. diff --git a/doc/tips/mailman_subscription_form.mdwn b/doc/tips/mailman_subscription_form.mdwn index 3e9ed0786..f39d833d0 100644 --- a/doc/tips/mailman_subscription_form.mdwn +++ b/doc/tips/mailman_subscription_form.mdwn @@ -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: ~~~~ diff --git a/doc/tips/markdown_and_eclipse.mdwn b/doc/tips/markdown_and_eclipse.mdwn index 9e8e9bfa9..dd027feee 100644 --- a/doc/tips/markdown_and_eclipse.mdwn +++ b/doc/tips/markdown_and_eclipse.mdwn @@ -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 diff --git a/doc/tips/mathopd_permissions.mdwn b/doc/tips/mathopd_permissions.mdwn index c0425b9ca..04a9bca77 100644 --- a/doc/tips/mathopd_permissions.mdwn +++ b/doc/tips/mathopd_permissions.mdwn @@ -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. diff --git a/doc/tips/migrating_podcast_to_ikiwiki.mdwn b/doc/tips/migrating_podcast_to_ikiwiki.mdwn index 416ba2967..315f848be 100644 --- a/doc/tips/migrating_podcast_to_ikiwiki.mdwn +++ b/doc/tips/migrating_podcast_to_ikiwiki.mdwn @@ -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 diff --git a/doc/tips/monitor_page_changes_through_IRC.mdwn b/doc/tips/monitor_page_changes_through_IRC.mdwn index ebddbfeac..3c5d17ed4 100644 --- a/doc/tips/monitor_page_changes_through_IRC.mdwn +++ b/doc/tips/monitor_page_changes_through_IRC.mdwn @@ -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: diff --git a/doc/tips/nearlyfreespeech.mdwn b/doc/tips/nearlyfreespeech.mdwn index 2e8bdb984..f9da223ac 100644 --- a/doc/tips/nearlyfreespeech.mdwn +++ b/doc/tips/nearlyfreespeech.mdwn @@ -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. diff --git a/doc/tips/optimising_ikiwiki.mdwn b/doc/tips/optimising_ikiwiki.mdwn index 6e8b60617..0c67e606c 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -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 diff --git a/doc/tips/parentlinks_style.mdwn b/doc/tips/parentlinks_style.mdwn index f9dfa8f55..617793de4 100644 --- a/doc/tips/parentlinks_style.mdwn +++ b/doc/tips/parentlinks_style.mdwn @@ -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. diff --git a/doc/tips/psgi.mdwn b/doc/tips/psgi.mdwn index 0d2eeefc8..d68309c9b 100644 --- a/doc/tips/psgi.mdwn +++ b/doc/tips/psgi.mdwn @@ -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; diff --git a/doc/tips/redirections_for_usedirs.mdwn b/doc/tips/redirections_for_usedirs.mdwn index 588b9f4b5..29a76b24c 100644 --- a/doc/tips/redirections_for_usedirs.mdwn +++ b/doc/tips/redirections_for_usedirs.mdwn @@ -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 + } diff --git a/doc/tips/spam_and_softwaresites.mdwn b/doc/tips/spam_and_softwaresites.mdwn index a07889e6b..f640b2faa 100644 --- a/doc/tips/spam_and_softwaresites.mdwn +++ b/doc/tips/spam_and_softwaresites.mdwn @@ -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). diff --git a/doc/tips/switching_to_usedirs.mdwn b/doc/tips/switching_to_usedirs.mdwn index 92871439f..777394f10 100644 --- a/doc/tips/switching_to_usedirs.mdwn +++ b/doc/tips/switching_to_usedirs.mdwn @@ -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 diff --git a/doc/tips/untrusted_git_push.mdwn b/doc/tips/untrusted_git_push.mdwn index 948a55063..88009b9cc 100644 --- a/doc/tips/untrusted_git_push.mdwn +++ b/doc/tips/untrusted_git_push.mdwn @@ -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: diff --git a/doc/tips/upgrade_to_3.0.mdwn b/doc/tips/upgrade_to_3.0.mdwn index 4b3a18123..8ec238935 100644 --- a/doc/tips/upgrade_to_3.0.mdwn +++ b/doc/tips/upgrade_to_3.0.mdwn @@ -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. diff --git a/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn index f0fbbba9a..14006fb96 100644 --- a/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn +++ b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn @@ -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 diff --git a/doc/tips/vim_and_ikiwiki.mdwn b/doc/tips/vim_and_ikiwiki.mdwn index e4136aa5d..5a2663969 100644 --- a/doc/tips/vim_and_ikiwiki.mdwn +++ b/doc/tips/vim_and_ikiwiki.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2010-09-12 19:25:38 -0500"]] + # Vim and ikiwiki ## Syntax highlighting diff --git a/doc/tips/vim_syntax_highlighting.mdwn b/doc/tips/vim_syntax_highlighting.mdwn index 8f2fdc1f0..dfd8151fb 100644 --- a/doc/tips/vim_syntax_highlighting.mdwn +++ b/doc/tips/vim_syntax_highlighting.mdwn @@ -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 diff --git a/doc/tips/wikiannounce.mdwn b/doc/tips/wikiannounce.mdwn index 6eb142cdf..3abfe7dab 100644 --- a/doc/tips/wikiannounce.mdwn +++ b/doc/tips/wikiannounce.mdwn @@ -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 diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn index 56eeb61a1..0327070a6 100644 --- a/doc/tips/yaml_setup_files.mdwn +++ b/doc/tips/yaml_setup_files.mdwn @@ -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. |