unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Added Artanis info to new main page
@ 2015-11-04 18:49 Nala Ginrut
  2015-11-04 21:27 ` Mathieu Lirzin
  2015-11-05 22:02 ` Luis Felipe López Acevedo
  0 siblings, 2 replies; 28+ messages in thread
From: Nala Ginrut @ 2015-11-04 18:49 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

Hi folks!
Our new main site really rock, right?

I believe that we may add more to "Applications using Guile".
Here's mine, the entry of GNU Artanis.

Attached the patch.

Happy hacking!


[-- Attachment #2: 0001-Added-GNU-Artanis-info.patch --]
[-- Type: text/x-patch, Size: 2137 bytes --]

From e6b323352382898b570e81c9f43b970c3facb1a3 Mon Sep 17 00:00:00 2001
From: Nala Ginrut <nalaginrut@gmail.com>
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


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2015-11-24  9:12 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 18:49 [PATCH] Added Artanis info to new main page Nala Ginrut
2015-11-04 21:27 ` Mathieu Lirzin
2015-11-04 22:17   ` Thompson, David
2015-11-05  0:55     ` Matt Wette
2015-11-05  4:52       ` David Pirotte
2015-11-06 19:08       ` Luis Felipe López Acevedo
2015-11-05  9:58     ` Ludovic Courtès
2015-11-05 10:01       ` William ML Leslie
2015-11-05 21:41       ` Luis Felipe López Acevedo
2015-11-05 22:22         ` Replace Sly on the website main page? (was: [PATCH] Added Artanis info to new main page) Mathieu Lirzin
2015-11-05 22:29           ` Luis Felipe López Acevedo
2015-11-06  9:19         ` [PATCH] Added Artanis info to new main page Ludovic Courtès
2015-11-06 15:41           ` Luis Felipe López Acevedo
2015-11-06 18:08             ` Ludovic Courtès
2015-11-08 20:17             ` Mathieu Lirzin
2015-11-08 20:35               ` Dirk-Jan C. Binnema
2015-11-09 14:08                 ` Luis Felipe López Acevedo
2015-11-19 20:26                   ` Ludovic Courtès
2015-11-22 22:08                     ` Mathieu Lirzin
2015-11-23  9:40                       ` Ludovic Courtès
2015-11-23 10:22                         ` Mathieu Lirzin
2015-11-23 22:23                         ` Mathieu Lirzin
2015-11-24  9:12                           ` Ludovic Courtès
2015-11-08 22:59               ` Ludovic Courtès
2015-11-05 22:04       ` Mathieu Lirzin
2015-11-06  3:54   ` Nala Ginrut
2015-11-06 20:32     ` Mathieu Lirzin
2015-11-05 22:02 ` Luis Felipe López Acevedo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).