]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

initial commit
authoradmin <admin@branchable.com>
Fri, 5 Jul 2013 17:22:48 +0000 (17:22 +0000)
committeradmin <admin@branchable.com>
Fri, 5 Jul 2013 17:22:48 +0000 (17:22 +0000)
.gitignore [new file with mode: 0644]
archives.mdwn [new file with mode: 0644]
comments.mdwn [new file with mode: 0644]
index.mdwn [new file with mode: 0644]
posts.mdwn [new file with mode: 0644]
posts/first_post.mdwn [new file with mode: 0644]
sidebar.mdwn [new file with mode: 0644]
tags.mdwn [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..eecda60
--- /dev/null
@@ -0,0 +1 @@
+/.ikiwiki
diff --git a/archives.mdwn b/archives.mdwn
new file mode 100644 (file)
index 0000000..d07b73b
--- /dev/null
@@ -0,0 +1,8 @@
+[[!if test="archives/*" then="""
+Browse through blog archives by year:
+[[!map pages="./archives/* and !./archives/*/* and !*/Discussion"]]
+"""
+else="""
+You need to use the `ikiwiki-calendar` program to generate calendar-based
+archive pages.
+"""]]
diff --git a/comments.mdwn b/comments.mdwn
new file mode 100644 (file)
index 0000000..e22b50a
--- /dev/null
@@ -0,0 +1,10 @@
+[[!sidebar content="""
+[[!inline pages="comment_pending(./posts/*)" feedfile=pendingmoderation
+description="comments pending moderation" show=-1]]
+Comments in the [[!commentmoderation desc="moderation queue"]]:
+[[!pagecount pages="comment_pending(./posts/*)"]]
+"""]]
+
+Recent comments on posts in the [[blog|index]]:
+[[!inline pages="./posts/*/Discussion or comment(./posts/*)"
+template="comment"]]
diff --git a/index.mdwn b/index.mdwn
new file mode 100644 (file)
index 0000000..d08446d
--- /dev/null
@@ -0,0 +1,8 @@
+[[!if test="enabled(sidebar)" then="""
+[[!sidebar]]
+""" else="""
+[[!inline pages=sidebar raw=yes]]
+"""]]
+
+[[!inline pages="page(./posts/*) and !*/Discussion" show="10"
+actions=yes rootpage="posts"]]
diff --git a/posts.mdwn b/posts.mdwn
new file mode 100644 (file)
index 0000000..2bd0f1d
--- /dev/null
@@ -0,0 +1,3 @@
+Here is a full list of posts to the [[blog|index]].
+
+[[!inline pages="page(./posts/*) and !*/Discussion" archive=yes feedshow=10 quick=yes trail=yes]]
diff --git a/posts/first_post.mdwn b/posts/first_post.mdwn
new file mode 100644 (file)
index 0000000..bd4c803
--- /dev/null
@@ -0,0 +1 @@
+This is my first post.
diff --git a/sidebar.mdwn b/sidebar.mdwn
new file mode 100644 (file)
index 0000000..e0895f6
--- /dev/null
@@ -0,0 +1,10 @@
+[[!if test="enabled(calendar)" then="""
+[[!calendar pages="page(./posts/*) and !*/Discussion"]]
+"""]]
+
+[[Recent Comments|comments]]
+
+[[Archives]]
+
+[[Tags]]:
+[[!pagestats style="list" pages="./tags/*" among="./posts/*"]]
diff --git a/tags.mdwn b/tags.mdwn
new file mode 100644 (file)
index 0000000..b5eca5b
--- /dev/null
+++ b/tags.mdwn
@@ -0,0 +1,3 @@
+[[!pagestats pages="./tags/*" among="./posts/*"]]
+
+On the right you can see the tag cloud for this blog.