From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: website in GNU Guile Date: Sat, 15 May 2021 23:01:48 +0000 Message-ID: <0775cf03-d706-6fac-f100-534ba2411b93@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38077"; mail-complaints-to="usenet@ciao.gmane.io" To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun May 16 01:02:24 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1li3Ie-0009m7-Pv for guile-user@m.gmane-mx.org; Sun, 16 May 2021 01:02:24 +0200 Original-Received: from localhost ([::1]:40070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1li3Id-0002Uz-3B for guile-user@m.gmane-mx.org; Sat, 15 May 2021 19:02:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1li3ID-0002UX-7K for guile-user@gnu.org; Sat, 15 May 2021 19:01:57 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:47079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1li3IB-00013D-1A for guile-user@gnu.org; Sat, 15 May 2021 19:01:56 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5B8C8240026 for ; Sun, 16 May 2021 01:01:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1621119710; bh=MeTPib5KGfnp3IEoAzOJbrN37mOw/WjaWzne4ayqgMo=; h=To:From:Subject:Date:From; b=WEqrGbBENSUkgyMhhKfcYfoT1344t0avkcpVVklYlDmrz+dR8QZC7IZt0VXqXSf85 HI+UGqmcuprS4WvqLzYemiqdWQXaVl8GZsGZNQJyvCFOXAZxW8nL66CVi2JuH87OhV 5vwwtQnoLlWyWE63pcZTFfYpn+h3lOugpPDmiZIJkJFdZFNZ5W5X37Mo7tpgAFuboW gIX60yPgBMIlZZEdyJ4JVIkgLzJqjAoNTHo5MPMsagfdPM21nRP3A1fMLwT8HsdScg 3JgDXhE6ZhA0Tx9lBF5zuYmOiacnQvdybEtJguO7FfcxiiqvUKBx+mqQTpV+eGyCHh 8KLHRfGbErNIQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FjLW16FfYz9rxG for ; Sun, 16 May 2021 01:01:49 +0200 (CEST) Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17534 Archived-At: Hello Guile Users! I made something, which might be helpful for people wanting to make a website using GNU Guile: https://notabug.org/ZelphirKaltstahl/guile-website-example Far from complete and all static currently. However, I hope to add more features to it in the future. Regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl