软件包: libcatalyst-plugin-static-simple-perl (0.37-1)
libcatalyst-plugin-static-simple-perl 的相关链接
Trisquel 的资源:
下载源码包 libcatalyst-plugin-static-simple-perl:
- [libcatalyst-plugin-static-simple-perl_0.37-1.dsc]
- [libcatalyst-plugin-static-simple-perl_0.37.orig.tar.gz]
- [libcatalyst-plugin-static-simple-perl_0.37-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libcatalyst-perl
- libcatalyst-plugin-configloader-perl
- libcatalyst-plugin-session-store-cache-perl
- libcatalyst-plugin-session-store-file-perl
- libcatalyst-plugin-captcha-perl
- libcatalyst-plugin-i18n-perl
- libcatalyst-model-cdbi-crud-perl
- libcatalyst-authentication-credential-authen-simple-perl
- libcatalyst-model-dbi-perl
- libcatalyst-plugin-session-store-dbi-perl
- libcatalyst-plugin-stacktrace-perl
Catalyst plugin for easy serving of static pages
Catalyst::Plugin::Static::Simple is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you.
This plugin detects static files by looking at the file extension in the URL (such as .css or .png or .js). The plugin uses the lightweight MIME::Types module to map file extensions to IANA-registered MIME types, and will serve your static files with the correct MIME type directly to the browser, without being processed through Catalyst.
Catalyst is an elegant Model-View-Controller web application framework written in Perl.
其他与 libcatalyst-plugin-static-simple-perl 有关的软件包
|
|
|
-
- dep: libcatalyst-perl
- elegant Model-View-Controller Web Application Framework
-
- dep: libmime-types-perl
- Perl extension for determining MIME types and Transfer Encoding
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language