From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristofer Buffington Subject: Re: Introducing GNUPaste Date: Sat, 16 Dec 2017 11:53:34 -0500 Message-ID: <87shcazka9.fsf@gmail.com> References: <87k1xptatx.fsf@gmail.com> <87a7ykjlww.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQFiZ-0002YQ-D6 for help-guix@gnu.org; Sat, 16 Dec 2017 11:53:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQFiV-0002gY-I7 for help-guix@gnu.org; Sat, 16 Dec 2017 11:53:43 -0500 In-Reply-To: <87a7ykjlww.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 15 Dec 2017 12:00:31 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guile-user@gnu.org, help-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Kristofer, > > Kristofer Buffington skribis: > >> I am excited to share GNUPaste! This is a really simple web app >> similar to paste.lisp.org built with Guile. I have a linode running it >> from git on GuixSD. >> >> https://paste.freshbakedyams.com (Please use it!) >> Source: https://github.com/kristoferbuffington/gnupaste.git > > Looks nice! > > I suppose you could use =E2=80=98guile-syntax-highlight=E2=80=99 to add s= ome color into > the mix. :-) I did not realize guile-syntax-highlight even existed. I will investigate. >> Ultimately I want to be able to deploy with something like: >> >> $ guix system disk-image gnupaste-system.scm >> >> Then boot it up in a VPS. > > That=E2=80=99d be great. > > Thanks for sharing! > > Ludo=E2=80=99. Thanks Kristofer