Re: [dev] tiny pdf viewer (with vim key shortcuts)
It is actually probably less work than modding xpdf. mupdf is a nice idea.
I will check a bit the code. apt-get source mupdf,
and a man tells us:
I wonder if h,j,k,l could no be used to move to various page, and
actally we could use s,d,w,x for scrolling...
" L, R Rotate page left (clockwise) or right (counter-clockwise).
h, j, k, l
Scroll page left, down, up, or right.
+, - Zoom in or out.
w Shrinkwrap window to fit the page.
r Reload file."
Regards
2014-05-01 21:13 GMT+02:00 Nick <suckless-dev_AT_njw.me.uk>:
> Quoth Andrew Gwozdziewycz:
>> I'm not sure why a pdf reader would need the benefits of the AGPL,
>> which to my knowledge, ensures that versions of the code that are
>> accessible over a network count as being "distributed" and thus
>> require the source code to be available. Seems like the GPL would be
>> just as good here.
>
> Yes, I broadly agree. I'd guess the concern that led to the AGPL was
> the possibility of someone using the code to make say a web-based
> PDF reader.
>
> That was a vague concern of mine with a project I worked on a while
> ago, but nobody cared about the code enough to butcher it into a web
> application, thankfully :) Not that you'd be likely to want the code
> 'contributions' from somebody who likes doing "web programming" like
> that, of course...
>
Received on Thu May 01 2014 - 21:22:36 CEST
This archive was generated by hypermail 2.3.0
: Thu May 01 2014 - 21:24:09 CEST