>From e6b323352382898b570e81c9f43b970c3facb1a3 Mon Sep 17 00:00:00 2001 From: Nala Ginrut Date: Thu, 5 Nov 2015 02:42:49 +0800 Subject: [PATCH] Added GNU Artanis info * website/apps/base/index-page.scm * website/apps/base/libraries-page.scm --- website/apps/base/index-page.scm | 9 ++++++++- website/apps/base/libraries-page.scm | 10 +++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/website/apps/base/index-page.scm b/website/apps/base/index-page.scm index 712a7ac..68d3a76 100644 --- a/website/apps/base/index-page.scm +++ b/website/apps/base/index-page.scm @@ -231,7 +231,14 @@ (img (@ (src ,(static-url "base/img/apps-thumbnails/sly.png")) (alt ""))) (h3 "Sly") - (p "2D/3D game engine"))) + (p "2D/3D game engine")) + (a + (@ (class "app-example") + (href "http://web-artanis.com")) + (img (@ (src ,(static-url "http://web-artanis.com/img/logo.png")) + (alt ""))) + (h3 "GNU Artanis") + (p "Web Application Framework"))) (section (@ (id "news") (class "free-flow-box")) (h2 "News") diff --git a/website/apps/base/libraries-page.scm b/website/apps/base/libraries-page.scm index 3485888..5389cbc 100644 --- a/website/apps/base/libraries-page.scm +++ b/website/apps/base/libraries-page.scm @@ -197,12 +197,12 @@ (p (b "License: ") "GPL")) (section (@ (class "lib")) - (h3 (a (@ (href "http://gitorious.org/glow/ragnarok/")) - "Ragnarok")) + (h3 (a (@ (href "http://web-artanis.com/")) + "GNU Artanis")) (p (span (@ (class "guile-version-tag")) "Guile 2.0")) - (p "A server for HTTP and other Internet protocols, with support " - "for templates, CGI, and more.") - (p (b "License: ") "LGPL 3 or later")) + (p "GNU Artanis is a web application framework(WAF) written in Guile Scheme." + "for templates, MVC, Relational Mapping and more.") + (p (b "License: ") "GPLv3+ and LGPLv3+")) (h2 (@ (id "tools")) "Tools") (p "These projects are tools for or implemented with Guile. Mostly, " "these are the types of things that automate documentation or " -- 1.7.10.4