• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H09-Dec-2006-1,165873

lib/H09-Dec-2006-2,6441,775

t/H09-Dec-2006-586449

ChangesH A D04-Sep-20063.4 KiB115114

MANIFESTH A D26-Aug-2006961 5352

META.ymlH A D09-Dec-2006351 2019

Makefile.PLH A D09-Dec-2006323 2318

READMEH A D09-Dec-20061.3 KiB4531

README

1NAME
2    Spoon - A Spiffy Application Building Framework
3
4SYNOPSIS
5        Out of the Cutlery Drawer
6        And onto the Dinner Table
7
8DESCRIPTION
9    Spoon is an Application Framework that is designed primarily for
10    building Social Software web applications. The Kwiki wiki software is
11    built on top of Spoon.
12
13    Spoon::Base is the primary base class for all the Spoon::* modules.
14    Spoon.pm inherits from Spiffy.pm.
15
16    Spoon is not an application in and of itself. (As compared to Kwiki) You
17    need to build your own applications from it.
18
19SEE ALSO
20    Kwiki, Spork, Spiffy, IO::All
21
22DEDICATION
23    This project is dedicated to the memory of Iain "Spoon" Truskett.
24
25CREDIT
26    Dave Rolsky and Chris Dent have made major contributions to this code
27    base. Of particular note, Dave removed the memory cycles from the hub
28    architecture, allowing safe use with mod_perl.
29
30    (Dave, Chris and myself currently work at Socialtext, where this
31    framework is heavily used.)
32
33AUTHOR
34    Ingy döt Net <ingy@cpan.org>
35
36COPYRIGHT
37    Copyright (c) 2004. Brian Ingerson. All rights reserved. Copyright (c)
38    2006. Ingy döt Net. All rights reserved.
39
40    This program is free software; you can redistribute it and/or modify it
41    under the same terms as Perl itself.
42
43    See http://www.perl.com/perl/misc/Artistic.html
44
45