Make serving static pages painless.

Edit Package perl-Catalyst-Plugin-Static-Simple
http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/

The Static::Simple plugin 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
the MIME::Types manpage 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.

Note that actions mapped to paths using periods (.) will still operate
properly.

If the plugin can not find the file, the request is dispatched to your
application instead. This means you are responsible for generating a '404'
error if your applicaton can not process the request:

# handled by static::simple, not dispatched to your application
/images/exists.png

# static::simple will not find the file and let your application
# handle the request. You are responsible for generating a file
# or returning a 404 error
/images/does_not_exist.png

Though Static::Simple is designed to work out-of-the-box, you can tweak the
operation by adding various configuration options. In a production
environment, you will probably want to use your webserver to deliver static
content; for an example see the USING WITH APACHE manpage, below.

Refresh
Refresh
Source Files
Filename Size Changed
Catalyst-Plugin-Static-Simple-0.37.tar.gz 0000028548 27.9 KB
cpanspec.yml 0000000469 469 Bytes
perl-Catalyst-Plugin-Static-Simple.changes 0000002545 2.49 KB
perl-Catalyst-Plugin-Static-Simple.spec 0000003337 3.26 KB
Latest Revision
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 890931 from Tina Müller's avatar Tina Müller (tinita) (revision 9)
- updated to 0.37
   see /usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple/Changes
  0.37 - 2021-05-05
         - Port Makefile.PL from Module::Install to Distar
         - Remove MooseX::Types dependency
Comments 0
openSUSE Build Service is sponsored by