-
-
29 Apr 2011 21:09:23 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (0 / 177 / 3)
- Kwalitee
Bus factor: 0- 83.33% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (713.6KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Crypt::Blowfish
- Crypt::CBC
- DBD::Pg
- DBI
- Data::Dumper
- Date::Format
- Digest::MD5
- Google::SAML::Response
- LWP::UserAgent
- Lingua::EN::Numbers
- MIME::Base64
- MIME::QuotedPrint
- Net::FTP
- Net::SMTP::SSL
- Template
- Time::CTime
- XML::Dumper
- XML::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.92
- make username login lowercase all the time
- allow login cookies to live for more than a day with ETERNAL_COOKIE
- move crypt key out to CRYPT_KEY in site config file
- only load javascript files when needed
- only load favicon.ico if it exists
- load the css into the head instead of including it as a link
- in order to reduce multiple requests
- read apache min/max/clients/etc settings from sdnfw.conf file
- extend format_percent to allow control over number of decimals shown
- add file_path, filename, and content_type automatically when doing a csv db query
- add in_to_hash function
- add no_css flag to not include css in header
- break out common javascript into individual files and rework add_js functionality a bit
- add html_caption_scroll function to make changing tbody elements scrollable
- add /code to PERL5LIB in apachectl to help with Apache::StatINC issues
- add html_input_number and html_input_email
- added object menu template selection and css and footer template
- added object head option
Modules
Framework to build systems using perl, template toolkit and postgresql.Provides
in lib/Apache/SdnFw/lib/Core.pmin lib/Apache/SdnFw/lib/DB.pmin lib/Apache/SdnFw/lib/Memcached.pmin lib/Apache/SdnFw/object/dbdb.pmin lib/Apache/SdnFw/object/home.pmin lib/Apache/SdnFw/template/object/employee.pmin lib/Apache/SdnFw/template/object/group.pmin lib/Apache/SdnFw/template/object/me.pmExamples
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.avi
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.dcr
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.mov
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.ram
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.rm
- lib/Apache/SdnFw/js/tinymce/examples/media/sample.swf
- lib/Apache/SdnFw/js/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif
- lib/Apache/SdnFw/js/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif
- lib/Apache/SdnFw/js/tinymce/jscripts/tiny_mce/plugins/preview/example.html
Other files
Module Install Instructions
To install Apache::SdnFw, copy and paste the appropriate command in to your terminal.
cpanm Apache::SdnFw
perl -MCPAN -e shell install Apache::SdnFw
For more information on module installation, please visit the detailed CPAN module installation guide.