From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: Videos Date: Tue, 19 Jun 2018 22:11:09 +0200 Message-ID: <87zhzq1qqq.fsf@lapdog.tobias.gr> References: <87in76qzzk.fsf@elephly.net> <87sh5jvn29.fsf@elephly.net> <485FFE21-916F-4689-9842-503F2A8A2219@rdsor.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVMyB-00005I-W5 for guix-devel@gnu.org; Tue, 19 Jun 2018 16:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVMyA-0004oC-Vr for guix-devel@gnu.org; Tue, 19 Jun 2018 16:11:15 -0400 Received: from tobias.gr ([2001:470:cc92::1]:52552) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVMyA-0004kw-I9 for guix-devel@gnu.org; Tue, 19 Jun 2018 16:11:14 -0400 In-reply-to: <485FFE21-916F-4689-9842-503F2A8A2219@rdsor.ro> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Dan Partelly Cc: guix-devel@gnu.org Dan, Dan Partelly wrote: > Whats the story with the PDF files mentioned below ? Are they=20 > flawed , damaged or not confirming to standard ? None of my pdf=20 > readers can open them. Not even Firefox or Adobe Reader. Im=20 > trying to read more on Guix. None of the above. You likely saved the target of the =E2=80=98foo.pdf=E2= =80=99=20 link, which is an HTML file: $ curl -LO=20 https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/talks/bio-it-= world-2018/talk.2018-05-16.pdf $ file talk.2018-05-16.pdf talk.2018-05-16.pdf: HTML document, ASCII text, with very long=20 lines Saving this as =E2=80=98foo.pdf=E2=80=99 will still be an HTML file. The =E2=80=98plain=E2=80=99 link on the right serves the raw PDF file: $ curl -LO=20 https://git.savannah.gnu.org/cgit/guix/maintenance.git/plain/talks/bio-it= -world-2018/talk.2018-05-1-6.pdf $ file talk.2018-05-16.pdf=20 talk.2018-05-16.pdf: PDF document, version 1.5 Kind regards, T G-R