You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
718 B
Plaintext

10 years ago
#lang scribble/manual
@(require scribble/eval (for-label racket "../main.rkt"))
@(define my-eval (make-base-eval))
10 years ago
@(my-eval `(require chirp))
10 years ago
10 years ago
@title{chirp}
10 years ago
@author[(author+email "Matthew Butterick" "mb@mbtype.com")]
10 years ago
Chirp = CSS & HTML Racket preprocessor.
10 years ago
@section{Installation & updates}
At the command line:
10 years ago
@verbatim{raco pkg install chirp}
10 years ago
After that, you can update the package from the command line:
10 years ago
@verbatim{raco pkg update chirp}
10 years ago
@section{Interface}
10 years ago
@defmodule[chirp]
10 years ago
10 years ago
Hello chirp.
10 years ago
@section{License & source code}
This module is licensed under the LGPL.
10 years ago
Source repository at @link["http://github.com/mbutterick/chirp"]{http://github.com/mbutterick/chirp}. Suggestions & corrections welcome.
10 years ago