From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Newsgroups: gmane.lisp.guile.devel Subject: Re: What is needed in guildhall to include it in Guile? Date: Wed, 1 Mar 2017 20:35:40 +0100 Message-ID: References: <87k2lw1yvd.fsf@web.de> <1456163829.7330.32.camel@Renee-desktop.suse> <87fuwj1hjq.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1488396991 26092 195.159.176.226 (1 Mar 2017 19:36:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Mar 2017 19:36:31 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 01 20:36:26 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjA2y-00067C-4e for guile-devel@m.gmane.org; Wed, 01 Mar 2017 20:36:24 +0100 Original-Received: from localhost ([::1]:48417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjA34-0000dS-C4 for guile-devel@m.gmane.org; Wed, 01 Mar 2017 14:36:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjA2D-0000Ic-NK for guile-devel@gnu.org; Wed, 01 Mar 2017 14:35:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjA2B-0004ke-2G for guile-devel@gnu.org; Wed, 01 Mar 2017 14:35:37 -0500 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53590) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjA2A-0004ig-Sd for guile-devel@gnu.org; Wed, 01 Mar 2017 14:35:35 -0500 Original-Received: from [IPv6:2a01:e35:2ef3:d930:1cb1:4034:54ae:968f] (unknown [IPv6:2a01:e35:2ef3:d930:1cb1:4034:54ae:968f]) (Authenticated sender: amirouche@hypermove.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 0B0D81720DB for ; Wed, 1 Mar 2017 20:35:32 +0100 (CET) In-Reply-To: <87fuwj1hjq.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18971 Archived-At: Le 23/02/2016 à 17:57, Arne Babenhauserheide a écrit : > So, to summarize the things I can change: > > - Add the path to the installed package in guild show or list-packages > - Add a dynamical site as repository > - Package guix features > - Package guildhall in guix > > And things I can’t change easily: > - Package many packages (I hope a site with easy uploads could change that) > - Add dynamically fetched packages (I’m not sure how to do that right — > or whether I actually want to do it, given that this means executing > code which is downloaded at runtime…) > > Requirements for a guildhall website: > - easy upload (like marmalade?) What do you mean by easy? > - download statistics This doesn't necessarly mean that the website is not static. I am wondering what's best: - static website - interactive stuff à la github > - bug reporting possible (maybe a link to a bugtracker?) I had that in my todo actually! But I'd like to know more about how debbugs works to make. Basically outside email navigation what make debuggs a crazy good bugtracker. > Did I miss something? A Question/Answer system, a pastebin and a search engine :) > > Nala Ginrut writes: >> I may anticipate the packages amount for Guile would be increasing if we >> done it properly. > I’d think so, too. Me too. Really! I think I need to scratch un itch and actually succesfully contribute something useful... maybe... I will remix my culturia web stuff into a guildhall website. That said I have an issue with registration/login stuff anything related with setting cookies I don't find a good abstraction, for it. I keep you posted. > Best wishes, > Arne >