From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Boubekki Newsgroups: gmane.lisp.guile.user Subject: Re: Lessons learned building a small blog engine Date: Mon, 09 Oct 2017 21:17:46 +0200 Message-ID: <7d34fc6c4173012f3d8e1127816bd1f5@hypermove.net> References: <30e5732d19ff5cd6eb26c6fa5eede426@hypermove.net> 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 1507576694 5643 195.159.176.226 (9 Oct 2017 19:18:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 9 Oct 2017 19:18:14 +0000 (UTC) User-Agent: Roundcube Webmail/1.1.2 Cc: guile-user To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 09 21:18:10 2017 Return-path: Envelope-to: guile-user@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 1e1dZ3-0000n1-1R for guile-user@m.gmane.org; Mon, 09 Oct 2017 21:18:09 +0200 Original-Received: from localhost ([::1]:59411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1dZA-0005kM-4p for guile-user@m.gmane.org; Mon, 09 Oct 2017 15:18:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1dYm-0005k5-58 for guile-user@gnu.org; Mon, 09 Oct 2017 15:17:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1dYl-00069D-8c for guile-user@gnu.org; Mon, 09 Oct 2017 15:17:52 -0400 Original-Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:54359) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e1dYi-00067u-SM; Mon, 09 Oct 2017 15:17:48 -0400 Original-Received: from webmail.gandi.net (webmail7-d.mgt.gandi.net [10.58.1.147]) (Authenticated sender: amirouche@hypermove.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPA id 06E2C41C07E; Mon, 9 Oct 2017 21:17:46 +0200 (CEST) In-Reply-To: <30e5732d19ff5cd6eb26c6fa5eede426@hypermove.net> X-Sender: amirouche@hypermove.net X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4b98:c:538::197 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14200 Archived-At: On 2017-10-09 21:14, Amirouche Boubekki wrote: > On 2017-10-09 13:36, Amirouche Boubekki wrote: >> Héllo all, >> >> >> Last week end I tried to build a blog engine. >> >> git clone https://github.com/a-guile-mind/presence >> > > Now, accept to following challenge: > > Try to add an article on http://presence.hyperdev.fr/ > > Tips: For that you need to read the code. > > Happy hacking! Another tips: You need to workaround at least two bugs. Please post a mail on the mailing list if you succeed.