summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/plugins/aggregate/discussion.mdwn3
-rw-r--r--doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn13
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/plugins/aggregate/discussion.mdwn b/doc/plugins/aggregate/discussion.mdwn
index 6e6c23e61..a3336ee08 100644
--- a/doc/plugins/aggregate/discussion.mdwn
+++ b/doc/plugins/aggregate/discussion.mdwn
@@ -118,3 +118,6 @@ ikiwiki. Can you provide a more elegant means of allowing cookies and/or
the user agent to be programmatically manipulated? --[[schmonz]]
> Ping -- is the above patch perhaps acceptable (or near-acceptable)? -- [[schmonz]]
+
+>> Pong.. I'd be happier with a more 100% solution that let cookies be used
+>> w/o needing to write a custom plugin to do it. --[[Joey]]
diff --git a/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn b/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn
index d40be0b08..88c82f66c 100644
--- a/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn
+++ b/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn
@@ -27,6 +27,8 @@ and decided this time it was really needed to implement this feature.
>> (I'm not an ikiwiki committer, opinions may vary.)
>>
+>>> In my opinion, you're an ikiwiki committer! --[[Joey]]
+>>
>> This would be easier to review if there weren't a million merges from
>> master; perhaps either leave a branch as-is, or rebase it, or merge
>> only at "significant" times like after a release?
@@ -59,3 +61,14 @@ and decided this time it was really needed to implement this feature.
>>> the future, though.
>>>
>>> --[[intrigeri]]
+
+>>>> FWIW, I don't care about merge commits etc because I review
+>>>> `git diff ...intrigeri/mirrorlist` -- and if I want to dig deeper
+>>>> into the why of some code, I'll probably checkout the branch and
+>>>> use git blame.
+>>>>
+>>>> I agree with what smcv said, my other concern though is that
+>>>> this is such an edge case, that supporting it just adds clutter.
+>>>> Have to wonder if it wouldn't perhaps be better to do something
+>>>> using the goto plugin and cgiurl, so that the mirror doesn't have
+>>>> to know about the configuration of the other mirror. --[[Joey]]