From 1cbe047475820d1df110dd2bebd7378d50fcbf89 Mon Sep 17 00:00:00 2001 From: Dimitar Petrov Date: Sat, 6 Sep 2014 13:16:41 +0200 Subject: [PATCH] Remove html files and use the .tt files --- about.html | 145 ------- assets/css/application.css | 579 +++++++++++++-------------- assets/less/application.less | 2 +- assets/less/dbix-class/defaults.less | 51 ++- documentation.html | 189 --------- download.html | 88 ---- index.html | 201 ---------- pages/about.tt | 11 +- pages/documentation.tt | 3 +- pages/download.tt | 4 +- pages/index.tt | 76 +++- pages/support.tt | 16 +- pages/team.tt | 221 ++++++++-- pages/wrapper.tt | 32 +- support.html | 109 ----- team.html | 329 --------------- 16 files changed, 618 insertions(+), 1438 deletions(-) delete mode 100755 about.html delete mode 100755 documentation.html delete mode 100755 download.html delete mode 100644 index.html delete mode 100755 support.html delete mode 100755 team.html diff --git a/about.html b/about.html deleted file mode 100755 index e156b50..0000000 --- a/about.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
-
- - - - -
- -
- -
- -

Getting started

- -

If you would like to read more about DBIC we reccomend you start with the documentation and join the community.

- -
- -
- -
- -
- -

Supporting projects

- -
- -

DBIC is an Enlightened Perl Organisation supported project.

- -
- -
- - - -
- - -
- -

WHAT IS DBIx::Class ?

- -
- -

DBIx::Class (also known as Dbic) is an extensible and flexible Object/Relational Mapper (ORM) written in Perl. The advantage of using an ORM is to speed development, abstract data and make it -pole the database. This allows you to represent your business rules through object orientated design and generate boilerplate code for CRUD operations.

-
- -
- -
- -
-
- - - - - - - - - diff --git a/assets/css/application.css b/assets/css/application.css index 19869d1..36ca144 100755 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -6,15 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - - * This version ammended by DPetrov and mdk (Mark Keating) for DBIx::Class */ - - - - - - .clearfix { *zoom: 1; } @@ -93,16 +85,12 @@ sub { } img { /* Responsive images (ensure images don't scale beyond their parents) */ - max-width: 100%; /* Part 1: Set a maxium relative to the parent */ - width: auto\9; /* IE7-8 need help adjusting responsive images */ - height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */ - vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; @@ -197,7 +185,7 @@ textarea { img { max-width: 100% !important; } - @page { + @page { margin: 0.5cm; } p, @@ -364,158 +352,158 @@ a:focus { -moz-box-sizing: border-box; box-sizing: border-box; float: left; - margin-left: 2.127659574468085%; - *margin-left: 2.074468085106383%; + margin-left: 2.12765957%; + *margin-left: 2.07446809%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.127659574468085%; + margin-left: 2.12765957%; } .row-fluid .span12 { width: 100%; - *width: 99.94680851063829%; + *width: 99.94680851%; } .row-fluid .span11 { - width: 91.48936170212765%; - *width: 91.43617021276594%; + width: 91.4893617%; + *width: 91.43617021%; } .row-fluid .span10 { - width: 82.97872340425532%; - *width: 82.92553191489361%; + width: 82.9787234%; + *width: 82.92553191%; } .row-fluid .span9 { - width: 74.46808510638297%; - *width: 74.41489361702126%; + width: 74.46808511%; + *width: 74.41489362%; } .row-fluid .span8 { - width: 65.95744680851064%; - *width: 65.90425531914893%; + width: 65.95744681%; + *width: 65.90425532%; } .row-fluid .span7 { - width: 57.44680851063829%; - *width: 57.39361702127659%; + width: 57.44680851%; + *width: 57.39361702%; } .row-fluid .span6 { - width: 48.93617021276595%; - *width: 48.88297872340425%; + width: 48.93617021%; + *width: 48.88297872%; } .row-fluid .span5 { - width: 40.42553191489362%; - *width: 40.37234042553192%; + width: 40.42553191%; + *width: 40.37234043%; } .row-fluid .span4 { - width: 31.914893617021278%; - *width: 31.861702127659576%; + width: 31.91489362%; + *width: 31.86170213%; } .row-fluid .span3 { - width: 23.404255319148934%; - *width: 23.351063829787233%; + width: 23.40425532%; + *width: 23.35106383%; } .row-fluid .span2 { - width: 14.893617021276595%; - *width: 14.840425531914894%; + width: 14.89361702%; + *width: 14.84042553%; } .row-fluid .span1 { - width: 6.382978723404255%; - *width: 6.329787234042553%; + width: 6.38297872%; + *width: 6.32978723%; } .row-fluid .offset12 { - margin-left: 104.25531914893617%; - *margin-left: 104.14893617021275%; + margin-left: 104.25531915%; + *margin-left: 104.14893617%; } .row-fluid .offset12:first-child { - margin-left: 102.12765957446808%; - *margin-left: 102.02127659574467%; + margin-left: 102.12765957%; + *margin-left: 102.0212766%; } .row-fluid .offset11 { - margin-left: 95.74468085106382%; - *margin-left: 95.6382978723404%; + margin-left: 95.74468085%; + *margin-left: 95.63829787%; } .row-fluid .offset11:first-child { - margin-left: 93.61702127659574%; - *margin-left: 93.51063829787232%; + margin-left: 93.61702128%; + *margin-left: 93.5106383%; } .row-fluid .offset10 { - margin-left: 87.23404255319149%; - *margin-left: 87.12765957446807%; + margin-left: 87.23404255%; + *margin-left: 87.12765957%; } .row-fluid .offset10:first-child { - margin-left: 85.1063829787234%; - *margin-left: 84.99999999999999%; + margin-left: 85.10638298%; + *margin-left: 85%; } .row-fluid .offset9 { - margin-left: 78.72340425531914%; - *margin-left: 78.61702127659572%; + margin-left: 78.72340426%; + *margin-left: 78.61702128%; } .row-fluid .offset9:first-child { - margin-left: 76.59574468085106%; - *margin-left: 76.48936170212764%; + margin-left: 76.59574468%; + *margin-left: 76.4893617%; } .row-fluid .offset8 { - margin-left: 70.2127659574468%; - *margin-left: 70.10638297872339%; + margin-left: 70.21276596%; + *margin-left: 70.10638298%; } .row-fluid .offset8:first-child { - margin-left: 68.08510638297872%; - *margin-left: 67.9787234042553%; + margin-left: 68.08510638%; + *margin-left: 67.9787234%; } .row-fluid .offset7 { - margin-left: 61.70212765957446%; - *margin-left: 61.59574468085106%; + margin-left: 61.70212766%; + *margin-left: 61.59574468%; } .row-fluid .offset7:first-child { - margin-left: 59.574468085106375%; - *margin-left: 59.46808510638297%; + margin-left: 59.57446809%; + *margin-left: 59.46808511%; } .row-fluid .offset6 { - margin-left: 53.191489361702125%; - *margin-left: 53.085106382978715%; + margin-left: 53.19148936%; + *margin-left: 53.08510638%; } .row-fluid .offset6:first-child { - margin-left: 51.063829787234035%; - *margin-left: 50.95744680851063%; + margin-left: 51.06382979%; + *margin-left: 50.95744681%; } .row-fluid .offset5 { - margin-left: 44.68085106382979%; - *margin-left: 44.57446808510638%; + margin-left: 44.68085106%; + *margin-left: 44.57446809%; } .row-fluid .offset5:first-child { - margin-left: 42.5531914893617%; - *margin-left: 42.4468085106383%; + margin-left: 42.55319149%; + *margin-left: 42.44680851%; } .row-fluid .offset4 { - margin-left: 36.170212765957444%; - *margin-left: 36.06382978723405%; + margin-left: 36.17021277%; + *margin-left: 36.06382979%; } .row-fluid .offset4:first-child { - margin-left: 34.04255319148936%; - *margin-left: 33.93617021276596%; + margin-left: 34.04255319%; + *margin-left: 33.93617021%; } .row-fluid .offset3 { - margin-left: 27.659574468085104%; - *margin-left: 27.5531914893617%; + margin-left: 27.65957447%; + *margin-left: 27.55319149%; } .row-fluid .offset3:first-child { - margin-left: 25.53191489361702%; - *margin-left: 25.425531914893618%; + margin-left: 25.53191489%; + *margin-left: 25.42553191%; } .row-fluid .offset2 { - margin-left: 19.148936170212764%; - *margin-left: 19.04255319148936%; + margin-left: 19.14893617%; + *margin-left: 19.04255319%; } .row-fluid .offset2:first-child { - margin-left: 17.02127659574468%; - *margin-left: 16.914893617021278%; + margin-left: 17.0212766%; + *margin-left: 16.91489362%; } .row-fluid .offset1 { - margin-left: 10.638297872340425%; - *margin-left: 10.53191489361702%; + margin-left: 10.63829787%; + *margin-left: 10.53191489%; } .row-fluid .offset1:first-child { - margin-left: 8.51063829787234%; - *margin-left: 8.404255319148938%; + margin-left: 8.5106383%; + *margin-left: 8.40425532%; } [class*="span"].hide, .row-fluid [class*="span"].hide { @@ -710,7 +698,6 @@ ol.inline > li { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; padding-left: 5px; padding-right: 5px; @@ -989,7 +976,6 @@ input[type="color"]:focus, outline: 0; outline: thin dotted \9; /* IE6-9 */ - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); @@ -999,10 +985,8 @@ input[type="checkbox"] { margin: 4px 0 0; *margin-top: 0; /* IE7 */ - margin-top: 1px \9; /* IE8-9 */ - line-height: normal; } input[type="file"], @@ -1018,10 +1002,8 @@ select, input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ - *margin-top: 4px; /* For IE7, add top margin to align select with labels */ - line-height: 30px; } select { @@ -1419,7 +1401,6 @@ select:focus:invalid:focus { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; vertical-align: middle; padding-left: 5px; @@ -1570,7 +1551,6 @@ input.search-query { padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ - margin-bottom: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px; @@ -1627,7 +1607,6 @@ input.search-query { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; margin-bottom: 0; vertical-align: middle; @@ -2693,7 +2672,6 @@ button.close { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; padding: 4px 12px; margin-bottom: 0; @@ -2716,7 +2694,6 @@ button.close { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #cccccc; *border: 0; @@ -2852,7 +2829,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0044cc; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover, @@ -2884,7 +2860,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #f89406; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-warning:hover, @@ -2916,7 +2891,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-danger:hover, @@ -2948,7 +2922,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-success:hover, @@ -2980,7 +2953,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2f96b4; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-info:hover, @@ -3012,7 +2984,6 @@ input[type="button"].btn-block { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-inverse:hover, @@ -3087,7 +3058,6 @@ input[type="submit"].btn.btn-mini { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; font-size: 0; vertical-align: middle; @@ -3263,7 +3233,6 @@ input[type="submit"].btn.btn-mini { display: inline-block; *display: inline; /* IE7 inline-block hack */ - *zoom: 1; } .btn-group-vertical > .btn { @@ -3960,7 +3929,6 @@ input[type="submit"].btn.btn-mini { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e5e5e5; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); @@ -4194,7 +4162,6 @@ input[type="submit"].btn.btn-mini { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #040404; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inverse .btn-navbar:hover, @@ -4703,158 +4670,158 @@ a.badge:focus { -moz-box-sizing: border-box; box-sizing: border-box; float: left; - margin-left: 2.564102564102564%; - *margin-left: 2.5109110747408616%; + margin-left: 2.56410256%; + *margin-left: 2.51091107%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.564102564102564%; + margin-left: 2.56410256%; } .row-fluid .span12 { width: 100%; - *width: 99.94680851063829%; + *width: 99.94680851%; } .row-fluid .span11 { - width: 91.45299145299145%; - *width: 91.39979996362975%; + width: 91.45299145%; + *width: 91.39979996%; } .row-fluid .span10 { - width: 82.90598290598291%; - *width: 82.8527914166212%; + width: 82.90598291%; + *width: 82.85279142%; } .row-fluid .span9 { - width: 74.35897435897436%; - *width: 74.30578286961266%; + width: 74.35897436%; + *width: 74.30578287%; } .row-fluid .span8 { - width: 65.81196581196582%; - *width: 65.75877432260411%; + width: 65.81196581%; + *width: 65.75877432%; } .row-fluid .span7 { - width: 57.26495726495726%; - *width: 57.21176577559556%; + width: 57.26495726%; + *width: 57.21176578%; } .row-fluid .span6 { - width: 48.717948717948715%; - *width: 48.664757228587014%; + width: 48.71794872%; + *width: 48.66475723%; } .row-fluid .span5 { - width: 40.17094017094017%; - *width: 40.11774868157847%; + width: 40.17094017%; + *width: 40.11774868%; } .row-fluid .span4 { - width: 31.623931623931625%; - *width: 31.570740134569924%; + width: 31.62393162%; + *width: 31.57074013%; } .row-fluid .span3 { - width: 23.076923076923077%; - *width: 23.023731587561375%; + width: 23.07692308%; + *width: 23.02373159%; } .row-fluid .span2 { - width: 14.52991452991453%; - *width: 14.476723040552828%; + width: 14.52991453%; + *width: 14.47672304%; } .row-fluid .span1 { - width: 5.982905982905983%; - *width: 5.929714493544281%; + width: 5.98290598%; + *width: 5.92971449%; } .row-fluid .offset12 { - margin-left: 105.12820512820512%; - *margin-left: 105.02182214948171%; + margin-left: 105.12820513%; + *margin-left: 105.02182215%; } .row-fluid .offset12:first-child { - margin-left: 102.56410256410257%; - *margin-left: 102.45771958537915%; + margin-left: 102.56410256%; + *margin-left: 102.45771959%; } .row-fluid .offset11 { - margin-left: 96.58119658119658%; - *margin-left: 96.47481360247316%; + margin-left: 96.58119658%; + *margin-left: 96.4748136%; } .row-fluid .offset11:first-child { - margin-left: 94.01709401709402%; - *margin-left: 93.91071103837061%; + margin-left: 94.01709402%; + *margin-left: 93.91071104%; } .row-fluid .offset10 { - margin-left: 88.03418803418803%; - *margin-left: 87.92780505546462%; + margin-left: 88.03418803%; + *margin-left: 87.92780506%; } .row-fluid .offset10:first-child { - margin-left: 85.47008547008548%; - *margin-left: 85.36370249136206%; + margin-left: 85.47008547%; + *margin-left: 85.36370249%; } .row-fluid .offset9 { - margin-left: 79.48717948717949%; - *margin-left: 79.38079650845607%; + margin-left: 79.48717949%; + *margin-left: 79.38079651%; } .row-fluid .offset9:first-child { - margin-left: 76.92307692307693%; - *margin-left: 76.81669394435352%; + margin-left: 76.92307692%; + *margin-left: 76.81669394%; } .row-fluid .offset8 { - margin-left: 70.94017094017094%; - *margin-left: 70.83378796144753%; + margin-left: 70.94017094%; + *margin-left: 70.83378796%; } .row-fluid .offset8:first-child { - margin-left: 68.37606837606839%; - *margin-left: 68.26968539734497%; + margin-left: 68.37606838%; + *margin-left: 68.2696854%; } .row-fluid .offset7 { - margin-left: 62.393162393162385%; - *margin-left: 62.28677941443899%; + margin-left: 62.39316239%; + *margin-left: 62.28677941%; } .row-fluid .offset7:first-child { - margin-left: 59.82905982905982%; - *margin-left: 59.72267685033642%; + margin-left: 59.82905983%; + *margin-left: 59.72267685%; } .row-fluid .offset6 { - margin-left: 53.84615384615384%; - *margin-left: 53.739770867430444%; + margin-left: 53.84615385%; + *margin-left: 53.73977087%; } .row-fluid .offset6:first-child { - margin-left: 51.28205128205128%; - *margin-left: 51.175668303327875%; + margin-left: 51.28205128%; + *margin-left: 51.1756683%; } .row-fluid .offset5 { - margin-left: 45.299145299145295%; - *margin-left: 45.1927623204219%; + margin-left: 45.2991453%; + *margin-left: 45.19276232%; } .row-fluid .offset5:first-child { - margin-left: 42.73504273504273%; - *margin-left: 42.62865975631933%; + margin-left: 42.73504274%; + *margin-left: 42.62865976%; } .row-fluid .offset4 { - margin-left: 36.75213675213675%; - *margin-left: 36.645753773413354%; + margin-left: 36.75213675%; + *margin-left: 36.64575377%; } .row-fluid .offset4:first-child { - margin-left: 34.18803418803419%; - *margin-left: 34.081651209310785%; + margin-left: 34.18803419%; + *margin-left: 34.08165121%; } .row-fluid .offset3 { - margin-left: 28.205128205128204%; - *margin-left: 28.0987452264048%; + margin-left: 28.20512821%; + *margin-left: 28.09874523%; } .row-fluid .offset3:first-child { - margin-left: 25.641025641025642%; - *margin-left: 25.53464266230224%; + margin-left: 25.64102564%; + *margin-left: 25.53464266%; } .row-fluid .offset2 { - margin-left: 19.65811965811966%; - *margin-left: 19.551736679396257%; + margin-left: 19.65811966%; + *margin-left: 19.55173668%; } .row-fluid .offset2:first-child { - margin-left: 17.094017094017094%; - *margin-left: 16.98763411529369%; + margin-left: 17.09401709%; + *margin-left: 16.98763412%; } .row-fluid .offset1 { - margin-left: 11.11111111111111%; - *margin-left: 11.004728132387708%; + margin-left: 11.11111111%; + *margin-left: 11.00472813%; } .row-fluid .offset1:first-child { - margin-left: 8.547008547008547%; - *margin-left: 8.440625568285142%; + margin-left: 8.54700855%; + *margin-left: 8.44062557%; } input, textarea, @@ -5052,158 +5019,158 @@ a.badge:focus { -moz-box-sizing: border-box; box-sizing: border-box; float: left; - margin-left: 2.7624309392265194%; - *margin-left: 2.709239449864817%; + margin-left: 2.76243094%; + *margin-left: 2.70923945%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.7624309392265194%; + margin-left: 2.76243094%; } .row-fluid .span12 { width: 100%; - *width: 99.94680851063829%; + *width: 99.94680851%; } .row-fluid .span11 { - width: 91.43646408839778%; - *width: 91.38327259903608%; + width: 91.43646409%; + *width: 91.3832726%; } .row-fluid .span10 { - width: 82.87292817679558%; - *width: 82.81973668743387%; + width: 82.87292818%; + *width: 82.81973669%; } .row-fluid .span9 { - width: 74.30939226519337%; - *width: 74.25620077583166%; + width: 74.30939227%; + *width: 74.25620078%; } .row-fluid .span8 { - width: 65.74585635359117%; - *width: 65.69266486422946%; + width: 65.74585635%; + *width: 65.69266486%; } .row-fluid .span7 { - width: 57.18232044198895%; - *width: 57.12912895262725%; + width: 57.18232044%; + *width: 57.12912895%; } .row-fluid .span6 { - width: 48.61878453038674%; - *width: 48.56559304102504%; + width: 48.61878453%; + *width: 48.56559304%; } .row-fluid .span5 { - width: 40.05524861878453%; - *width: 40.00205712942283%; + width: 40.05524862%; + *width: 40.00205713%; } .row-fluid .span4 { - width: 31.491712707182323%; - *width: 31.43852121782062%; + width: 31.49171271%; + *width: 31.43852122%; } .row-fluid .span3 { - width: 22.92817679558011%; - *width: 22.87498530621841%; + width: 22.9281768%; + *width: 22.87498531%; } .row-fluid .span2 { - width: 14.3646408839779%; - *width: 14.311449394616199%; + width: 14.36464088%; + *width: 14.31144939%; } .row-fluid .span1 { - width: 5.801104972375691%; - *width: 5.747913483013988%; + width: 5.80110497%; + *width: 5.74791348%; } .row-fluid .offset12 { - margin-left: 105.52486187845304%; - *margin-left: 105.41847889972962%; + margin-left: 105.52486188%; + *margin-left: 105.4184789%; } .row-fluid .offset12:first-child { - margin-left: 102.76243093922652%; - *margin-left: 102.6560479605031%; + margin-left: 102.76243094%; + *margin-left: 102.65604796%; } .row-fluid .offset11 { - margin-left: 96.96132596685082%; - *margin-left: 96.8549429881274%; + margin-left: 96.96132597%; + *margin-left: 96.85494299%; } .row-fluid .offset11:first-child { - margin-left: 94.1988950276243%; - *margin-left: 94.09251204890089%; + margin-left: 94.19889503%; + *margin-left: 94.09251205%; } .row-fluid .offset10 { - margin-left: 88.39779005524862%; - *margin-left: 88.2914070765252%; + margin-left: 88.39779006%; + *margin-left: 88.29140708%; } .row-fluid .offset10:first-child { - margin-left: 85.6353591160221%; - *margin-left: 85.52897613729868%; + margin-left: 85.63535912%; + *margin-left: 85.52897614%; } .row-fluid .offset9 { - margin-left: 79.8342541436464%; - *margin-left: 79.72787116492299%; + margin-left: 79.83425414%; + *margin-left: 79.72787116%; } .row-fluid .offset9:first-child { - margin-left: 77.07182320441989%; - *margin-left: 76.96544022569647%; + margin-left: 77.0718232%; + *margin-left: 76.96544023%; } .row-fluid .offset8 { - margin-left: 71.2707182320442%; - *margin-left: 71.16433525332079%; + margin-left: 71.27071823%; + *margin-left: 71.16433525%; } .row-fluid .offset8:first-child { - margin-left: 68.50828729281768%; - *margin-left: 68.40190431409427%; + margin-left: 68.50828729%; + *margin-left: 68.40190431%; } .row-fluid .offset7 { - margin-left: 62.70718232044199%; - *margin-left: 62.600799341718584%; + margin-left: 62.70718232%; + *margin-left: 62.60079934%; } .row-fluid .offset7:first-child { - margin-left: 59.94475138121547%; - *margin-left: 59.838368402492065%; + margin-left: 59.94475138%; + *margin-left: 59.8383684%; } .row-fluid .offset6 { - margin-left: 54.14364640883978%; - *margin-left: 54.037263430116376%; + margin-left: 54.14364641%; + *margin-left: 54.03726343%; } .row-fluid .offset6:first-child { - margin-left: 51.38121546961326%; - *margin-left: 51.27483249088986%; + margin-left: 51.38121547%; + *margin-left: 51.27483249%; } .row-fluid .offset5 { - margin-left: 45.58011049723757%; - *margin-left: 45.47372751851417%; + margin-left: 45.5801105%; + *margin-left: 45.47372752%; } .row-fluid .offset5:first-child { - margin-left: 42.81767955801105%; - *margin-left: 42.71129657928765%; + margin-left: 42.81767956%; + *margin-left: 42.71129658%; } .row-fluid .offset4 { - margin-left: 37.01657458563536%; - *margin-left: 36.91019160691196%; + margin-left: 37.01657459%; + *margin-left: 36.91019161%; } .row-fluid .offset4:first-child { - margin-left: 34.25414364640884%; - *margin-left: 34.14776066768544%; + margin-left: 34.25414365%; + *margin-left: 34.14776067%; } .row-fluid .offset3 { - margin-left: 28.45303867403315%; - *margin-left: 28.346655695309746%; + margin-left: 28.45303867%; + *margin-left: 28.3466557%; } .row-fluid .offset3:first-child { - margin-left: 25.69060773480663%; - *margin-left: 25.584224756083227%; + margin-left: 25.69060773%; + *margin-left: 25.58422476%; } .row-fluid .offset2 { - margin-left: 19.88950276243094%; - *margin-left: 19.783119783707537%; + margin-left: 19.88950276%; + *margin-left: 19.78311978%; } .row-fluid .offset2:first-child { - margin-left: 17.12707182320442%; - *margin-left: 17.02068884448102%; + margin-left: 17.12707182%; + *margin-left: 17.02068884%; } .row-fluid .offset1 { - margin-left: 11.32596685082873%; - *margin-left: 11.219583872105325%; + margin-left: 11.32596685%; + *margin-left: 11.21958387%; } .row-fluid .offset1:first-child { - margin-left: 8.56353591160221%; - *margin-left: 8.457152932878806%; + margin-left: 8.56353591%; + *margin-left: 8.45715293%; } input, textarea, @@ -5618,9 +5585,8 @@ a { .page-wrapper:after { height: 100px; } - #home { -/* background: url("../img/imagine-banner.jpg") no-repeat center center;*/ + /*background: url("../img/imagine-banner.jpg") no-repeat center center;*/ margin-top: -44px; } #home .container { @@ -6004,7 +5970,7 @@ a { } #support { padding: 32px 0 64px; - background: //url("../img/bg_support_art.png") center center no-repeat, url("../img/bg_support_pattern.png") repeat center top; + background: url("../img/bg_support_pattern.png") repeat center top; } #support .container { background: url("../img/bg_support_art_2b.png") right center no-repeat; @@ -6049,6 +6015,53 @@ footer p { margin: 0; padding: 0; } +/* MDK CUSTOM CSS ADDITIONS */ +#contributors li { + padding: 2px 2px 2px 10px; + margin: 6px 0px; + color: #fff; + text-align: left; + display: block; + width: 90%; + border-radius: 3px 3px 15px 0px; + -moz-border-radius: 3px 3px 15px 0px; + -webkit-border-radius: 3px 3px 15px 0px; + border: 1px solid #000000; + font-size: 100%; + background: #173f77; + /* Old browsers */ + background: -moz-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); + /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #173f77), color-stop(50%, #1f64a8), color-stop(51%, #1c65b2), color-stop(100%, #5a81a8)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); + /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); + /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); + /* IE10+ */ + background: linear-gradient(to bottom, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); + /* W3C */ + filter: progid:DXTransform.Microsoft.gradient(startColorstr='#173f77', endColorstr='#5a81a8', GradientType=0); + /* IE6-9 */ +} +.logo { + display: block; + padding: 100px auto; + width: 40%; + background: none; +} +.logoimage { + margin: 10px 40px; +} +.bx-wrapper .bx-viewport { + -moz-box-shadow: 0 0 5px #ccc; + -webkit-box-shadow: 0 0 5px #ccc; + box-shadow: 0 0 0px #ccc; + border: 0px solid #fff; + left: -5px; + background: none; +} .navbar { position: absolute; top: 0; @@ -6089,51 +6102,3 @@ footer p { .navbar.navbar-custom .social .twitter { background: url("../img/social_twitter.png") no-repeat center center; } - -/* MDK CUSTOM CSS ADDITIONS */ - -#contributors li { - padding: 2px 2px 2px 10px; - margin: 6px 0px; - color: #fff; - text-align: left; - display: block; - width: 90%; - border-radius: 3px 3px 15px 0px; - -moz-border-radius: 3px 3px 15px 0px; - -webkit-border-radius: 3px 3px 15px 0px; - border: 1px solid #000000; - font-size: 100%; - -background: #173f77; /* Old browsers */ -background: -moz-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); /* FF3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173f77), color-stop(50%,#1f64a8), color-stop(51%,#1c65b2), color-stop(100%,#5a81a8)); /* Chrome,Safari4+ */ -background: -webkit-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* Chrome10+,Safari5.1+ */ -background: -o-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* Opera 11.10+ */ -background: -ms-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* IE10+ */ -background: linear-gradient(to bottom, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* W3C */ -filter: progid:DX -Transform.Microsoft.gradient( startColorstr='#173f77', endColorstr='#5a81a8',GradientType=0 ); /* IE6-9 */ - - } - -.logo { - display: block; - padding: 100px auto; - width: 40%; - background: none; -} - -.logoimage { - margin: 10px 40px; -} - -.bx-wrapper .bx-viewport { - -moz-box-shadow: 0 0 5px #ccc; - -webkit-box-shadow: 0 0 5px #ccc; - box-shadow: 0 0 0px #ccc; - border: 0px solid #fff; - left: -5px; - background: none; - } - diff --git a/assets/less/application.less b/assets/less/application.less index c8e4fb3..e211209 100755 --- a/assets/less/application.less +++ b/assets/less/application.less @@ -120,4 +120,4 @@ @import "dbix-class/defaults"; // Components -@import "dbix-class/navbar"; \ No newline at end of file +@import "dbix-class/navbar"; diff --git a/assets/less/dbix-class/defaults.less b/assets/less/dbix-class/defaults.less index 87bd124..ad8e086 100755 --- a/assets/less/dbix-class/defaults.less +++ b/assets/less/dbix-class/defaults.less @@ -37,7 +37,7 @@ a { } #home { - background: url("../img/imagine-banner.jpg") no-repeat center center; + /*background: url("../img/imagine-banner.jpg") no-repeat center center;*/ margin-top: -44px; .container { min-height: 789px; @@ -438,8 +438,7 @@ a { #support { padding: 32px 0 64px; - background: //url("../img/bg_support_art.png") center center no-repeat, - url("../img/bg_support_pattern.png") repeat center top; + background: url("../img/bg_support_pattern.png") repeat center top; .container { background: url("../img/bg_support_art_2b.png") right center no-repeat; background-size: 33%; @@ -488,3 +487,49 @@ footer { padding: 0; } } + +/* MDK CUSTOM CSS ADDITIONS */ + +#contributors li { + padding: 2px 2px 2px 10px; + margin: 6px 0px; + color: #fff; + text-align: left; + display: block; + width: 90%; + border-radius: 3px 3px 15px 0px; + -moz-border-radius: 3px 3px 15px 0px; + -webkit-border-radius: 3px 3px 15px 0px; + border: 1px solid #000000; + font-size: 100%; + +background: #173f77; /* Old browsers */ +background: -moz-linear-gradient(top, #173f77 0%, #1f64a8 50%, #1c65b2 51%, #5a81a8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173f77), color-stop(50%,#1f64a8), color-stop(51%,#1c65b2), color-stop(100%,#5a81a8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* IE10+ */ +background: linear-gradient(to bottom, #173f77 0%,#1f64a8 50%,#1c65b2 51%,#5a81a8 100%); /* W3C */ +filter: progid:DXTransform.Microsoft.gradient( startColorstr='#173f77', endColorstr='#5a81a8',GradientType=0 ); /* IE6-9 */ +} + +.logo { + display: block; + padding: 100px auto; + width: 40%; + background: none; +} + +.logoimage { + margin: 10px 40px; +} + +.bx-wrapper .bx-viewport { + -moz-box-shadow: 0 0 5px #ccc; + -webkit-box-shadow: 0 0 5px #ccc; + box-shadow: 0 0 0px #ccc; + border: 0px solid #fff; + left: -5px; + background: none; +} + diff --git a/documentation.html b/documentation.html deleted file mode 100755 index c55474e..0000000 --- a/documentation.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
- -
- - -

Documentation

- -

The core documentation for DBIC can be found in POD, the standard for Perl documentation. This can be accessed through a -nu of channels, including the perldoc utility and online on the CPAN website.

- -
-
- -
-
- - -

Articles & Presentations

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TitleTypeDate
DBIx::Class the whirlwind overviewVideoJune 22nd, 2012
DBIx::Class (aka DBIC) for beginnersVideoFebruary 21st, 2012
InflateColumn::File vs. InflateColumn::FSArticleMay 24th, 2009
Reports with DBIC and PostgresArticleMay 23th, 2009
Using DBIx::Class to Version Your SchemaArticleMay 17th, 2009
Introduction to DBIx::Class and CatalystVideoFebruary 26th, 2009
Catalyst, DBIx::Class and PostgresSlides?
DBIx:Class MasterclassVideoAugust 2008
DBIx:Class MasterclassSlides?
Tags and search and DBIx::ClassArticleOctober 26th, 2006
- - - - -
- - - -
-
- - - - - - - - - diff --git a/download.html b/download.html deleted file mode 100755 index 8b95349..0000000 --- a/download.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
-
-

DBIC is distributed via CPAN, you can download a package from the distribution page or use your -ditribution's install tools.

- Downloads
here
-
-
- -
-
- - - - - - - - - diff --git a/index.html b/index.html deleted file mode 100644 index d3f0b5e..0000000 --- a/index.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
-
- a colour background for dbic - a colour background for dbic - a colour background for dbic -
- -
-
-
-
-

- Dbic logo -

-
- - - -
-
- - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - diff --git a/pages/about.tt b/pages/about.tt index 01e5c8a..ec88fc7 100755 --- a/pages/about.tt +++ b/pages/about.tt @@ -1,12 +1,6 @@ [% WRAPPER wrapper.tt %]
-
-

WHAT IS DBIx::Class ?

-
-

DBIx::Class (also known as DBIC) is an extensible and flexible Object/Relational Mapper (ORM) written in Perl. ORMs speed development, abstract data and make it -pole, allow you to represent your business rules through OO code and generate boilerplate code for CRUD operations.

-
  • Write complex SQL queries in Perl code
  • Generate classes from your database structure
  • @@ -30,6 +24,11 @@ pole, allow you to represent your business rules through OO code and generate bo
+
+

WHAT IS DBIx::Class ?

+
+

DBIx::Class (also known as DBIC) is an extensible and flexible Object/Relational Mapper (ORM) written in Perl. The advantage of using an ORM is to speed development, abstract data and make it pole the database. This allows you to represent your business rules through object orientated design and generate boilerplate code for CRUD operations.

+
[% END %] diff --git a/pages/documentation.tt b/pages/documentation.tt index f7497aa..356da2b 100755 --- a/pages/documentation.tt +++ b/pages/documentation.tt @@ -2,8 +2,7 @@

Documentation

-

The core documentation for DBIC can be found in POD, the standard for Perl documentation. This can be accessed through a -nu of channels, including the perldoc utility and online on the CPAN website.

+

The core documentation for DBIC can be found in POD, the standard for Perl documentation. This can be accessed through a number of channels, including the perldoc utility and online on the CPAN website.

+ [% UNLESS bx_slider %]
[% content %]
+ [% END %]
- - - diff --git a/support.html b/support.html deleted file mode 100755 index 3bd4d0c..0000000 --- a/support.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
-
-
- -

Community support

-

There are a number of community support channels:

- - -

- -

Commercial support

-

Shadowcat systems provide the DBIx::Class project with contributions
in the form of code and hosting.
- Their team is highly experienced with DBIC and
offer a consultancy service.

- - - -

- -

Do you offer support or consultancy on DBIx::Class.
Would you like to be listed on this page?
Contact us via any of the support channels to have yourself added.

- -
- -
-
- -
-
- - - - - - - - - diff --git a/team.html b/team.html deleted file mode 100755 index 97e6e0a..0000000 --- a/team.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - DBIx::Class — An ORM for Perl that is extensible and flexible - - - - - - - - - - - - - - - - - Fork me on GitHub - -
- - -
- -
- - -
-
- - -

The Team

- -

The DBIx::Class project was founded by Matt S. Trout. Since its humble beginnings, - many others have joined, contributed, de releases. Below is a non-exhaustive list. - If you have contributed to the project, but are not listed below, this is not on purpose!

- - -
-
- - -

Contact us via any of the support channels to have yourself added.

- - - - -
-
-
-

Spotlight on Core Team

- - -

Below are the current Dbic core team members. Someone missing? Send us your details and what you do/contribute to the project with a link to your Metacpan page/personal page and we will add you.

- -

Contact us via any of the support channels.

- - - - - - -
-
- -
- - -
-
- - - - - - - -