aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Print_link.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
commit5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (patch)
treeffcb4140ff043880ebb84b2b8d38cd3e64d0807a /doc/todo/Print_link.mdwn
parent1fe10b61149821571bd74da712b381a63afeaee6 (diff)
downloadikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar
ikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar.gz
massive naming and userlink patch from Paweł Tęcza
Diffstat (limited to 'doc/todo/Print_link.mdwn')
-rw-r--r--doc/todo/Print_link.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo/Print_link.mdwn b/doc/todo/Print_link.mdwn
index 697878019..c7af6c05a 100644
--- a/doc/todo/Print_link.mdwn
+++ b/doc/todo/Print_link.mdwn
@@ -5,7 +5,7 @@ to have it in my ikiwiki :)
Probably it's better to generate a page on the fly as a CGI
(just the same like for RecentChanges page) when a user
really needs it, instead to build static printable version
-for all ikiwiki pages. --Pawel
+for all ikiwiki pages. --[[Paweł|ptecza]]
> I've always considered print links to be a sign of a badly designed web
> site that looks ugly in a printer because it's ugly anywhere, so I may
@@ -36,7 +36,7 @@ for all ikiwiki pages. --Pawel
> --[[Joey]]
>> Maybe you could add `print.css` file for printable version? We just have
->> `local.css` file for a local styling. --Pawel
+>> `local.css` file for a local styling. --[[Paweł|ptecza]]
>>> Sure, very doable, but the UI to switch to it when printing, I don't
>>> know..
@@ -53,7 +53,7 @@ for all ikiwiki pages. --Pawel
>>>> ikiwiki plugins.
>>>> BTW, I also was thinkig about plugin to CVS support,
->>>> but unfortunately I don't have too much free time. --Pawel
+>>>> but unfortunately I don't have too much free time. --[[Paweł|ptecza]]
>> You don't need a stylesheet-switching UI or a printer-friendly
>> version; just link to a stylesheet with `media="print"`. --[[JoshTriplett]]