amend post "New Blog, yay!": correct likeliness of playing around with ikwiki.cgi
[www-rohieb-name.git] / blag / post / new-blog-yay-.mdwn
index 05d523d..45773ab 100644 (file)
@@ -48,7 +48,7 @@ few weeks) and the [[templates]] used to render the HTML files. For example, I
 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
 :-)
 
@@ -57,6 +57,29 @@ blogposts in Markdown right away, so they started piling up on my disk. Now that
 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
@@ -70,4 +93,4 @@ tuned!
     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]]
This page took 0.024575 seconds and 4 git commands to generate.