have hacked together a [little plugin][flattrthing.pm] to support Flattr buttons
and integrated it into the template which is used to render the blog posts.
There is even a dynamic part of ikiwiki which allows users to add comments, I
-will probably try that in the future and convert all the WordPress comments.
+may or may not try that in the future and convert all the WordPress comments.
And finally, if you want, you can read the full [source code][] of every page
:-)
I have the new setup, I already have content to fill the next few weeks, so stay
tuned!
+**Update:** In this process I was also moving the site to a new server, which
+also provides IPv6 connectivity:
+
+ $ dig -t AAAA rohieb.name
+
+ ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> -t AAAA rohieb.name
+ ;; global options: +cmd
+ ;; Got answer:
+ ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64670
+ ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
+
+ ;; QUESTION SECTION:
+ ;rohieb.name. IN AAAA
+
+
+ ;; ANSWER SECTION:
+ rohieb.name. 2629 IN AAAA 2a03:4000:2:2f3::1
+
+ ;; Query time: 3 msec
+ ;; SERVER: 192.168.148.1#53(192.168.148.1)
+ ;; WHEN: Tue Oct 29 04:33:03 2013
+ ;; MSG SIZE rcvd: 57
+
[ikiwiki]: http://ikiwiki.info
[Markdown]: http://daringfireball.net/projects/markdown/syntax
[Git]: http://git-scm.com
Markdown with additional features (like footnotes). But ikiwiki also
supports other markup languages, e.g. [reStructuredText][] or [Textile][].
-[[!tag meta ikiwiki Markdown Git WordPress blogging]]
+[[!tag meta ikiwiki Markdown Git WordPress blogging IPv6 migration]]