欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Mason
第12行: | 第12行: | ||
Debian用户 | Debian用户 | ||
#apt-get install libhtml-mason-perl | #apt-get install libhtml-mason-perl | ||
+ | |||
+ | PerlModule HTML::Mason::ApacheHandler | ||
+ | <Directory /home/www/vhosts/xxx.com/html> | ||
+ | SetHandler perl-script | ||
+ | PerlHandler HTML::Mason::ApacheHandler | ||
+ | </Directory> | ||
+ | |||
Linux用户 | Linux用户 | ||
wget http://cpan.linuxforum.net/authors/id/D/DR/DROLSKY/HTML-Mason-1.35.tar.gz | wget http://cpan.linuxforum.net/authors/id/D/DR/DROLSKY/HTML-Mason-1.35.tar.gz | ||
第26行: | 第33行: | ||
*http://search.cpan.org/dist/HTML-Mason/ | *http://search.cpan.org/dist/HTML-Mason/ | ||
− | == | + | ==MasonPoweredSites== |
+ | http://www.masonhq.com/?MasonPoweredSites | ||
*http://amazon.com - http://www.masonhq.com/?AmazonDotCom | *http://amazon.com - http://www.masonhq.com/?AmazonDotCom | ||
*http://del.icio.us | *http://del.icio.us | ||
*http://www.live365.com | *http://www.live365.com | ||
+ | |||
+ | ==MasonPoweredApps== | ||
+ | http://www.masonhq.com/?MasonPoweredApps | ||
+ | *[[Bricolage]] | ||
+ | *[[Mason-CM]] | ||
[[category:Open_source_content_management_systems]] | [[category:Open_source_content_management_systems]] |
2006年12月24日 (日) 12:33的版本
Mason - High-performance, dynamic web site authoring system
HTML中的Mason组件是基于开放Perl,用来创建维护网站的一个平台。最早是为了克服CGI的一些局限而开发的,CGI(Common Gateway Interface)是HTTP服务器与你的或其它机器上的程序进行“交谈”的一种工具,其程序须运行在网络服务器上。Mason的出现使得开发和管理大型网页的工作变得相对简单起来。其后Mason不断完善,目前已经是一个完整的开发工具了。1998年,基于Perl Artistic License的第一个HTML::Mason版本正式发行。
Mason是一个结构化的可复用的组件库,包括HTML,Perl代码以及Mason命令。一个完整的网站首先要包括一个主要组件(父组件),在主要组件之中包括各种小型组件(子组件)。这种面向对象的机制,保证了当组件有所改变时,所有引用此组件的网页都会有所改变。这样网页设计人员(这些人通常都对组件编程不太精通)就可以忽略组件的内部机制问题,专心致志将精力放到整个网页的内容之上了。
Mason支持的其他功能有:利用缓存构件进行回复;可以利用目录或分层结构十分轻松的创建模板;具有模拟不同环境下网页真实显示效果的能力。Mason特意针对Apache服务器和mod_perl做了优化。当然,Mason也可以作为CGI的标准模块被使用。
目录 |
安装指南
Debian用户
#apt-get install libhtml-mason-perl
PerlModule HTML::Mason::ApacheHandler <Directory /home/www/vhosts/xxx.com/html> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler </Directory>
Linux用户
wget http://cpan.linuxforum.net/authors/id/D/DR/DROLSKY/HTML-Mason-1.35.tar.gz tar HTML-Mason-1.35.tar.gz cd HTML-Mason-1.35 #perl Build.PL #./Build #./Build instal
Related Links
- http://www.masonhq.com/
- http://www.masonbook.com/
- http://perl.apache.org/
- http://search.cpan.org/dist/HTML-Mason/
MasonPoweredSites
http://www.masonhq.com/?MasonPoweredSites