darcs

Issue 1319 roundup: add links

Title roundup: add <link rel=next> links
Priority wishlist Status given-up
Milestone Resolved in
Superseder Nosy List Serware, darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb
Assigned To
Topics BugTracker

Created on 2009-01-17.01:30:58 by twb, last changed 2017-07-30.23:29:59 by gh.

Messages
msg7120 (view) Author: twb Date: 2009-01-17.01:30:55
The HTML standards describe LINK tags with the REL attribute set to a
specific keyword, to define relationships between pages of a document
that spans multiple pages.  These links are seen for example in
docbook output, and on google's search result pages.

They are useful in Opera and Emacs-W3M, where pressing SPC scrolls
down one page length -- unless you are at the bottom of the page, in
which case it jumps to the next page.

So for example, if I am looking at a google result page, and don't see
anything interesting, I keep hitting SPC to scroll down.  Jumping to
the next page (link rel=next) at th end of a page makes it "feel" more
like a single coherent document.

This approach would be very welcome on roundup result pages, too,
where the number of bugs in a search doesn't fit on a single page.  So
for example when I browse to

    http://bugs.darcs.net/issue?creator=twb&@pagesize=20

it shows 20 of 52 bugs; pressing SPC would take me to

    http://bugs.darcs.net/issue?creator=twb&@startwith=20&@pagesize=20

and from that page, pressing DEL (Backspace) would scroll up or take
me back to the previous page in the result sequence.
msg7121 (view) Author: twb Date: 2009-01-17.01:34:59
I actually tried to post this in November, but I messed up the syntax so
the rejection message has been sitting in my inbox this whole time :-)
History
Date User Action Args
2009-01-17 01:30:58twbcreate
2009-01-17 01:35:01twbsetstatus: unread -> unknown
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
messages: + msg7121
2009-04-09 11:40:56koweysetpriority: wishlist
nosy: + Serware
topic: + BugTracker
2009-08-18 22:53:29koweysetstatus: unknown -> needs-implementation
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin, Serware
2009-08-25 17:39:23adminsetnosy: + darcs-devel, - simon
2009-08-27 14:27:40adminsetnosy: kowey, darcs-devel, twb, thorkilnaur, dmitry.kurochkin, Serware
2009-10-23 22:45:51adminsetnosy: + serware, - Serware
2009-10-23 23:31:26adminsetnosy: + Serware, - serware
2017-07-30 23:29:59ghsetstatus: needs-implementation -> given-up