sartak / CSS-Moonfall

port of Lua's Moonfall for dynamic CSS generation

CSS-Moonfall / README
100644 52 lines (33 sloc) 1.255 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
CSS::Moonfall 0.04
 
Moonfall is an application for the dynamic generation of CSS. The problem it
solves is making CSS more programmable. The most basic usage is to define
variables within CSS (e.g., so similar elements can have their common color
defined in one and only one place). CSS::Moonfall aims to be a faithful port
from Lua to Perl.
 
See http://moonfall.org/ for more details.
 
MAJOR CHANGES
    0.03: support balanced brackets
    0.01: first version
 
INSTALLATION
 
To install this module, run the following commands:
 
    perl Makefile.PL
    make
    make test
    make install
 
SUPPORT AND DOCUMENTATION
 
After installing, you can find documentation for this module with the perldoc
command.
 
    perldoc CSS::Moonfall
 
You can also look for information at:
 
    Search CPAN
        http://search.cpan.org/dist/CSS-Moonfall
 
    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=CSS-Moonfall
 
    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/CSS-Moonfall
 
    CPAN Ratings:
        http://cpanratings.perl.org/d/CSS-Moonfall
 
COPYRIGHT AND LICENSE
 
Copyright (C) 2007 Shawn M Moore
 
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.