Squatting

 view release on metacpan or  search on metacpan

doc/squatting-intro.xul  view on Meta::CPAN

   -                 matobaa <matobaa@lily.freemail.ne.jp>
   -
   - ***** END LICENSE BLOCK ***** -->
 
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
<?xml-stylesheet href="#builtinStyle" type="text/css"?>
 
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
	id="presentation"
	xmlns:html="http://www.w3.org/1999/xhtml"
	orient="vertical"
	onkeypress="Presentation.onKeyPress(event);">
	 
<!-- Built-in Content --> 
<html:textarea id="builtinCode" style="visibility: collapse">
TITLE::Squatting Web Microframework
GLOBAL-SIZE::9
Squatting
----
a web microframework
----
like Camping
----
but written in Perl
----
thus imbuing it with...
----
MUTANT POWERS
----
like combining MULTIPLE apps into ONE
----
like django/merb/mack
----
but BETTER!  ;)
----
Because Squatting apps can also be 
embedded into other frameworks.
----
Squatting::On::Catalyst
----
Squatting::On::Jifty
----
Because infighting is a waste of time,
----
and because I don't want you to have to
throw away your old work.
----
We will work with everyone.
----
Squatting can also work on top of Continuity.
----
COMET servers just got 256x easier to write.
----
All this in less than 4K*.
----
DEMONSTRATION TIME
( Time to do battle against Murphy )
----
COMPOSITION
----
EMBEDDING
----
COMET
----
Thank You
----
別府
----
聡
</html:textarea>
 
<!-- Built-in Style --> 
<html:style id="builtinStyle" type="text/css" style="visibility: collapse">
<![CDATA[
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http:/www.w3.org/1999/xhtml);

#canvas {
	background: white !important;
	color: black !important;
	font-family:
		"ゴシックMB101U"
		"ニューセザンヌ-EB"
		"セザンヌ-EB"
		"DHP極太ゴシック体"
		"DFP極太ゴシック体"
		"DHPGothic UB"
		"DFPGothic UB"
		"DHP特太ゴシック体"
		"DFP特太ゴシック体"
		"DHPGothic EB"
		"DFPGothic EB"
		"セイビイサラゴUB-P"
		"AR Pゴシック体 S"
		"Arphic PGothic SuperBold JIS"
/*		"Arial Black"*/
		"DF特太ゴシック体"
		"DFGothic EB"
		"セイビイサラゴUB"
		"AR ゴシック体 S"
		"Arphic Gothic SuperBold JIS"
		"HGP創英角ゴシックUB"
		"HGPSoeiKakugothicUB"
		"HGS創英角ゴシックUB"
		"HG創英角ゴシックUB"
		"HGSoeiKakugothicUB"
		"小塚ゴシック Std H"
		"モトヤゴシック 6"
		"ヒラギノ角ゴ Std W8"
		sans-serif !important;
}

.em-text {
	color: red !important;
	font-size: 120%;
}

.link-text {
	color: blue !important;
	text-decoration: underline !important;
}



( run in 0.816 second using v1.01-cache-2.11-cpan-524268b4103 )