diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/CSS_classes_for_links.mdwn | 4 | ||||
-rw-r--r-- | doc/todo/Print_link.mdwn | 6 | ||||
-rw-r--r-- | doc/todo/refreshing_recentchanges_page.mdwn | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/todo/CSS_classes_for_links.mdwn b/doc/todo/CSS_classes_for_links.mdwn index 6f2e5622f..ab1a326af 100644 --- a/doc/todo/CSS_classes_for_links.mdwn +++ b/doc/todo/CSS_classes_for_links.mdwn @@ -32,7 +32,7 @@ for external links is enough for me :) Please look at my example: My best regards, ---Pawel +--[[Paweł|ptecza]] > If you did not already know, you can achieve similar results using CSS3 > selectors. Eg: `a[href="http://www.foobar.com/"] { foobar: css }` or @@ -53,4 +53,4 @@ My best regards, >> I've never written plugin for ikiwiki, but I can try if it's simple job :) >> ->> --Pawel
\ No newline at end of file +>> --[[Paweł|ptecza]]
\ No newline at end of file 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]] diff --git a/doc/todo/refreshing_recentchanges_page.mdwn b/doc/todo/refreshing_recentchanges_page.mdwn index de22bb758..4846236fe 100644 --- a/doc/todo/refreshing_recentchanges_page.mdwn +++ b/doc/todo/refreshing_recentchanges_page.mdwn @@ -1,6 +1,6 @@ What do you think about refreshing RecentChanges page (via Meta Refresh Tag)? It can be useful for users like me which rather prefer watching the last changes -in WWW browser tab than subscribing to page. --Pawel +in WWW browser tab than subscribing to page. --[[Paweł|ptecza]] > Depends, if it were done the time period should be made configurable. > Unwanted server load due to refeshing could be a problem for some. @@ -10,7 +10,7 @@ in WWW browser tab than subscribing to page. --Pawel >> stupid and he will not set too short refresh period to kill his server :) >> I propose to add `recentchanges_refresh` variable in ikiwiki setup >> to setting refresh period. If it's not defined, then ikiwiki doesn't put ->> refresh meta tag into `recentchanges.tmpl`. Do you like it? ;) --Pawel +>> refresh meta tag into `recentchanges.tmpl`. Do you like it? ;) --[[Paweł|ptecza]] >>> Seems reasonable --[[Joey]] |