From 30b3b00f4f9a7e1ce3b460697cb347df9cc6b6ff Mon Sep 17 00:00:00 2001
From: Simon McVittie
Date: Sun, 13 Jul 2008 15:33:44 +0100
Subject: Mark bug "clear: both for .page*?" as [[done]]
---
..._96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'doc/bugs')
diff --git a/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn b/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
index e30bf33e8..a1b5ba94a 100644
--- a/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
+++ b/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
@@ -30,7 +30,6 @@ adding this `clear: both`?
>> Then sites could choose whether to set clear:both on the inlinefooter
>> or not, and this would be separate from the same styling on whole pages.
>>
->> Implemented in [my repository](http://git.debian.org/?p=users/smcv/ikiwiki.git);
->> see the "css" branch. --[[smcv]]
+>> [[done]] --[[smcv]]
[[patch]]
--
cgit v1.2.3
From a3c8465565cdee1f5d71c4a537329e21593c750a Mon Sep 17 00:00:00 2001
From: Joey Hess
Date: Mon, 14 Jul 2008 10:15:37 -0400
Subject: web commit by http://ptecza.myopenid.com/: * Broken URL
---
doc/bugs/Broken_URL_to_your_blog_script.mdwn | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 doc/bugs/Broken_URL_to_your_blog_script.mdwn
(limited to 'doc/bugs')
diff --git a/doc/bugs/Broken_URL_to_your_blog_script.mdwn b/doc/bugs/Broken_URL_to_your_blog_script.mdwn
new file mode 100644
index 000000000..0099104d4
--- /dev/null
+++ b/doc/bugs/Broken_URL_to_your_blog_script.mdwn
@@ -0,0 +1,8 @@
+Joey, I would like to see your blog script I've found
+at [[Tips|tips/blog_script]] page, but it seems that the URL
+(http://git.kitenet.net/?p=joey/home;a=blob_plain;f=bin/blog)
+to its Git repo is broken:
+
+ 403 Forbidden - No such project
+
+--[[Paweł|ptecza]]
--
cgit v1.2.3
From 5d027102f50f5a6fb74d67c7a04e88fde542d7b3 Mon Sep 17 00:00:00 2001
From: Joey Hess
Date: Mon, 14 Jul 2008 15:20:37 -0400
Subject: fix link
---
doc/bugs/Broken_URL_to_your_blog_script.mdwn | 2 ++
doc/tips/blog_script.mdwn | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc/bugs')
diff --git a/doc/bugs/Broken_URL_to_your_blog_script.mdwn b/doc/bugs/Broken_URL_to_your_blog_script.mdwn
index 0099104d4..3d6661d9c 100644
--- a/doc/bugs/Broken_URL_to_your_blog_script.mdwn
+++ b/doc/bugs/Broken_URL_to_your_blog_script.mdwn
@@ -6,3 +6,5 @@ to its Git repo is broken:
403 Forbidden - No such project
--[[Paweł|ptecza]]
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn
index b0f5f14c1..1dfd71538 100644
--- a/doc/tips/blog_script.mdwn
+++ b/doc/tips/blog_script.mdwn
@@ -1,4 +1,4 @@
-I have a [blog](http://git.kitenet.net/?p=joey/home;a=blob_plain;f=bin/blog)
+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.
--
cgit v1.2.3