this is one of my currents ...

Bill Moseley wrote:
> I've also attached what the quotation looks like in NS4.0 on Windows.  That
> might be a tiny bit over emphasized...
Title: mod_perl: Welcome to the mod_perl world
mod_perl icon




mod_perl icon


Whole Site Stories Download All Docs ..1.0 Docs ....Guide ....FAQs ....Win32 ....API ..2.0 Docs ....User ....Developer ....API ....Related Getting Help Mailing Lists Products Contribute




The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


navigation

Welcome to the mod_perl world

mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more.

mod_perl  is more than CGI scripting on steroids. It is a whole new way to create dynamic content by is ilizing the full power of the Apache web server to create stateful sessions, customized user authentication systems, smart proxies and much more. Yet, magically, your old CGI scripts will continue to work and work very fast indeed. With mod_perl you give up nothing and gain so much!
-- Lincoln Stein

mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content.

As you'd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like Slashdot and Wired Magazine use mod_perl.

The mod_perl Web Site

-What is mod_perl?
-What is mod_perl?
-Technologie Extraordinaire
Mod_perl is the power behind many of the Internet's busiest and most advanced web sites. Listed here are success stories from people using mod_perl; also, world-wide statistics of mod_perl usage
-Download
Get source and binary mod_perl distributions and additional Perl modules
-Documentation
The mod_perl project features a lot of documentation, both for mod_perl 1.x and 2.x. If there is anything you need to learn about mod_perl, you'll learn it here.
-Getting Help
Solve your mod_perl problems: with the help of the mod_perl mailing lists, a mod_perl training company or a commercial support company. Find an ISP providing mod_perl services.
-Mailing Lists
mod_perl and related projects' mailing lists.
-Products
mod_perl based software
-Contribute
101 ways to contribute to the mod_perl community
-Jobs
Find the mod_perl job of your dreams!

 


TOP navigation


Last modified Wed Apr 24 15:56:32 2002 GMT
Use of the Camel for Perl is a trademark of O'Reilly & Associates, and is used by permission.


span.big-mod {
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 1.5em;
        color: #000000;
        float: left;
        font-weight: bold;
        text-align: left;
        vertical-align: text-bottom;
}
/*
span.big-mod {
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 1.3em;
        color: #000000;
        float: left;
}
*/
body {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1.0em;
    color: #000000;
}

p {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1.0em;
    color: #000000;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

h1, h2, h3, h4, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 
a:visited, h4 a:link, h4 a:visited  {
    /* color: #525d76; */
    color: #000000;
    text-decoration: none;
    font-family: helvetica, arial, verdana, sans-serif;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #ccc;
    text-decoration: none;
}

a:link    { color: #0000ff;}
a:visited { color: #993333;}
a:active  { color: #666666;}
a:hover   { 
    color: #666666;
    text-decoration: underline; /* needed for opera */
}

a.more {
    font-size: 0.8em;
    color: red;
    text-decoration: none;
}

a.pdfsrc-links {
    font-size: 0.9em;
    color: #525d76;
    text-decoration: none;
}

a.pdfsrc-links a:hover {
    text-decoration: underline;
}



/* light blue bg-color for menu-titles */
td.menu-title-bg { background-color: #828da6; }

/* light gray/white bg-color for non-selected menu-items */
td.non-sel-bg { background-color: #eeeeee; }

/* dark blue bg-color for selected menu-items */
td.sel-bg { background-color: #525d76; }

div.nonselectedmenuitem {
    padding: 3px;
    background-color: #eeeeee;
    font-size: 0.9em;
    font-family: verdana, arial, helvetica, sans-serif;
}

div.nonselectedmenuitem a:link, div.nonselectedmenuitem a:visited, 
div.nonselectedmenuitem a:active {
    color: #525d76;
    text-decoration: none;
}

div.nonselectedmenuitem a:hover {  
    color: #000;
    text-decoration: none;
}

div.selectedmenuitem {
    padding: 3px;
    background-color: #525d76;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
}

div.selectedmenuitem a, div.selectedmenuitem a:link, div.selectedmenuitem 
a:visited, div.selectedmenuitem a:active {
    color: #ffffff;
    text-decoration: none;
}

div.selectedmenuitem a:hover { color: #cccc99; }

div.menu-title {
    padding: 3px;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #828da6;
    text-align: center;
}

div.menu-title a:link, div.menu-title a:visited, div.menu-title a:active {
    color: #000000;
    text-decoration: none;
}

div.menu-title a:hover {
    text-decoration: underline;
}


/* dark blue border color for menu-boxes */
td.menu-border { background-color: #525d76; }

/* font specs for search box */
.radio-font {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
}

/* main boxes */
div.logobox {
    position: absolute;
    top: 0px;
    left: 0px;
    /* this border MUST be _0px_ for ns4 and others */
    border: 0px;
    border-style: none;
    border-color: #000000;
}

div.leftbox {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 174px;
    /* this border MUST be _1px_ for ns4 */
    border: 1px;
    border-style: none;
    border-color: #000000;
}

div.rightbox {
    position: absolute;
    top: 55px;
    left: 190px;
    padding: 0px;
    padding-right: 10px;
    /* this border MUST be _1px_ for ns4 */
    border: 1px;
    border-style: none;
    border-color: #000000;
}

div.adtext {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}

/* breadcrumb */
td.navbarglobal {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #828da6;
    font-size: 0.85em;
}

td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
    text-decoration: none;
    color: #828da6;
    font-family: verdana, arial, helvetica, sans-serif;
}

td.navbarglobal a:hover {
    text-decoration: none;
    color: #666666;
    font-family: verdana, arial, helvetica, sans-serif;
}


/* why do we need this ?*/
div.index-section {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1.0em;
    color: #000000;
}

div.tail {
    padding: 5px;
    font-size: 0.85em;
    font-family: helvetica, arial, verdana, sans-serif;
    border: 1px;
    border-style: none;
    border-color: #000000;
    margin-right: 0px;
}

p.copyright {
    font-size: 0.9em;
}

td.headline {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 1.3em;
}


/* Search Results */
div.searchform { font-size: 1.0em; }

input {
    font-size: 12px;
}

select {
    font-size: 12px;
}

td.searchtitle {
    font-size: 12px;
}

li.search-list {
    list-style: none;
}





td.searchheader {
    background-color: #525d76;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff;
    font-size: 0.9em;
/*    font-size: 0.8em; */
}

td.searchtimes {
    background-color: #525d76;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff;
    font-size: 0.7em;
/*    font-size: 0.6em; */
}


td.searchnav {
    background-color: #eeeeee;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 0.8em;
}

td.limits {
    font-family: helvetica, arial, verdana, sans-serif;
    color: #000000;
    font-size: 1.0em;
}

span.base-result {
    font-family: helvetica, arial, verdana, sans-serif;
    color: #000000;
    font-size: 1.0em;
}

span.searchrank {
    font-family: helvetica, arial, verdana, sans-serif;
    color: #000000;
    font-size: 0.9em;
}

div.searchsummary {
/*    font-size: 0.85em; */
    font-size: 0.8em;
}

div.searchprops {
    margin-top: 0.4em;
    font-size: 0.80em;
    color: #009999;
/*    font-size: 0.6em; */
}

span.searchhighlight { background-color: #ffff99; }

code { font-family: courier new, courier, monospace; }
pre {
    font-family: courier new, courier, monospace;
    font-size: 1.0em;
    color: #000000;
}

/* lists */
dl, ul, ol {
    color: #000000;
    font-size: 1.0em;
    font-family: helvetica, arial, verdana, sans-serif;
}

dl a:link, dl a:active, 
ul.list-toc a, ul.list-toc a:link, ul.list-toc a:active, 
dl.dl-toc a, dl.dl-toc a:link, dl.dl-toc a:active {
    text-decoration: none;
    color: #0000ff;
}

dl a:hover, ul.list-toc a:hover, dl.dl-toc a:hover {
    text-decoration: underline;
}

dl a:visited, ul.list-toc a:visited, dl.list-toc a:visited {
    color: #993333;
}

/* misc */

/* general border-color for ad-images */
.img-border { color: #000000; }

/* dark-blue bg-color */
td.blue-bg { background-color: #525d76; }

/* light gray/white bg-color for ad-sec */
td.ad-bg { background-color: #eeeeee; }

td.pre-bar { background-color: #cccccc; }

/* lines for camel */
td.camel-line-top { background-color: #bfcfe7; }
td.camel-line-bottom { background-color: #525d76; }

/* instead of using space.gif */
.smallbr {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1px;
    line-height: 1px;
}

.hr { height: 1px; }



/* quotations, mainly for the first page */
div.quotation {
        font-family: helvetica, arial, verdana, sans-serif;
        font-style: italic;
        padding-top: 10;
        padding-right: 10;
        padding-bottom: 10;
        padding-left: 10;
        margin-right: 20;
        margin-left: 20;
        border-width: 0;
        border-style: solid;
        text-align: justify;
}

/* Used to cite the author */
div.quote-details {
    margin-top: 10;
    font-style: normal;
    margin-left: 25;
    font-size: 0.9em;
}




blockquote.quotation {
    font-style: italic;
}
/* blockquote.quotation:first-letter {
    float: left;
    font-size: 200%;
    font-style: normal;
    margin-right: 0.1em;
    font-family: serif;
    vertical-align: text-top;
} */

span.blockquote-start {
        font-family: helvetica, arial, verdana, sans-serif;
        font-style: normal;
        margin-right: 1;
        background-color: transparent;
        float: left;
}

span.q-text {
        font-family: helvetica, arial, verdana, sans-serif;
        font-style: bold;
}

p.quotation {           /* Used to cite the author */
    text-align: right;
}

span.quotation-dash {
    display: run-in;
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to