theory / circle
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
circle /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 04 15:14:44 -0800 2009 | |
| |
Build.PL | Wed Nov 04 15:32:29 -0800 2009 | |
| |
Changes | Mon Oct 05 18:18:48 -0700 2009 | |
| |
MANIFEST.SKIP | Tue Sep 15 16:04:09 -0700 2009 | |
| |
README.md | Sat Oct 03 08:59:52 -0700 2009 | |
| |
bin/ | Thu Oct 01 09:55:02 -0700 2009 | |
| |
conf/ | Wed Sep 30 15:12:26 -0700 2009 | |
| |
lib/ | Thu Oct 22 23:23:38 -0700 2009 | |
| |
script/ | Thu Oct 01 09:55:16 -0700 2009 | |
| |
sql/ | ||
| |
t/ | Fri Oct 23 09:43:24 -0700 2009 |
README.md
Circle version 0.03
Circle is an IRC logging application. More will be said when it actually works. At first it will just do logging. Then I'll add a Catalyst-driven UI for looking at and searching the logs. Then I'll think about securty, factoids, and perhaps a pastebot. Stay tuned
INSTALLATION
To install this application, edit conf/prod.yml with your database connection
information, and then type the following:
perl Build.PL
./Build --context prod
./Build
./Build db
./script/circle_server.pl
Copyright and Licence
Copyright (c) 2009 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

