theory / circle

IRC logging, search, and paste

This URL has Read+Write access

circle /
name age message
file .gitignore Wed Nov 04 15:14:44 -0800 2009 Add pgTAP-specific settings to `Build.PL`. The... [theory]
file Build.PL Wed Nov 04 15:32:29 -0800 2009 Set Catalyst-specific test env vars in `Build.P... [theory]
file Changes Mon Oct 05 18:18:48 -0700 2009 s/DBIx::Connection/DBIx::Connector/g [theory]
file MANIFEST.SKIP Tue Sep 15 16:04:09 -0700 2009 Added MANIFEST.SKIP. [theory]
file README.md Sat Oct 03 08:59:52 -0700 2009 Incremented version number to 0.03. [theory]
directory bin/ Thu Oct 01 09:55:02 -0700 2009 Moved `circle_bot` from `scripts` to `bin`. [theory]
directory conf/ Wed Sep 30 15:12:26 -0700 2009 Normalized config file keys and `new()` params. [theory]
directory lib/ Thu Oct 22 23:23:38 -0700 2009 Updated for DBIx::Connector 0.20. [theory]
directory script/ Thu Oct 01 09:55:16 -0700 2009 Fixed a typo. [theory]
directory sql/ Loading commit data...
directory t/ Fri Oct 23 09:43:24 -0700 2009 Figured out why the rollback was warning. Had ... [theory]
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.