racket/collects/meta/web/www/community.rkt
2010-06-23 07:34:39 -04:00

23 lines
759 B
Racket

#lang at-exp s-exp "shared.rkt"
(require "people.rkt" "irc.rkt"
"../minis/lists.rkt"
"../stubs/blog.rkt" "../stubs/git.rkt" "../stubs/pre.rkt")
(provide community)
(define community
@page[#:part-of 'community]{
@mailing-lists-quick
@irc-quick
@parlist[@strong{PLT Scheme Inc.}
@text{@blog @mdash announcements, helpful hints, and thoughtful rants.}
@text{@people @mdash the people behind Racket.}]
@parlist[@strong{Development}
@text{@git (also available on
@a[href: "http://github.com/plt/racket/"]{GitHub})}
@text{@pre-installers and @|pre-root|.}
;;TODO: proper reference
@a[href: "http://download.racket-lang.org/chronology/"]{
Release Announcements}
]})