Re: [dev] security issue running surf from home folder

2015-01-08 Thread tautolog
The saving to desktop vs. working directory has arguments on both sides, but that is easy enough to change in config, and leave the default to maintainer preference. A prompt would make either case known before the download, so leaving a prompt in by default helps make the distinction less of an

Re: [dev] security issue running surf from home folder

2015-01-08 Thread tautolog
In my personal configuration, I include in the prompt that control-c will cancel the download, a natural side-effect/feature of the implementation. Ben   Original Message   From: Dmitrij D. Czarkoff Sent: Thursday, January 8, 2015 6:17 PM To: dev mail list Reply To: dev mail list Subject: Re: [de

Re: [dev] security issue running surf from home folder

2015-01-08 Thread Dmitrij D. Czarkoff
Christoph Lohmann said: > Theses patches have been discussed on IRC. The optimal solution has been > to make the default DOWNLOAD macro to ask for a string. If the string is > empty, pass ‐O to curl, if it’s non‐empty add ‐‐create‐dirs and ‐o > $string to curl. > > Any comments on this? If

Re: [dev] security issue running surf from home folder

2015-01-08 Thread Jakukyo Friel
On Thu, Jan 8, 2015 at 7:07 AM, wrote: > Say you call up surf just to download a file, from a working directory. > You would expect the download to go into the working directly, as if you > called curl or wget. 1. I tend to think surf will download to a default place, for example `~/Deskt

[dev] [PATCH] If only the year operand is given, cal shall produce a calendar for all twelve months in the given calendar year.

2015-01-08 Thread Greg Reagle
--- cal.1 | 5 + cal.c | 11 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cal.1 b/cal.1 index a679350..aebd992 100644 --- a/cal.1 +++ b/cal.1 @@ -29,6 +29,11 @@ of calendars side by side. Each row of calendars contains at most .IR columns number of calendars.

Re: [dev] [surf] [PATCH] add per-site user styles

2015-01-08 Thread stanio
* Christoph Lohmann 2015-01-07 21:46 > cope with two goals: > 1.) Make userstyles.org usable for surf. could you provide some examples of useful userstyles.org styles. All I've seen on userstyles.org is either for sites I don't visit regularly or is about setting a car (fire, skull) as background

Re: [dev] surf vertical and horizontal same-origin policy patch

2015-01-08 Thread stanio
Hi sounds very interesting. thanks. will review, test and report when I get some spare time…