diff options
102 files changed, 13243 insertions, 80 deletions
@@ -1,6 +1,12 @@ #! /bin/bash -python waf $@ -sts=$? -exit $sts - +waf=waf-1.9.3 +p2=${PYTHON:-${PYTHON2:-python2.7}} + +if which $p2 &> /dev/null; then + $p2 $waf $@ +else + echo "Required Python 2.7 (Asciidoc requirement)" + exit 1 +fi + diff --git a/backends/deckjs/GPL-license.txt b/backends/deckjs/GPL-license.txt new file mode 100644 index 00000000..336e7bea --- /dev/null +++ b/backends/deckjs/GPL-license.txt @@ -0,0 +1,278 @@ +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES.
\ No newline at end of file diff --git a/backends/deckjs/README.md b/backends/deckjs/README.md new file mode 100644 index 00000000..e72c2d5b --- /dev/null +++ b/backends/deckjs/README.md @@ -0,0 +1,55 @@ +# Asciidoc-deck.js + +A Deck.js backend for asciidoc. + + +## Dependencies + +* AsciiDoc +* Deck.js (included in the backend package) + +Optional: + +* If you want to highlight source code, please install Pygments or source-highlight. + + +## Installation + +Download the [backend package][deckjs] and use asciidoc to install: + +~~~~.bash +asciidoc --backend install deckjs-X.Y.Z.zip +~~~~ + +This will install the backend to `~/.asciidoc/backend/deckjs`. + +You can also use this backend without installation, see the next section. + + +## Usage + +* With deckjs backend installed, use following command to generate slides: + +~~~~.bash +asciidoc -b deckjs file.asciidoc +~~~~ + +By default, the `linkcss` option is disabled so all the required js and css file will be embedded into the output slide. Checkout the [template file][example] for how to enable all kinds of options. + +* To use without Installation, you need to specify different argument: + +~~~~.bash +asciidoc -f deckjs.conf file.asciidoc +~~~~ + +Make sure your asciidoc can properly find `deckjs.conf`. For asciidoc's configuration file loading strategy, please refer to [this guide][asc-conf-guide]. + +Note that without installation, you also have to enable `linkcss` option. Then put `deck.js`, `ad-stylesheet` and generated slide into the same directory. + + + +[deckjs]:https://github.com/houqp/asciidoc-deckjs/downloads +[deckjs-ext]:https://github.com/downloads/houqp/asciidoc-deckjs/deck.js.extended.zip +[asc-conf-guide]:http://www.methods.co.nz/asciidoc/userguide.html#X27 +[example]:http://houqp.github.com/asciidoc-deckjs/example-template.asciidoc + diff --git a/backends/deckjs/ad-stylesheet/pygments/autumn.css b/backends/deckjs/ad-stylesheet/pygments/autumn.css new file mode 100644 index 00000000..3c96f6ae --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/autumn.css @@ -0,0 +1,58 @@ +.hll { background-color: #ffffcc } +.c { color: #aaaaaa; font-style: italic } /* Comment */ +.err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.k { color: #0000aa } /* Keyword */ +.cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ +.cp { color: #4c8317 } /* Comment.Preproc */ +.c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ +.cs { color: #0000aa; font-style: italic } /* Comment.Special */ +.gd { color: #aa0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00aa00 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #0000aa } /* Keyword.Constant */ +.kd { color: #0000aa } /* Keyword.Declaration */ +.kn { color: #0000aa } /* Keyword.Namespace */ +.kp { color: #0000aa } /* Keyword.Pseudo */ +.kr { color: #0000aa } /* Keyword.Reserved */ +.kt { color: #00aaaa } /* Keyword.Type */ +.m { color: #009999 } /* Literal.Number */ +.s { color: #aa5500 } /* Literal.String */ +.na { color: #1e90ff } /* Name.Attribute */ +.nb { color: #00aaaa } /* Name.Builtin */ +.nc { color: #00aa00; text-decoration: underline } /* Name.Class */ +.no { color: #aa0000 } /* Name.Constant */ +.nd { color: #888888 } /* Name.Decorator */ +.ni { color: #800000; font-weight: bold } /* Name.Entity */ +.nf { color: #00aa00 } /* Name.Function */ +.nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ +.nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ +.nv { color: #aa0000 } /* Name.Variable */ +.ow { color: #0000aa } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #009999 } /* Literal.Number.Float */ +.mh { color: #009999 } /* Literal.Number.Hex */ +.mi { color: #009999 } /* Literal.Number.Integer */ +.mo { color: #009999 } /* Literal.Number.Oct */ +.sb { color: #aa5500 } /* Literal.String.Backtick */ +.sc { color: #aa5500 } /* Literal.String.Char */ +.sd { color: #aa5500 } /* Literal.String.Doc */ +.s2 { color: #aa5500 } /* Literal.String.Double */ +.se { color: #aa5500 } /* Literal.String.Escape */ +.sh { color: #aa5500 } /* Literal.String.Heredoc */ +.si { color: #aa5500 } /* Literal.String.Interpol */ +.sx { color: #aa5500 } /* Literal.String.Other */ +.sr { color: #009999 } /* Literal.String.Regex */ +.s1 { color: #aa5500 } /* Literal.String.Single */ +.ss { color: #0000aa } /* Literal.String.Symbol */ +.bp { color: #00aaaa } /* Name.Builtin.Pseudo */ +.vc { color: #aa0000 } /* Name.Variable.Class */ +.vg { color: #aa0000 } /* Name.Variable.Global */ +.vi { color: #aa0000 } /* Name.Variable.Instance */ +.il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/borland.css b/backends/deckjs/ad-stylesheet/pygments/borland.css new file mode 100644 index 00000000..b4999e7d --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/borland.css @@ -0,0 +1,46 @@ +.hll { background-color: #ffffcc } +.c { color: #008800; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #000080; font-weight: bold } /* Keyword */ +.cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.cp { color: #008080 } /* Comment.Preproc */ +.c1 { color: #008800; font-style: italic } /* Comment.Single */ +.cs { color: #008800; font-weight: bold } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #999999 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #aaaaaa } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #000080; font-weight: bold } /* Keyword.Constant */ +.kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #000080; font-weight: bold } /* Keyword.Type */ +.m { color: #0000FF } /* Literal.Number */ +.s { color: #0000FF } /* Literal.String */ +.na { color: #FF0000 } /* Name.Attribute */ +.nt { color: #000080; font-weight: bold } /* Name.Tag */ +.ow { font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #0000FF } /* Literal.Number.Float */ +.mh { color: #0000FF } /* Literal.Number.Hex */ +.mi { color: #0000FF } /* Literal.Number.Integer */ +.mo { color: #0000FF } /* Literal.Number.Oct */ +.sb { color: #0000FF } /* Literal.String.Backtick */ +.sc { color: #800080 } /* Literal.String.Char */ +.sd { color: #0000FF } /* Literal.String.Doc */ +.s2 { color: #0000FF } /* Literal.String.Double */ +.se { color: #0000FF } /* Literal.String.Escape */ +.sh { color: #0000FF } /* Literal.String.Heredoc */ +.si { color: #0000FF } /* Literal.String.Interpol */ +.sx { color: #0000FF } /* Literal.String.Other */ +.sr { color: #0000FF } /* Literal.String.Regex */ +.s1 { color: #0000FF } /* Literal.String.Single */ +.ss { color: #0000FF } /* Literal.String.Symbol */ +.il { color: #0000FF } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/bw.css b/backends/deckjs/ad-stylesheet/pygments/bw.css new file mode 100644 index 00000000..e0cfe68d --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/bw.css @@ -0,0 +1,34 @@ +.hll { background-color: #ffffcc } +.c { font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { font-weight: bold } /* Keyword */ +.cm { font-style: italic } /* Comment.Multiline */ +.c1 { font-style: italic } /* Comment.Single */ +.cs { font-style: italic } /* Comment.Special */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { font-weight: bold } /* Generic.Heading */ +.gp { font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { font-weight: bold } /* Generic.Subheading */ +.kc { font-weight: bold } /* Keyword.Constant */ +.kd { font-weight: bold } /* Keyword.Declaration */ +.kn { font-weight: bold } /* Keyword.Namespace */ +.kr { font-weight: bold } /* Keyword.Reserved */ +.s { font-style: italic } /* Literal.String */ +.nc { font-weight: bold } /* Name.Class */ +.ni { font-weight: bold } /* Name.Entity */ +.ne { font-weight: bold } /* Name.Exception */ +.nn { font-weight: bold } /* Name.Namespace */ +.nt { font-weight: bold } /* Name.Tag */ +.ow { font-weight: bold } /* Operator.Word */ +.sb { font-style: italic } /* Literal.String.Backtick */ +.sc { font-style: italic } /* Literal.String.Char */ +.sd { font-style: italic } /* Literal.String.Doc */ +.s2 { font-style: italic } /* Literal.String.Double */ +.se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ +.sh { font-style: italic } /* Literal.String.Heredoc */ +.si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ +.sx { font-style: italic } /* Literal.String.Other */ +.sr { font-style: italic } /* Literal.String.Regex */ +.s1 { font-style: italic } /* Literal.String.Single */ +.ss { font-style: italic } /* Literal.String.Symbol */ diff --git a/backends/deckjs/ad-stylesheet/pygments/colorful.css b/backends/deckjs/ad-stylesheet/pygments/colorful.css new file mode 100644 index 00000000..b0bdc4d9 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/colorful.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #808080 } /* Comment */ +.err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #303030 } /* Operator */ +.cm { color: #808080 } /* Comment.Multiline */ +.cp { color: #507090 } /* Comment.Preproc */ +.c1 { color: #808080 } /* Comment.Single */ +.cs { color: #cc0000; font-weight: bold } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #303090; font-weight: bold } /* Keyword.Type */ +.m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.s { background-color: #fff0f0 } /* Literal.String */ +.na { color: #0000C0 } /* Name.Attribute */ +.nb { color: #007020 } /* Name.Builtin */ +.nc { color: #B00060; font-weight: bold } /* Name.Class */ +.no { color: #003060; font-weight: bold } /* Name.Constant */ +.nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.ni { color: #800000; font-weight: bold } /* Name.Entity */ +.ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.nf { color: #0060B0; font-weight: bold } /* Name.Function */ +.nl { color: #907000; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #007000 } /* Name.Tag */ +.nv { color: #906030 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.sb { background-color: #fff0f0 } /* Literal.String.Backtick */ +.sc { color: #0040D0 } /* Literal.String.Char */ +.sd { color: #D04020 } /* Literal.String.Doc */ +.s2 { background-color: #fff0f0 } /* Literal.String.Double */ +.se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ +.sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ +.si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ +.sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ +.s1 { background-color: #fff0f0 } /* Literal.String.Single */ +.ss { color: #A06000 } /* Literal.String.Symbol */ +.bp { color: #007020 } /* Name.Builtin.Pseudo */ +.vc { color: #306090 } /* Name.Variable.Class */ +.vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ +.vi { color: #3030B0 } /* Name.Variable.Instance */ +.il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/default.css b/backends/deckjs/ad-stylesheet/pygments/default.css new file mode 100644 index 00000000..122b4294 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/default.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.il { color: #666666 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/emacs.css b/backends/deckjs/ad-stylesheet/pygments/emacs.css new file mode 100644 index 00000000..ab58d9df --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/emacs.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #008800; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #AA22FF; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.cp { color: #008800 } /* Comment.Preproc */ +.c1 { color: #008800; font-style: italic } /* Comment.Single */ +.cs { color: #008800; font-weight: bold } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #AA22FF } /* Keyword.Pseudo */ +.kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BB4444 } /* Literal.String */ +.na { color: #BB4444 } /* Name.Attribute */ +.nb { color: #AA22FF } /* Name.Builtin */ +.nc { color: #0000FF } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #00A000 } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #B8860B } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sb { color: #BB4444 } /* Literal.String.Backtick */ +.sc { color: #BB4444 } /* Literal.String.Char */ +.sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BB4444 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BB4444 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BB4444 } /* Literal.String.Single */ +.ss { color: #B8860B } /* Literal.String.Symbol */ +.bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.vc { color: #B8860B } /* Name.Variable.Class */ +.vg { color: #B8860B } /* Name.Variable.Global */ +.vi { color: #B8860B } /* Name.Variable.Instance */ +.il { color: #666666 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/friendly.css b/backends/deckjs/ad-stylesheet/pygments/friendly.css new file mode 100644 index 00000000..c5d10fb0 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/friendly.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #60a0b0; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #007020; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.cp { color: #007020 } /* Comment.Preproc */ +.c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #007020 } /* Keyword.Pseudo */ +.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #902000 } /* Keyword.Type */ +.m { color: #40a070 } /* Literal.Number */ +.s { color: #4070a0 } /* Literal.String */ +.na { color: #4070a0 } /* Name.Attribute */ +.nb { color: #007020 } /* Name.Builtin */ +.nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.no { color: #60add5 } /* Name.Constant */ +.nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.ne { color: #007020 } /* Name.Exception */ +.nf { color: #06287e } /* Name.Function */ +.nl { color: #002070; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #062873; font-weight: bold } /* Name.Tag */ +.nv { color: #bb60d5 } /* Name.Variable */ +.ow { color: #007020; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #40a070 } /* Literal.Number.Float */ +.mh { color: #40a070 } /* Literal.Number.Hex */ +.mi { color: #40a070 } /* Literal.Number.Integer */ +.mo { color: #40a070 } /* Literal.Number.Oct */ +.sb { color: #4070a0 } /* Literal.String.Backtick */ +.sc { color: #4070a0 } /* Literal.String.Char */ +.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #4070a0 } /* Literal.String.Double */ +.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #4070a0 } /* Literal.String.Heredoc */ +.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.sx { color: #c65d09 } /* Literal.String.Other */ +.sr { color: #235388 } /* Literal.String.Regex */ +.s1 { color: #4070a0 } /* Literal.String.Single */ +.ss { color: #517918 } /* Literal.String.Symbol */ +.bp { color: #007020 } /* Name.Builtin.Pseudo */ +.vc { color: #bb60d5 } /* Name.Variable.Class */ +.vg { color: #bb60d5 } /* Name.Variable.Global */ +.vi { color: #bb60d5 } /* Name.Variable.Instance */ +.il { color: #40a070 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/fruity.css b/backends/deckjs/ad-stylesheet/pygments/fruity.css new file mode 100644 index 00000000..7d96f7e0 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/fruity.css @@ -0,0 +1,69 @@ +.hll { background-color: #333333 } +.c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ +.err { color: #ffffff } /* Error */ +.g { color: #ffffff } /* Generic */ +.k { color: #fb660a; font-weight: bold } /* Keyword */ +.l { color: #ffffff } /* Literal */ +.n { color: #ffffff } /* Name */ +.o { color: #ffffff } /* Operator */ +.x { color: #ffffff } /* Other */ +.p { color: #ffffff } /* Punctuation */ +.cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ +.cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ +.c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ +.cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ +.gd { color: #ffffff } /* Generic.Deleted */ +.ge { color: #ffffff } /* Generic.Emph */ +.gr { color: #ffffff } /* Generic.Error */ +.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.gi { color: #ffffff } /* Generic.Inserted */ +.go { color: #444444; background-color: #222222 } /* Generic.Output */ +.gp { color: #ffffff } /* Generic.Prompt */ +.gs { color: #ffffff } /* Generic.Strong */ +.gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ +.gt { color: #ffffff } /* Generic.Traceback */ +.kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ +.kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #fb660a } /* Keyword.Pseudo */ +.kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ +.ld { color: #ffffff } /* Literal.Date */ +.m { color: #0086f7; font-weight: bold } /* Literal.Number */ +.s { color: #0086d2 } /* Literal.String */ +.na { color: #ff0086; font-weight: bold } /* Name.Attribute */ +.nb { color: #ffffff } /* Name.Builtin */ +.nc { color: #ffffff } /* Name.Class */ +.no { color: #0086d2 } /* Name.Constant */ +.nd { color: #ffffff } /* Name.Decorator */ +.ni { color: #ffffff } /* Name.Entity */ +.ne { color: #ffffff } /* Name.Exception */ +.nf { color: #ff0086; font-weight: bold } /* Name.Function */ +.nl { color: #ffffff } /* Name.Label */ +.nn { color: #ffffff } /* Name.Namespace */ +.nx { color: #ffffff } /* Name.Other */ +.py { color: #ffffff } /* Name.Property */ +.nt { color: #fb660a; font-weight: bold } /* Name.Tag */ +.nv { color: #fb660a } /* Name.Variable */ +.ow { color: #ffffff } /* Operator.Word */ +.w { color: #888888 } /* Text.Whitespace */ +.mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #0086d2 } /* Literal.String.Backtick */ +.sc { color: #0086d2 } /* Literal.String.Char */ +.sd { color: #0086d2 } /* Literal.String.Doc */ +.s2 { color: #0086d2 } /* Literal.String.Double */ +.se { color: #0086d2 } /* Literal.String.Escape */ +.sh { color: #0086d2 } /* Literal.String.Heredoc */ +.si { color: #0086d2 } /* Literal.String.Interpol */ +.sx { color: #0086d2 } /* Literal.String.Other */ +.sr { color: #0086d2 } /* Literal.String.Regex */ +.s1 { color: #0086d2 } /* Literal.String.Single */ +.ss { color: #0086d2 } /* Literal.String.Symbol */ +.bp { color: #ffffff } /* Name.Builtin.Pseudo */ +.vc { color: #fb660a } /* Name.Variable.Class */ +.vg { color: #fb660a } /* Name.Variable.Global */ +.vi { color: #fb660a } /* Name.Variable.Instance */ +.il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/manni.css b/backends/deckjs/ad-stylesheet/pygments/manni.css new file mode 100644 index 00000000..f978b30c --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/manni.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #0099FF; font-style: italic } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; font-weight: bold } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #0099FF; font-style: italic } /* Comment.Single */ +.cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; font-weight: bold } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #003300; font-weight: bold } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; font-weight: bold } /* Keyword.Constant */ +.kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #007788; font-weight: bold } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #CC3300 } /* Literal.String */ +.na { color: #330099 } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; font-weight: bold } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #CC0000; font-weight: bold } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ +.nt { color: #330099; font-weight: bold } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/monokai.css b/backends/deckjs/ad-stylesheet/pygments/monokai.css new file mode 100644 index 00000000..98f40da7 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/monokai.css @@ -0,0 +1,59 @@ +.hll { background-color: #49483e } +.c { color: #75715e } /* Comment */ +.err { color: #960050; background-color: #1e0010 } /* Error */ +.k { color: #66d9ef } /* Keyword */ +.l { color: #ae81ff } /* Literal */ +.n { color: #f8f8f2 } /* Name */ +.o { color: #f92672 } /* Operator */ +.p { color: #f8f8f2 } /* Punctuation */ +.cm { color: #75715e } /* Comment.Multiline */ +.cp { color: #75715e } /* Comment.Preproc */ +.c1 { color: #75715e } /* Comment.Single */ +.cs { color: #75715e } /* Comment.Special */ +.ge { font-style: italic } /* Generic.Emph */ +.gs { font-weight: bold } /* Generic.Strong */ +.kc { color: #66d9ef } /* Keyword.Constant */ +.kd { color: #66d9ef } /* Keyword.Declaration */ +.kn { color: #f92672 } /* Keyword.Namespace */ +.kp { color: #66d9ef } /* Keyword.Pseudo */ +.kr { color: #66d9ef } /* Keyword.Reserved */ +.kt { color: #66d9ef } /* Keyword.Type */ +.ld { color: #e6db74 } /* Literal.Date */ +.m { color: #ae81ff } /* Literal.Number */ +.s { color: #e6db74 } /* Literal.String */ +.na { color: #a6e22e } /* Name.Attribute */ +.nb { color: #f8f8f2 } /* Name.Builtin */ +.nc { color: #a6e22e } /* Name.Class */ +.no { color: #66d9ef } /* Name.Constant */ +.nd { color: #a6e22e } /* Name.Decorator */ +.ni { color: #f8f8f2 } /* Name.Entity */ +.ne { color: #a6e22e } /* Name.Exception */ +.nf { color: #a6e22e } /* Name.Function */ +.nl { color: #f8f8f2 } /* Name.Label */ +.nn { color: #f8f8f2 } /* Name.Namespace */ +.nx { color: #a6e22e } /* Name.Other */ +.py { color: #f8f8f2 } /* Name.Property */ +.nt { color: #f92672 } /* Name.Tag */ +.nv { color: #f8f8f2 } /* Name.Variable */ +.ow { color: #f92672 } /* Operator.Word */ +.w { color: #f8f8f2 } /* Text.Whitespace */ +.mf { color: #ae81ff } /* Literal.Number.Float */ +.mh { color: #ae81ff } /* Literal.Number.Hex */ +.mi { color: #ae81ff } /* Literal.Number.Integer */ +.mo { color: #ae81ff } /* Literal.Number.Oct */ +.sb { color: #e6db74 } /* Literal.String.Backtick */ +.sc { color: #e6db74 } /* Literal.String.Char */ +.sd { color: #e6db74 } /* Literal.String.Doc */ +.s2 { color: #e6db74 } /* Literal.String.Double */ +.se { color: #ae81ff } /* Literal.String.Escape */ +.sh { color: #e6db74 } /* Literal.String.Heredoc */ +.si { color: #e6db74 } /* Literal.String.Interpol */ +.sx { color: #e6db74 } /* Literal.String.Other */ +.sr { color: #e6db74 } /* Literal.String.Regex */ +.s1 { color: #e6db74 } /* Literal.String.Single */ +.ss { color: #e6db74 } /* Literal.String.Symbol */ +.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ +.vc { color: #f8f8f2 } /* Name.Variable.Class */ +.vg { color: #f8f8f2 } /* Name.Variable.Global */ +.vi { color: #f8f8f2 } /* Name.Variable.Instance */ +.il { color: #ae81ff } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/murphy.css b/backends/deckjs/ad-stylesheet/pygments/murphy.css new file mode 100644 index 00000000..ecae07cc --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/murphy.css @@ -0,0 +1,61 @@ +.hll { background-color: #ffffcc } +.c { color: #606060; font-style: italic } /* Comment */ +.err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.k { color: #208090; font-weight: bold } /* Keyword */ +.o { color: #303030 } /* Operator */ +.cm { color: #606060; font-style: italic } /* Comment.Multiline */ +.cp { color: #507090 } /* Comment.Preproc */ +.c1 { color: #606060; font-style: italic } /* Comment.Single */ +.cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #208090; font-weight: bold } /* Keyword.Constant */ +.kd { color: #208090; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #208090; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #208090; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #6060f0; font-weight: bold } /* Keyword.Type */ +.m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.s { background-color: #e0e0ff } /* Literal.String */ +.na { color: #000070 } /* Name.Attribute */ +.nb { color: #007020 } /* Name.Builtin */ +.nc { color: #e090e0; font-weight: bold } /* Name.Class */ +.no { color: #50e0d0; font-weight: bold } /* Name.Constant */ +.nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.ni { color: #800000 } /* Name.Entity */ +.ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.nf { color: #50e0d0; font-weight: bold } /* Name.Function */ +.nl { color: #907000; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #007000 } /* Name.Tag */ +.nv { color: #003060 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.sb { background-color: #e0e0ff } /* Literal.String.Backtick */ +.sc { color: #8080F0 } /* Literal.String.Char */ +.sd { color: #D04020 } /* Literal.String.Doc */ +.s2 { background-color: #e0e0ff } /* Literal.String.Double */ +.se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ +.sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ +.si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */ +.sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ +.s1 { background-color: #e0e0ff } /* Literal.String.Single */ +.ss { color: #f0c080 } /* Literal.String.Symbol */ +.bp { color: #007020 } /* Name.Builtin.Pseudo */ +.vc { color: #c0c0f0 } /* Name.Variable.Class */ +.vg { color: #f08040 } /* Name.Variable.Global */ +.vi { color: #a0a0f0 } /* Name.Variable.Instance */ +.il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/native.css b/backends/deckjs/ad-stylesheet/pygments/native.css new file mode 100644 index 00000000..bffc5c9b --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/native.css @@ -0,0 +1,69 @@ +.hll { background-color: #404040 } +.c { color: #999999; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.g { color: #d0d0d0 } /* Generic */ +.k { color: #6ab825; font-weight: bold } /* Keyword */ +.l { color: #d0d0d0 } /* Literal */ +.n { color: #d0d0d0 } /* Name */ +.o { color: #d0d0d0 } /* Operator */ +.x { color: #d0d0d0 } /* Other */ +.p { color: #d0d0d0 } /* Punctuation */ +.cm { color: #999999; font-style: italic } /* Comment.Multiline */ +.cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +.c1 { color: #999999; font-style: italic } /* Comment.Single */ +.cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +.gd { color: #d22323 } /* Generic.Deleted */ +.ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +.gr { color: #d22323 } /* Generic.Error */ +.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.gi { color: #589819 } /* Generic.Inserted */ +.go { color: #cccccc } /* Generic.Output */ +.gp { color: #aaaaaa } /* Generic.Prompt */ +.gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +.gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +.gt { color: #d22323 } /* Generic.Traceback */ +.kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ +.kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #6ab825 } /* Keyword.Pseudo */ +.kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ +.ld { color: #d0d0d0 } /* Literal.Date */ +.m { color: #3677a9 } /* Literal.Number */ +.s { color: #ed9d13 } /* Literal.String */ +.na { color: #bbbbbb } /* Name.Attribute */ +.nb { color: #24909d } /* Name.Builtin */ +.nc { color: #447fcf; text-decoration: underline } /* Name.Class */ +.no { color: #40ffff } /* Name.Constant */ +.nd { color: #ffa500 } /* Name.Decorator */ +.ni { color: #d0d0d0 } /* Name.Entity */ +.ne { color: #bbbbbb } /* Name.Exception */ +.nf { color: #447fcf } /* Name.Function */ +.nl { color: #d0d0d0 } /* Name.Label */ +.nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ +.nx { color: #d0d0d0 } /* Name.Other */ +.py { color: #d0d0d0 } /* Name.Property */ +.nt { color: #6ab825; font-weight: bold } /* Name.Tag */ +.nv { color: #40ffff } /* Name.Variable */ +.ow { color: #6ab825; font-weight: bold } /* Operator.Word */ +.w { color: #666666 } /* Text.Whitespace */ +.mf { color: #3677a9 } /* Literal.Number.Float */ +.mh { color: #3677a9 } /* Literal.Number.Hex */ +.mi { color: #3677a9 } /* Literal.Number.Integer */ +.mo { color: #3677a9 } /* Literal.Number.Oct */ +.sb { color: #ed9d13 } /* Literal.String.Backtick */ +.sc { color: #ed9d13 } /* Literal.String.Char */ +.sd { color: #ed9d13 } /* Literal.String.Doc */ +.s2 { color: #ed9d13 } /* Literal.String.Double */ +.se { color: #ed9d13 } /* Literal.String.Escape */ +.sh { color: #ed9d13 } /* Literal.String.Heredoc */ +.si { color: #ed9d13 } /* Literal.String.Interpol */ +.sx { color: #ffa500 } /* Literal.String.Other */ +.sr { color: #ed9d13 } /* Literal.String.Regex */ +.s1 { color: #ed9d13 } /* Literal.String.Single */ +.ss { color: #ed9d13 } /* Literal.String.Symbol */ +.bp { color: #24909d } /* Name.Builtin.Pseudo */ +.vc { color: #40ffff } /* Name.Variable.Class */ +.vg { color: #40ffff } /* Name.Variable.Global */ +.vi { color: #40ffff } /* Name.Variable.Instance */ +.il { color: #3677a9 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/pastie.css b/backends/deckjs/ad-stylesheet/pygments/pastie.css new file mode 100644 index 00000000..5cea4ab7 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/pastie.css @@ -0,0 +1,60 @@ +.hll { background-color: #ffffcc } +.c { color: #888888 } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #008800; font-weight: bold } /* Keyword */ +.cm { color: #888888 } /* Comment.Multiline */ +.cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ +.c1 { color: #888888 } /* Comment.Single */ +.cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #303030 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #606060 } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008800 } /* Keyword.Pseudo */ +.kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #888888; font-weight: bold } /* Keyword.Type */ +.m { color: #0000DD; font-weight: bold } /* Literal.Number */ +.s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ +.na { color: #336699 } /* Name.Attribute */ +.nb { color: #003388 } /* Name.Builtin */ +.nc { color: #bb0066; font-weight: bold } /* Name.Class */ +.no { color: #003366; font-weight: bold } /* Name.Constant */ +.nd { color: #555555 } /* Name.Decorator */ +.ne { color: #bb0066; font-weight: bold } /* Name.Exception */ +.nf { color: #0066bb; font-weight: bold } /* Name.Function */ +.nl { color: #336699; font-style: italic } /* Name.Label */ +.nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ +.py { color: #336699; font-weight: bold } /* Name.Property */ +.nt { color: #bb0066; font-weight: bold } /* Name.Tag */ +.nv { color: #336699 } /* Name.Variable */ +.ow { color: #008800 } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ +.sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ +.sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ +.s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ +.se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ +.sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ +.si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ +.sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ +.sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ +.s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ +.ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ +.bp { color: #003388 } /* Name.Builtin.Pseudo */ +.vc { color: #336699 } /* Name.Variable.Class */ +.vg { color: #dd7700 } /* Name.Variable.Global */ +.vi { color: #3333bb } /* Name.Variable.Instance */ +.il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/perldoc.css b/backends/deckjs/ad-stylesheet/pygments/perldoc.css new file mode 100644 index 00000000..4b1ef72f --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/perldoc.css @@ -0,0 +1,58 @@ +.hll { background-color: #ffffcc } +.c { color: #228B22 } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #8B008B; font-weight: bold } /* Keyword */ +.cm { color: #228B22 } /* Comment.Multiline */ +.cp { color: #1e889b } /* Comment.Preproc */ +.c1 { color: #228B22 } /* Comment.Single */ +.cs { color: #8B008B; font-weight: bold } /* Comment.Special */ +.gd { color: #aa0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00aa00 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ +.kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ +.m { color: #B452CD } /* Literal.Number */ +.s { color: #CD5555 } /* Literal.String */ +.na { color: #658b00 } /* Name.Attribute */ +.nb { color: #658b00 } /* Name.Builtin */ +.nc { color: #008b45; font-weight: bold } /* Name.Class */ +.no { color: #00688B } /* Name.Constant */ +.nd { color: #707a7c } /* Name.Decorator */ +.ne { color: #008b45; font-weight: bold } /* Name.Exception */ +.nf { color: #008b45 } /* Name.Function */ +.nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ +.nt { color: #8B008B; font-weight: bold } /* Name.Tag */ +.nv { color: #00688B } /* Name.Variable */ +.ow { color: #8B008B } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #B452CD } /* Literal.Number.Float */ +.mh { color: #B452CD } /* Literal.Number.Hex */ +.mi { color: #B452CD } /* Literal.Number.Integer */ +.mo { color: #B452CD } /* Literal.Number.Oct */ +.sb { color: #CD5555 } /* Literal.String.Backtick */ +.sc { color: #CD5555 } /* Literal.String.Char */ +.sd { color: #CD5555 } /* Literal.String.Doc */ +.s2 { color: #CD5555 } /* Literal.String.Double */ +.se { color: #CD5555 } /* Literal.String.Escape */ +.sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ +.si { color: #CD5555 } /* Literal.String.Interpol */ +.sx { color: #cb6c20 } /* Literal.String.Other */ +.sr { color: #1c7e71 } /* Literal.String.Regex */ +.s1 { color: #CD5555 } /* Literal.String.Single */ +.ss { color: #CD5555 } /* Literal.String.Symbol */ +.bp { color: #658b00 } /* Name.Builtin.Pseudo */ +.vc { color: #00688B } /* Name.Variable.Class */ +.vg { color: #00688B } /* Name.Variable.Global */ +.vi { color: #00688B } /* Name.Variable.Instance */ +.il { color: #B452CD } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/tango.css b/backends/deckjs/ad-stylesheet/pygments/tango.css new file mode 100644 index 00000000..45bae6e0 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/tango.css @@ -0,0 +1,69 @@ +.hll { background-color: #ffffcc } +.c { color: #8f5902; font-style: italic } /* Comment */ +.err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.g { color: #000000 } /* Generic */ +.k { color: #204a87; font-weight: bold } /* Keyword */ +.l { color: #000000 } /* Literal */ +.n { color: #000000 } /* Name */ +.o { color: #ce5c00; font-weight: bold } /* Operator */ +.x { color: #000000 } /* Other */ +.p { color: #000000; font-weight: bold } /* Punctuation */ +.cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.gd { color: #a40000 } /* Generic.Deleted */ +.ge { color: #000000; font-style: italic } /* Generic.Emph */ +.gr { color: #ef2929 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #000000; font-style: italic } /* Generic.Output */ +.gp { color: #8f5902 } /* Generic.Prompt */ +.gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.ld { color: #000000 } /* Literal.Date */ +.m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.s { color: #4e9a06 } /* Literal.String */ +.na { color: #c4a000 } /* Name.Attribute */ +.nb { color: #204a87 } /* Name.Builtin */ +.nc { color: #000000 } /* Name.Class */ +.no { color: #000000 } /* Name.Constant */ +.nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.ni { color: #ce5c00 } /* Name.Entity */ +.ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.nf { color: #000000 } /* Name.Function */ +.nl { color: #f57900 } /* Name.Label */ +.nn { color: #000000 } /* Name.Namespace */ +.nx { color: #000000 } /* Name.Other */ +.py { color: #000000 } /* Name.Property */ +.nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.nv { color: #000000 } /* Name.Variable */ +.ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #4e9a06 } /* Literal.String.Backtick */ +.sc { color: #4e9a06 } /* Literal.String.Char */ +.sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #4e9a06 } /* Literal.String.Double */ +.se { color: #4e9a06 } /* Literal.String.Escape */ +.sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.si { color: #4e9a06 } /* Literal.String.Interpol */ +.sx { color: #4e9a06 } /* Literal.String.Other */ +.sr { color: #4e9a06 } /* Literal.String.Regex */ +.s1 { color: #4e9a06 } /* Literal.String.Single */ +.ss { color: #4e9a06 } /* Literal.String.Symbol */ +.bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.vc { color: #000000 } /* Name.Variable.Class */ +.vg { color: #000000 } /* Name.Variable.Global */ +.vi { color: #000000 } /* Name.Variable.Instance */ +.il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/trac.css b/backends/deckjs/ad-stylesheet/pygments/trac.css new file mode 100644 index 00000000..6f4f6c86 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/trac.css @@ -0,0 +1,59 @@ +.hll { background-color: #ffffcc } +.c { color: #999988; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { font-weight: bold } /* Keyword */ +.o { font-weight: bold } /* Operator */ +.cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.c1 { color: #999988; font-style: italic } /* Comment.Single */ +.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #999999 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #aaaaaa } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { font-weight: bold } /* Keyword.Constant */ +.kd { font-weight: bold } /* Keyword.Declaration */ +.kn { font-weight: bold } /* Keyword.Namespace */ +.kp { font-weight: bold } /* Keyword.Pseudo */ +.kr { font-weight: bold } /* Keyword.Reserved */ +.kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.m { color: #009999 } /* Literal.Number */ +.s { color: #bb8844 } /* Literal.String */ +.na { color: #008080 } /* Name.Attribute */ +.nb { color: #999999 } /* Name.Builtin */ +.nc { color: #445588; font-weight: bold } /* Name.Class */ +.no { color: #008080 } /* Name.Constant */ +.ni { color: #800080 } /* Name.Entity */ +.ne { color: #990000; font-weight: bold } /* Name.Exception */ +.nf { color: #990000; font-weight: bold } /* Name.Function */ +.nn { color: #555555 } /* Name.Namespace */ +.nt { color: #000080 } /* Name.Tag */ +.nv { color: #008080 } /* Name.Variable */ +.ow { font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #009999 } /* Literal.Number.Float */ +.mh { color: #009999 } /* Literal.Number.Hex */ +.mi { color: #009999 } /* Literal.Number.Integer */ +.mo { color: #009999 } /* Literal.Number.Oct */ +.sb { color: #bb8844 } /* Literal.String.Backtick */ +.sc { color: #bb8844 } /* Literal.String.Char */ +.sd { color: #bb8844 } /* Literal.String.Doc */ +.s2 { color: #bb8844 } /* Literal.String.Double */ +.se { color: #bb8844 } /* Literal.String.Escape */ +.sh { color: #bb8844 } /* Literal.String.Heredoc */ +.si { color: #bb8844 } /* Literal.String.Interpol */ +.sx { color: #bb8844 } /* Literal.String.Other */ +.sr { color: #808000 } /* Literal.String.Regex */ +.s1 { color: #bb8844 } /* Literal.String.Single */ +.ss { color: #bb8844 } /* Literal.String.Symbol */ +.bp { color: #999999 } /* Name.Builtin.Pseudo */ +.vc { color: #008080 } /* Name.Variable.Class */ +.vg { color: #008080 } /* Name.Variable.Global */ +.vi { color: #008080 } /* Name.Variable.Instance */ +.il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/vim.css b/backends/deckjs/ad-stylesheet/pygments/vim.css new file mode 100644 index 00000000..fda8b184 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/vim.css @@ -0,0 +1,69 @@ +.hll { background-color: #222222 } +.c { color: #000080 } /* Comment */ +.err { color: #cccccc; border: 1px solid #FF0000 } /* Error */ +.g { color: #cccccc } /* Generic */ +.k { color: #cdcd00 } /* Keyword */ +.l { color: #cccccc } /* Literal */ +.n { color: #cccccc } /* Name */ +.o { color: #3399cc } /* Operator */ +.x { color: #cccccc } /* Other */ +.p { color: #cccccc } /* Punctuation */ +.cm { color: #000080 } /* Comment.Multiline */ +.cp { color: #000080 } /* Comment.Preproc */ +.c1 { color: #000080 } /* Comment.Single */ +.cs { color: #cd0000; font-weight: bold } /* Comment.Special */ +.gd { color: #cd0000 } /* Generic.Deleted */ +.ge { color: #cccccc; font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00cd00 } /* Generic.Inserted */ +.go { color: #808080 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { color: #cccccc; font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0040D0 } /* Generic.Traceback */ +.kc { color: #cdcd00 } /* Keyword.Constant */ +.kd { color: #00cd00 } /* Keyword.Declaration */ +.kn { color: #cd00cd } /* Keyword.Namespace */ +.kp { color: #cdcd00 } /* Keyword.Pseudo */ +.kr { color: #cdcd00 } /* Keyword.Reserved */ +.kt { color: #00cd00 } /* Keyword.Type */ +.ld { color: #cccccc } /* Literal.Date */ +.m { color: #cd00cd } /* Literal.Number */ +.s { color: #cd0000 } /* Literal.String */ +.na { color: #cccccc } /* Name.Attribute */ +.nb { color: #cd00cd } /* Name.Builtin */ +.nc { color: #00cdcd } /* Name.Class */ +.no { color: #cccccc } /* Name.Constant */ +.nd { color: #cccccc } /* Name.Decorator */ +.ni { color: #cccccc } /* Name.Entity */ +.ne { color: #666699; font-weight: bold } /* Name.Exception */ +.nf { color: #cccccc } /* Name.Function */ +.nl { color: #cccccc } /* Name.Label */ +.nn { color: #cccccc } /* Name.Namespace */ +.nx { color: #cccccc } /* Name.Other */ +.py { color: #cccccc } /* Name.Property */ +.nt { color: #cccccc } /* Name.Tag */ +.nv { color: #00cdcd } /* Name.Variable */ +.ow { color: #cdcd00 } /* Operator.Word */ +.w { color: #cccccc } /* Text.Whitespace */ +.mf { color: #cd00cd } /* Literal.Number.Float */ +.mh { color: #cd00cd } /* Literal.Number.Hex */ +.mi { color: #cd00cd } /* Literal.Number.Integer */ +.mo { color: #cd00cd } /* Literal.Number.Oct */ +.sb { color: #cd0000 } /* Literal.String.Backtick */ +.sc { color: #cd0000 } /* Literal.String.Char */ +.sd { color: #cd0000 } /* Literal.String.Doc */ +.s2 { color: #cd0000 } /* Literal.String.Double */ +.se { color: #cd0000 } /* Literal.String.Escape */ +.sh { color: #cd0000 } /* Literal.String.Heredoc */ +.si { color: #cd0000 } /* Literal.String.Interpol */ +.sx { color: #cd0000 } /* Literal.String.Other */ +.sr { color: #cd0000 } /* Literal.String.Regex */ +.s1 { color: #cd0000 } /* Literal.String.Single */ +.ss { color: #cd0000 } /* Literal.String.Symbol */ +.bp { color: #cd00cd } /* Name.Builtin.Pseudo */ +.vc { color: #00cdcd } /* Name.Variable.Class */ +.vg { color: #00cdcd } /* Name.Variable.Global */ +.vi { color: #00cdcd } /* Name.Variable.Instance */ +.il { color: #cd00cd } /* Literal.Number.Integer.Long */ diff --git a/backends/deckjs/ad-stylesheet/pygments/vs.css b/backends/deckjs/ad-stylesheet/pygments/vs.css new file mode 100644 index 00000000..13cebf50 --- /dev/null +++ b/backends/deckjs/ad-stylesheet/pygments/vs.css @@ -0,0 +1,33 @@ +.hll { background-color: #ffffcc } +.c { color: #008000 } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #0000ff } /* Keyword */ +.cm { color: #008000 } /* Comment.Multiline */ +.cp { color: #0000ff } /* Comment.Preproc */ +.c1 { color: #008000 } /* Comment.Single */ +.cs { color: #008000 } /* Comment.Special */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { font-weight: bold } /* Generic.Heading */ +.gp { font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { font-weight: bold } /* Generic.Subheading */ +.kc { color: #0000ff } /* Keyword.Constant */ +.kd { color: #0000ff } /* Keyword.Declaration */ +.kn { color: #0000ff } /* Keyword.Namespace */ +.kp { color: #0000ff } /* Keyword.Pseudo */ +.kr { color: #0000ff } /* Keyword.Reserved */ +.kt { color: #2b91af } /* Keyword.Type */ +.s { color: #a31515 } /* Literal.String */ +.nc { color: #2b91af } /* Name.Class */ +.ow { color: #0000ff } /* Operator.Word */ +.sb { color: #a31515 } /* Literal.String.Backtick */ +.sc { color: #a31515 } /* Literal.String.Char */ +.sd { color: #a31515 } /* Literal.String.Doc */ +.s2 { color: #a31515 } /* Literal.String.Double */ +.se { color: #a31515 } /* Literal.String.Escape */ +.sh { color: #a31515 } /* Literal.String.Heredoc */ +.si { color: #a31515 } /* Literal.String.Interpol */ +.sx { color: #a31515 } /* Literal.String.Other */ +.sr { color: #a31515 } /* Literal.String.Regex */ +.s1 { color: #a31515 } /* Literal.String.Single */ +.ss { color: #a31515 } /* Literal.String.Symbol */ diff --git a/backends/deckjs/deck.js/CHANGELOG.md b/backends/deckjs/deck.js/CHANGELOG.md new file mode 100644 index 00000000..6645baa5 --- /dev/null +++ b/backends/deckjs/deck.js/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## v1.1.0 + +- Expand `beforeInit` event to allow halting of init event. +- Create alternative init signature with single options object using new `options.selectors.slides` option. +- Added methods `getTopLevelSlides` and `getNestedSlides`. +- Integrated hash plugin into core. +- Allow for touch swiping to be axis specific or disabled. +- Include ARIA attribute considerations in core and extensions. diff --git a/backends/deckjs/deck.js/MIT-license.txt b/backends/deckjs/deck.js/MIT-license.txt new file mode 100644 index 00000000..3eec2860 --- /dev/null +++ b/backends/deckjs/deck.js/MIT-license.txt @@ -0,0 +1,21 @@ +The MIT License
+
+Copyright (c) 2011-2014 Caleb Troughton
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/backends/deckjs/deck.js/Makefile b/backends/deckjs/deck.js/Makefile new file mode 100644 index 00000000..04076c2e --- /dev/null +++ b/backends/deckjs/deck.js/Makefile @@ -0,0 +1,12 @@ +SASSOPTS=--scss --style expanded + +default: generate + +generate: + sass --update ${SASSOPTS} . + +force: + sass --update ${SASSOPTS} --force . + +watch: + sass --watch ${SASSOPTS} . diff --git a/backends/deckjs/deck.js/README.md b/backends/deckjs/deck.js/README.md new file mode 100644 index 00000000..31931b48 --- /dev/null +++ b/backends/deckjs/deck.js/README.md @@ -0,0 +1,60 @@ +#deck.js + +A JavaScript library for building modern HTML presentations. deck.js is flexible enough to let advanced CSS and JavaScript authors craft highly customized decks, but also provides templates and themes for the HTML novice to build a standard slideshow. + +## Quick Start + +This repository includes a `boilerplate.html` as a starting point, with all the extensions included. Just [download it](https://github.com/imakewebthings/deck.js/archive/latest.zip), open `boilerplate.html`, and start editing your slides. + +## Documentation + +Check out the [documentation page](http://imakewebthings.github.com/deck.js/docs) for more information on the methods, events, and options available in core and all the included extensions. A sample standard slide deck is included in the package under the `introduction` folder. You can also [view that sample deck](http://imakewebthings.github.com/deck.js/introduction) online to play with the available style and transition themes. + +## Extensions, Themes, and Related Projects + +Take a look at [the wiki](https://github.com/imakewebthings/deck.js/wiki) for lists of extensions, themes, and other related goodies. If you have a publicly available project of your own, feel free to add to the list. + +## Dependencies (included in this repository) + +- [jQuery](http://jquery.com) +- [Modernizr](http://modernizr.com) + +## Tests & Support + +Unit tests are written with [Jasmine](http://pivotal.github.com/jasmine/) and [jasmine-jquery](https://github.com/velesin/jasmine-jquery). You can [run them here](http://imakewebthings.github.com/deck.js/test). + +deck.js has been tested with jQuery 1.6+ and works in IE7+, Chrome, FF, Safari, and Opera. The more capable browsers receive greater enhancements, but a basic cutaway slideshow will work for all browsers listed above. Please don't give your presentations in IE6. + +For any questions or general discussion about deck.js please direct your attention to the [mailing list](http://groups.google.com/group/deckjs) (uses Google groups.) If you would like to report a bug, please see the [issues page](https://github.com/imakewebthings/deck.js/issues). + +## Printing + +Core includes stripped down black and white print styles for the standard slide template that is suitable for handouts. + +## Awesome Contributors + +- [jbuck](https://github.com/jbuck) +- [cykod](https://github.com/cykod) +- [dougireton](https://github.com/dougireton) +- [awirick](https://github.com/awirick) +- Daniel Knittl-Frank +- [alexch](https://github.com/alexch) +- [twitwi](https://github.com/twitwi) + +If you would like to contribute a patch to deck.js please do as much as you can of the following: + +- Add or amend Jasmine tests. +- Add inline documentation. +- If the standard snippet of an extension changes, please change it in both the introduction deck and the snippet html in the extension folder. +- If the API changes, it would be awesome to receive a parallel pull request to the gh-pages branch which updates the public-facing documentation. + +## License + +Copyright (c) 2011-2014 Caleb Troughton + +Licensed under the [MIT license](https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt) + +## Donations + +[](https://www.gittip.com/imakewebthings/ "Donate weekly to this project using Gittip") diff --git a/backends/deckjs/deck.js/boilerplate.html b/backends/deckjs/deck.js/boilerplate.html new file mode 100644 index 00000000..b901d245 --- /dev/null +++ b/backends/deckjs/deck.js/boilerplate.html @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="viewport" content="width=1024, user-scalable=no"> + + <title>Your deck.js Presentation</title> + + <!-- Required stylesheet --> + <link rel="stylesheet" media="screen" href="core/deck.core.css"> + + <!-- Extension CSS files go here. Remove or add as needed. --> + <link rel="stylesheet" media="screen" href="extensions/goto/deck.goto.css"> + <link rel="stylesheet" media="screen" href="extensions/menu/deck.menu.css"> + <link rel="stylesheet" media="screen" href="extensions/navigation/deck.navigation.css"> + <link rel="stylesheet" media="screen" href="extensions/status/deck.status.css"> + <link rel="stylesheet" media="screen" href="extensions/scale/deck.scale.css"> + + <!-- Style theme. More available in /themes/style/ or create your own. --> + <link rel="stylesheet" media="screen" href="themes/style/web-2.0.css"> + + <!-- Transition theme. More available in /themes/transition/ or create your own. --> + <link rel="stylesheet" media="screen" href="themes/transition/horizontal-slide.css"> + + <!-- Basic black and white print styles --> + <link rel="stylesheet" media="print" href="core/print.css"> + + <!-- Required Modernizr file --> + <script src="modernizr.custom.js"></script> +</head> +<body> + <div class="deck-container"> + + <!-- Begin slides. Just make elements with a class of slide. --> + + <section class="slide"> + <h1>Slide</h1> + </section> + + <section class="slide"> + <h1>Content</h1> + </section> + + <section class="slide"> + <h1>Here</h1> + </section> + + <!-- End slides. --> + + <!-- Begin extension snippets. Add or remove as needed. --> + + <!-- deck.navigation snippet --> + <div aria-role="navigation"> + <a href="#" class="deck-prev-link" title="Previous">←</a> + <a href="#" class="deck-next-link" title="Next">→</a> + </div> + + <!-- deck.status snippet --> + <p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> + </p> + + <!-- deck.goto snippet --> + <form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="text" name="slidenum" id="goto-slide" list="goto-datalist"> + <datalist id="goto-datalist"></datalist> + <input type="submit" value="Go"> + </form> + + <!-- End extension snippets. --> + </div> + +<!-- Required JS files. --> +<script src="jquery.min.js"></script> +<script src="core/deck.core.js"></script> + +<!-- Extension JS files. Add or remove as needed. --> +<script src="extensions/menu/deck.menu.js"></script> +<script src="extensions/goto/deck.goto.js"></script> +<script src="extensions/status/deck.status.js"></script> +<script src="extensions/navigation/deck.navigation.js"></script> +<script src="extensions/scale/deck.scale.js"></script> + +<!-- Initialize the deck. You can put this in an external file if desired. --> +<script> + $(function() { + $.deck('.slide'); + }); +</script> +</body> +</html> diff --git a/backends/deckjs/deck.js/core/deck.core.css b/backends/deckjs/deck.js/core/deck.core.css new file mode 100644 index 00000000..da619cb0 --- /dev/null +++ b/backends/deckjs/deck.js/core/deck.core.css @@ -0,0 +1,60 @@ +html, body { + height: 100%; + padding: 0; + margin: 0; +} + +.deck-container { + position: relative; + min-height: 100%; + margin: 0 auto; + overflow: hidden; + overflow-y: auto; +} +.js .deck-container { + visibility: hidden; +} +.ready .deck-container { + visibility: visible; +} +.touch .deck-container { + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; +} + +.deck-loading { + display: none; +} + +.slide { + width: auto; + min-height: 100%; + position: relative; +} + +.deck-before, .deck-previous, .deck-next, .deck-after { + position: absolute; + left: -999em; + top: -999em; +} + +.deck-current { + z-index: 2; +} + +.slide .slide { + visibility: hidden; + position: static; + min-height: 0; +} + +.deck-child-current { + position: static; + z-index: 2; +} +.deck-child-current .slide { + visibility: hidden; +} +.deck-child-current .deck-previous, .deck-child-current .deck-before, .deck-child-current .deck-current { + visibility: visible; +} diff --git a/backends/deckjs/deck.js/core/deck.core.js b/backends/deckjs/deck.js/core/deck.core.js new file mode 100644 index 00000000..a8adefe7 --- /dev/null +++ b/backends/deckjs/deck.js/core/deck.core.js @@ -0,0 +1,748 @@ +/*! +Deck JS - deck.core +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +The deck.core module provides all the basic functionality for creating and +moving through a deck. It does so by applying classes to indicate the state of +the deck and its slides, allowing CSS to take care of the visual representation +of each state. It also provides methods for navigating the deck and inspecting +its state, as well as basic key bindings for going to the next and previous +slides. More functionality is provided by wholly separate extension modules +that use the API provided by core. +*/ +(function($, undefined) { + var slides, currentIndex, $container, $fragmentLinks; + + var events = { + /* + This event fires at the beginning of a slide change, before the actual + change occurs. Its purpose is to give extension authors a way to prevent + the slide change from occuring. This is done by calling preventDefault + on the event object within this event. If that is done, the deck.change + event will never be fired and the slide will not change. + */ + beforeChange: 'deck.beforeChange', + + /* + This event fires whenever the current slide changes, whether by way of + next, prev, or go. The callback function is passed two parameters, from + and to, equal to the indices of the old slide and the new slide + respectively. If preventDefault is called on the event within this handler + the slide change does not occur. + + $(document).bind('deck.change', function(event, from, to) { + alert('Moving from slide ' + from + ' to ' + to); + }); + */ + change: 'deck.change', + + /* + This event fires at the beginning of deck initialization. This event makes + a good hook for preprocessing extensions looking to modify the DOM before + the deck is fully initialized. It is also possible to halt the deck.init + event from firing while you do things in beforeInit. This can be done by + calling lockInit on the event object passed to this event. The init can be + released by calling releaseInit. + + $(document).bind('deck.beforeInit', function(event) { + event.lockInit(); // halts deck.init event + window.setTimeout(function() { + event.releaseInit(); // deck.init will now fire 2 seconds later + }, 2000); + }); + + The init event will be fired regardless of locks after + options.initLockTimeout milliseconds. + */ + beforeInitialize: 'deck.beforeInit', + + /* + This event fires at the end of deck initialization. Extensions should + implement any code that relies on user extensible options (key bindings, + element selectors, classes) within a handler for this event. Native + events associated with Deck JS should be scoped under a .deck event + namespace, as with the example below: + + var $d = $(document); + $.deck.defaults.keys.myExtensionKeycode = 70; // 'h' + $d.bind('deck.init', function() { + $d.bind('keydown.deck', function(event) { + if (event.which === $.deck.getOptions().keys.myExtensionKeycode) { + // Rock out + } + }); + }); + */ + initialize: 'deck.init' + }; + + var options = {}; + var $document = $(document); + var $window = $(window); + var stopPropagation = function(event) { + event.stopPropagation(); + }; + + var updateContainerState = function() { + var oldIndex = $container.data('onSlide'); + $container.removeClass(options.classes.onPrefix + oldIndex); + $container.addClass(options.classes.onPrefix + currentIndex); + $container.data('onSlide', currentIndex); + }; + + var updateChildCurrent = function() { + var $oldCurrent = $('.' + options.classes.current); + var $oldParents = $oldCurrent.parentsUntil(options.selectors.container); + var $newCurrent = slides[currentIndex]; + var $newParents = $newCurrent.parentsUntil(options.selectors.container); + $oldParents.removeClass(options.classes.childCurrent); + $newParents.addClass(options.classes.childCurrent); + }; + + var removeOldSlideStates = function() { + var $all = $(); + $.each(slides, function(i, el) { + $all = $all.add(el); + }); + $all.removeClass([ + options.classes.before, + options.classes.previous, + options.classes.current, + options.classes.next, + options.classes.after + ].join(' ')); + }; + + var addNewSlideStates = function() { + slides[currentIndex].addClass(options.classes.current); + if (currentIndex > 0) { + slides[currentIndex-1].addClass(options.classes.previous); + } + if (currentIndex + 1 < slides.length) { + slides[currentIndex+1].addClass(options.classes.next); + } + if (currentIndex > 1) { + $.each(slides.slice(0, currentIndex - 1), function(i, $slide) { + $slide.addClass(options.classes.before); + }); + } + if (currentIndex + 2 < slides.length) { + $.each(slides.slice(currentIndex+2), function(i, $slide) { + $slide.addClass(options.classes.after); + }); + } + }; + + var setAriaHiddens = function() { + $(options.selectors.slides).each(function() { + var $slide = $(this); + var isSub = $slide.closest('.' + options.classes.childCurrent).length; + var isBefore = $slide.hasClass(options.classes.before) && !isSub; + var isPrevious = $slide.hasClass(options.classes.previous) && !isSub; + var isNext = $slide.hasClass(options.classes.next); + var isAfter = $slide.hasClass(options.classes.after); + var ariaHiddenValue = isBefore || isPrevious || isNext || isAfter; + $slide.attr('aria-hidden', ariaHiddenValue); + }); + }; + + var updateStates = function() { + updateContainerState(); + updateChildCurrent(); + removeOldSlideStates(); + addNewSlideStates(); + if (options.setAriaHiddens) { + setAriaHiddens(); + } + }; + + var initSlidesArray = function(elements) { + if ($.isArray(elements)) { + $.each(elements, function(i, element) { + slides.push($(element)); + }); + } + else { + $(elements).each(function(i, element) { + slides.push($(element)); + }); + } + }; + + var bindKeyEvents = function() { + var editables = [ + 'input', + 'textarea', + 'select', + 'button', + 'meter', + 'progress', + '[contentEditable]' + ].join(', '); + + $document.unbind('keydown.deck').bind('keydown.deck', function(event) { + var isNext = event.which === options.keys.next; + var isPrev = event.which === options.keys.previous; + isNext = isNext || $.inArray(event.which, options.keys.next) > -1; + isPrev = isPrev || $.inArray(event.which, options.keys.previous) > -1; + + if (isNext) { + methods.next(); + event.preventDefault(); + } + else if (isPrev) { + methods.prev(); + event.preventDefault(); + } + }); + + $document.undelegate(editables, 'keydown.deck', stopPropagation); + $document.delegate(editables, 'keydown.deck', stopPropagation); + }; + + var bindTouchEvents = function() { + var startTouch; + var direction = options.touch.swipeDirection; + var tolerance = options.touch.swipeTolerance; + var listenToHorizontal = ({ both: true, horizontal: true })[direction]; + var listenToVertical = ({ both: true, vertical: true })[direction]; + + $container.unbind('touchstart.deck'); + $container.bind('touchstart.deck', function(event) { + if (!startTouch) { + startTouch = $.extend({}, event.originalEvent.targetTouches[0]); + } + }); + + $container.unbind('touchmove.deck'); + $container.bind('touchmove.deck', function(event) { + $.each(event.originalEvent.changedTouches, function(i, touch) { + if (!startTouch || touch.identifier !== startTouch.identifier) { + return true; + } + var xDistance = touch.screenX - startTouch.screenX; + var yDistance = touch.screenY - startTouch.screenY; + var leftToRight = xDistance > tolerance && listenToHorizontal; + var rightToLeft = xDistance < -tolerance && listenToHorizontal; + var topToBottom = yDistance > tolerance && listenToVertical; + var bottomToTop = yDistance < -tolerance && listenToVertical; + + if (leftToRight || topToBottom) { + $.deck('prev'); + startTouch = undefined; + } + else if (rightToLeft || bottomToTop) { + $.deck('next'); + startTouch = undefined; + } + return false; + }); + + if (listenToVertical) { + event.preventDefault(); + } + }); + + $container.unbind('touchend.deck'); + $container.bind('touchend.deck', function(event) { + $.each(event.originalEvent.changedTouches, function(i, touch) { + if (startTouch && touch.identifier === startTouch.identifier) { + startTouch = undefined; + } + }); + }); + }; + + var indexInBounds = function(index) { + return typeof index === 'number' && index >=0 && index < slides.length; + }; + + var createBeforeInitEvent = function() { + var event = $.Event(events.beforeInitialize); + event.locks = 0; + event.done = $.noop; + event.lockInit = function() { + ++event.locks; + }; + event.releaseInit = function() { + --event.locks; + if (!event.locks) { + event.done(); + } + }; + return event; + }; + + var goByHash = function(str) { + var id = str.substr(str.indexOf("#") + 1); + + $.each(slides, function(i, $slide) { + if ($slide.attr('id') === id) { + $.deck('go', i); + return false; + } + }); + + // If we don't set these to 0 the container scrolls due to hashchange + if (options.preventFragmentScroll) { + $.deck('getContainer').scrollLeft(0).scrollTop(0); + } + }; + + var assignSlideId = function(i, $slide) { + var currentId = $slide.attr('id'); + var previouslyAssigned = $slide.data('deckAssignedId') === currentId; + if (!currentId || previouslyAssigned) { + $slide.attr('id', options.hashPrefix + i); + $slide.data('deckAssignedId', options.hashPrefix + i); + } + }; + + var removeContainerHashClass = function(id) { + $container.removeClass(options.classes.onPrefix + id); + }; + + var addContainerHashClass = function(id) { + $container.addClass(options.classes.onPrefix + id); + }; + + var setupHashBehaviors = function() { + $fragmentLinks = $(); + $.each(slides, function(i, $slide) { + var hash; + + assignSlideId(i, $slide); + hash = '#' + $slide.attr('id'); + if (hash === window.location.hash) { + setTimeout(function() { + $.deck('go', i); + }, 1); + } + $fragmentLinks = $fragmentLinks.add('a[href="' + hash + '"]'); + }); + + if (slides.length) { + addContainerHashClass($.deck('getSlide').attr('id')); + }; + }; + + var changeHash = function(from, to) { + var hash = '#' + $.deck('getSlide', to).attr('id'); + var hashPath = window.location.href.replace(/#.*/, '') + hash; + + removeContainerHashClass($.deck('getSlide', from).attr('id')); + addContainerHashClass($.deck('getSlide', to).attr('id')); + if (Modernizr.history) { + window.history.replaceState({}, "", hashPath); + } + }; + + /* Methods exposed in the jQuery.deck namespace */ + var methods = { + + /* + jQuery.deck(selector, options) + + selector: string | jQuery | array + options: object, optional + + Initializes the deck, using each element matched by selector as a slide. + May also be passed an array of string selectors or jQuery objects, in + which case each selector in the array is considered a slide. The second + parameter is an optional options object which will extend the default + values. + + Users may also pass only an options object to init. In this case the slide + selector will be options.selectors.slides which defaults to .slide. + + $.deck('.slide'); + + or + + $.deck([ + '#first-slide', + '#second-slide', + '#etc' + ]); + */ + init: function(opts) { + var beforeInitEvent = createBeforeInitEvent(); + var overrides = opts; + + if (!$.isPlainObject(opts)) { + overrides = arguments[1] || {}; + $.extend(true, overrides, { + selectors: { + slides: arguments[0] + } + }); + } + + options = $.extend(true, {}, $.deck.defaults, overrides); + slides = []; + currentIndex = 0; + $container = $(options.selectors.container); + + // Hide the deck while states are being applied to kill transitions + $container.addClass(options.classes.loading); + + // populate the array of slides for pre-init + initSlidesArray(options.selectors.slides); + // Pre init event for preprocessing hooks + beforeInitEvent.done = function() { + // re-populate the array of slides + slides = []; + initSlidesArray(options.selectors.slides); + setupHashBehaviors(); + bindKeyEvents(); + bindTouchEvents(); + $container.scrollLeft(0).scrollTop(0); + + if (slides.length) { + updateStates(); + } + + // Show deck again now that slides are in place + $container.removeClass(options.classes.loading); + $document.trigger(events.initialize); + }; + + $document.trigger(beforeInitEvent); + if (!beforeInitEvent.locks) { + beforeInitEvent.done(); + } + window.setTimeout(function() { + if (beforeInitEvent.locks) { + if (window.console) { + window.console.warn('Something locked deck initialization\ + without releasing it before the timeout. Proceeding with\ + initialization anyway.'); + } + beforeInitEvent.done(); + } + }, options.initLockTimeout); + }, + + /* + jQuery.deck('go', index) + + index: integer | string + + Moves to the slide at the specified index if index is a number. Index is + 0-based, so $.deck('go', 0); will move to the first slide. If index is a + string this will move to the slide with the specified id. If index is out + of bounds or doesn't match a slide id the call is ignored. + */ + go: function(indexOrId) { + var beforeChangeEvent = $.Event(events.beforeChange); + var index; + + /* Number index, easy. */ + if (indexInBounds(indexOrId)) { + index = indexOrId; + } + /* Id string index, search for it and set integer index */ + else if (typeof indexOrId === 'string') { + $.each(slides, function(i, $slide) { + if ($slide.attr('id') === indexOrId) { + index = i; + return false; + } + }); + } + if (typeof index === 'undefined') { + return; + } + + /* Trigger beforeChange. If nothing prevents the change, trigger + the slide change. */ + $document.trigger(beforeChangeEvent, [currentIndex, index]); + if (!beforeChangeEvent.isDefaultPrevented()) { + $document.trigger(events.change, [currentIndex, index]); + changeHash(currentIndex, index); + currentIndex = index; + updateStates(); + } + }, + + /* + jQuery.deck('next') + + Moves to the next slide. If the last slide is already active, the call + is ignored. + */ + next: function() { + methods.go(currentIndex+1); + }, + + /* + jQuery.deck('prev') + + Moves to the previous slide. If the first slide is already active, the + call is ignored. + */ + prev: function() { + methods.go(currentIndex-1); + }, + + /* + jQuery.deck('getSlide', index) + + index: integer, optional + + Returns a jQuery object containing the slide at index. If index is not + specified, the current slide is returned. + */ + getSlide: function(index) { + index = typeof index !== 'undefined' ? index : currentIndex; + if (!indexInBounds(index)) { + return null; + } + return slides[index]; + }, + + /* + jQuery.deck('getSlides') + + Returns all slides as an array of jQuery objects. + */ + getSlides: function() { + return slides; + }, + + /* + jQuery.deck('getTopLevelSlides') + + Returns all slides that are not subslides. + */ + getTopLevelSlides: function() { + var topLevelSlides = []; + var slideSelector = options.selectors.slides; + var subSelector = [slideSelector, slideSelector].join(' '); + $.each(slides, function(i, $slide) { + if (!$slide.is(subSelector)) { + topLevelSlides.push($slide); + } + }); + return topLevelSlides; + }, + + /* + jQuery.deck('getNestedSlides', index) + + index: integer, optional + + Returns all the nested slides of the current slide. If index is + specified it returns the nested slides of the slide at that index. + If there are no nested slides this will return an empty array. + */ + getNestedSlides: function(index) { + var targetIndex = index == null ? currentIndex : index; + var $targetSlide = $.deck('getSlide', targetIndex); + var $nesteds = $targetSlide.find(options.selectors.slides); + var nesteds = $nesteds.get(); + return $.map(nesteds, function(slide, i) { + return $(slide); + }); + }, + + + /* + jQuery.deck('getContainer') + + Returns a jQuery object containing the deck container as defined by the + container option. + */ + getContainer: function() { + return $container; + }, + + /* + jQuery.deck('getOptions') + + Returns the options object for the deck, including any overrides that + were defined at initialization. + */ + getOptions: function() { + return options; + }, + + /* + jQuery.deck('extend', name, method) + + name: string + method: function + + Adds method to the deck namespace with the key of name. This doesn’t + give access to any private member data — public methods must still be + used within method — but lets extension authors piggyback on the deck + namespace rather than pollute jQuery. + + $.deck('extend', 'alert', function(msg) { + alert(msg); + }); + + // Alerts 'boom' + $.deck('alert', 'boom'); + */ + extend: function(name, method) { + methods[name] = method; + } + }; + + /* jQuery extension */ + $.deck = function(method, arg) { + var args = Array.prototype.slice.call(arguments, 1); + if (methods[method]) { + return methods[method].apply(this, args); + } + else { + return methods.init(method, arg); + } + }; + + /* + The default settings object for a deck. All deck extensions should extend + this object to add defaults for any of their options. + + options.classes.after + This class is added to all slides that appear after the 'next' slide. + + options.classes.before + This class is added to all slides that appear before the 'previous' + slide. + + options.classes.childCurrent + This class is added to all elements in the DOM tree between the + 'current' slide and the deck container. For standard slides, this is + mostly seen and used for nested slides. + + options.classes.current + This class is added to the current slide. + + options.classes.loading + This class is applied to the deck container during loading phases and is + primarily used as a way to short circuit transitions between states + where such transitions are distracting or unwanted. For example, this + class is applied during deck initialization and then removed to prevent + all the slides from appearing stacked and transitioning into place + on load. + + options.classes.next + This class is added to the slide immediately following the 'current' + slide. + + options.classes.onPrefix + This prefix, concatenated with the current slide index, is added to the + deck container as you change slides. + + options.classes.previous + This class is added to the slide immediately preceding the 'current' + slide. + + options.selectors.container + Elements matched by this CSS selector will be considered the deck + container. The deck container is used to scope certain states of the + deck, as with the onPrefix option, or with extensions such as deck.goto + and deck.menu. + + options.selectors.slides + Elements matched by this selector make up the individual deck slides. + If a user chooses to pass the slide selector as the first argument to + $.deck() on initialization it does the same thing as passing in this + option and this option value will be set to the value of that parameter. + + options.keys.next + The numeric keycode used to go to the next slide. + + options.keys.previous + The numeric keycode used to go to the previous slide. + + options.touch.swipeDirection + The direction swipes occur to cause slide changes. Can be 'horizontal', + 'vertical', or 'both'. Any other value or a falsy value will disable + swipe gestures for navigation. + + options.touch.swipeTolerance + The number of pixels the users finger must travel to produce a swipe + gesture. + + options.initLockTimeout + The number of milliseconds the init event will wait for BeforeInit event + locks to be released before firing the init event regardless. + + options.hashPrefix + Every slide that does not have an id is assigned one at initialization. + Assigned ids take the form of hashPrefix + slideIndex, e.g., slide-0, + slide-12, etc. + + options.preventFragmentScroll + When deep linking to a hash of a nested slide, this scrolls the deck + container to the top, undoing the natural browser behavior of scrolling + to the document fragment on load. + + options.setAriaHiddens + When set to true, deck.js will set aria hidden attributes for slides + that do not appear onscreen according to a typical heirarchical + deck structure. You may want to turn this off if you are using a theme + where slides besides the current slide are visible on screen and should + be accessible to screenreaders. + */ + $.deck.defaults = { + classes: { + after: 'deck-after', + before: 'deck-before', + childCurrent: 'deck-child-current', + current: 'deck-current', + loading: 'deck-loading', + next: 'deck-next', + onPrefix: 'on-slide-', + previous: 'deck-previous' + }, + + selectors: { + container: '.deck-container', + slides: '.slide' + }, + + keys: { + // enter, space, page down, right arrow, down arrow, + next: [13, 32, 34, 39, 40], + // backspace, page up, left arrow, up arrow + previous: [8, 33, 37, 38] + }, + + touch: { + swipeDirection: 'horizontal', + swipeTolerance: 60 + }, + + initLockTimeout: 10000, + hashPrefix: 'slide-', + preventFragmentScroll: true, + setAriaHiddens: true + }; + + $document.ready(function() { + $('html').addClass('ready'); + }); + + $window.bind('hashchange.deck', function(event) { + if (event.originalEvent && event.originalEvent.newURL) { + goByHash(event.originalEvent.newURL); + } + else { + goByHash(window.location.hash); + } + }); + + $window.bind('load.deck', function() { + if (options.preventFragmentScroll) { + $container.scrollLeft(0).scrollTop(0); + } + }); +})(jQuery); diff --git a/backends/deckjs/deck.js/core/deck.core.scss b/backends/deckjs/deck.js/core/deck.core.scss new file mode 100755 index 00000000..baab0fd9 --- /dev/null +++ b/backends/deckjs/deck.js/core/deck.core.scss @@ -0,0 +1,65 @@ +html, body { + height:100%; + padding:0; + margin:0; +} + +.deck-container { + position:relative; + min-height:100%; + margin:0 auto; + overflow:hidden; + overflow-y:auto; + + .js & { + visibility:hidden; + } + + .ready & { + visibility:visible; + } + + .touch & { + -webkit-text-size-adjust:none; + -moz-text-size-adjust:none; + } +} + +.deck-loading { + display:none; +} + +.slide { + width:auto; + min-height:100%; + position:relative; +} + +.deck-before, .deck-previous, .deck-next, .deck-after { + position:absolute; + left:-999em; + top:-999em; +} + +.deck-current { + z-index:2; +} + +.slide .slide { + visibility:hidden; + position:static; + min-height:0; +} + +.deck-child-current { + position:static; + z-index:2; + + .slide { + visibility:hidden; + } + + .deck-previous, .deck-before, .deck-current { + visibility:visible; + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/core/print.css b/backends/deckjs/deck.js/core/print.css new file mode 100644 index 00000000..0230f4c1 --- /dev/null +++ b/backends/deckjs/deck.js/core/print.css @@ -0,0 +1,25 @@ +body { + font-size: 18pt; +} + +h1 { + font-size: 48pt; +} + +h2 { + font-size: 36pt; +} + +h3 { + font-size: 28pt; +} + +pre { + border: 1px solid #000; + padding: 10px; + white-space: pre-wrap; +} + +.deck-container > .slide { + page-break-after: always; +} diff --git a/backends/deckjs/deck.js/core/print.scss b/backends/deckjs/deck.js/core/print.scss new file mode 100644 index 00000000..02acd4bf --- /dev/null +++ b/backends/deckjs/deck.js/core/print.scss @@ -0,0 +1,14 @@ +body { font-size:18pt; } +h1 { font-size:48pt; } +h2 { font-size:36pt; } +h3 { font-size:28pt; } + +pre { + border:1px solid #000; + padding:10px; + white-space:pre-wrap; +} + +.deck-container > .slide { + page-break-after: always; +} diff --git a/backends/deckjs/deck.js/extensions/deck.js-blank/README.md b/backends/deckjs/deck.js/extensions/deck.js-blank/README.md new file mode 100644 index 00000000..0d5c882a --- /dev/null +++ b/backends/deckjs/deck.js/extensions/deck.js-blank/README.md @@ -0,0 +1,10 @@ +#deck.blank.js + +Deck.blank.js is an extension for the deck.js framework to allow blanking of the current slide, to draw the attention back to the presenter + +At the moment, the key 'b' is hardcoded to blank/unblank. + +##Todo + +- make the blanking key configurable +- make the background-color during blanking configurable
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/deck.js-blank/deck.blank.js b/backends/deckjs/deck.js/extensions/deck.js-blank/deck.blank.js new file mode 100644 index 00000000..01955834 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/deck.js-blank/deck.blank.js @@ -0,0 +1,33 @@ +/*! +Deck JS - deck.blank - v1.0 +Copyright (c) 2012 Mike Kellenberger +*/ + +/* +This module adds the necessary methods and key bindings to blank/unblank the screen by pressing 'b'. +*/ +(function($, deck, undefined) { + var $d = $(document); + + $[deck]('extend', 'activateBlankScreen', function() { + $[deck]('getSlide').hide(); + }); + + $[deck]('extend', 'deactivateBlankScreen', function() { + $[deck]('getSlide').show(); + }); + + $[deck]('extend', 'blankScreen', function() { + $[deck]('getSlide').is(":visible") ? $[deck]('activateBlankScreen') : $[deck]('deactivateBlankScreen'); + }); + + $d.bind('deck.init', function() { + // Bind key events + $d.unbind('keydown.blank').bind('keydown.blank', function(e) { + if (e.which==66) { + $[deck]('blankScreen'); + e.preventDefault(); + } + }); + }); +})(jQuery, 'deck');
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/goto/deck.goto.css b/backends/deckjs/deck.js/extensions/goto/deck.goto.css new file mode 100644 index 00000000..935574a1 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/goto/deck.goto.css @@ -0,0 +1,36 @@ +.goto-form { + position: absolute; + z-index: 3; + bottom: 10px; + left: 50%; + height: 1.75em; + margin: 0 0 0 -9.125em; + line-height: 1.75em; + padding: 0.625em; + display: none; + background: #ccc; + overflow: hidden; + border-radius: 10px; +} +.goto-form label { + font-weight: bold; +} +.goto-form label, .goto-form input { + display: inline-block; + font-family: inherit; +} +.deck-goto .goto-form { + display: block; +} + +#goto-slide { + width: 8.375em; + margin: 0 0.625em; + height: 1.4375em; +} + +@media print { + .goto-form, #goto-slide { + display: none; + } +} diff --git a/backends/deckjs/deck.js/extensions/goto/deck.goto.html b/backends/deckjs/deck.js/extensions/goto/deck.goto.html new file mode 100644 index 00000000..4b739982 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/goto/deck.goto.html @@ -0,0 +1,7 @@ +<!-- Place the following snippet at the bottom of the deck container. --> +<form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="text" name="slidenum" id="goto-slide" list="goto-datalist"> + <datalist id="goto-datalist"></datalist> + <input type="submit" value="Go"> +</form>
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/goto/deck.goto.js b/backends/deckjs/deck.js/extensions/goto/deck.goto.js new file mode 100644 index 00000000..6a90f16c --- /dev/null +++ b/backends/deckjs/deck.js/extensions/goto/deck.goto.js @@ -0,0 +1,190 @@ +/*! +Deck JS - deck.goto +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +This module adds the necessary methods and key bindings to show and hide a form +for jumping to any slide number/id in the deck (and processes that form +accordingly). The form-showing state is indicated by the presence of a class on +the deck container. +*/ +(function($, undefined) { + var $document = $(document); + var rootCounter; + + var bindKeyEvents = function() { + $document.unbind('keydown.deckgoto'); + $document.bind('keydown.deckgoto', function(event) { + var key = $.deck('getOptions').keys.goto; + if (event.which === key || $.inArray(event.which, key) > -1) { + event.preventDefault(); + $.deck('toggleGoTo'); + } + }); + }; + + var populateDatalist = function() { + var options = $.deck('getOptions'); + var $datalist = $(options.selectors.gotoDatalist); + + $.each($.deck('getSlides'), function(i, $slide) { + var id = $slide.attr('id'); + if (id) { + $datalist.append('<option value="' + id + '">'); + } + }); + }; + + var markRootSlides = function() { + var options = $.deck('getOptions'); + var slideTest = $.map([ + options.classes.before, + options.classes.previous, + options.classes.current, + options.classes.next, + options.classes.after + ], function(el, i) { + return '.' + el; + }).join(', '); + + rootCounter = 0; + $.each($.deck('getSlides'), function(i, $slide) { + var $parentSlides = $slide.parentsUntil( + options.selectors.container, + slideTest + ); + + if ($parentSlides.length) { + $slide.removeData('rootIndex'); + } + else if (!options.countNested) { + ++rootCounter; + $slide.data('rootIndex', rootCounter); + } + }); + }; + + var handleFormSubmit = function() { + var options = $.deck('getOptions'); + var $form = $(options.selectors.gotoForm); + + $form.unbind('submit.deckgoto'); + $form.bind('submit.deckgoto', function(event) { + var $field = $(options.selectors.gotoInput); + var indexOrId = $field.val(); + var index = parseInt(indexOrId, 10); + + if (!options.countNested) { + if (!isNaN(index) && index >= rootCounter) { + return false; + } + $.each($.deck('getSlides'), function(i, $slide) { + if ($slide.data('rootIndex') === index) { + index = i + 1; + return false; + } + }); + } + + $.deck('go', isNaN(index) ? indexOrId : index - 1); + $.deck('hideGoTo'); + $field.val(''); + event.preventDefault(); + }); + }; + + /* + Extends defaults/options. + + options.classes.goto + This class is added to the deck container when showing the Go To Slide + form. + + options.selectors.gotoDatalist + The element that matches this selector is the datalist element that will + be populated with options for each of the slide ids. In browsers that + support the datalist element, this provides a drop list of slide ids to + aid the user in selecting a slide. + + options.selectors.gotoForm + The element that matches this selector is the form that is submitted + when a user hits enter after typing a slide number/id in the gotoInput + element. + + options.selectors.gotoInput + The element that matches this selector is the text input field for + entering a slide number/id in the Go To Slide form. + + options.keys.goto + The numeric keycode used to show the Go To Slide form. + + options.countNested + If false, only top level slides will be counted when entering a + slide number. + */ + $.extend(true, $.deck.defaults, { + classes: { + goto: 'deck-goto' + }, + + selectors: { + gotoDatalist: '#goto-datalist', + gotoForm: '.goto-form', + gotoInput: '#goto-slide' + }, + + keys: { + goto: 71 // g + }, + + countNested: true + }); + + /* + jQuery.deck('showGoTo') + + Shows the Go To Slide form by adding the class specified by the goto class + option to the deck container. + */ + $.deck('extend', 'showGoTo', function() { + var options = $.deck('getOptions'); + $.deck('getContainer').addClass(options.classes.goto); + $(options.selectors.gotoForm).attr('aria-hidden', false); + $(options.selectors.gotoInput).focus(); + }); + + /* + jQuery.deck('hideGoTo') + + Hides the Go To Slide form by removing the class specified by the goto class + option from the deck container. + */ + $.deck('extend', 'hideGoTo', function() { + var options = $.deck('getOptions'); + $(options.selectors.gotoInput).blur(); + $.deck('getContainer').removeClass(options.classes.goto); + $(options.selectors.gotoForm).attr('aria-hidden', true); + }); + + /* + jQuery.deck('toggleGoTo') + + Toggles between showing and hiding the Go To Slide form. + */ + $.deck('extend', 'toggleGoTo', function() { + var options = $.deck('getOptions'); + var hasGotoClass = $.deck('getContainer').hasClass(options.classes.goto); + $.deck(hasGotoClass ? 'hideGoTo' : 'showGoTo'); + }); + + $document.bind('deck.init', function() { + bindKeyEvents(); + populateDatalist(); + markRootSlides(); + handleFormSubmit(); + }); +})(jQuery); + diff --git a/backends/deckjs/deck.js/extensions/goto/deck.goto.scss b/backends/deckjs/deck.js/extensions/goto/deck.goto.scss new file mode 100755 index 00000000..667219fa --- /dev/null +++ b/backends/deckjs/deck.js/extensions/goto/deck.goto.scss @@ -0,0 +1,39 @@ +.goto-form { + position:absolute; + z-index:3; + bottom:10px; + left:50%; + height:1.75em; + margin:0 0 0 -9.125em; + line-height:1.75em; + padding:0.625em; + display:none; + background:#ccc; + overflow:hidden; + border-radius:10px; + + label { + font-weight:bold; + } + + label, input { + display:inline-block; + font-family:inherit; + } + + .deck-goto & { + display:block; + } +} + +#goto-slide { + width:8.375em; + margin:0 0.625em; + height:1.4375em; +} + +@media print { + .goto-form, #goto-slide { + display:none; + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/menu/deck.menu.css b/backends/deckjs/deck.js/extensions/menu/deck.menu.css new file mode 100644 index 00000000..a0f4e007 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/menu/deck.menu.css @@ -0,0 +1,45 @@ +.deck-menu { + overflow: auto; +} +.deck-menu .slide { + background: #eee; + position: relative; + left: 0; + top: 0; + visibility: visible; + cursor: pointer; +} +.no-csstransforms .deck-menu > .slide { + float: left; + width: 22%; + height: 22%; + min-height: 0; + margin: 1%; + font-size: 0.22em; + overflow: hidden; + padding: 0 0.5%; +} +.csstransforms .deck-menu > .slide { + -webkit-transform: scale(0.22) !important; + -ms-transform: scale(0.22) !important; + transform: scale(0.22) !important; + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 100%; + overflow: hidden; + padding: 0 48px; + margin: 12px; +} +.deck-menu iframe, .deck-menu img, .deck-menu video { + max-width: 100%; +} +.deck-menu .deck-current, .no-touch .deck-menu .slide:hover { + background: #ddf; +} +.deck-menu.deck-container:hover .deck-prev-link, .deck-menu.deck-container:hover .deck-next-link { + display: none; +} diff --git a/backends/deckjs/deck.js/extensions/menu/deck.menu.js b/backends/deckjs/deck.js/extensions/menu/deck.menu.js new file mode 100644 index 00000000..77cf8c55 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/menu/deck.menu.js @@ -0,0 +1,225 @@ +/*! +Deck JS - deck.menu +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +This module adds the methods and key binding to show and hide a menu of all +slides in the deck. The deck menu state is indicated by the presence of a class +on the deck container. +*/ +(function($, undefined) { + var $document = $(document); + var $html = $('html'); + var rootSlides; + + var populateRootSlidesArray = function() { + var options = $.deck('getOptions'); + var slideTest = $.map([ + options.classes.before, + options.classes.previous, + options.classes.current, + options.classes.next, + options.classes.after + ], function(el, i) { + return '.' + el; + }).join(', '); + + rootSlides = []; + $.each($.deck('getSlides'), function(i, $slide) { + var $parentSlides = $slide.parentsUntil( + options.selectors.container, + slideTest + ); + if (!$parentSlides.length) { + rootSlides.push($slide); + } + }); + }; + + var bindKeyEvents = function() { + var options = $.deck('getOptions'); + $document.unbind('keydown.deckmenu'); + $document.bind('keydown.deckmenu', function(event) { + var isMenuKey = event.which === options.keys.menu; + isMenuKey = isMenuKey || $.inArray(event.which, options.keys.menu) > -1; + if (isMenuKey && !event.ctrlKey) { + $.deck('toggleMenu'); + event.preventDefault(); + } + }); + }; + + var bindTouchEvents = function() { + var $container = $.deck('getContainer'); + var options = $.deck('getOptions'); + var touchEndTime = 0; + var currentSlide; + + $container.unbind('touchstart.deckmenu'); + $container.bind('touchstart.deckmenu', function() { + currentSlide = $.deck('getSlide'); + }); + $container.unbind('touchend.deckmenu'); + $container.bind('touchend.deckmenu', function(event) { + var now = Date.now(); + var isDoubletap = now - touchEndTime < options.touch.doubletapWindow; + + // Ignore this touch event if it caused a nav change (swipe) + if (currentSlide !== $.deck('getSlide')) { + return; + } + if (isDoubletap) { + $.deck('toggleMenu'); + event.preventDefault(); + } + touchEndTime = now; + }); + }; + + var setupMenuSlideSelection = function() { + var options = $.deck('getOptions'); + + $.each($.deck('getSlides'), function(i, $slide) { + $slide.unbind('click.deckmenu'); + $slide.bind('click.deckmenu', function(event) { + if (!$.deck('getContainer').hasClass(options.classes.menu)) { + return; + } + $.deck('go', i); + $.deck('hideMenu'); + event.stopPropagation(); + event.preventDefault(); + }); + }); + }; + + /* + Extends defaults/options. + + options.classes.menu + This class is added to the deck container when showing the slide menu. + + options.keys.menu + The numeric keycode used to toggle between showing and hiding the slide + menu. + + options.touch.doubletapWindow + Two consecutive touch events within this number of milliseconds will + be considered a double tap, and will toggle the menu on touch devices. + */ + $.extend(true, $.deck.defaults, { + classes: { + menu: 'deck-menu' + }, + + keys: { + menu: 77 // m + }, + + touch: { + doubletapWindow: 400 + } + }); + + /* + jQuery.deck('showMenu') + + Shows the slide menu by adding the class specified by the menu class option + to the deck container. + */ + $.deck('extend', 'showMenu', function() { + var $container = $.deck('getContainer'); + var options = $.deck('getOptions'); + + if ($container.hasClass(options.classes.menu)) { + return; + } + + // Hide through loading class to short-circuit transitions (perf) + $container.addClass([ + options.classes.loading, + options.classes.menu + ].join(' ')); + + /* Forced to do this in JS until CSS learns second-grade math. Save old + style value for restoration when menu is hidden. */ + if (Modernizr.csstransforms) { + $.each(rootSlides, function(i, $slide) { + $slide.data('oldStyle', $slide.attr('style')); + $slide.css({ + 'position': 'absolute', + 'left': ((i % 4) * 25) + '%', + 'top': (Math.floor(i / 4) * 25) + '%' + }); + }); + } + + // Need to ensure the loading class renders first, then remove + window.setTimeout(function() { + $container.removeClass(options.classes.loading); + $container.scrollTop($.deck('getSlide').position().top); + }, 0); + }); + + /* + jQuery.deck('hideMenu') + + Hides the slide menu by removing the class specified by the menu class + option from the deck container. + */ + $.deck('extend', 'hideMenu', function() { + var $container = $.deck('getContainer'); + var options = $.deck('getOptions'); + + if (!$container.hasClass(options.classes.menu)) { + return; + } + + $container.removeClass(options.classes.menu); + $container.addClass(options.classes.loading); + + /* Restore old style value */ + if (Modernizr.csstransforms) { + $.each(rootSlides, function(i, $slide) { + var oldStyle = $slide.data('oldStyle'); + $slide.attr('style', oldStyle ? oldStyle : ''); + }); + } + + window.setTimeout(function() { + $container.removeClass(options.classes.loading); + $container.scrollTop(0); + }, 0); + }); + + /* + jQuery.deck('toggleMenu') + + Toggles between showing and hiding the slide menu. + */ + $.deck('extend', 'toggleMenu', function() { + $.deck('getContainer').hasClass($.deck('getOptions').classes.menu) ? + $.deck('hideMenu') : $.deck('showMenu'); + }); + + $document.bind('deck.init', function() { + populateRootSlidesArray(); + bindKeyEvents(); + bindTouchEvents(); + setupMenuSlideSelection(); + }); + + $document.bind('deck.change', function(event, from, to) { + var $container = $.deck('getContainer'); + var containerScroll, slideTop; + + if ($container.hasClass($.deck('getOptions').classes.menu)) { + containerScroll = $container.scrollTop(); + slideTop = $.deck('getSlide', to).position().top; + $container.scrollTop(containerScroll + slideTop); + } + }); +})(jQuery); diff --git a/backends/deckjs/deck.js/extensions/menu/deck.menu.scss b/backends/deckjs/deck.js/extensions/menu/deck.menu.scss new file mode 100755 index 00000000..2c6b3ae8 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/menu/deck.menu.scss @@ -0,0 +1,55 @@ +.deck-menu { + overflow:auto; + + .slide { + background:#eee; + position:relative; + left:0; + top:0; + visibility:visible; + cursor:pointer; + } + + > .slide { + .no-csstransforms & { + float:left; + width:22%; + height:22%; + min-height:0; + margin:1%; + font-size:0.22em; + overflow:hidden; + padding:0 0.5%; + } + + .csstransforms & { + -webkit-transform:scale(.22) !important; + -ms-transform:scale(.22) !important; + transform:scale(.22) !important; + -webkit-transform-origin:0 0; + -ms-transform-origin:0 0; + transform-origin:0 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + width:100%; + height:100%; + overflow:hidden; + padding:0 48px; + margin:12px; + } + } + + iframe, img, video { + max-width:100%; + } + + .deck-current, .no-touch & .slide:hover { + background:#ddf; + } + + &.deck-container:hover { + .deck-prev-link, .deck-next-link { + display:none; + } + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/navigation/deck.navigation.css b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.css new file mode 100644 index 00000000..02ff7188 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.css @@ -0,0 +1,42 @@ +.deck-prev-link, .deck-next-link { + display: none; + position: absolute; + z-index: 3; + top: 50%; + width: 32px; + height: 32px; + margin-top: -16px; + font-size: 20px; + font-weight: bold; + line-height: 32px; + vertical-align: middle; + text-align: center; + text-decoration: none; + color: #fff; + background: #888; + border-radius: 16px; +} +.deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited { + color: #fff; +} + +.deck-prev-link { + left: 8px; +} + +.deck-next-link { + right: 8px; +} + +.deck-container:hover .deck-prev-link, .deck-container:hover .deck-next-link { + display: block; +} +.deck-container:hover .deck-prev-link.deck-nav-disabled, .touch .deck-container:hover .deck-prev-link, .deck-container:hover .deck-next-link.deck-nav-disabled, .touch .deck-container:hover .deck-next-link { + display: none; +} + +@media print { + .deck-prev-link, .deck-next-link { + display: none !important; + } +} diff --git a/backends/deckjs/deck.js/extensions/navigation/deck.navigation.html b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.html new file mode 100644 index 00000000..5237f4ae --- /dev/null +++ b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.html @@ -0,0 +1,5 @@ +<!-- Place the following snippet at the bottom of the deck container. --> +<div aria-role="navigation"> + <a href="#" class="deck-prev-link" title="Previous">←</a> + <a href="#" class="deck-next-link" title="Next">→</a> +</div> diff --git a/backends/deckjs/deck.js/extensions/navigation/deck.navigation.js b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.js new file mode 100644 index 00000000..7dc95107 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.js @@ -0,0 +1,94 @@ +/*! +Deck JS - deck.navigation +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +This module adds clickable previous and next links to the deck. +*/ +(function($, undefined) { + var $document = $(document); + + /* Updates link hrefs, and disabled states if last/first slide */ + var updateButtons = function(event, from, to) { + var options = $.deck('getOptions'); + var lastIndex = $.deck('getSlides').length - 1; + var $prevSlide = $.deck('getSlide', to - 1); + var $nextSlide = $.deck('getSlide', to + 1); + var hrefBase = window.location.href.replace(/#.*/, ''); + var prevId = $prevSlide ? $prevSlide.attr('id') : undefined; + var nextId = $nextSlide ? $nextSlide.attr('id') : undefined; + var $prevButton = $(options.selectors.previousLink); + var $nextButton = $(options.selectors.nextLink); + + $prevButton.toggleClass(options.classes.navDisabled, to === 0); + $prevButton.attr('aria-disabled', to === 0); + $prevButton.attr('href', hrefBase + '#' + (prevId ? prevId : '')); + $nextButton.toggleClass(options.classes.navDisabled, to === lastIndex); + $nextButton.attr('aria-disabled', to === lastIndex); + $nextButton.attr('href', hrefBase + '#' + (nextId ? nextId : '')); + }; + + /* + Extends defaults/options. + + options.classes.navDisabled + This class is added to a navigation link when that action is disabled. + It is added to the previous link when on the first slide, and to the + next link when on the last slide. + + options.selectors.nextLink + The elements that match this selector will move the deck to the next + slide when clicked. + + options.selectors.previousLink + The elements that match this selector will move to deck to the previous + slide when clicked. + */ + $.extend(true, $.deck.defaults, { + classes: { + navDisabled: 'deck-nav-disabled' + }, + + selectors: { + nextLink: '.deck-next-link', + previousLink: '.deck-prev-link' + } + }); + + $document.bind('deck.init', function() { + var options = $.deck('getOptions'); + var slides = $.deck('getSlides'); + var $current = $.deck('getSlide'); + var $prevButton = $(options.selectors.previousLink); + var $nextButton = $(options.selectors.nextLink); + var index; + + // Setup prev/next link events + $prevButton.unbind('click.decknavigation'); + $prevButton.bind('click.decknavigation', function(event) { + $.deck('prev'); + event.preventDefault(); + }); + + $nextButton.unbind('click.decknavigation'); + $nextButton.bind('click.decknavigation', function(event) { + $.deck('next'); + event.preventDefault(); + }); + + // Find where we started in the deck and set initial states + $.each(slides, function(i, $slide) { + if ($slide === $current) { + index = i; + return false; + } + }); + updateButtons(null, index, index); + }); + + $document.bind('deck.change', updateButtons); +})(jQuery); + diff --git a/backends/deckjs/deck.js/extensions/navigation/deck.navigation.scss b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.scss new file mode 100755 index 00000000..6c397746 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/navigation/deck.navigation.scss @@ -0,0 +1,44 @@ +.deck-prev-link, .deck-next-link { + display:none; + position:absolute; + z-index:3; + top:50%; + width:32px; + height:32px; + margin-top:-16px; + font-size:20px; + font-weight:bold; + line-height:32px; + vertical-align:middle; + text-align:center; + text-decoration:none; + color:#fff; + background:#888; + border-radius:16px; + + &:hover, &:focus, &:active, &:visited { + color:#fff; + } +} + +.deck-prev-link { + left:8px; +} + +.deck-next-link { + right:8px; +} + +.deck-container:hover .deck-prev-link, .deck-container:hover .deck-next-link { + display:block; + + &.deck-nav-disabled, .touch & { + display:none; + } +} + +@media print { + .deck-prev-link, .deck-next-link { + display:none !important; + } +} diff --git a/backends/deckjs/deck.js/extensions/scale/deck.scale.css b/backends/deckjs/deck.js/extensions/scale/deck.scale.css new file mode 100644 index 00000000..785e4033 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/scale/deck.scale.css @@ -0,0 +1,20 @@ +.csstransforms .deck-container.deck-scale:not(.deck-menu) { + overflow: hidden; +} +.csstransforms .deck-container.deck-scale:not(.deck-menu) > .slide { + -moz-box-sizing: padding-box; + box-sizing: padding-box; + width: 100%; + padding-bottom: 20px; +} +.csstransforms .deck-container.deck-scale:not(.deck-menu) > .slide > .deck-slide-scaler { + -webkit-transform-origin: 50% 0; + -ms-transform-origin: 50% 0; + transform-origin: 50% 0; +} + +.csstransforms .deck-container.deck-menu .deck-slide-scaler { + -webkit-transform: none !important; + -ms-transform: none !important; + transform: none !important; +} diff --git a/backends/deckjs/deck.js/extensions/scale/deck.scale.js b/backends/deckjs/deck.js/extensions/scale/deck.scale.js new file mode 100644 index 00000000..0e216318 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/scale/deck.scale.js @@ -0,0 +1,190 @@ +/*! +Deck JS - deck.scale +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +This module adds automatic scaling to the deck. Slides are scaled down +using CSS transforms to fit within the deck container. If the container is +big enough to hold the slides without scaling, no scaling occurs. The user +can disable and enable scaling with a keyboard shortcut. + +Note: CSS transforms may make Flash videos render incorrectly. Presenters +that need to use video may want to disable scaling to play them. HTML5 video +works fine. +*/ +(function($, undefined) { + var $document = $(document); + var $window = $(window); + var baseHeight, timer, rootSlides; + + /* + Internal function to do all the dirty work of scaling the slides. + */ + var scaleDeck = function() { + var options = $.deck('getOptions'); + var $container = $.deck('getContainer'); + var baseHeight = options.baseHeight; + + if (!baseHeight) { + baseHeight = $container.height(); + } + + // Scale each slide down if necessary (but don't scale up) + $.each(rootSlides, function(i, $slide) { + var slideHeight = $slide.innerHeight(); + var $scaler = $slide.find('.' + options.classes.scaleSlideWrapper); + var shouldScale = $container.hasClass(options.classes.scale); + var scale = shouldScale ? baseHeight / slideHeight : 1; + + if (scale === 1) { + $scaler.css('transform', ''); + } + else { + $scaler.css('transform', 'scale(' + scale + ')'); + window.setTimeout(function() { + $container.scrollTop(0) + }, 1); + } + }); + }; + + var populateRootSlides = function() { + var options = $.deck('getOptions'); + var slideTest = $.map([ + options.classes.before, + options.classes.previous, + options.classes.current, + options.classes.next, + options.classes.after + ], function(el, i) { + return '.' + el; + }).join(', '); + + rootSlides = []; + $.each($.deck('getSlides'), function(i, $slide) { + var $parentSlides = $slide.parentsUntil( + options.selectors.container, + slideTest + ); + if (!$parentSlides.length) { + rootSlides.push($slide); + } + }); + }; + + var wrapRootSlideContent = function() { + var options = $.deck('getOptions'); + var wrap = '<div class="' + options.classes.scaleSlideWrapper + '"/>'; + $.each(rootSlides, function(i, $slide) { + $slide.children().wrapAll(wrap); + }); + }; + + var scaleOnResizeAndLoad = function() { + var options = $.deck('getOptions'); + + $window.unbind('resize.deckscale'); + $window.bind('resize.deckscale', function() { + window.clearTimeout(timer); + timer = window.setTimeout(scaleDeck, options.scaleDebounce); + }); + $.deck('enableScale'); + $window.unbind('load.deckscale'); + $window.bind('load.deckscale', scaleDeck); + }; + + var bindKeyEvents = function() { + var options = $.deck('getOptions'); + $document.unbind('keydown.deckscale'); + $document.bind('keydown.deckscale', function(event) { + var isKey = event.which === options.keys.scale; + isKey = isKey || $.inArray(event.which, options.keys.scale) > -1; + if (isKey) { + $.deck('toggleScale'); + event.preventDefault(); + } + }); + }; + + /* + Extends defaults/options. + + options.classes.scale + This class is added to the deck container when scaling is enabled. + It is enabled by default when the module is included. + + options.classes.scaleSlideWrapper + Scaling is done using a wrapper around the contents of each slide. This + class is applied to that wrapper. + + options.keys.scale + The numeric keycode used to toggle enabling and disabling scaling. + + options.baseHeight + When baseHeight is falsy, as it is by default, the deck is scaled in + proportion to the height of the deck container. You may instead specify + a height as a number of px, and slides will be scaled against this + height regardless of the container size. + + options.scaleDebounce + Scaling on the browser resize event is debounced. This number is the + threshold in milliseconds. You can learn more about debouncing here: + http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/ + + */ + $.extend(true, $.deck.defaults, { + classes: { + scale: 'deck-scale', + scaleSlideWrapper: 'deck-slide-scaler' + }, + + keys: { + scale: 83 // s + }, + + baseHeight: null, + scaleDebounce: 200 + }); + + /* + jQuery.deck('disableScale') + + Disables scaling and removes the scale class from the deck container. + */ + $.deck('extend', 'disableScale', function() { + $.deck('getContainer').removeClass($.deck('getOptions').classes.scale); + scaleDeck(); + }); + + /* + jQuery.deck('enableScale') + + Enables scaling and adds the scale class to the deck container. + */ + $.deck('extend', 'enableScale', function() { + $.deck('getContainer').addClass($.deck('getOptions').classes.scale); + scaleDeck(); + }); + + /* + jQuery.deck('toggleScale') + + Toggles between enabling and disabling scaling. + */ + $.deck('extend', 'toggleScale', function() { + var $container = $.deck('getContainer'); + var isScaled = $container.hasClass($.deck('getOptions').classes.scale); + $.deck(isScaled? 'disableScale' : 'enableScale'); + }); + + $document.bind('deck.init', function() { + populateRootSlides(); + wrapRootSlideContent(); + scaleOnResizeAndLoad(); + bindKeyEvents(); + }); +})(jQuery, 'deck', this); + diff --git a/backends/deckjs/deck.js/extensions/scale/deck.scale.scss b/backends/deckjs/deck.js/extensions/scale/deck.scale.scss new file mode 100644 index 00000000..8909357a --- /dev/null +++ b/backends/deckjs/deck.js/extensions/scale/deck.scale.scss @@ -0,0 +1,22 @@ +.csstransforms .deck-container.deck-scale:not(.deck-menu) { + overflow:hidden; + + > .slide { + -moz-box-sizing: padding-box; + box-sizing: padding-box; + width:100%; + padding-bottom:20px; + + > .deck-slide-scaler { + -webkit-transform-origin: 50% 0; + -ms-transform-origin: 50% 0; + transform-origin: 50% 0; + } + } +} + +.csstransforms .deck-container.deck-menu .deck-slide-scaler { + -webkit-transform:none !important; + -ms-transform:none !important; + transform:none !important; +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/split/README.md b/backends/deckjs/deck.js/extensions/split/README.md new file mode 100644 index 00000000..eb2e9c6d --- /dev/null +++ b/backends/deckjs/deck.js/extensions/split/README.md @@ -0,0 +1,30 @@ + +deck.split.js +============== + +`deck.split.js` is a deckjs extension that helps you split long slide into +multiple small slides. + + +Installation +------------ + +Just drop the whole repo into deck.js's `extensions` directory, then include +the script in your slide. + + +Usage +----- + +To split a long slide, you need to indicate position inside original slide by +adding following line: + +```html +<div style="page-break-after:always"></div> +``` + +Indeed, it could be any tag set with `page-break-after:always` style. Every +time you add this line, a new slide with the same title will be created, so you +can split your slide into pieces as much as you want. + + diff --git a/backends/deckjs/deck.js/extensions/split/deck.split.js b/backends/deckjs/deck.js/extensions/split/deck.split.js new file mode 100644 index 00000000..081035c4 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/split/deck.split.js @@ -0,0 +1,59 @@ +/*! +Deck JS - deck.split +Copyright (c) 2012 Qingping Hou <dave2008713@gmail.com> + about.houqp.me +Dual licensed under the MIT license and GPL license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt +*/ + +/* +This module splits a long slide into multiple slides. +*/ +(function($, deck, undefined) { + var $d = $(document); + + createEmptySlide = function(title_el) { + slide = $(document.createElement('section')); + slide.addClass('slide').append(title_el.clone()); + return slide; + }; + + $d.bind('deck.beforeInit', function() { + $(".slide").each( function(i, slide) { + /* each slide */ + var is_split = false, + prev_slide = $(slide), + /* extract title which will be added to each new slides */ + title_el = prev_slide.children('h2'), + tmp_slide = createEmptySlide(title_el); + + $(slide).children().each(function() { + /* for each element inside original slide */ + var el = $(this); + + if (el.css('page-break-after') == 'always') { + if (is_split) { + tmp_slide.insertAfter(prev_slide); + prev_slide = tmp_slide; + tmp_slide = createEmptySlide(title_el); + } + else { + /* find the first page break */ + is_split = true; + } + } + else { + if (is_split) { + tmp_slide.append(el); + } + } + }) + /* add remaining elements to a new slides */ + if (is_split) { + tmp_slide.insertAfter(prev_slide); + } + }); + }) +})(jQuery, 'deck'); + diff --git a/backends/deckjs/deck.js/extensions/status/deck.status.css b/backends/deckjs/deck.js/extensions/status/deck.status.css new file mode 100644 index 00000000..b2736464 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/status/deck.status.css @@ -0,0 +1,18 @@ +.deck-status { + position: absolute; + bottom: 10px; + right: 5px; + color: #888; + z-index: 3; + margin: 0; +} + +body > .deck-container .deck-status { + position: fixed; +} + +@media print { + .deck-status { + display: none; + } +} diff --git a/backends/deckjs/deck.js/extensions/status/deck.status.html b/backends/deckjs/deck.js/extensions/status/deck.status.html new file mode 100644 index 00000000..5ecea5e4 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/status/deck.status.html @@ -0,0 +1,6 @@ +<!-- Place the following snippet at the bottom of the deck container. --> +<p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> +</p> diff --git a/backends/deckjs/deck.js/extensions/status/deck.status.js b/backends/deckjs/deck.js/extensions/status/deck.status.js new file mode 100644 index 00000000..dca0734f --- /dev/null +++ b/backends/deckjs/deck.js/extensions/status/deck.status.js @@ -0,0 +1,108 @@ +/*! +Deck JS - deck.status +Copyright (c) 2011-2014 Caleb Troughton +Dual licensed under the MIT license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +*/ + +/* +This module adds a (current)/(total) style status indicator to the deck. +*/ +(function($, undefined) { + var $document = $(document); + var rootCounter; + + var updateCurrent = function(event, from, to) { + var options = $.deck('getOptions'); + var currentSlideNumber = to + 1; + if (!options.countNested) { + currentSlideNumber = $.deck('getSlide', to).data('rootSlide'); + } + $(options.selectors.statusCurrent).text(currentSlideNumber); + }; + + var markRootSlides = function() { + var options = $.deck('getOptions'); + var slideTest = $.map([ + options.classes.before, + options.classes.previous, + options.classes.current, + options.classes.next, + options.classes.after + ], function(el, i) { + return '.' + el; + }).join(', '); + + rootCounter = 0; + $.each($.deck('getSlides'), function(i, $slide) { + var $parentSlides = $slide.parentsUntil( + options.selectors.container, + slideTest + ); + + if ($parentSlides.length) { + $slide.data('rootSlide', $parentSlides.last().data('rootSlide')); + } + else { + ++rootCounter; + $slide.data('rootSlide', rootCounter); + } + }); + }; + + var setInitialSlideNumber = function() { + var slides = $.deck('getSlides'); + var $currentSlide = $.deck('getSlide'); + var index; + + $.each(slides, function(i, $slide) { + if ($slide === $currentSlide) { + index = i; + return false; + } + }); + updateCurrent(null, index, index); + }; + + var setTotalSlideNumber = function() { + var options = $.deck('getOptions'); + var slides = $.deck('getSlides'); + + if (options.countNested) { + $(options.selectors.statusTotal).text(slides.length); + } + else { + $(options.selectors.statusTotal).text(rootCounter); + } + }; + + /* + Extends defaults/options. + + options.selectors.statusCurrent + The element matching this selector displays the current slide number. + + options.selectors.statusTotal + The element matching this selector displays the total number of slides. + + options.countNested + If false, only top level slides will be counted in the current and + total numbers. + */ + $.extend(true, $.deck.defaults, { + selectors: { + statusCurrent: '.deck-status-current', + statusTotal: '.deck-status-total' + }, + + countNested: true + }); + + $document.bind('deck.init', function() { + markRootSlides(); + setInitialSlideNumber(); + setTotalSlideNumber(); + }); + $document.bind('deck.change', updateCurrent); +})(jQuery, 'deck'); + diff --git a/backends/deckjs/deck.js/extensions/status/deck.status.scss b/backends/deckjs/deck.js/extensions/status/deck.status.scss new file mode 100755 index 00000000..d0722bfe --- /dev/null +++ b/backends/deckjs/deck.js/extensions/status/deck.status.scss @@ -0,0 +1,18 @@ +.deck-status { + position:absolute; + bottom:10px; + right:5px; + color:#888; + z-index:3; + margin:0; +} + +body > .deck-container .deck-status { + position:fixed; +} + +@media print { + .deck-status { + display:none; + } +} diff --git a/backends/deckjs/deck.js/extensions/toc/deck.toc.css b/backends/deckjs/deck.js/extensions/toc/deck.toc.css new file mode 100644 index 00000000..6ed25c4c --- /dev/null +++ b/backends/deckjs/deck.js/extensions/toc/deck.toc.css @@ -0,0 +1,40 @@ +.deck-container .deck-toc { + position: absolute; + z-index: 40; + top: 0px; + bottom: 0px; + left: 0; + right: 55%; + padding: 0.625em; + display: none; + background: #ccc; + overflow-y: auto; + overflow-x: auto; + background-color: #DDE4EB; + border-right: #A9A9A9 solid 1px; + width: 500px; } + .deck-container .deck-toc ul { + list-style: none; + margin: 0px; + padding: 0px; + font-size: 1em; } + .deck-container .deck-toc ul li { + white-space: nowrap; + padding-left: 1.5em; + font-weight: normal; } + .deck-container .deck-toc ul li#toc-0 { + font-weight: bold; + padding-bottom: 1em; + padding-left: 0px; } + .deck-container .deck-toc a { + width: 100%; + display: block !important; + text-decoration: none; + color: #595959 !important; } + +.deck-toc-frame .deck-toc { + display: block; } + +@media print { + .deck-toc { + display: none; } } diff --git a/backends/deckjs/deck.js/extensions/toc/deck.toc.html b/backends/deckjs/deck.js/extensions/toc/deck.toc.html new file mode 100644 index 00000000..27b8cc26 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/toc/deck.toc.html @@ -0,0 +1,12 @@ +<!-- Place the following snippet at the bottom of the deck container. --> + +<!-- this is for the toc panel --> +<div class="deck-toc"></div> + +<!-- this is a toc status panel --> +<table class="deck-toc-status"> + <tr> + <td class="right deck-toc-h2"> </td> + <td class="left deck-toc-h3"> </td> + </tr> +</table>
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/toc/deck.toc.js b/backends/deckjs/deck.js/extensions/toc/deck.toc.js new file mode 100644 index 00000000..b16bd6a9 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/toc/deck.toc.js @@ -0,0 +1,271 @@ +/*! +Deck JS - deck.toc +Copyright (c) 2011 Remi BARRAQUAND +Dual licensed under the MIT license and GPL license. +https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt +https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt +*/ + +/* +This module provides a support for TOC to the deck. +*/ + +(function($, deck, undefined) { + var $d = $(document); + var $toc; + + /* + Extends defaults/options. + + options.classes.toc + This class is added to the deck container when showing the slide + toc. + + options.keys.toc + The numeric keycode used to toggle between showing and hiding + the slide toc. + + options.selectors.toc + The element matching this selector displays the toc. + + options.selectors.tocTitle + The element matching this selector displays the current title + of the slide i.e the current h1. + + options.selectors.tocSection + The element matching this selector displays the current section + of the slide i.e the current h2. + + options.selectors.tocSubSection + The element matching this selector displays the current + subsection of the slide i.e the current h3. + + options.selectors.tocSubSubSection + The element matching this selector displays the current + subsubsection of the slide i.e the current h4. + */ + $.extend(true, $[deck].defaults, { + classes: { + toc: 'deck-toc-frame' + }, + + keys: { + toc: 84 // t + }, + + selectors: { + toc: '.deck-toc', + tocTitle: '.deck-toc-h1', + tocSection: '.deck-toc-h2', + tocSubSection: '.deck-toc-h3', + tocSubSubSection: '.deck-toc-h4', + tocStatus: '.deck-toc-status' + } + }); + + /* + jQuery.deck('showToc') + + Shows the slide toc by adding the class specified by the toc class option + to the deck container. + */ + $[deck]('extend', 'showToc', function() { + $[deck]('getContainer').addClass($[deck]('getOptions').classes.toc); + }); + + /* + jQuery.deck('hideToc') + + Hides the slide toc by removing the class specified by the toc class + option from the deck container. + */ + $[deck]('extend', 'hideToc', function() { + $[deck]('getContainer').removeClass($[deck]('getOptions').classes.toc); + }); + + /* + jQuery.deck('toggleToc') + + Toggles between showing and hiding the TOC. + */ + $[deck]('extend', 'toggleToc', function() { + $[deck]('getContainer').hasClass($[deck]('getOptions').classes.toc) ? + $[deck]('hideToc') : $[deck]('showToc'); + }); + + /* + jQuery.deck('Init') + */ + $d.bind('deck.init', function() { + var opts = $[deck]('getOptions'); + var container = $[deck]('getContainer'); + + /* Bind key events */ + $d.unbind('keydown.decktoc').bind('keydown.decktoc', function(e) { + if (e.which === opts.keys.toc || $.inArray(e.which, opts.keys.toc) > -1) { + $[deck]('toggleToc'); + e.preventDefault(); + } + }); + + /* Hide TOC panel when user click on container */ + container.click(function(e){ + $[deck]('hideToc'); + }); + + /* Init TOC and append it to the document */ + $toc = new TOC(); + $($[deck]('getOptions').selectors.toc).append($toc.root); + + /* Go through all slides */ + $.each($[deck]('getSlides'), function(i, $el) { + var slide = $[deck]('getSlide',i); + //var tocElementFound = false; + + /* If there is a toc item, push it in the TOC */ + for(var level=1; level<6; level++) { + if( slide.find("h"+level).length > 0) { + var tocTitle = ""; + var $tocElement = slide.find("h"+level+":first"); + if( $tocElement.attr("title") != undefined && $tocElement.attr("title") != "") { + tocTitle = $tocElement.attr("title"); + } else { + tocTitle = $tocElement.text(); + } + $toc.push(level, tocTitle, slide); + $toc.tag(slide); + //tocElementFound = true; + } + } + + /* Tag the slide with the current TOC level */ + $toc.tag(slide); + }); + }) + /* Update current slide number with each change event */ + .bind('deck.change', function(e, from, to) { + var opts = $[deck]('getOptions'); + var slideTo = $[deck]('getSlide', to); + var container = $[deck]('getContainer'); + + if (container.hasClass($[deck]('getOptions').classes.toc)) { + container.scrollTop(slideTo.offset().top); + } + + /* update toc status */ + if( slideTo.data("toc") ) { + // reset + $(opts.selectors.tocTitle).text(""); + $(opts.selectors.tocSection).text(""); + $(opts.selectors.tocSubSection).text(""); + $(opts.selectors.tocSubSubSection).text(""); + + if( slideTo.hasClass('hide-toc-status') ) { + $(opts.selectors.tocStatus).hide(); + } else { + $(opts.selectors.tocStatus).show(); + // update according to the current context + var $context = $toc.context(slideTo.data('toc')) + for(var level=1; level<=$context.length; level++) { + switch(level) { + case 1: + $(opts.selectors.tocTitle).text($context[level-1]); + break; + case 2: + $(opts.selectors.tocSection).text($context[level-1]); + break; + case 3: + $(opts.selectors.tocSubSection).text($context[level-1]); + break; + case 4: + $(opts.selectors.tocSubSubSection).text($context[level-1]); + break; + } + } + } + } + }); + + /* + Simple TOC manager (must be improved) + */ + var TOC = function() { + + this.root = $("<ul/>", {"class":"toc"}); + + /* + Push new item in the TOC + + depth is the level (e.g. 1 for h1, 2 for h2, etc.) + title is the toc-item title + slide is the slide that provides the toc-element + */ + this.push = function(depth,title,slide) { + inc(depth); + + /* Create toc element */ + var $tocElm = $("<li />", { + id: "toc-"+($c.join('-')) + }).data({ // keep track of the slide in case... + slide: slide, + title: title + }).append($("<a />", { // create an hyperlink + href: "#"+$(slide).attr('id'), + text: title + })).append($("<ul />")); + + /* insert it at the right place */ + var $target = this.root; + if( depth > 1) { + $target = ($target.find("li#toc-"+($c.slice(0,$c.length-1).join('-')))).children("ul"); + } + $tocElm.appendTo($target); + }; + + /* + Tag the slide with the current TOC level. + + slide is the slide to tag + */ + this.tag = function(slide) { + slide.data({ + toc: $c.slice(0) + }); + } + + /* + Get the current TOC context + + path is the current path in the TOC + */ + this.context = function(path) { + $context = new Array(); + var $target = this.root; + for(var depth=0; depth<path.length; depth++) { + var tocElm = $target.find("li#toc-"+(path.slice(0,depth+1).join('-'))) + $context.push(tocElm.data('title')); + $target = (tocElm).children("ul"); + } + + return $context; + } + + /* cursor */ + var $c = [-1]; + function inc(depth) { + var current_depth = $c.length; + if(depth>current_depth) { + for(i=current_depth;i<depth;i++) { + $c.push(0); + } + } else if( current_depth>depth) { + for(i=depth;i<current_depth;i++) { + $c.pop(); + $c[depth-1]++ + } + } else { + $c[depth-1]++ + } + } + } +})(jQuery, 'deck');
\ No newline at end of file diff --git a/backends/deckjs/deck.js/extensions/toc/deck.toc.scss b/backends/deckjs/deck.js/extensions/toc/deck.toc.scss new file mode 100644 index 00000000..bcb6c599 --- /dev/null +++ b/backends/deckjs/deck.js/extensions/toc/deck.toc.scss @@ -0,0 +1,54 @@ +.deck-container {
+ .deck-toc {
+ position: absolute;
+ z-index: 40;
+ top: 0px;
+ bottom: 0px;
+ left: 0;
+ right: 55%;
+ padding: 0.625em;
+ display: none;
+ background: #ccc;
+ overflow-y: auto;
+ overflow-x: auto;
+ background-color: #DDE4EB;
+ border-right: #A9A9A9 solid 1px;
+ width: 500px;
+
+ ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ font-size: 1em;
+
+ li {
+ white-space: nowrap;
+ padding-left: 1.5em;
+ font-weight: normal;
+
+ &#toc-0 {
+ font-weight: bold;
+ padding-bottom: 1em;
+ padding-left: 0px;
+ }
+ }
+ }
+
+ a {
+ width: 100%;
+ display: block !important;
+ text-decoration: none;
+ color: #595959 !important;
+ }
+ }
+}
+
+.deck-toc-frame .deck-toc {
+ display: block;
+}
+
+@media print {
+ .deck-toc {
+ display:none;
+ }
+}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/introduction/index.html b/backends/deckjs/deck.js/introduction/index.html new file mode 100644 index 00000000..81a0214a --- /dev/null +++ b/backends/deckjs/deck.js/introduction/index.html @@ -0,0 +1,215 @@ +<!DOCTYPE html> +<!--[if lt IE 7]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>Getting Started with deck.js</title> + + <meta name="description" content="A jQuery library for modern HTML presentations"> + <meta name="author" content="Caleb Troughton"> + <meta name="viewport" content="width=1024, user-scalable=no"> + + <!-- Core and extension CSS files --> + <link rel="stylesheet" media="screen" href="../core/deck.core.css"> + <link rel="stylesheet" media="screen" href="../extensions/goto/deck.goto.css"> + <link rel="stylesheet" media="screen" href="../extensions/menu/deck.menu.css"> + <link rel="stylesheet" media="screen" href="../extensions/navigation/deck.navigation.css"> + <link rel="stylesheet" media="screen" href="../extensions/status/deck.status.css"> + <link rel="stylesheet" media="screen" href="../extensions/scale/deck.scale.css"> + + <!-- Style theme. More available in /themes/style/ or create your own. --> + <link rel="stylesheet" media="screen" href="../themes/style/web-2.0.css"> + + <!-- Transition theme. More available in /themes/transition/ or create your own. --> + <link rel="stylesheet" media="screen" href="../themes/transition/horizontal-slide.css"> + + <!-- Basic black and white print styles --> + <link rel="stylesheet" media="print" href="../core/print.css"> + + <script src="../modernizr.custom.js"></script> +</head> + +<body> + <div class="deck-container"> + + <!-- Begin slides --> + <section class="slide" id="title-slide"> + <h1>Getting Started with deck.js</h1> + </section> + + <section class="slide" id="how-to-overview"> + <h2>How to Make a Deck</h2> + <ol> + <li> + <h3>Write Slides</h3> + <p>Slide content is simple HTML.</p> + </li> + <li> + <h3>Choose Themes</h3> + <p>One for slide styles and one for deck transitions.</p> + </li> + <li> + <h3>Include Extensions</h3> + <p>Add extra functionality to your deck, or leave it stripped down.</p> + </li> + </ol> + </section> + + <section class="slide" id="quick-start"> + <h2>Quick Start</h2> + <p>When you <a href="https://github.com/imakewebthings/deck.js/archive/latest.zip">download</a> deck.js, it will include a file named <code>boilerplate.html</code>. You can immediately start editing slides in this page and viewing them in your web browser. Later on, when you are comfortable customizing the deck, you can edit the various pieces of the boilerplate or make your own to suit your needs.</p> + </section> + + <section class="slide" id="markup"> + <h2>The Markup</h2> + <p>Slides are just HTML elements with a class of <code>slide</code>.</p> + <pre><code><section class="slide"> + <h2>How to Make a Deck</h2> + <ol> + <li> + <h3>Write Slides</h3> + <p>Slide content is simple HTML.</p> + </li> + <li> + <h3>Choose Themes</h3> + <p>One for slide styles and one for deck transitions.</p> + </li> + … + </ol> +</section></code></pre> + </section> + + <section class="slide" id="themes"> + <h2>Style Themes</h2> + <p>Customizes the colors, typography, and layout of slide content.</p> + <pre><code><link rel="stylesheet" href="/path/to/css/style-theme.css"></code></pre> + <h2>Transition Themes</h2> + <p>Defines transitions between slides using CSS3 transitions. Less capable browsers fall back to cutaways. But <strong>you</strong> aren’t using <em>those</em> browsers to give your presentations, are you…</p> + <pre><code><link rel="stylesheet" href="/path/to/css/transition-theme.css"></code></pre> + </section> + + <section class="slide" id="extensions"> + <h2>Extensions</h2> + <p>Core gives you basic slide functionality with left and right arrow navigation, but you may want more. Here are the ones included in this deck:</p> + + <ul> + <li class="slide" id="extensions-goto"> + <strong>deck.goto</strong>: Adds a shortcut key to jump to any slide number. Hit g, type in the slide number, and hit enter. + </li> + + <li class="slide" id="extensions-menu"> + <strong>deck.menu</strong>: Adds a menu view, letting you see all slides in a grid. Hit m to toggle to menu view, continue navigating your deck, and hit m to return to normal view. Touch devices can double-tap the deck to switch between views. + </li> + + <li class="slide" id="extensions-navigation"> + <strong>deck.navigation</strong>: Adds clickable left and right buttons for the less keyboard inclined. + </li> + + <li class="slide" id="extensions-status"> + <strong>deck.status</strong>: Adds a page number indicator. (current/total) + </li> + + <li class="slide" id="extensions-scale"> + <strong>deck.scale</strong>: Scales each slide to fit within the deck container using CSS Transforms for those browsers that support them. + </li> + </ul> + + <p class="slide" id="extension-folders">Each extension folder in the download package contains the necessary JavaScript, CSS, and HTML files. For a complete list of extension modules included in deck.js, check out the <a href="http://imakewebthings.github.com/deck.js/docs">documentation</a>.</p> + </section> + + <section class="slide" id="nested"> + <h2>Nested Slides</h2> + <p>That last slide had a few steps. To create substeps in slides, just nest them:</p> + <pre><code><section class="slide"> + <h2>Extensions</h2> + <p>Core gives you basic slide functionality...</p> + <ul> + <li class="slide"> + <h3>deck.goto</h3> + <p>Adds a shortcut key to jump to any slide number...</p> + </li> + <li class="slide">...</li> + <li class="slide">...</li> + <li class="slide">...</li> + </ul> +</section></code></pre> + </section> + + <section class="slide" id="elements-images"> + <h2>Other Elements: Images</h2> + <img src="http://placekitten.com/600/375" alt="Kitties"> + <pre><code><img src="http://placekitten.com/600/375" alt="Kitties"></code></pre> + </section> + + <section class="slide" id="elements-blockquotes"> + <h2>Other Elements: Blockquotes</h2> + <blockquote cite="http://example.org"> + <p>Food is an important part of a balanced diet.</p> + <p><cite>Fran Lebowitz</cite></p> + </blockquote> + <pre><code><blockquote cite="http://example.org"> + <p>Food is an important part of a balanced diet.</p> + <p><cite>Fran Lebowitz</cite></p> +</blockquote></code></pre> + </section> + + + <section class="slide" id="elements-videos"> + <h2>Other Elements: Video Embeds</h2> + <p>Embed videos from your favorite online video service or with an HTML5 video element.</p> + + <iframe src="http://player.vimeo.com/video/1063136?title=0&byline=0&portrait=0" width="400" height="225" frameborder="0"></iframe> + + <pre><code><iframe src="http://player.vimeo.com/video/1063136?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></code></pre> + </section> + + <section class="slide" id="digging-deeper"> + <h2>Digging Deeper</h2> + <p>If you want to learn about making your own themes, extending deck.js, and more, check out the <a href="../docs/">documentation</a>.</p> + </section> + + <!-- deck.navigation snippet --> + <div aria-role="navigation"> + <a href="#" class="deck-prev-link" title="Previous">←</a> + <a href="#" class="deck-next-link" title="Next">→</a> + </div> + + <!-- deck.status snippet --> + <p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> + </p> + + <!-- deck.goto snippet --> + <form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="text" name="slidenum" id="goto-slide" list="goto-datalist"> + <datalist id="goto-datalist"></datalist> + <input type="submit" value="Go"> + </form> + </div> + +<script src="../jquery.min.js"></script> + +<!-- Deck Core and extensions --> +<script src="../core/deck.core.js"></script> +<script src="../extensions/menu/deck.menu.js"></script> +<script src="../extensions/goto/deck.goto.js"></script> +<script src="../extensions/status/deck.status.js"></script> +<script src="../extensions/navigation/deck.navigation.js"></script> +<script src="../extensions/scale/deck.scale.js"></script> + +<!-- Initialize the deck --> +<script> +$(function() { + $.deck('.slide'); +}); +</script> + +</body> +</html> diff --git a/backends/deckjs/deck.js/jquery.min.js b/backends/deckjs/deck.js/jquery.min.js new file mode 100644 index 00000000..76d21a46 --- /dev/null +++ b/backends/deckjs/deck.js/jquery.min.js @@ -0,0 +1,6 @@ +/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery-1.10.2.min.map +*/ +(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(e){(a.addEventListener||"load"===e.type||"complete"===a.readyState)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeEventListener("DOMContentLoaded",q,!1),e.removeEventListener("load",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]:n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return g.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=arguments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObject(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!--x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.trigger&&x(a).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray||function(e){return"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.replace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return d.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(arguments,2),i=function(){return e.apply(n||this,r.concat(g.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n,r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.promise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyState)setTimeout(x.ready);else if(a.addEventListener)a.addEventListener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catch(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll("left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}return n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),function(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new Date,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,t){return e===t?(S=!0,0):0},j=typeof t,D=1<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slice,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},B="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=RegExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'\"]*)"+P+"*\\]","g"),J=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:RegExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i,tt=/^h\d$/i,nt=/'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.childNodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.length?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i){var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeType)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===s)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&r.getElementsByClassName&&t.getElementsByClassName)return M.apply(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",u=c.length;while(u--)c[u]=m+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{return M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}function st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLength&&delete t[e.shift()],t[n]=r}return t}function lt(e){return e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.length;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ft(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function dt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ht(e){return lt(function(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=function(e){var n=e?e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeType&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()}),r.attributes=ut(function(e){return e.className="i",!e.getAttribute("className")}),r.getElementsByTagName=ut(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),r.getElementsByClassName=ut(function(e){return e.innerHTML="<div class='a'></div><div class='a i'></div>",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),r.getById=ut(function(e){return d.appendChild(e).id=b,!n.getElementsByName||!n.getElementsByName(b).length}),r.getById?(o.find.ID=function(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){return e.getAttribute("id")===t}}):(delete o.find.ID,o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),o.find.TAG=r.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==j?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},o.find.CLASS=r.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==j&&h?n.getElementsByClassName(e):t},m=[],g=[],(r.qsa=K.test(n.querySelectorAll))&&(ut(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||g.push("\\["+P+"*(?:value|"+B+")"),e.querySelectorAll(":checked").length||g.push(":checked")}),ut(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&g.push("[*^$]="+P+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(r.matchesSelector=K.test(y=d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ut(function(e){r.disconnectedMatch=y.call(e,"div"),y.call(e,"[s!='']:x"),m.push("!=",I)}),g=g.length&&RegExp(g.join("|")),m=m.length&&RegExp(m.join("|")),v=K.test(d.contains)||d.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},A=d.compareDocumentPosition?function(e,t){if(e===t)return S=!0,0;var i=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return i?1&i||!r.sortDetached&&t.compareDocumentPosition(e)===i?e===n||v(w,e)?-1:t===n||v(w,t)?1:c?F.call(c,e)-F.call(c,t):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return S=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:c?F.call(c,e)-F.call(c,t):0;if(o===a)return pt(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?pt(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},n):f},at.matches=function(e,t){return at(e,null,null,t)},at.matchesSelector=function(e,t){if((e.ownerDocument||e)!==f&&p(e),t=t.replace(Y,"='$1']"),!(!r.matchesSelector||!h||m&&m.test(t)||g&&g.test(t)))try{var n=y.call(e,t);if(n||r.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(i){}return at(t,f,null,[e]).length>0},at.contains=function(e,t){return(e.ownerDocument||e)!==f&&p(e),v(e,t)},at.attr=function(e,n){(e.ownerDocument||e)!==f&&p(e);var i=o.attrHandle[n.toLowerCase()],a=i&&L.call(o.attrHandle,n.toLowerCase())?i(e,n,!h):t;return a===t?r.attributes||!h?e.getAttribute(n):(a=e.getAttributeNode(n))&&a.specified?a.value:null:a},at.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},at.uniqueSort=function(e){var t,n=[],i=0,o=0;if(S=!r.detectDuplicates,c=!r.sortStable&&e.slice(0),e.sort(A),S){while(t=e[o++])t===e[o]&&(i=n.push(o));while(i--)e.splice(n[i],1)}return e},a=at.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=a(t);return n},o=at.selectors={cacheLength:50,createPseudo:lt,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(rt,it),e[3]=(e[4]||e[5]||"").replace(rt,it),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||at.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&at.error(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&J.test(r)&&(n=mt(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].slice(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(rt,it).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=RegExp("(^|"+P+")"+e+"("+P+"|$)"))&&N(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=at.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!l&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[b]||(m[b]={}),u=c[e]||[],d=u[0]===T&&u[1],f=u[0]===T&&u[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[T,d,f];break}}else if(v&&(u=(t[b]||(t[b]={}))[e])&&u[0]===T)f=u[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[b]||(p[b]={}))[e]=[T,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||at.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?lt(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=F.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:lt(function(e){var t=[],n=[],r=l(e.replace(z,"$1"));return r[b]?lt(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:lt(function(e){return function(t){return at(e,t).length>0}}),contains:lt(function(e){return function(t){return(t.textContent||t.innerText||a(t)).indexOf(e)>-1}}),lang:lt(function(e){return G.test(e||"")||at.error("unsupported lang: "+e),e=e.replace(rt,it).toLowerCase(),function(t){var n;do if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===d},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return tt.test(e.nodeName)},input:function(e){return et.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:ht(function(){return[0]}),last:ht(function(e,t){return[t-1]}),eq:ht(function(e,t,n){return[0>n?n+t:n]}),even:ht(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:ht(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:ht(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:ht(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}},o.pseudos.nth=o.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[n]=ft(n);for(n in{submit:!0,reset:!0})o.pseudos[n]=dt(n);function gt(){}gt.prototype=o.filters=o.pseudos,o.setFilters=new gt;function mt(e,t){var n,r,i,a,s,l,u,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,l=[],u=o.preFilter;while(s){(!n||(r=X.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),l.push(i=[])),n=!1,(r=U.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(z," ")}),s=s.slice(n.length));for(a in o.filter)!(r=Q[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?at.error(e):k(e,l).slice(0)}function yt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function vt(e,t,n){var r=t.dir,o=n&&"parentNode"===r,a=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||o)return e(t,n,i)}:function(t,n,s){var l,u,c,p=T+" "+a;if(s){while(t=t[r])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||o)if(c=t[b]||(t[b]={}),(u=c[r])&&u[0]===p){if((l=u[1])===!0||l===i)return l===!0}else if(u=c[r]=[p],u[1]=e(t,n,s)||i,u[1]===!0)return!0}}function bt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,a=[],s=0,l=e.length,u=null!=t;for(;l>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),u&&t.push(s));return a}function wt(e,t,n,r,i,o){return r&&!r[b]&&(r=wt(r)),i&&!i[b]&&(i=wt(i,o)),lt(function(o,a,s,l){var u,c,p,f=[],d=[],h=a.length,g=o||Nt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:xt(g,f,e,s,l),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,l),r){u=xt(y,d),r(u,[],s,l),c=u.length;while(c--)(p=u[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){u=[],c=y.length;while(c--)(p=y[c])&&u.push(m[c]=p);i(null,y=[],u,l)}c=y.length;while(c--)(p=y[c])&&(u=i?F.call(o,p):f[c])>-1&&(o[u]=!(a[u]=p))}}else y=xt(y===a?y.splice(h,y.length):y),i?i(null,a,y,l):M.apply(a,y)})}function Tt(e){var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],l=a?1:0,c=vt(function(e){return e===t},s,!0),p=vt(function(e){return F.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==u)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;i>l;l++)if(n=o.relative[e[l].type])f=[vt(bt(f),n)];else{if(n=o.filter[e[l].type].apply(null,e[l].matches),n[b]){for(r=++l;i>r;r++)if(o.relative[e[r].type])break;return wt(l>1&&bt(f),l>1&&yt(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&Tt(e.slice(l,r)),i>r&&Tt(e=e.slice(r)),i>r&&yt(e))}f.push(n)}return bt(f)}function Ct(e,t){var n=0,r=t.length>0,a=e.length>0,s=function(s,l,c,p,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,C=u,N=s||a&&o.find.TAG("*",d&&l.parentNode||l),k=T+=null==C?1:Math.random()||.1;for(w&&(u=l!==f&&l,i=n);null!=(h=N[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,l,c)){p.push(h);break}w&&(T=k,i=++n)}r&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,r&&b!==v){g=0;while(m=t[g++])m(x,y,l,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=q.call(p));y=xt(y)}M.apply(p,y),w&&!s&&y.length>0&&v+t.length>1&&at.uniqueSort(p)}return w&&(T=k,u=C),x};return r?lt(s):s}l=at.compile=function(e,t){var n,r=[],i=[],o=E[e+" "];if(!o){t||(t=mt(e)),n=t.length;while(n--)o=Tt(t[n]),o[b]?r.push(o):i.push(o);o=E(e,Ct(i,r))}return o};function Nt(e,t,n){var r=0,i=t.length;for(;i>r;r++)at(e,t[r],n);return n}function kt(e,t,n,i){var a,s,u,c,p,f=mt(e);if(!i&&1===f.length){if(s=f[0]=f[0].slice(0),s.length>2&&"ID"===(u=s[0]).type&&r.getById&&9===t.nodeType&&h&&o.relative[s[1].type]){if(t=(o.find.ID(u.matches[0].replace(rt,it),t)||[])[0],!t)return n;e=e.slice(s.shift().value.length)}a=Q.needsContext.test(e)?0:s.length;while(a--){if(u=s[a],o.relative[c=u.type])break;if((p=o.find[c])&&(i=p(u.matches[0].replace(rt,it),V.test(s[0].type)&&t.parentNode||t))){if(s.splice(a,1),e=i.length&&yt(s),!e)return M.apply(n,i),n;break}}}return l(e,f)(i,t,!h,n,V.test(e)),n}r.sortStable=b.split("").sort(A).join("")===b,r.detectDuplicates=S,p(),r.sortDetached=ut(function(e){return 1&e.compareDocumentPosition(f.createElement("div"))}),ut(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||ct("type|href|height|width",function(e,n,r){return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),r.attributes&&ut(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ct("value",function(e,n,r){return r||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),ut(function(e){return null==e.getAttribute("disabled")})||ct(B,function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.toLowerCase():null}),x.find=at,x.expr=at.selectors,x.expr[":"]=x.expr.pseudos,x.unique=at.uniqueSort,x.text=at.getText,x.isXMLDoc=at.isXML,x.contains=at.contains}(e);var O={};function F(e){var t=O[e]={};return x.each(e.match(T)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?O[e]||F(e):x.extend({},e);var n,r,i,o,a,s,l=[],u=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=l.length,n=!0;l&&o>a;a++)if(l[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,l&&(u?u.length&&c(u.shift()):r?l=[]:p.disable())},p={add:function(){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this},remove:function(){return l&&x.each(arguments,function(e,t){var r;while((r=x.inArray(t,l,r))>-1)l.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?x.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],o=0,this},disable:function(){return l=u=r=t,this},disabled:function(){return!l},lock:function(){return u=t,r||p.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!l||i&&!u||(t=t||[],t=[e,t.slice?t.slice():t],n?u.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var a=o[0],s=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=g.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?g.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,l,u;if(r>1)for(s=Array(r),l=Array(r),u=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(a(t,u,n)).fail(o.reject).progress(a(t,l,s)):--i;return i||o.resolveWith(u,n),o.promise()}}),x.support=function(t){var n,r,o,s,l,u,c,p,f,d=a.createElement("div");if(d.setAttribute("className","t"),d.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;s=a.createElement("select"),u=s.appendChild(a.createElement("option")),o=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.createElement("form").enctype,t.html5Clone="<:nav></:nav>"!==a.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}o=a.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),l=a.createDocumentFragment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(function(){var n,r,o,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChild(n).appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",o=d.getElementsByTagName("td"),o[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===o[0].offsetHeight,o[0].style.display="",o[1].style.display="none",t.reliableHiddenOffsets=p&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",x.swap(l,null!=l.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(a.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="<div></div>",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(l.style.zoom=1)),l.removeChild(n),n=d=o=r=null)}),n=s=l=u=r=o=null,t +}({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e.nodeType,u=l?x.cache:e,c=l?e[s]:e[s]&&s;if(c&&u[c]&&(i||u[c].data)||r!==t||"string"!=typeof n)return c||(c=l?e[s]=p.pop()||x.guid++:s),u[c]||(u[c]=l?{}:{toJSON:x.noop}),("object"==typeof n||"function"==typeof n)&&(i?u[c]=x.extend(u[c],n):u[c].data=x.extend(u[c].data,n)),a=u[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[x.camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,n){if(x.acceptData(e)){var r,i,o=e.nodeType,a=o?x.cache:e,s=o?e[x.expando]:x.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){x.isArray(t)?t=t.concat(x.map(t,x.camelCase)):t in r?t=[t]:(t=x.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;while(i--)delete r[t[i]];if(n?!I(r):!x.isEmptyObject(r))return}(n||(delete a[s].data,I(a[s])))&&(o?x.cleanData([e],!0):x.support.deleteExpando||a!=a.window?delete a[s]:a[s]=null)}}}x.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?x.cache[e[x.expando]]:e[x.expando],!!e&&!I(e)},data:function(e,t,n){return R(e,t,n)},removeData:function(e,t){return W(e,t)},_data:function(e,t,n){return R(e,t,n,!0)},_removeData:function(e,t){return W(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&x.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),x.fn.extend({data:function(e,n){var r,i,o=null,a=0,s=this[0];if(e===t){if(this.length&&(o=x.data(s),1===s.nodeType&&!x._data(s,"parsedAttrs"))){for(r=s.attributes;r.length>a;a++)i=r[a].name,0===i.indexOf("data-")&&(i=x.camelCase(i.slice(5)),$(s,i,o[i]));x._data(s,"parsedAttrs",!0)}return o}return"object"==typeof e?this.each(function(){x.data(this,e)}):arguments.length>1?this.each(function(){x.data(this,e,n)}):s?$(s,e,x.data(s,e)):null},removeData:function(e){return this.each(function(){x.removeData(this,e)})}});function $(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(P,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:B.test(r)?x.parseJSON(r):r}catch(o){}x.data(e,n,r)}else r=t}return r}function I(e){var t;for(t in e)if(("data"!==t||!x.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}x.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=x._data(e,n),r&&(!i||x.isArray(r)?i=x._data(e,n,x.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),a=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return x._data(e,n)||x._data(e,n,{empty:x.Callbacks("once memory").add(function(){x._removeData(e,t+"queue"),x._removeData(e,n)})})}}),x.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?x.queue(this[0],e):n===t?this:this.each(function(){var t=x.queue(this,e,n);x._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=x.Deferred(),a=this,s=this.length,l=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=x._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(l));return l(),o.promise(n)}});var z,X,U=/[\t\r\n\f]/g,V=/\r/g,Y=/^(?:input|select|textarea|button|object)$/i,J=/^(?:a|area)$/i,G=/^(?:checked|selected)$/i,Q=x.support.getSetAttribute,K=x.support.input;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return e=x.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,l="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,l=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var t,r=0,o=x(this),a=e.match(T)||[];while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else(n===i||"boolean"===n)&&(this.className&&x._data(this,"__className__",this.className),this.className=this.className||e===!1?"":x._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(U," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=x.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,x(this).val()):e,null==o?o="":"number"==typeof o?o+="":x.isArray(o)&&(o=x.map(o,function(e){return null==e?"":e+""})),r=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=x.valHooks[o.type]||x.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(V,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,l=0>i?s:o?i:0;for(;s>l;l++)if(n=r[l],!(!n.selected&&l!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),a=i.length;while(a--)r=i[a],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,n,r){var o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===i?x.prop(e,n,r):(1===s&&x.isXMLDoc(e)||(n=n.toLowerCase(),o=x.attrHooks[n]||(x.expr.match.bool.test(n)?X:z)),r===t?o&&"get"in o&&null!==(a=o.get(e,n))?a:(a=x.find.attr(e,n),null==a?t:a):null!==r?o&&"set"in o&&(a=o.set(e,r,n))!==t?a:(e.setAttribute(n,r+""),r):(x.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(T);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.test(n)?K&&Q||!G.test(n)?e[r]=!1:e[x.camelCase("default-"+n)]=e[r]=!1:x.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!x.isXMLDoc(e),a&&(n=x.propFix[n]||n,o=x.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):Y.test(e.nodeName)||J.test(e.nodeName)&&e.href?0:-1}}}}),X={set:function(e,t,n){return t===!1?x.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&x.propFix[n]||n,n):e[x.camelCase("default-"+n)]=e[n]=!0,n}},x.each(x.expr.match.bool.source.match(/\w+/g),function(e,n){var r=x.expr.attrHandle[n]||x.find.attr;x.expr.attrHandle[n]=K&&Q||!G.test(n)?function(e,n,i){var o=x.expr.attrHandle[n],a=i?t:(x.expr.attrHandle[n]=t)!=r(e,n,i)?n.toLowerCase():null;return x.expr.attrHandle[n]=o,a}:function(e,n,r){return r?t:e[x.camelCase("default-"+n)]?n.toLowerCase():null}}),K&&Q||(x.attrHooks.value={set:function(e,n,r){return x.nodeName(e,"input")?(e.defaultValue=n,t):z&&z.set(e,n,r)}}),Q||(z={set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},x.expr.attrHandle.id=x.expr.attrHandle.name=x.expr.attrHandle.coords=function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.value?i.value:null},x.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&r.specified?r.value:t},set:z.set},x.attrHooks.contenteditable={set:function(e,t,n){z.set(e,""===t?!1:t,n)}},x.each(["width","height"],function(e,n){x.attrHooks[n]={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}}})),x.support.hrefNormalized||x.each(["href","src"],function(e,t){x.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),x.support.style||(x.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.support.enctype||(x.propFix.enctype="encoding"),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,n){return x.isArray(n)?e.checked=x.inArray(x(e).val(),n)>=0:t}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}function at(){try{return a.activeElement}catch(e){}}x.event={global:{},add:function(e,n,r,o,a){var s,l,u,c,p,f,d,h,g,m,y,v=x._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=x.guid++),(l=v.events)||(l=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof x===i||e&&x.event.triggered===e.type?t:x.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(T)||[""],u=n.length;while(u--)s=rt.exec(n[u])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),g&&(p=x.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=x.event.special[g]||{},d=x.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&x.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=l[g])||(h=l[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),x.event.global[g]=!0);e=null}},remove:function(e,t,n,r,i){var o,a,s,l,u,c,p,f,d,h,g,m=x.hasData(e)&&x._data(e);if(m&&(c=m.events)){t=(t||"").match(T)||[""],u=t.length;while(u--)if(s=rt.exec(t[u])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=x.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));l&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||x.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)x.event.remove(e,d+t[u],n,r,!0);x.isEmptyObject(c)&&(delete m.handle,x._removeData(e,"events"))}},trigger:function(n,r,i,o){var s,l,u,c,p,f,d,h=[i||a],g=v.call(n,"type")?n.type:n,m=v.call(n,"namespace")?n.namespace.split("."):[];if(u=f=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+x.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),l=0>g.indexOf(":")&&"on"+g,n=n[x.expando]?n:new x.Event(g,"object"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:x.makeArray(r,[n]),p=x.event.special[g]||{},o||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!o&&!p.noBubble&&!x.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(u=u.parentNode);u;u=u.parentNode)h.push(u),f=u;f===(i.ownerDocument||a)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((u=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(x._data(u,"events")||{})[n.type]&&x._data(u,"handle"),s&&s.apply(u,r),s=l&&u[l],s&&x.acceptData(u)&&s.apply&&s.apply(u,r)===!1&&n.preventDefault();if(n.type=g,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(h.pop(),r)===!1)&&x.acceptData(i)&&l&&i[g]&&!x.isWindow(i)){f=i[l],f&&(i[l]=null),x.event.triggered=g;try{i[g]()}catch(y){}x.event.triggered=t,f&&(i[l]=f)}return n.result}},dispatch:function(e){e=x.event.fix(e);var n,r,i,o,a,s=[],l=g.call(arguments),u=(x._data(this,"events")||{})[e.type]||[],c=x.event.special[e.type]||{};if(l[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((x.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,l),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],l=n.delegateCount,u=e.target;if(l&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(o=[],a=0;l>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?x(r,this).index(u)>=0:x.find(r,this,null,[u]).length),o[r]&&o.push(i);o.length&&s.push({elem:u,handlers:o})}return n.length>l&&s.push({elem:this,handlers:n.slice(l)}),s},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=o.srcElement||a),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,o):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,o,s=n.button,l=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||a,o=i.documentElement,r=i.body,e.pageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&l&&(e.relatedTarget=l===e.target?n.toElement:l),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==at()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===at()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return x.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=a.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},x.Event=function(e,n){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&x.extend(this,n),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,t):new x.Event(e,n)},x.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.submitBubbles||(x.event.special.submit={setup:function(){return x.nodeName(this,"form")?!1:(x.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=x.nodeName(n,"input")||x.nodeName(n,"button")?n.form:t;r&&!x._data(r,"submitBubbles")&&(x.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),x._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&x.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return x.nodeName(this,"form")?!1:(x.event.remove(this,"._submit"),t)}}),x.support.changeBubbles||(x.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(x.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),x.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),x.event.simulate("change",this,e,!0)})),!1):(x.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!x._data(t,"changeBubbles")&&(x.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||x.event.simulate("change",this.parentNode,e,!0)}),x._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return x.event.remove(this,"._change"),!Z.test(this.nodeName)}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&a.addEventListener(e,r,!0)},teardown:function(){0===--n&&a.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return x().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=x.guid++)),this.each(function(){x.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){x.event.remove(this,e,r,n)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?x.event.trigger(e,n,r,!0):t}});var st=/^.[^:#\[\.,]*$/,lt=/^(?:parents|prev(?:Until|All))/,ut=x.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contains(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=x(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(x.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e||[],!0))},filter:function(e){return this.pushStack(ft(this,e||[],!1))},is:function(e){return!!ft(this,"string"==typeof e&&ut.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r=0,i=this.length,o=[],a=ut.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?x.inArray(this[0],x(e)):x.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return x.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(ct[e]||(i=x.unique(i)),lt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!x(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(st.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return x.inArray(e,t)>=0!==n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/<tbody/i,wt=/<|&#?\w+;/,Tt=/<(?:script|style|link)/i,Ct=/^(?:checkbox|radio)$/i,Nt=/checked\s*(?:[^=]|=\s*.checked.)/i,kt=/^$|\/(?:java|ecma)script/i,Et=/^true\/(.*)/,St=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,At={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:x.support.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},jt=dt(a),Dt=jt.appendChild(a.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===t?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||a).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(Ft(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&_t(Ft(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&x.cleanData(Ft(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&x.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!x.support.htmlSerialize&&mt.test(e)||!x.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1></$2>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(x.cleanData(Ft(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=d.apply([],e);var r,i,o,a,s,l,u=0,c=this.length,p=this,f=c-1,h=e[0],g=x.isFunction(h);if(g||!(1>=c||"string"!=typeof h||x.support.checkClone)&&Nt.test(h))return this.each(function(r){var i=p.eq(r);g&&(e[0]=h.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(l=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=l.firstChild,1===l.childNodes.length&&(l=r),r)){for(a=x.map(Ft(l,"script"),Ht),o=a.length;c>u;u++)i=l,u!==f&&(i=x.clone(i,!0,!0),o&&x.merge(a,Ft(i,"script"))),t.call(this[u],i,u);if(o)for(s=a[a.length-1].ownerDocument,x.map(a,qt),u=0;o>u;u++)i=a[u],kt.test(i.type||"")&&!x._data(i,"globalEval")&&x.contains(s,i)&&(i.src?x._evalUrl(i.src):x.globalEval((i.text||i.textContent||i.innerHTML||"").replace(St,"")));l=r=null}return this}});function Lt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Ht(e){return e.type=(null!==x.find.attr(e,"type"))+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function _t(e,t){var n,r=0;for(;null!=(n=e[r]);r++)x._data(n,"globalEval",!t||x._data(t[r],"globalEval"))}function Mt(e,t){if(1===t.nodeType&&x.hasData(e)){var n,r,i,o=x._data(e),a=x._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)x.event.add(t,n,s[n][r])}a.data&&(a.data=x.extend({},a.data))}}function Ot(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!x.support.noCloneEvent&&t[x.expando]){i=x._data(t);for(r in i.events)x.removeEvent(t,r,i.handle);t.removeAttribute(x.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Ct.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=0,i=[],o=x(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),x(o[r])[t](n),h.apply(i,n.get());return this.pushStack(i)}});function Ft(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||x.nodeName(o,n)?s.push(o):x.merge(s,Ft(o,n));return n===t||n&&x.nodeName(e,n)?x.merge([e],s):s}function Bt(e){Ct.test(e.type)&&(e.defaultChecked=e.checked)}x.extend({clone:function(e,t,n){var r,i,o,a,s,l=x.contains(e.ownerDocument,e);if(x.support.html5Clone||x.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(x.support.noCloneEvent&&x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(r=Ft(o),s=Ft(e),a=0;null!=(i=s[a]);++a)r[a]&&Ot(i,r[a]);if(t)if(n)for(s=s||Ft(e),r=r||Ft(o),a=0;null!=(i=s[a]);a++)Mt(i,r[a]);else Mt(e,o);return r=Ft(o,"script"),r.length>0&&_t(r,!l&&Ft(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,l,u,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===x.type(o))x.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),l=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[l]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1></$2>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!x.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!x.support.tbody){o="table"!==l||xt.test(o)?"<table>"!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)x.nodeName(u=o.childNodes[i],"tbody")&&!u.childNodes.length&&o.removeChild(u)}x.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),x.support.appendChecked||x.grep(Ft(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===x.inArray(o,r))&&(a=x.contains(o.ownerDocument,o),s=Ft(f.appendChild(o),"script"),a&&_t(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,l=x.expando,u=x.cache,c=x.support.deleteExpando,f=x.event.special;for(;null!=(n=e[s]);s++)if((t||x.acceptData(n))&&(o=n[l],a=o&&u[o])){if(a.events)for(r in a.events)f[r]?x.event.remove(n,r):x.removeEvent(n,r,a.handle); +u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(l):n[l]=null,p.push(o))}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFunction(e))return this.each(function(t){x(this).wrapAll(e.call(this,t))});if(this[0]){var t=x(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+w+")(.*)$","i"),Yt=RegExp("^("+w+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+w+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=x._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=x._data(r,"olddisplay",ln(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&x._data(r,"olddisplay",i?n:x.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}x.fn.extend({css:function(e,n){return x.access(this,function(e,n,r){var i,o,a={},s=0;if(x.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=x.css(e,n[s],!1,o);return a}return r!==t?x.style(e,n,r):x.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){nn(this)?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":x.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,l=x.camelCase(n),u=e.style;if(n=x.cssProps[l]||(x.cssProps[l]=tn(u,l)),s=x.cssHooks[n]||x.cssHooks[l],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:u[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(x.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||x.cssNumber[l]||(r+="px"),x.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(u[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{u[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,l=x.camelCase(n);return n=x.cssProps[l]||(x.cssProps[l]=tn(e.style,l)),s=x.cssHooks[n]||x.cssHooks[l],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||x.isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s.getPropertyValue(n)||s[n]:t,u=e.style;return s&&(""!==l||x.contains(e.ownerDocument,e)||(l=x.style(e,n)),Yt.test(l)&&Ut.test(n)&&(i=u.width,o=u.minWidth,a=u.maxWidth,u.minWidth=u.maxWidth=u.width=l,l=s.width,u.width=i,u.minWidth=o,u.maxWidth=a)),l}):a.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s[n]:t,u=e.style;return null==l&&u&&u[n]&&(l=u[n]),Yt.test(l)&&!zt.test(n)&&(i=u.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),u.left="fontSize"===n?"1em":l,l=u.pixelLeft+"px",u.left=i,a&&(o.left=a)),""===l?"auto":l});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=x.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=x.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=x.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=x.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=x.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function ln(e){var t=a,n=Gt[e];return n||(n=un(e,t),"none"!==n&&n||(Pt=(Pt||x("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(t.documentElement),t=(Pt[0].contentWindow||Pt[0].contentDocument).document,t.write("<!doctype html><html><body>"),t.close(),n=un(e,t),Pt.detach()),Gt[e]=n),n}function un(e,t){var n=x(t.createElement(e)).appendTo(t.body),r=x.css(n[0],"display");return n.remove(),r}x.each(["height","width"],function(e,n){x.cssHooks[n]={get:function(e,r,i){return r?0===e.offsetWidth&&Xt.test(x.css(e,"display"))?x.swap(e,Qt,function(){return sn(e,n,i)}):sn(e,n,i):t},set:function(e,t,r){var i=r&&Rt(e);return on(e,t,r?an(e,n,r,x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,i),i):0)}}}),x.support.opacity||(x.cssHooks.opacity={get:function(e,t){return It.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=x.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===x.trim(o.replace($t,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=$t.test(o)?o.replace($t,i):o+" "+i)}}),x(function(){x.support.reliableMarginRight||(x.cssHooks.marginRight={get:function(e,n){return n?x.swap(e,{display:"inline-block"},Wt,[e,"marginRight"]):t}}),!x.support.pixelPosition&&x.fn.position&&x.each(["top","left"],function(e,n){x.cssHooks[n]={get:function(e,r){return r?(r=Wt(e,n),Yt.test(r)?x(e).position()[n]+"px":r):t}}})}),x.expr&&x.expr.filters&&(x.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight||!x.support.reliableHiddenOffsets&&"none"===(e.style&&e.style.display||x.css(e,"display"))},x.expr.filters.visible=function(e){return!x.expr.filters.hidden(e)}),x.each({margin:"",padding:"",border:"Width"},function(e,t){x.cssHooks[e+t]={expand:function(n){var r=0,i={},o="string"==typeof n?n.split(" "):[n];for(;4>r;r++)i[e+Zt[r]+t]=o[r]||o[r-2]||o[0];return i}},Ut.test(e)||(x.cssHooks[e+t].set=on)});var cn=/%20/g,pn=/\[\]$/,fn=/\r?\n/g,dn=/^(?:submit|button|image|reset|file)$/i,hn=/^(?:input|select|textarea|keygen)/i;x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&hn.test(this.nodeName)&&!dn.test(e)&&(this.checked||!Ct.test(e))}).map(function(e,t){var n=x(this).val();return null==n?null:x.isArray(n)?x.map(n,function(e){return{name:t.name,value:e.replace(fn,"\r\n")}}):{name:t.name,value:n.replace(fn,"\r\n")}}).get()}}),x.param=function(e,n){var r,i=[],o=function(e,t){t=x.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(n===t&&(n=x.ajaxSettings&&x.ajaxSettings.traditional),x.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,function(){o(this.name,this.value)});else for(r in e)gn(r,e[r],n,o);return i.join("&").replace(cn,"+")};function gn(e,t,n,r){var i;if(x.isArray(t))x.each(t,function(t,i){n||pn.test(e)?r(e,i):gn(e+"["+("object"==typeof i?t:"")+"]",i,n,r)});else if(n||"object"!==x.type(t))r(e,t);else for(i in t)gn(e+"["+i+"]",t[i],n,r)}x.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),x.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var mn,yn,vn=x.now(),bn=/\?/,xn=/#.*$/,wn=/([?&])_=[^&]*/,Tn=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Cn=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Nn=/^(?:GET|HEAD)$/,kn=/^\/\//,En=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,Sn=x.fn.load,An={},jn={},Dn="*/".concat("*");try{yn=o.href}catch(Ln){yn=a.createElement("a"),yn.href="",yn=yn.href}mn=En.exec(yn.toLowerCase())||[];function Hn(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(T)||[];if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function qn(e,n,r,i){var o={},a=e===jn;function s(l){var u;return o[l]=!0,x.each(e[l]||[],function(e,l){var c=l(n,r,i);return"string"!=typeof c||a||o[c]?a?!(u=c):t:(n.dataTypes.unshift(c),s(c),!1)}),u}return s(n.dataTypes[0])||!o["*"]&&s("*")}function _n(e,n){var r,i,o=x.ajaxSettings.flatOptions||{};for(i in n)n[i]!==t&&((o[i]?e:r||(r={}))[i]=n[i]);return r&&x.extend(!0,e,r),e}x.fn.load=function(e,n,r){if("string"!=typeof e&&Sn)return Sn.apply(this,arguments);var i,o,a,s=this,l=e.indexOf(" ");return l>=0&&(i=e.slice(l,e.length),e=e.slice(0,l)),x.isFunction(n)?(r=n,n=t):n&&"object"==typeof n&&(a="POST"),s.length>0&&x.ajax({url:e,type:a,dataType:"html",data:n}).done(function(e){o=arguments,s.html(i?x("<div>").append(x.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:yn,type:"GET",isLocal:Cn.test(mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Dn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?_n(_n(e,x.ajaxSettings),t):_n(x.ajaxSettings,e)},ajaxPrefilter:Hn(An),ajaxTransport:Hn(jn),ajax:function(e,n){"object"==typeof e&&(n=e,e=t),n=n||{};var r,i,o,a,s,l,u,c,p=x.ajaxSetup({},n),f=p.context||p,d=p.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),g=x.Callbacks("once memory"),m=p.statusCode||{},y={},v={},b=0,w="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!c){c={};while(t=Tn.exec(a))c[t[1].toLowerCase()]=t[2]}t=c[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)m[t]=[m[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||w;return u&&u.abort(t),k(0,t),this}};if(h.promise(C).complete=g.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||yn)+"").replace(xn,"").replace(kn,mn[1]+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=x.trim(p.dataType||"*").toLowerCase().match(T)||[""],null==p.crossDomain&&(r=En.exec(p.url.toLowerCase()),p.crossDomain=!(!r||r[1]===mn[1]&&r[2]===mn[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(mn[3]||("http:"===mn[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=x.param(p.data,p.traditional)),qn(An,p,n,C),2===b)return C;l=p.global,l&&0===x.active++&&x.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nn.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(bn.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=wn.test(o)?o.replace(wn,"$1_="+vn++):o+(bn.test(o)?"&":"?")+"_="+vn++)),p.ifModified&&(x.lastModified[o]&&C.setRequestHeader("If-Modified-Since",x.lastModified[o]),x.etag[o]&&C.setRequestHeader("If-None-Match",x.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Dn+"; q=0.01":""):p.accepts["*"]);for(i in p.headers)C.setRequestHeader(i,p.headers[i]);if(p.beforeSend&&(p.beforeSend.call(f,C,p)===!1||2===b))return C.abort();w="abort";for(i in{success:1,error:1,complete:1})C[i](p[i]);if(u=qn(jn,p,n,C)){C.readyState=1,l&&d.trigger("ajaxSend",[C,p]),p.async&&p.timeout>0&&(s=setTimeout(function(){C.abort("timeout")},p.timeout));try{b=1,u.send(y,k)}catch(N){if(!(2>b))throw N;k(-1,N)}}else k(-1,"No Transport");function k(e,n,r,i){var c,y,v,w,T,N=n;2!==b&&(b=2,s&&clearTimeout(s),u=t,a=i||"",C.readyState=e>0?4:0,c=e>=200&&300>e||304===e,r&&(w=Mn(p,C,r)),w=On(p,w,C,c),c?(p.ifModified&&(T=C.getResponseHeader("Last-Modified"),T&&(x.lastModified[o]=T),T=C.getResponseHeader("etag"),T&&(x.etag[o]=T)),204===e||"HEAD"===p.type?N="nocontent":304===e?N="notmodified":(N=w.state,y=w.data,v=w.error,c=!v)):(v=N,(e||!N)&&(N="error",0>e&&(e=0))),C.status=e,C.statusText=(n||N)+"",c?h.resolveWith(f,[y,N,C]):h.rejectWith(f,[C,N,v]),C.statusCode(m),m=t,l&&d.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?y:v]),g.fireWith(f,[C,N]),l&&(d.trigger("ajaxComplete",[C,p]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,n){return x.get(e,t,n,"script")}}),x.each(["get","post"],function(e,n){x[n]=function(e,r,i,o){return x.isFunction(r)&&(o=o||i,i=r,r=t),x.ajax({url:e,type:n,dataType:o,data:r,success:i})}});function Mn(e,n,r){var i,o,a,s,l=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in l)if(l[s]&&l[s].test(o)){u.unshift(s);break}if(u[0]in r)a=u[0];else{for(s in r){if(!u[0]||e.converters[s+" "+u[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==u[0]&&u.unshift(a),r[a]):t}function On(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(a=u[l+" "+o]||u["* "+o],!a)for(i in u)if(s=i.split(" "),s[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){a===!0?a=u[i]:u[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(p){return{state:"parsererror",error:a?p:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),x.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=a.head||x("head")[0]||a.documentElement;return{send:function(t,i){n=a.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Fn=[],Bn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Fn.pop()||x.expando+"_"+vn++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,l=n.jsonp!==!1&&(Bn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Bn.test(n.data)&&"data");return l||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=x.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,l?n[l]=n[l].replace(Bn,"$1"+o):n.jsonp!==!1&&(n.url+=(bn.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||x.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Fn.push(o)),s&&x.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Pn,Rn,Wn=0,$n=e.ActiveXObject&&function(){var e;for(e in Pn)Pn[e](t,!0)};function In(){try{return new e.XMLHttpRequest}catch(t){}}function zn(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}x.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&In()||zn()}:In,Rn=x.ajaxSettings.xhr(),x.support.cors=!!Rn&&"withCredentials"in Rn,Rn=x.support.ajax=!!Rn,Rn&&x.ajaxTransport(function(n){if(!n.crossDomain||x.support.cors){var r;return{send:function(i,o){var a,s,l=n.xhr();if(n.username?l.open(n.type,n.url,n.async,n.username,n.password):l.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)l[s]=n.xhrFields[s];n.mimeType&&l.overrideMimeType&&l.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)l.setRequestHeader(s,i[s])}catch(u){}l.send(n.hasContent&&n.data||null),r=function(e,i){var s,u,c,p;try{if(r&&(i||4===l.readyState))if(r=t,a&&(l.onreadystatechange=x.noop,$n&&delete Pn[a]),i)4!==l.readyState&&l.abort();else{p={},s=l.status,u=l.getAllResponseHeaders(),"string"==typeof l.responseText&&(p.text=l.responseText);try{c=l.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=p.text?200:404}}catch(d){i||o(-1,d)}p&&o(s,c,p,u)},n.async?4===l.readyState?setTimeout(r):(a=++Wn,$n&&(Pn||(Pn={},x(e).unload($n)),Pn[a]=r),l.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Xn,Un,Vn=/^(?:toggle|show|hide)$/,Yn=RegExp("^(?:([+-])=|)("+w+")([a-z%]*)$","i"),Jn=/queueHooks$/,Gn=[nr],Qn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Yn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),a=(x.cssNumber[e]||"px"!==o&&+r)&&Yn.exec(x.css(n.elem,e)),s=1,l=20;if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,x.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--l)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};function Kn(){return setTimeout(function(){Xn=t}),Xn=x.now()}function Zn(e,t,n){var r,i=(Qn[t]||[]).concat(Qn["*"]),o=0,a=i.length;for(;a>o;o++)if(r=i[o].call(n,t,e))return r}function er(e,t,n){var r,i,o=0,a=Gn.length,s=x.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;var t=Xn||Kn(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,o=1-r,a=0,l=u.tweens.length;for(;l>a;a++)u.tweens[a].run(o);return s.notifyWith(e,[u,o,n]),1>o&&l?n:(s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Xn||Kn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)u.tweens[n].run(1);return t?s.resolveWith(e,[u,t]):s.rejectWith(e,[u,t]),this}}),c=u.props;for(tr(c,u.opts.specialEasing);a>o;o++)if(r=Gn[o].call(u,e,c,u.opts))return r;return x.map(c,Zn,u),x.isFunction(u.opts.start)&&u.opts.start.call(e,u),x.fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function tr(e,t){var n,r,i,o,a;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=x.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(er,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Qn[n]=Qn[n]||[],Qn[n].unshift(t)},prefilter:function(e,t){t?Gn.unshift(e):Gn.push(e)}});function nr(e,t,n){var r,i,o,a,s,l,u=this,c={},p=e.style,f=e.nodeType&&nn(e),d=x._data(e,"fxshow");n.queue||(s=x._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,u.always(function(){u.always(function(){s.unqueued--,x.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(x.support.inlineBlockNeedsLayout&&"inline"!==ln(e.nodeName)?p.zoom=1:p.display="inline-block")),n.overflow&&(p.overflow="hidden",x.support.shrinkWrapBlocks||u.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],Vn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=d&&d[r]||x.style(e,r)}if(!x.isEmptyObject(c)){d?"hidden"in d&&(f=d.hidden):d=x._data(e,"fxshow",{}),o&&(d.hidden=!f),f?x(e).show():u.done(function(){x(e).hide()}),u.done(function(){var t;x._removeData(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)a=Zn(f?d[r]:0,r,u),r in d||(d[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function rr(e,t,n,r,i){return new rr.prototype.init(e,t,n,r,i)}x.Tween=rr,rr.prototype={constructor:rr,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=rr.propHooks[this.prop];return e&&e.get?e.get(this):rr.propHooks._default.get(this)},run:function(e){var t,n=rr.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.set(this),this}},rr.prototype.init.prototype=rr.prototype,rr.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},rr.propHooks.scrollTop=rr.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ir(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(nn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),a=function(){var t=er(this,x.extend({},e),o);(i||x._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=x.timers,a=x._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&Jn.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=x._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,a=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function ir(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Zt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:ir("show"),slideUp:ir("hide"),slideToggle:ir("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=rr.prototype.init,x.fx.tick=function(){var e,n=x.timers,r=0;for(Xn=x.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||x.fx.stop(),Xn=t},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){Un||(Un=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(Un),Un=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){x.offset.setOffset(this,e,t)});var n,r,o={top:0,left:0},a=this[0],s=a&&a.ownerDocument;if(s)return n=s.documentElement,x.contains(n,a)?(typeof a.getBoundingClientRect!==i&&(o=a.getBoundingClientRect()),r=or(s),{top:o.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o},x.offset={setOffset:function(e,t,n){var r=x.css(e,"position");"static"===r&&(e.style.position="relative");var i=x(e),o=i.offset(),a=x.css(e,"top"),s=x.css(e,"left"),l=("absolute"===r||"fixed"===r)&&x.inArray("auto",[a,s])>-1,u={},c={},p,f;l?(c=i.position(),p=c.top,f=c.left):(p=parseFloat(a)||0,f=parseFloat(s)||0),x.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(u.top=t.top-o.top+p),null!=t.left&&(u.left=t.left-o.left+f),"using"in t?t.using.call(e,u):i.css(u)}},x.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===x.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(n=e.offset()),n.top+=x.css(e[0],"borderTopWidth",!0),n.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-x.css(r,"marginTop",!0),left:t.left-n.left-x.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);x.fn[e]=function(i){return x.access(this,function(e,i,o){var a=or(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?x(a).scrollLeft():o,r?o:x(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}});function or(e){return x.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}x.each({Height:"height",Width:"width"},function(e,n){x.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){x.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return x.access(this,function(n,r,i){var o;return x.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:(e.jQuery=e.$=x,"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}))})(window);
\ No newline at end of file diff --git a/backends/deckjs/deck.js/modernizr.custom.js b/backends/deckjs/deck.js/modernizr.custom.js new file mode 100644 index 00000000..964fb40a --- /dev/null +++ b/backends/deckjs/deck.js/modernizr.custom.js @@ -0,0 +1,4 @@ +/* Modernizr 2.0.6 (Custom Build) | MIT & BSD + * Contains: fontface | backgroundsize | borderimage | borderradius | boxshadow | flexbox | hsla | multiplebgs | opacity | rgba | textshadow | cssanimations | csscolumns | generatedcontent | cssgradients | cssreflections | csstransforms | csstransforms3d | csstransitions | applicationcache | canvas | canvastext | draganddrop | hashchange | history | audio | video | indexeddb | input | inputtypes | localstorage | postmessage | sessionstorage | websockets | websqldatabase | webworkers | geolocation | inlinesvg | smil | svg | svgclippaths | touch | webgl | iepp | cssclasses | addtest | teststyles | testprop | testallprops | hasevent | prefixes | domprefixes | load + */ +;window.Modernizr=function(a,b,c){function H(){e.input=function(a){for(var b=0,c=a.length;b<c;b++)t[a[b]]=a[b]in l;return t}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)l.setAttribute("type",f=a[d]),e=l.type!=="text",e&&(l.value=m,l.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&l.style.WebkitAppearance!==c?(g.appendChild(l),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(l,null).WebkitAppearance!=="textfield"&&l.offsetHeight!==0,g.removeChild(l)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=l.checkValidity&&l.checkValidity()===!1:/^color$/.test(f)?(g.appendChild(l),g.offsetWidth,e=l.value!=m,g.removeChild(l)):e=l.value!=m)),s[a[d]]=!!e;return s}("search tel url email datetime date month week time datetime-local number range color".split(" "))}function F(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join(c+" ")+c).split(" ");return E(d,b)}function E(a,b){for(var d in a)if(k[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function D(a,b){return!!~(""+a).indexOf(b)}function C(a,b){return typeof a===b}function B(a,b){return A(o.join(a+";")+(b||""))}function A(a){k.cssText=a}var d="2.0.6",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTagName("head")[0],i="modernizr",j=b.createElement(i),k=j.style,l=b.createElement("input"),m=":)",n=Object.prototype.toString,o=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),p="Webkit Moz O ms Khtml".split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=function(a,c,d,e){var f,h,j,k=b.createElement("div");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:i+(d+1),k.appendChild(j);f=["­","<style>",a,"</style>"].join(""),k.id=i,k.innerHTML+=f,g.appendChild(k),h=c(k,a),k.parentNode.removeChild(k);return!!h},w=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=C(e[d],"function"),C(e[d],c)||(e[d]=c),e.removeAttribute(d))),e=null;return f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),x,y={}.hasOwnProperty,z;!C(y,c)&&!C(y.call,c)?z=function(a,b){return y.call(a,b)}:z=function(a,b){return b in a&&C(a.constructor.prototype[b],c)};var G=function(c,d){var f=c.join(""),g=d.length;v(f,function(c,d){var f=b.styleSheets[b.styleSheets.length-1],h=f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"",i=c.childNodes,j={};while(g--)j[i[g].id]=i[g];e.touch="ontouchstart"in a||j.touch.offsetTop===9,e.csstransforms3d=j.csstransforms3d.offsetLeft===9,e.generatedcontent=j.generatedcontent.offsetHeight>=1,e.fontface=/src/i.test(h)&&h.indexOf(d.split(" ")[0])===0},g,d)}(['@font-face {font-family:"font";src:url("https://")}',["@media (",o.join("touch-enabled),("),i,")","{#touch{top:9px;position:absolute}}"].join(""),["@media (",o.join("transform-3d),("),i,")","{#csstransforms3d{left:9px;position:absolute}}"].join(""),['#generatedcontent:after{content:"',m,'";visibility:hidden}'].join("")],["fontface","touch","csstransforms3d","generatedcontent"]);r.flexbox=function(){function c(a,b,c,d){a.style.cssText=o.join(b+":"+c+";")+(d||"")}function a(a,b,c,d){b+=":",a.style.cssText=(b+o.join(c+";"+b)).slice(0,-b.length)+(d||"")}var d=b.createElement("div"),e=b.createElement("div");a(d,"display","box","width:42px;padding:0;"),c(e,"box-flex","1","width:10px;"),d.appendChild(e),g.appendChild(d);var f=e.offsetWidth===42;d.removeChild(e),g.removeChild(d);return f},r.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},r.canvastext=function(){return!!e.canvas&&!!C(b.createElement("canvas").getContext("2d").fillText,"function")},r.webgl=function(){return!!a.WebGLRenderingContext},r.touch=function(){return e.touch},r.geolocation=function(){return!!navigator.geolocation},r.postmessage=function(){return!!a.postMessage},r.websqldatabase=function(){var b=!!a.openDatabase;return b},r.indexedDB=function(){for(var b=-1,c=p.length;++b<c;)if(a[p[b].toLowerCase()+"IndexedDB"])return!0;return!!a.indexedDB},r.hashchange=function(){return w("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},r.history=function(){return!!a.history&&!!history.pushState},r.draganddrop=function(){return w("dragstart")&&w("drop")},r.websockets=function(){for(var b=-1,c=p.length;++b<c;)if(a[p[b]+"WebSocket"])return!0;return"WebSocket"in a},r.rgba=function(){A("background-color:rgba(150,255,150,.5)");return D(k.backgroundColor,"rgba")},r.hsla=function(){A("background-color:hsla(120,40%,100%,.5)");return D(k.backgroundColor,"rgba")||D(k.backgroundColor,"hsla")},r.multiplebgs=function(){A("background:url(https://),url(https://),red url(https://)");return/(url\s*\(.*?){3}/.test(k.background)},r.backgroundsize=function(){return F("backgroundSize")},r.borderimage=function(){return F("borderImage")},r.borderradius=function(){return F("borderRadius")},r.boxshadow=function(){return F("boxShadow")},r.textshadow=function(){return b.createElement("div").style.textShadow===""},r.opacity=function(){B("opacity:.55");return/^0.55$/.test(k.opacity)},r.cssanimations=function(){return F("animationName")},r.csscolumns=function(){return F("columnCount")},r.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";A((a+o.join(b+a)+o.join(c+a)).slice(0,-a.length));return D(k.backgroundImage,"gradient")},r.cssreflections=function(){return F("boxReflect")},r.csstransforms=function(){return!!E(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"])},r.csstransforms3d=function(){var a=!!E(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);a&&"webkitPerspective"in g.style&&(a=e.csstransforms3d);return a},r.csstransitions=function(){return F("transitionProperty")},r.fontface=function(){return e.fontface},r.generatedcontent=function(){return e.generatedcontent},r.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType){c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"');var d='video/mp4; codecs="avc1.42E01E';c.h264=a.canPlayType(d+'"')||a.canPlayType(d+', mp4a.40.2"'),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"')}}catch(e){}return c},r.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"'),c.mp3=a.canPlayType("audio/mpeg;"),c.wav=a.canPlayType('audio/wav; codecs="1"'),c.m4a=a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")}catch(d){}return c},r.localstorage=function(){try{return!!localStorage.getItem}catch(a){return!1}},r.sessionstorage=function(){try{return!!sessionStorage.getItem}catch(a){return!1}},r.webworkers=function(){return!!a.Worker},r.applicationcache=function(){return!!a.applicationCache},r.svg=function(){return!!b.createElementNS&&!!b.createElementNS(q.svg,"svg").createSVGRect},r.inlinesvg=function(){var a=b.createElement("div");a.innerHTML="<svg/>";return(a.firstChild&&a.firstChild.namespaceURI)==q.svg},r.smil=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"animate")))},r.svgclippaths=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"clipPath")))};for(var I in r)z(r,I)&&(x=I.toLowerCase(),e[x]=r[I](),u.push((e[x]?"":"no-")+x));e.input||H(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)z(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return;b=typeof b=="boolean"?b:!!b(),g.className+=" "+(b?"":"no-")+a,e[a]=b}return e},A(""),j=l=null,a.attachEvent&&function(){var a=b.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}()&&function(a,b){function s(a){var b=-1;while(++b<g)a.createElement(f[b])}a.iepp=a.iepp||{};var d=a.iepp,e=d.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",f=e.split("|"),g=f.length,h=new RegExp("(^|\\s)("+e+")","gi"),i=new RegExp("<(/*)("+e+")","gi"),j=/^\s*[\{\}]\s*$/,k=new RegExp("(^|[^\\n]*?\\s)("+e+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),l=b.createDocumentFragment(),m=b.documentElement,n=m.firstChild,o=b.createElement("body"),p=b.createElement("style"),q=/print|all/,r;d.getCSS=function(a,b){if(a+""===c)return"";var e=-1,f=a.length,g,h=[];while(++e<f){g=a[e];if(g.disabled)continue;b=g.media||b,q.test(b)&&h.push(d.getCSS(g.imports,b),g.cssText),b="all"}return h.join("")},d.parseCSS=function(a){var b=[],c;while((c=k.exec(a))!=null)b.push(((j.exec(c[1])?"\n":c[1])+c[2]+c[3]).replace(h,"$1.iepp_$2")+c[4]);return b.join("\n")},d.writeHTML=function(){var a=-1;r=r||b.body;while(++a<g){var c=b.getElementsByTagName(f[a]),d=c.length,e=-1;while(++e<d)c[e].className.indexOf("iepp_")<0&&(c[e].className+=" iepp_"+f[a])}l.appendChild(r),m.appendChild(o),o.className=r.className,o.id=r.id,o.innerHTML=r.innerHTML.replace(i,"<$1font")},d._beforePrint=function(){p.styleSheet.cssText=d.parseCSS(d.getCSS(b.styleSheets,"all")),d.writeHTML()},d.restoreHTML=function(){o.innerHTML="",m.removeChild(o),m.appendChild(r)},d._afterPrint=function(){d.restoreHTML(),p.styleSheet.cssText=""},s(b),s(l);d.disablePP||(n.insertBefore(p,n.firstChild),p.media="print",p.className="iepp-printshim",a.attachEvent("onbeforeprint",d._beforePrint),a.attachEvent("onafterprint",d._afterPrint))}(a,b),e._version=d,e._prefixes=o,e._domPrefixes=p,e.hasEvent=w,e.testProp=function(a){return E([a])},e.testAllProps=F,e.testStyles=v,g.className=g.className.replace(/\bno-js\b/,"")+(f?" js "+u.join(" "):"");return e}(this,this.document),function(a,b,c){function k(a){return!a||a=="loaded"||a=="complete"}function j(){var a=1,b=-1;while(p.length- ++b)if(p[b].s&&!(a=p[b].r))break;a&&g()}function i(a){var c=b.createElement("script"),d;c.src=a.s,c.onreadystatechange=c.onload=function(){!d&&k(c.readyState)&&(d=1,j(),c.onload=c.onreadystatechange=null)},m(function(){d||(d=1,j())},H.errorTimeout),a.e?c.onload():n.parentNode.insertBefore(c,n)}function h(a){var c=b.createElement("link"),d;c.href=a.s,c.rel="stylesheet",c.type="text/css";if(!a.e&&(w||r)){var e=function(a){m(function(){if(!d)try{a.sheet.cssRules.length?(d=1,j()):e(a)}catch(b){b.code==1e3||b.message=="security"||b.message=="denied"?(d=1,m(function(){j()},0)):e(a)}},0)};e(c)}else c.onload=function(){d||(d=1,m(function(){j()},0))},a.e&&c.onload();m(function(){d||(d=1,j())},H.errorTimeout),!a.e&&n.parentNode.insertBefore(c,n)}function g(){var a=p.shift();q=1,a?a.t?m(function(){a.t=="c"?h(a):i(a)},0):(a(),j()):q=0}function f(a,c,d,e,f,h){function i(){!o&&k(l.readyState)&&(r.r=o=1,!q&&j(),l.onload=l.onreadystatechange=null,m(function(){u.removeChild(l)},0))}var l=b.createElement(a),o=0,r={t:d,s:c,e:h};l.src=l.data=c,!s&&(l.style.display="none"),l.width=l.height="0",a!="object"&&(l.type=d),l.onload=l.onreadystatechange=i,a=="img"?l.onerror=i:a=="script"&&(l.onerror=function(){r.e=r.r=1,g()}),p.splice(e,0,r),u.insertBefore(l,s?null:n),m(function(){o||(u.removeChild(l),r.r=r.e=o=1,j())},H.errorTimeout)}function e(a,b,c){var d=b=="c"?z:y;q=0,b=b||"j",C(a)?f(d,a,b,this.i++,l,c):(p.splice(this.i++,0,a),p.length==1&&g());return this}function d(){var a=H;a.loader={load:e,i:0};return a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=r&&!s,u=s?l:n.parentNode,v=a.opera&&o.call(a.opera)=="[object Opera]",w="webkitAppearance"in l.style,x=w&&"async"in b.createElement("script"),y=r?"object":v||x?"img":"script",z=w?"img":y,A=Array.isArray||function(a){return o.call(a)=="[object Array]"},B=function(a){return Object(a)===a},C=function(a){return typeof a=="string"},D=function(a){return o.call(a)=="[object Function]"},E=[],F={},G,H;H=function(a){function f(a){var b=a.split("!"),c=E.length,d=b.pop(),e=b.length,f={url:d,origUrl:d,prefixes:b},g,h;for(h=0;h<e;h++)g=F[b[h]],g&&(f=g(f));for(h=0;h<c;h++)f=E[h](f);return f}function e(a,b,e,g,h){var i=f(a),j=i.autoCallback;if(!i.bypass){b&&(b=D(b)?b:b[a]||b[g]||b[a.split("/").pop().split("?")[0]]);if(i.instead)return i.instead(a,b,e,g,h);e.load(i.url,i.forceCSS||!i.forceJS&&/css$/.test(i.url)?"c":c,i.noexec),(D(b)||D(j))&&e.load(function(){d(),b&&b(i.origUrl,h,g),j&&j(i.origUrl,h,g)})}}function b(a,b){function c(a){if(C(a))e(a,h,b,0,d);else if(B(a))for(i in a)a.hasOwnProperty(i)&&e(a[i],h,b,i,d)}var d=!!a.test,f=d?a.yep:a.nope,g=a.load||a.both,h=a.callback,i;c(f),c(g),a.complete&&b.load(a.complete)}var g,h,i=this.yepnope.loader;if(C(a))e(a,0,i,0);else if(A(a))for(g=0;g<a.length;g++)h=a[g],C(h)?e(h,0,i,0):A(h)?H(h):B(h)&&b(h,i);else B(a)&&b(a,i)},H.addPrefix=function(a,b){F[a]=b},H.addFilter=function(a){E.push(a)},H.errorTimeout=1e4,b.readyState==null&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",G=function(){b.removeEventListener("DOMContentLoaded",G,0),b.readyState="complete"},0)),a.yepnope=d()}(this,this.document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))};
\ No newline at end of file diff --git a/backends/deckjs/deck.js/test/fixtures/empty.html b/backends/deckjs/deck.js/test/fixtures/empty.html new file mode 100644 index 00000000..cdadd2a4 --- /dev/null +++ b/backends/deckjs/deck.js/test/fixtures/empty.html @@ -0,0 +1,21 @@ +<div class="deck-container"> + <div aria-role="navigation"> + <a href="#" class="deck-prev-link">Previous</a> + <a href="#" class="deck-next-link">Next</a> + </div> + + <p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> + </p> + + <form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="number" name="slidenum" id="goto-slide" value=""> + <input type="submit" value="Go"> + </form> + + <a href="#" class="deck-permalink">#</a> + <a href="#custom-id" id="internal-test">Internal Test Link</a> +</div> diff --git a/backends/deckjs/deck.js/test/fixtures/nesteds.html b/backends/deckjs/deck.js/test/fixtures/nesteds.html new file mode 100644 index 00000000..c3fb7c35 --- /dev/null +++ b/backends/deckjs/deck.js/test/fixtures/nesteds.html @@ -0,0 +1,36 @@ +<div class="deck-container"> + <div class="slide toplevel"> + </div> + + <div class="slide toplevel"> + </div> + + <div class="slide root toplevel"> + <div class="slide"></div> + <div class="slide"></div> + <div class="slide"></div> + <div class="slide"> + <div class="slide"></div> + <div class="slide"></div> + <div class="slide"></div> + </div> + </div> + + <div class="slide toplevel" id="after"> + </div> + + <div class="slide toplevel"> + </div> + + <p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> + </p> + + <form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="number" name="slidenum" id="goto-slide" value=""> + <input type="submit" value="Go"> + </form> +</div> diff --git a/backends/deckjs/deck.js/test/fixtures/standard.html b/backends/deckjs/deck.js/test/fixtures/standard.html new file mode 100644 index 00000000..328ee7d3 --- /dev/null +++ b/backends/deckjs/deck.js/test/fixtures/standard.html @@ -0,0 +1,44 @@ +<div class="deck-container"> + <div class="slide slide1"></div> + + <div class="slide slide2" id="custom-id"></div> + + <div class="slide slide3"></div> + + <div class="slide slide4"></div> + + <div class="slide slide5"></div> + + <div aria-role="navigation"> + <a href="#" class="deck-prev-link">Previous</a> + <a href="#" class="deck-next-link">Next</a> + </div> + + <p class="deck-status" aria-role="status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> + </p> + + <form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="number" name="slidenum" id="goto-slide" value="" list="goto-datalist"> + <datalist id="goto-datalist"></datalist> + <input type="submit" value="Go"> + </form> + + <a href="#" class="deck-permalink">#</a> + <a href="#custom-id" id="internal-test">Internal Test Link</a> +</div> + +<div class="alt-container"> + <div class="alt-slide alt-slide1"><input></div> + + <div class="alt-slide alt-slide2"></div> + + <div class="alt-slide alt-slide3"></div> + + <div class="alt-slide alt-slide4"></div> + + <div class="alt-slide alt-slide5"></div> +</div> diff --git a/backends/deckjs/deck.js/test/index.html b/backends/deckjs/deck.js/test/index.html new file mode 100644 index 00000000..f8454e83 --- /dev/null +++ b/backends/deckjs/deck.js/test/index.html @@ -0,0 +1,37 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> + <title>deck.js - Jasmine Test Runner</title> + <link rel="stylesheet" type="text/css" href="lib/jasmine.css"> + <script type="text/javascript" src="../modernizr.custom.js"></script> + <script type="text/javascript" src="lib/jasmine.js"></script> + <script type="text/javascript" src="lib/jasmine-html.js"></script> + <script src="../jquery.min.js"></script> + <script type="text/javascript" src="lib/jasmine-jquery.js"></script> + + <!-- include source files here... --> + <script type="text/javascript" src="../core/deck.core.js"></script> + <script type="text/javascript" src="../extensions/menu/deck.menu.js"></script> + <script type="text/javascript" src="../extensions/goto/deck.goto.js"></script> + <script type="text/javascript" src="../extensions/status/deck.status.js"></script> + <script type="text/javascript" src="../extensions/navigation/deck.navigation.js"></script> + <script type="text/javascript" src="../extensions/scale/deck.scale.js"></script> + + <!-- include spec files here... --> + <script type="text/javascript" src="settings.js"></script> + <script type="text/javascript" src="spec.core.js"></script> + <script type="text/javascript" src="spec.menu.js"></script> + <script type="text/javascript" src="spec.goto.js"></script> + <script type="text/javascript" src="spec.navigation.js"></script> + <script type="text/javascript" src="spec.status.js"></script> + <script type="text/javascript" src="spec.scale.js"></script> +</head> + +<body> +<script type="text/javascript"> + jasmine.getEnv().addReporter(new jasmine.TrivialReporter()); + jasmine.getEnv().execute(); +</script> +</body> +</html> diff --git a/backends/deckjs/deck.js/test/lib/jasmine-html.js b/backends/deckjs/deck.js/test/lib/jasmine-html.js new file mode 100755 index 00000000..73834010 --- /dev/null +++ b/backends/deckjs/deck.js/test/lib/jasmine-html.js @@ -0,0 +1,190 @@ +jasmine.TrivialReporter = function(doc) { + this.document = doc || document; + this.suiteDivs = {}; + this.logRunningSpecs = false; +}; + +jasmine.TrivialReporter.prototype.createDom = function(type, attrs, childrenVarArgs) { + var el = document.createElement(type); + + for (var i = 2; i < arguments.length; i++) { + var child = arguments[i]; + + if (typeof child === 'string') { + el.appendChild(document.createTextNode(child)); + } else { + if (child) { el.appendChild(child); } + } + } + + for (var attr in attrs) { + if (attr == "className") { + el[attr] = attrs[attr]; + } else { + el.setAttribute(attr, attrs[attr]); + } + } + + return el; +}; + +jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) { + var showPassed, showSkipped; + + this.outerDiv = this.createDom('div', { className: 'jasmine_reporter' }, + this.createDom('div', { className: 'banner' }, + this.createDom('div', { className: 'logo' }, + this.createDom('span', { className: 'title' }, "Jasmine"), + this.createDom('span', { className: 'version' }, runner.env.versionString())), + this.createDom('div', { className: 'options' }, + "Show ", + showPassed = this.createDom('input', { id: "__jasmine_TrivialReporter_showPassed__", type: 'checkbox' }), + this.createDom('label', { "for": "__jasmine_TrivialReporter_showPassed__" }, " passed "), + showSkipped = this.createDom('input', { id: "__jasmine_TrivialReporter_showSkipped__", type: 'checkbox' }), + this.createDom('label', { "for": "__jasmine_TrivialReporter_showSkipped__" }, " skipped") + ) + ), + + this.runnerDiv = this.createDom('div', { className: 'runner running' }, + this.createDom('a', { className: 'run_spec', href: '?' }, "run all"), + this.runnerMessageSpan = this.createDom('span', {}, "Running..."), + this.finishedAtSpan = this.createDom('span', { className: 'finished-at' }, "")) + ); + + this.document.body.appendChild(this.outerDiv); + + var suites = runner.suites(); + for (var i = 0; i < suites.length; i++) { + var suite = suites[i]; + var suiteDiv = this.createDom('div', { className: 'suite' }, + this.createDom('a', { className: 'run_spec', href: '?spec=' + encodeURIComponent(suite.getFullName()) }, "run"), + this.createDom('a', { className: 'description', href: '?spec=' + encodeURIComponent(suite.getFullName()) }, suite.description)); + this.suiteDivs[suite.id] = suiteDiv; + var parentDiv = this.outerDiv; + if (suite.parentSuite) { + parentDiv = this.suiteDivs[suite.parentSuite.id]; + } + parentDiv.appendChild(suiteDiv); + } + + this.startedAt = new Date(); + + var self = this; + showPassed.onclick = function(evt) { + if (showPassed.checked) { + self.outerDiv.className += ' show-passed'; + } else { + self.outerDiv.className = self.outerDiv.className.replace(/ show-passed/, ''); + } + }; + + showSkipped.onclick = function(evt) { + if (showSkipped.checked) { + self.outerDiv.className += ' show-skipped'; + } else { + self.outerDiv.className = self.outerDiv.className.replace(/ show-skipped/, ''); + } + }; +}; + +jasmine.TrivialReporter.prototype.reportRunnerResults = function(runner) { + var results = runner.results(); + var className = (results.failedCount > 0) ? "runner failed" : "runner passed"; + this.runnerDiv.setAttribute("class", className); + //do it twice for IE + this.runnerDiv.setAttribute("className", className); + var specs = runner.specs(); + var specCount = 0; + for (var i = 0; i < specs.length; i++) { + if (this.specFilter(specs[i])) { + specCount++; + } + } + var message = "" + specCount + " spec" + (specCount == 1 ? "" : "s" ) + ", " + results.failedCount + " failure" + ((results.failedCount == 1) ? "" : "s"); + message += " in " + ((new Date().getTime() - this.startedAt.getTime()) / 1000) + "s"; + this.runnerMessageSpan.replaceChild(this.createDom('a', { className: 'description', href: '?'}, message), this.runnerMessageSpan.firstChild); + + this.finishedAtSpan.appendChild(document.createTextNode("Finished at " + new Date().toString())); +}; + +jasmine.TrivialReporter.prototype.reportSuiteResults = function(suite) { + var results = suite.results(); + var status = results.passed() ? 'passed' : 'failed'; + if (results.totalCount === 0) { // todo: change this to check results.skipped + status = 'skipped'; + } + this.suiteDivs[suite.id].className += " " + status; +}; + +jasmine.TrivialReporter.prototype.reportSpecStarting = function(spec) { + if (this.logRunningSpecs) { + this.log('>> Jasmine Running ' + spec.suite.description + ' ' + spec.description + '...'); + } +}; + +jasmine.TrivialReporter.prototype.reportSpecResults = function(spec) { + var results = spec.results(); + var status = results.passed() ? 'passed' : 'failed'; + if (results.skipped) { + status = 'skipped'; + } + var specDiv = this.createDom('div', { className: 'spec ' + status }, + this.createDom('a', { className: 'run_spec', href: '?spec=' + encodeURIComponent(spec.getFullName()) }, "run"), + this.createDom('a', { + className: 'description', + href: '?spec=' + encodeURIComponent(spec.getFullName()), + title: spec.getFullName() + }, spec.description)); + + + var resultItems = results.getItems(); + var messagesDiv = this.createDom('div', { className: 'messages' }); + for (var i = 0; i < resultItems.length; i++) { + var result = resultItems[i]; + + if (result.type == 'log') { + messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage log'}, result.toString())); + } else if (result.type == 'expect' && result.passed && !result.passed()) { + messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage fail'}, result.message)); + + if (result.trace.stack) { + messagesDiv.appendChild(this.createDom('div', {className: 'stackTrace'}, result.trace.stack)); + } + } + } + + if (messagesDiv.childNodes.length > 0) { + specDiv.appendChild(messagesDiv); + } + + this.suiteDivs[spec.suite.id].appendChild(specDiv); +}; + +jasmine.TrivialReporter.prototype.log = function() { + var console = jasmine.getGlobal().console; + if (console && console.log) { + if (console.log.apply) { + console.log.apply(console, arguments); + } else { + console.log(arguments); // ie fix: console.log.apply doesn't exist on ie + } + } +}; + +jasmine.TrivialReporter.prototype.getLocation = function() { + return this.document.location; +}; + +jasmine.TrivialReporter.prototype.specFilter = function(spec) { + var paramMap = {}; + var params = this.getLocation().search.substring(1).split('&'); + for (var i = 0; i < params.length; i++) { + var p = params[i].split('='); + paramMap[decodeURIComponent(p[0])] = decodeURIComponent(p[1]); + } + + if (!paramMap.spec) { + return true; + } + return spec.getFullName().indexOf(paramMap.spec) === 0; +}; diff --git a/backends/deckjs/deck.js/test/lib/jasmine-jquery.js b/backends/deckjs/deck.js/test/lib/jasmine-jquery.js new file mode 100755 index 00000000..4f7357df --- /dev/null +++ b/backends/deckjs/deck.js/test/lib/jasmine-jquery.js @@ -0,0 +1,288 @@ +var readFixtures = function() { + return jasmine.getFixtures().proxyCallTo_('read', arguments); +}; + +var preloadFixtures = function() { + jasmine.getFixtures().proxyCallTo_('preload', arguments); +}; + +var loadFixtures = function() { + jasmine.getFixtures().proxyCallTo_('load', arguments); +}; + +var setFixtures = function(html) { + jasmine.getFixtures().set(html); +}; + +var sandbox = function(attributes) { + return jasmine.getFixtures().sandbox(attributes); +}; + +var spyOnEvent = function(selector, eventName) { + jasmine.JQuery.events.spyOn(selector, eventName); +} + +jasmine.getFixtures = function() { + return jasmine.currentFixtures_ = jasmine.currentFixtures_ || new jasmine.Fixtures(); +}; + +jasmine.Fixtures = function() { + this.containerId = 'jasmine-fixtures'; + this.fixturesCache_ = {}; + this.fixturesPath = 'spec/javascripts/fixtures'; +}; + +jasmine.Fixtures.prototype.set = function(html) { + this.cleanUp(); + this.createContainer_(html); +}; + +jasmine.Fixtures.prototype.preload = function() { + this.read.apply(this, arguments); +}; + +jasmine.Fixtures.prototype.load = function() { + this.cleanUp(); + this.createContainer_(this.read.apply(this, arguments)); +}; + +jasmine.Fixtures.prototype.read = function() { + var htmlChunks = []; + + var fixtureUrls = arguments; + for(var urlCount = fixtureUrls.length, urlIndex = 0; urlIndex < urlCount; urlIndex++) { + htmlChunks.push(this.getFixtureHtml_(fixtureUrls[urlIndex])); + } + + return htmlChunks.join(''); +}; + +jasmine.Fixtures.prototype.clearCache = function() { + this.fixturesCache_ = {}; +}; + +jasmine.Fixtures.prototype.cleanUp = function() { + jQuery('#' + this.containerId).remove(); +}; + +jasmine.Fixtures.prototype.sandbox = function(attributes) { + var attributesToSet = attributes || {}; + return jQuery('<div id="sandbox" />').attr(attributesToSet); +}; + +jasmine.Fixtures.prototype.createContainer_ = function(html) { + var container; + if(html instanceof jQuery) { + container = jQuery('<div id="' + this.containerId + '" />'); + container.html(html); + } else { + container = '<div id="' + this.containerId + '">' + html + '</div>' + } + jQuery('body').append(container); +}; + +jasmine.Fixtures.prototype.getFixtureHtml_ = function(url) { + if (typeof this.fixturesCache_[url] == 'undefined') { + this.loadFixtureIntoCache_(url); + } + return this.fixturesCache_[url]; +}; + +jasmine.Fixtures.prototype.loadFixtureIntoCache_ = function(relativeUrl) { + var self = this; + var url = this.fixturesPath.match('/$') ? this.fixturesPath + relativeUrl : this.fixturesPath + '/' + relativeUrl; + jQuery.ajax({ + async: false, // must be synchronous to guarantee that no tests are run before fixture is loaded + cache: false, + dataType: 'html', + url: url, + success: function(data) { + self.fixturesCache_[relativeUrl] = data; + }, + error: function(jqXHR, status, errorThrown) { + throw Error('Fixture could not be loaded: ' + url + ' (status: ' + status + ', message: ' + errorThrown.message + ')'); + } + }); +}; + +jasmine.Fixtures.prototype.proxyCallTo_ = function(methodName, passedArguments) { + return this[methodName].apply(this, passedArguments); +}; + + +jasmine.JQuery = function() {}; + +jasmine.JQuery.browserTagCaseIndependentHtml = function(html) { + return jQuery('<div/>').append(html).html(); +}; + +jasmine.JQuery.elementToString = function(element) { + return jQuery('<div />').append(element.clone()).html(); +}; + +jasmine.JQuery.matchersClass = {}; + +(function(namespace) { + var data = { + spiedEvents: {}, + handlers: [] + }; + + namespace.events = { + spyOn: function(selector, eventName) { + var handler = function(e) { + data.spiedEvents[[selector, eventName]] = e; + }; + jQuery(selector).bind(eventName, handler); + data.handlers.push(handler); + }, + + wasTriggered: function(selector, eventName) { + return !!(data.spiedEvents[[selector, eventName]]); + }, + + cleanUp: function() { + data.spiedEvents = {}; + data.handlers = []; + } + } +})(jasmine.JQuery); + +(function(){ + var jQueryMatchers = { + toHaveClass: function(className) { + return this.actual.hasClass(className); + }, + + toBeVisible: function() { + return this.actual.is(':visible'); + }, + + toBeHidden: function() { + return this.actual.is(':hidden'); + }, + + toBeSelected: function() { + return this.actual.is(':selected'); + }, + + toBeChecked: function() { + return this.actual.is(':checked'); + }, + + toBeEmpty: function() { + return this.actual.is(':empty'); + }, + + toExist: function() { + return this.actual.size() > 0; + }, + + toHaveAttr: function(attributeName, expectedAttributeValue) { + return hasProperty(this.actual.attr(attributeName), expectedAttributeValue); + }, + + toHaveId: function(id) { + return this.actual.attr('id') == id; + }, + + toHaveHtml: function(html) { + return this.actual.html() == jasmine.JQuery.browserTagCaseIndependentHtml(html); + }, + + toHaveText: function(text) { + if (text && jQuery.isFunction(text.test)) { + return text.test(this.actual.text()); + } else { + return this.actual.text() == text; + } + }, + + toHaveValue: function(value) { + return this.actual.val() == value; + }, + + toHaveData: function(key, expectedValue) { + return hasProperty(this.actual.data(key), expectedValue); + }, + + toBe: function(selector) { + return this.actual.is(selector); + }, + + toContain: function(selector) { + return this.actual.find(selector).size() > 0; + }, + + toBeDisabled: function(selector){ + return this.actual.is(':disabled'); + }, + + // tests the existence of a specific event binding + toHandle: function(eventName) { + var events = this.actual.data("events"); + return events && events[eventName].length > 0; + }, + + // tests the existence of a specific event binding + handler + toHandleWith: function(eventName, eventHandler) { + var stack = this.actual.data("events")[eventName]; + var i; + for (i = 0; i < stack.length; i++) { + if (stack[i].handler == eventHandler) { + return true; + } + } + return false; + } + }; + + var hasProperty = function(actualValue, expectedValue) { + if (expectedValue === undefined) { + return actualValue !== undefined; + } + return actualValue == expectedValue; + }; + + var bindMatcher = function(methodName) { + var builtInMatcher = jasmine.Matchers.prototype[methodName]; + + jasmine.JQuery.matchersClass[methodName] = function() { + if (this.actual instanceof jQuery) { + var result = jQueryMatchers[methodName].apply(this, arguments); + this.actual = jasmine.JQuery.elementToString(this.actual); + return result; + } + + if (builtInMatcher) { + return builtInMatcher.apply(this, arguments); + } + + return false; + }; + }; + + for(var methodName in jQueryMatchers) { + bindMatcher(methodName); + } +})(); + +beforeEach(function() { + this.addMatchers(jasmine.JQuery.matchersClass); + this.addMatchers({ + toHaveBeenTriggeredOn: function(selector) { + this.message = function() { + return [ + "Expected event " + this.actual + " to have been triggered on" + selector, + "Expected event " + this.actual + " not to have been triggered on" + selector + ]; + }; + return jasmine.JQuery.events.wasTriggered(selector, this.actual); + } + }) +}); + +afterEach(function() { + jasmine.getFixtures().cleanUp(); + jasmine.JQuery.events.cleanUp(); +}); diff --git a/backends/deckjs/deck.js/test/lib/jasmine.css b/backends/deckjs/deck.js/test/lib/jasmine.css new file mode 100755 index 00000000..6583fe7c --- /dev/null +++ b/backends/deckjs/deck.js/test/lib/jasmine.css @@ -0,0 +1,166 @@ +body { + font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; +} + + +.jasmine_reporter a:visited, .jasmine_reporter a { + color: #303; +} + +.jasmine_reporter a:hover, .jasmine_reporter a:active { + color: blue; +} + +.run_spec { + float:right; + padding-right: 5px; + font-size: .8em; + text-decoration: none; +} + +.jasmine_reporter { + margin: 0 5px; +} + +.banner { + color: #303; + background-color: #fef; + padding: 5px; +} + +.logo { + float: left; + font-size: 1.1em; + padding-left: 5px; +} + +.logo .version { + font-size: .6em; + padding-left: 1em; +} + +.runner.running { + background-color: yellow; +} + + +.options { + text-align: right; + font-size: .8em; +} + + + + +.suite { + border: 1px outset gray; + margin: 5px 0; + padding-left: 1em; +} + +.suite .suite { + margin: 5px; +} + +.suite.passed { + background-color: #dfd; +} + +.suite.failed { + background-color: #fdd; +} + +.spec { + margin: 5px; + padding-left: 1em; + clear: both; +} + +.spec.failed, .spec.passed, .spec.skipped { + padding-bottom: 5px; + border: 1px solid gray; +} + +.spec.failed { + background-color: #fbb; + border-color: red; +} + +.spec.passed { + background-color: #bfb; + border-color: green; +} + +.spec.skipped { + background-color: #bbb; +} + +.messages { + border-left: 1px dashed gray; + padding-left: 1em; + padding-right: 1em; +} + +.passed { + background-color: #cfc; + display: none; +} + +.failed { + background-color: #fbb; +} + +.skipped { + color: #777; + background-color: #eee; + display: none; +} + + +/*.resultMessage {*/ + /*white-space: pre;*/ +/*}*/ + +.resultMessage span.result { + display: block; + line-height: 2em; + color: black; +} + +.resultMessage .mismatch { + color: black; +} + +.stackTrace { + white-space: pre; + font-size: .8em; + margin-left: 10px; + max-height: 5em; + overflow: auto; + border: 1px inset red; + padding: 1em; + background: #eef; +} + +.finished-at { + padding-left: 1em; + font-size: .6em; +} + +.show-passed .passed, +.show-skipped .skipped { + display: block; +} + + +#jasmine_content { + position:fixed; + right: 100%; +} + +.runner { + border: 1px solid gray; + display: block; + margin: 5px 0; + padding: 2px 0 2px 10px; +} diff --git a/backends/deckjs/deck.js/test/lib/jasmine.js b/backends/deckjs/deck.js/test/lib/jasmine.js new file mode 100755 index 00000000..e96e0a78 --- /dev/null +++ b/backends/deckjs/deck.js/test/lib/jasmine.js @@ -0,0 +1,2477 @@ +var isCommonJS = typeof window == "undefined"; + +/** + * Top level namespace for Jasmine, a lightweight JavaScript BDD/spec/testing framework. + * + * @namespace + */ +var jasmine = {}; +if (isCommonJS) exports.jasmine = jasmine; +/** + * @private + */ +jasmine.unimplementedMethod_ = function() { + throw new Error("unimplemented method"); +}; + +/** + * Use <code>jasmine.undefined</code> instead of <code>undefined</code>, since <code>undefined</code> is just + * a plain old variable and may be redefined by somebody else. + * + * @private + */ +jasmine.undefined = jasmine.___undefined___; + +/** + * Show diagnostic messages in the console if set to true + * + */ +jasmine.VERBOSE = false; + +/** + * Default interval in milliseconds for event loop yields (e.g. to allow network activity or to refresh the screen with the HTML-based runner). Small values here may result in slow test running. Zero means no updates until all tests have completed. + * + */ +jasmine.DEFAULT_UPDATE_INTERVAL = 250; + +/** + * Default timeout interval in milliseconds for waitsFor() blocks. + */ +jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000; + +jasmine.getGlobal = function() { + function getGlobal() { + return this; + } + + return getGlobal(); +}; + +/** + * Allows for bound functions to be compared. Internal use only. + * + * @ignore + * @private + * @param base {Object} bound 'this' for the function + * @param name {Function} function to find + */ +jasmine.bindOriginal_ = function(base, name) { + var original = base[name]; + if (original.apply) { + return function() { + return original.apply(base, arguments); + }; + } else { + // IE support + return jasmine.getGlobal()[name]; + } +}; + +jasmine.setTimeout = jasmine.bindOriginal_(jasmine.getGlobal(), 'setTimeout'); +jasmine.clearTimeout = jasmine.bindOriginal_(jasmine.getGlobal(), 'clearTimeout'); +jasmine.setInterval = jasmine.bindOriginal_(jasmine.getGlobal(), 'setInterval'); +jasmine.clearInterval = jasmine.bindOriginal_(jasmine.getGlobal(), 'clearInterval'); + +jasmine.MessageResult = function(values) { + this.type = 'log'; + this.values = values; + this.trace = new Error(); // todo: test better +}; + +jasmine.MessageResult.prototype.toString = function() { + var text = ""; + for (var i = 0; i < this.values.length; i++) { + if (i > 0) text += " "; + if (jasmine.isString_(this.values[i])) { + text += this.values[i]; + } else { + text += jasmine.pp(this.values[i]); + } + } + return text; +}; + +jasmine.ExpectationResult = function(params) { + this.type = 'expect'; + this.matcherName = params.matcherName; + this.passed_ = params.passed; + this.expected = params.expected; + this.actual = params.actual; + this.message = this.passed_ ? 'Passed.' : params.message; + + var trace = (params.trace || new Error(this.message)); + this.trace = this.passed_ ? '' : trace; +}; + +jasmine.ExpectationResult.prototype.toString = function () { + return this.message; +}; + +jasmine.ExpectationResult.prototype.passed = function () { + return this.passed_; +}; + +/** + * Getter for the Jasmine environment. Ensures one gets created + */ +jasmine.getEnv = function() { + var env = jasmine.currentEnv_ = jasmine.currentEnv_ || new jasmine.Env(); + return env; +}; + +/** + * @ignore + * @private + * @param value + * @returns {Boolean} + */ +jasmine.isArray_ = function(value) { + return jasmine.isA_("Array", value); +}; + +/** + * @ignore + * @private + * @param value + * @returns {Boolean} + */ +jasmine.isString_ = function(value) { + return jasmine.isA_("String", value); +}; + +/** + * @ignore + * @private + * @param value + * @returns {Boolean} + */ +jasmine.isNumber_ = function(value) { + return jasmine.isA_("Number", value); +}; + +/** + * @ignore + * @private + * @param {String} typeName + * @param value + * @returns {Boolean} + */ +jasmine.isA_ = function(typeName, value) { + return Object.prototype.toString.apply(value) === '[object ' + typeName + ']'; +}; + +/** + * Pretty printer for expecations. Takes any object and turns it into a human-readable string. + * + * @param value {Object} an object to be outputted + * @returns {String} + */ +jasmine.pp = function(value) { + var stringPrettyPrinter = new jasmine.StringPrettyPrinter(); + stringPrettyPrinter.format(value); + return stringPrettyPrinter.string; +}; + +/** + * Returns true if the object is a DOM Node. + * + * @param {Object} obj object to check + * @returns {Boolean} + */ +jasmine.isDomNode = function(obj) { + return obj.nodeType > 0; +}; + +/** + * Returns a matchable 'generic' object of the class type. For use in expecations of type when values don't matter. + * + * @example + * // don't care about which function is passed in, as long as it's a function + * expect(mySpy).toHaveBeenCalledWith(jasmine.any(Function)); + * + * @param {Class} clazz + * @returns matchable object of the type clazz + */ +jasmine.any = function(clazz) { + return new jasmine.Matchers.Any(clazz); +}; + +/** + * Jasmine Spies are test doubles that can act as stubs, spies, fakes or when used in an expecation, mocks. + * + * Spies should be created in test setup, before expectations. They can then be checked, using the standard Jasmine + * expectation syntax. Spies can be checked if they were called or not and what the calling params were. + * + * A Spy has the following fields: wasCalled, callCount, mostRecentCall, and argsForCall (see docs). + * + * Spies are torn down at the end of every spec. + * + * Note: Do <b>not</b> call new jasmine.Spy() directly - a spy must be created using spyOn, jasmine.createSpy or jasmine.createSpyObj. + * + * @example + * // a stub + * var myStub = jasmine.createSpy('myStub'); // can be used anywhere + * + * // spy example + * var foo = { + * not: function(bool) { return !bool; } + * } + * + * // actual foo.not will not be called, execution stops + * spyOn(foo, 'not'); + + // foo.not spied upon, execution will continue to implementation + * spyOn(foo, 'not').andCallThrough(); + * + * // fake example + * var foo = { + * not: function(bool) { return !bool; } + * } + * + * // foo.not(val) will return val + * spyOn(foo, 'not').andCallFake(function(value) {return value;}); + * + * // mock example + * foo.not(7 == 7); + * expect(foo.not).toHaveBeenCalled(); + * expect(foo.not).toHaveBeenCalledWith(true); + * + * @constructor + * @see spyOn, jasmine.createSpy, jasmine.createSpyObj + * @param {String} name + */ +jasmine.Spy = function(name) { + /** + * The name of the spy, if provided. + */ + this.identity = name || 'unknown'; + /** + * Is this Object a spy? + */ + this.isSpy = true; + /** + * The actual function this spy stubs. + */ + this.plan = function() { + }; + /** + * Tracking of the most recent call to the spy. + * @example + * var mySpy = jasmine.createSpy('foo'); + * mySpy(1, 2); + * mySpy.mostRecentCall.args = [1, 2]; + */ + this.mostRecentCall = {}; + + /** + * Holds arguments for each call to the spy, indexed by call count + * @example + * var mySpy = jasmine.createSpy('foo'); + * mySpy(1, 2); + * mySpy(7, 8); + * mySpy.mostRecentCall.args = [7, 8]; + * mySpy.argsForCall[0] = [1, 2]; + * mySpy.argsForCall[1] = [7, 8]; + */ + this.argsForCall = []; + this.calls = []; +}; + +/** + * Tells a spy to call through to the actual implemenatation. + * + * @example + * var foo = { + * bar: function() { // do some stuff } + * } + * + * // defining a spy on an existing property: foo.bar + * spyOn(foo, 'bar').andCallThrough(); + */ +jasmine.Spy.prototype.andCallThrough = function() { + this.plan = this.originalValue; + return this; +}; + +/** + * For setting the return value of a spy. + * + * @example + * // defining a spy from scratch: foo() returns 'baz' + * var foo = jasmine.createSpy('spy on foo').andReturn('baz'); + * + * // defining a spy on an existing property: foo.bar() returns 'baz' + * spyOn(foo, 'bar').andReturn('baz'); + * + * @param {Object} value + */ +jasmine.Spy.prototype.andReturn = function(value) { + this.plan = function() { + return value; + }; + return this; +}; + +/** + * For throwing an exception when a spy is called. + * + * @example + * // defining a spy from scratch: foo() throws an exception w/ message 'ouch' + * var foo = jasmine.createSpy('spy on foo').andThrow('baz'); + * + * // defining a spy on an existing property: foo.bar() throws an exception w/ message 'ouch' + * spyOn(foo, 'bar').andThrow('baz'); + * + * @param {String} exceptionMsg + */ +jasmine.Spy.prototype.andThrow = function(exceptionMsg) { + this.plan = function() { + throw exceptionMsg; + }; + return this; +}; + +/** + * Calls an alternate implementation when a spy is called. + * + * @example + * var baz = function() { + * // do some stuff, return something + * } + * // defining a spy from scratch: foo() calls the function baz + * var foo = jasmine.createSpy('spy on foo').andCall(baz); + * + * // defining a spy on an existing property: foo.bar() calls an anonymnous function + * spyOn(foo, 'bar').andCall(function() { return 'baz';} ); + * + * @param {Function} fakeFunc + */ +jasmine.Spy.prototype.andCallFake = function(fakeFunc) { + this.plan = fakeFunc; + return this; +}; + +/** + * Resets all of a spy's the tracking variables so that it can be used again. + * + * @example + * spyOn(foo, 'bar'); + * + * foo.bar(); + * + * expect(foo.bar.callCount).toEqual(1); + * + * foo.bar.reset(); + * + * expect(foo.bar.callCount).toEqual(0); + */ +jasmine.Spy.prototype.reset = function() { + this.wasCalled = false; + this.callCount = 0; + this.argsForCall = []; + this.calls = []; + this.mostRecentCall = {}; +}; + +jasmine.createSpy = function(name) { + + var spyObj = function() { + spyObj.wasCalled = true; + spyObj.callCount++; + var args = jasmine.util.argsToArray(arguments); + spyObj.mostRecentCall.object = this; + spyObj.mostRecentCall.args = args; + spyObj.argsForCall.push(args); + spyObj.calls.push({object: this, args: args}); + return spyObj.plan.apply(this, arguments); + }; + + var spy = new jasmine.Spy(name); + + for (var prop in spy) { + spyObj[prop] = spy[prop]; + } + + spyObj.reset(); + + return spyObj; +}; + +/** + * Determines whether an object is a spy. + * + * @param {jasmine.Spy|Object} putativeSpy + * @returns {Boolean} + */ +jasmine.isSpy = function(putativeSpy) { + return putativeSpy && putativeSpy.isSpy; +}; + +/** + * Creates a more complicated spy: an Object that has every property a function that is a spy. Used for stubbing something + * large in one call. + * + * @param {String} baseName name of spy class + * @param {Array} methodNames array of names of methods to make spies + */ +jasmine.createSpyObj = function(baseName, methodNames) { + if (!jasmine.isArray_(methodNames) || methodNames.length === 0) { + throw new Error('createSpyObj requires a non-empty array of method names to create spies for'); + } + var obj = {}; + for (var i = 0; i < methodNames.length; i++) { + obj[methodNames[i]] = jasmine.createSpy(baseName + '.' + methodNames[i]); + } + return obj; +}; + +/** + * All parameters are pretty-printed and concatenated together, then written to the current spec's output. + * + * Be careful not to leave calls to <code>jasmine.log</code> in production code. + */ +jasmine.log = function() { + var spec = jasmine.getEnv().currentSpec; + spec.log.apply(spec, arguments); +}; + +/** + * Function that installs a spy on an existing object's method name. Used within a Spec to create a spy. + * + * @example + * // spy example + * var foo = { + * not: function(bool) { return !bool; } + * } + * spyOn(foo, 'not'); // actual foo.not will not be called, execution stops + * + * @see jasmine.createSpy + * @param obj + * @param methodName + * @returns a Jasmine spy that can be chained with all spy methods + */ +var spyOn = function(obj, methodName) { + return jasmine.getEnv().currentSpec.spyOn(obj, methodName); +}; +if (isCommonJS) exports.spyOn = spyOn; + +/** + * Creates a Jasmine spec that will be added to the current suite. + * + * // TODO: pending tests + * + * @example + * it('should be true', function() { + * expect(true).toEqual(true); + * }); + * + * @param {String} desc description of this specification + * @param {Function} func defines the preconditions and expectations of the spec + */ +var it = function(desc, func) { + return jasmine.getEnv().it(desc, func); +}; +if (isCommonJS) exports.it = it; + +/** + * Creates a <em>disabled</em> Jasmine spec. + * + * A convenience method that allows existing specs to be disabled temporarily during development. + * + * @param {String} desc description of this specification + * @param {Function} func defines the preconditions and expectations of the spec + */ +var xit = function(desc, func) { + return jasmine.getEnv().xit(desc, func); +}; +if (isCommonJS) exports.xit = xit; + +/** + * Starts a chain for a Jasmine expectation. + * + * It is passed an Object that is the actual value and should chain to one of the many + * jasmine.Matchers functions. + * + * @param {Object} actual Actual value to test against and expected value + */ +var expect = function(actual) { + return jasmine.getEnv().currentSpec.expect(actual); +}; +if (isCommonJS) exports.expect = expect; + +/** + * Defines part of a jasmine spec. Used in cominbination with waits or waitsFor in asynchrnous specs. + * + * @param {Function} func Function that defines part of a jasmine spec. + */ +var runs = function(func) { + jasmine.getEnv().currentSpec.runs(func); +}; +if (isCommonJS) exports.runs = runs; + +/** + * Waits a fixed time period before moving to the next block. + * + * @deprecated Use waitsFor() instead + * @param {Number} timeout milliseconds to wait + */ +var waits = function(timeout) { + jasmine.getEnv().currentSpec.waits(timeout); +}; +if (isCommonJS) exports.waits = waits; + +/** + * Waits for the latchFunction to return true before proceeding to the next block. + * + * @param {Function} latchFunction + * @param {String} optional_timeoutMessage + * @param {Number} optional_timeout + */ +var waitsFor = function(latchFunction, optional_timeoutMessage, optional_timeout) { + jasmine.getEnv().currentSpec.waitsFor.apply(jasmine.getEnv().currentSpec, arguments); +}; +if (isCommonJS) exports.waitsFor = waitsFor; + +/** + * A function that is called before each spec in a suite. + * + * Used for spec setup, including validating assumptions. + * + * @param {Function} beforeEachFunction + */ +var beforeEach = function(beforeEachFunction) { + jasmine.getEnv().beforeEach(beforeEachFunction); +}; +if (isCommonJS) exports.beforeEach = beforeEach; + +/** + * A function that is called after each spec in a suite. + * + * Used for restoring any state that is hijacked during spec execution. + * + * @param {Function} afterEachFunction + */ +var afterEach = function(afterEachFunction) { + jasmine.getEnv().afterEach(afterEachFunction); +}; +if (isCommonJS) exports.afterEach = afterEach; + +/** + * Defines a suite of specifications. + * + * Stores the description and all defined specs in the Jasmine environment as one suite of specs. Variables declared + * are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization + * of setup in some tests. + * + * @example + * // TODO: a simple suite + * + * // TODO: a simple suite with a nested describe block + * + * @param {String} description A string, usually the class under test. + * @param {Function} specDefinitions function that defines several specs. + */ +var describe = function(description, specDefinitions) { + return jasmine.getEnv().describe(description, specDefinitions); +}; +if (isCommonJS) exports.describe = describe; + +/** + * Disables a suite of specifications. Used to disable some suites in a file, or files, temporarily during development. + * + * @param {String} description A string, usually the class under test. + * @param {Function} specDefinitions function that defines several specs. + */ +var xdescribe = function(description, specDefinitions) { + return jasmine.getEnv().xdescribe(description, specDefinitions); +}; +if (isCommonJS) exports.xdescribe = xdescribe; + + +// Provide the XMLHttpRequest class for IE 5.x-6.x: +jasmine.XmlHttpRequest = (typeof XMLHttpRequest == "undefined") ? function() { + function tryIt(f) { + try { + return f(); + } catch(e) { + } + return null; + } + + var xhr = tryIt(function() { + return new ActiveXObject("Msxml2.XMLHTTP.6.0"); + }) || + tryIt(function() { + return new ActiveXObject("Msxml2.XMLHTTP.3.0"); + }) || + tryIt(function() { + return new ActiveXObject("Msxml2.XMLHTTP"); + }) || + tryIt(function() { + return new ActiveXObject("Microsoft.XMLHTTP"); + }); + + if (!xhr) throw new Error("This browser does not support XMLHttpRequest."); + + return xhr; +} : XMLHttpRequest; +/** + * @namespace + */ +jasmine.util = {}; + +/** + * Declare that a child class inherit it's prototype from the parent class. + * + * @private + * @param {Function} childClass + * @param {Function} parentClass + */ +jasmine.util.inherit = function(childClass, parentClass) { + /** + * @private + */ + var subclass = function() { + }; + subclass.prototype = parentClass.prototype; + childClass.prototype = new subclass(); +}; + +jasmine.util.formatException = function(e) { + var lineNumber; + if (e.line) { + lineNumber = e.line; + } + else if (e.lineNumber) { + lineNumber = e.lineNumber; + } + + var file; + + if (e.sourceURL) { + file = e.sourceURL; + } + else if (e.fileName) { + file = e.fileName; + } + + var message = (e.name && e.message) ? (e.name + ': ' + e.message) : e.toString(); + + if (file && lineNumber) { + message += ' in ' + file + ' (line ' + lineNumber + ')'; + } + + return message; +}; + +jasmine.util.htmlEscape = function(str) { + if (!str) return str; + return str.replace(/&/g, '&') + .replace(/</g, '<') + .replace(/>/g, '>'); +}; + +jasmine.util.argsToArray = function(args) { + var arrayOfArgs = []; + for (var i = 0; i < args.length; i++) arrayOfArgs.push(args[i]); + return arrayOfArgs; +}; + +jasmine.util.extend = function(destination, source) { + for (var property in source) destination[property] = source[property]; + return destination; +}; + +/** + * Environment for Jasmine + * + * @constructor + */ +jasmine.Env = function() { + this.currentSpec = null; + this.currentSuite = null; + this.currentRunner_ = new jasmine.Runner(this); + + this.reporter = new jasmine.MultiReporter(); + + this.updateInterval = jasmine.DEFAULT_UPDATE_INTERVAL; + this.defaultTimeoutInterval = jasmine.DEFAULT_TIMEOUT_INTERVAL; + this.lastUpdate = 0; + this.specFilter = function() { + return true; + }; + + this.nextSpecId_ = 0; + this.nextSuiteId_ = 0; + this.equalityTesters_ = []; + + // wrap matchers + this.matchersClass = function() { + jasmine.Matchers.apply(this, arguments); + }; + jasmine.util.inherit(this.matchersClass, jasmine.Matchers); + + jasmine.Matchers.wrapInto_(jasmine.Matchers.prototype, this.matchersClass); +}; + + +jasmine.Env.prototype.setTimeout = jasmine.setTimeout; +jasmine.Env.prototype.clearTimeout = jasmine.clearTimeout; +jasmine.Env.prototype.setInterval = jasmine.setInterval; +jasmine.Env.prototype.clearInterval = jasmine.clearInterval; + +/** + * @returns an object containing jasmine version build info, if set. + */ +jasmine.Env.prototype.version = function () { + if (jasmine.version_) { + return jasmine.version_; + } else { + throw new Error('Version not set'); + } +}; + +/** + * @returns string containing jasmine version build info, if set. + */ +jasmine.Env.prototype.versionString = function() { + if (!jasmine.version_) { + return "version unknown"; + } + + var version = this.version(); + var versionString = version.major + "." + version.minor + "." + version.build; + if (version.release_candidate) { + versionString += ".rc" + version.release_candidate + } + versionString += " revision " + version.revision; + return versionString; +}; + +/** + * @returns a sequential integer starting at 0 + */ +jasmine.Env.prototype.nextSpecId = function () { + return this.nextSpecId_++; +}; + +/** + * @returns a sequential integer starting at 0 + */ +jasmine.Env.prototype.nextSuiteId = function () { + return this.nextSuiteId_++; +}; + +/** + * Register a reporter to receive status updates from Jasmine. + * @param {jasmine.Reporter} reporter An object which will receive status updates. + */ +jasmine.Env.prototype.addReporter = function(reporter) { + this.reporter.addReporter(reporter); +}; + +jasmine.Env.prototype.execute = function() { + this.currentRunner_.execute(); +}; + +jasmine.Env.prototype.describe = function(description, specDefinitions) { + var suite = new jasmine.Suite(this, description, specDefinitions, this.currentSuite); + + var parentSuite = this.currentSuite; + if (parentSuite) { + parentSuite.add(suite); + } else { + this.currentRunner_.add(suite); + } + + this.currentSuite = suite; + + var declarationError = null; + try { + specDefinitions.call(suite); + } catch(e) { + declarationError = e; + } + + if (declarationError) { + this.it("encountered a declaration exception", function() { + throw declarationError; + }); + } + + this.currentSuite = parentSuite; + + return suite; +}; + +jasmine.Env.prototype.beforeEach = function(beforeEachFunction) { + if (this.currentSuite) { + this.currentSuite.beforeEach(beforeEachFunction); + } else { + this.currentRunner_.beforeEach(beforeEachFunction); + } +}; + +jasmine.Env.prototype.currentRunner = function () { + return this.currentRunner_; +}; + +jasmine.Env.prototype.afterEach = function(afterEachFunction) { + if (this.currentSuite) { + this.currentSuite.afterEach(afterEachFunction); + } else { + this.currentRunner_.afterEach(afterEachFunction); + } + +}; + +jasmine.Env.prototype.xdescribe = function(desc, specDefinitions) { + return { + execute: function() { + } + }; +}; + +jasmine.Env.prototype.it = function(description, func) { + var spec = new jasmine.Spec(this, this.currentSuite, description); + this.currentSuite.add(spec); + this.currentSpec = spec; + + if (func) { + spec.runs(func); + } + + return spec; +}; + +jasmine.Env.prototype.xit = function(desc, func) { + return { + id: this.nextSpecId(), + runs: function() { + } + }; +}; + +jasmine.Env.prototype.compareObjects_ = function(a, b, mismatchKeys, mismatchValues) { + if (a.__Jasmine_been_here_before__ === b && b.__Jasmine_been_here_before__ === a) { + return true; + } + + a.__Jasmine_been_here_before__ = b; + b.__Jasmine_been_here_before__ = a; + + var hasKey = function(obj, keyName) { + return obj !== null && obj[keyName] !== jasmine.undefined; + }; + + for (var property in b) { + if (!hasKey(a, property) && hasKey(b, property)) { + mismatchKeys.push("expected has key '" + property + "', but missing from actual."); + } + } + for (property in a) { + if (!hasKey(b, property) && hasKey(a, property)) { + mismatchKeys.push("expected missing key '" + property + "', but present in actual."); + } + } + for (property in b) { + if (property == '__Jasmine_been_here_before__') continue; + if (!this.equals_(a[property], b[property], mismatchKeys, mismatchValues)) { + mismatchValues.push("'" + property + "' was '" + (b[property] ? jasmine.util.htmlEscape(b[property].toString()) : b[property]) + "' in expected, but was '" + (a[property] ? jasmine.util.htmlEscape(a[property].toString()) : a[property]) + "' in actual."); + } + } + + if (jasmine.isArray_(a) && jasmine.isArray_(b) && a.length != b.length) { + mismatchValues.push("arrays were not the same length"); + } + + delete a.__Jasmine_been_here_before__; + delete b.__Jasmine_been_here_before__; + return (mismatchKeys.length === 0 && mismatchValues.length === 0); +}; + +jasmine.Env.prototype.equals_ = function(a, b, mismatchKeys, mismatchValues) { + mismatchKeys = mismatchKeys || []; + mismatchValues = mismatchValues || []; + + for (var i = 0; i < this.equalityTesters_.length; i++) { + var equalityTester = this.equalityTesters_[i]; + var result = equalityTester(a, b, this, mismatchKeys, mismatchValues); + if (result !== jasmine.undefined) return result; + } + + if (a === b) return true; + + if (a === jasmine.undefined || a === null || b === jasmine.undefined || b === null) { + return (a == jasmine.undefined && b == jasmine.undefined); + } + + if (jasmine.isDomNode(a) && jasmine.isDomNode(b)) { + return a === b; + } + + if (a instanceof Date && b instanceof Date) { + return a.getTime() == b.getTime(); + } + + if (a instanceof jasmine.Matchers.Any) { + return a.matches(b); + } + + if (b instanceof jasmine.Matchers.Any) { + return b.matches(a); + } + + if (jasmine.isString_(a) && jasmine.isString_(b)) { + return (a == b); + } + + if (jasmine.isNumber_(a) && jasmine.isNumber_(b)) { + return (a == b); + } + + if (typeof a === "object" && typeof b === "object") { + return this.compareObjects_(a, b, mismatchKeys, mismatchValues); + } + + //Straight check + return (a === b); +}; + +jasmine.Env.prototype.contains_ = function(haystack, needle) { + if (jasmine.isArray_(haystack)) { + for (var i = 0; i < haystack.length; i++) { + if (this.equals_(haystack[i], needle)) return true; + } + return false; + } + return haystack.indexOf(needle) >= 0; +}; + +jasmine.Env.prototype.addEqualityTester = function(equalityTester) { + this.equalityTesters_.push(equalityTester); +}; +/** No-op base class for Jasmine reporters. + * + * @constructor + */ +jasmine.Reporter = function() { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.reportRunnerStarting = function(runner) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.reportRunnerResults = function(runner) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.reportSuiteResults = function(suite) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.reportSpecStarting = function(spec) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.reportSpecResults = function(spec) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.Reporter.prototype.log = function(str) { +}; + +/** + * Blocks are functions with executable code that make up a spec. + * + * @constructor + * @param {jasmine.Env} env + * @param {Function} func + * @param {jasmine.Spec} spec + */ +jasmine.Block = function(env, func, spec) { + this.env = env; + this.func = func; + this.spec = spec; +}; + +jasmine.Block.prototype.execute = function(onComplete) { + try { + this.func.apply(this.spec); + } catch (e) { + this.spec.fail(e); + } + onComplete(); +}; +/** JavaScript API reporter. + * + * @constructor + */ +jasmine.JsApiReporter = function() { + this.started = false; + this.finished = false; + this.suites_ = []; + this.results_ = {}; +}; + +jasmine.JsApiReporter.prototype.reportRunnerStarting = function(runner) { + this.started = true; + var suites = runner.topLevelSuites(); + for (var i = 0; i < suites.length; i++) { + var suite = suites[i]; + this.suites_.push(this.summarize_(suite)); + } +}; + +jasmine.JsApiReporter.prototype.suites = function() { + return this.suites_; +}; + +jasmine.JsApiReporter.prototype.summarize_ = function(suiteOrSpec) { + var isSuite = suiteOrSpec instanceof jasmine.Suite; + var summary = { + id: suiteOrSpec.id, + name: suiteOrSpec.description, + type: isSuite ? 'suite' : 'spec', + children: [] + }; + + if (isSuite) { + var children = suiteOrSpec.children(); + for (var i = 0; i < children.length; i++) { + summary.children.push(this.summarize_(children[i])); + } + } + return summary; +}; + +jasmine.JsApiReporter.prototype.results = function() { + return this.results_; +}; + +jasmine.JsApiReporter.prototype.resultsForSpec = function(specId) { + return this.results_[specId]; +}; + +//noinspection JSUnusedLocalSymbols +jasmine.JsApiReporter.prototype.reportRunnerResults = function(runner) { + this.finished = true; +}; + +//noinspection JSUnusedLocalSymbols +jasmine.JsApiReporter.prototype.reportSuiteResults = function(suite) { +}; + +//noinspection JSUnusedLocalSymbols +jasmine.JsApiReporter.prototype.reportSpecResults = function(spec) { + this.results_[spec.id] = { + messages: spec.results().getItems(), + result: spec.results().failedCount > 0 ? "failed" : "passed" + }; +}; + +//noinspection JSUnusedLocalSymbols +jasmine.JsApiReporter.prototype.log = function(str) { +}; + +jasmine.JsApiReporter.prototype.resultsForSpecs = function(specIds){ + var results = {}; + for (var i = 0; i < specIds.length; i++) { + var specId = specIds[i]; + results[specId] = this.summarizeResult_(this.results_[specId]); + } + return results; +}; + +jasmine.JsApiReporter.prototype.summarizeResult_ = function(result){ + var summaryMessages = []; + var messagesLength = result.messages.length; + for (var messageIndex = 0; messageIndex < messagesLength; messageIndex++) { + var resultMessage = result.messages[messageIndex]; + summaryMessages.push({ + text: resultMessage.type == 'log' ? resultMessage.toString() : jasmine.undefined, + passed: resultMessage.passed ? resultMessage.passed() : true, + type: resultMessage.type, + message: resultMessage.message, + trace: { + stack: resultMessage.passed && !resultMessage.passed() ? resultMessage.trace.stack : jasmine.undefined + } + }); + } + + return { + result : result.result, + messages : summaryMessages + }; +}; + +/** + * @constructor + * @param {jasmine.Env} env + * @param actual + * @param {jasmine.Spec} spec + */ +jasmine.Matchers = function(env, actual, spec, opt_isNot) { + this.env = env; + this.actual = actual; + this.spec = spec; + this.isNot = opt_isNot || false; + this.reportWasCalled_ = false; +}; + +// todo: @deprecated as of Jasmine 0.11, remove soon [xw] +jasmine.Matchers.pp = function(str) { + throw new Error("jasmine.Matchers.pp() is no longer supported, please use jasmine.pp() instead!"); +}; + +// todo: @deprecated Deprecated as of Jasmine 0.10. Rewrite your custom matchers to return true or false. [xw] +jasmine.Matchers.prototype.report = function(result, failing_message, details) { + throw new Error("As of jasmine 0.11, custom matchers must be implemented differently -- please see jasmine docs"); +}; + +jasmine.Matchers.wrapInto_ = function(prototype, matchersClass) { + for (var methodName in prototype) { + if (methodName == 'report') continue; + var orig = prototype[methodName]; + matchersClass.prototype[methodName] = jasmine.Matchers.matcherFn_(methodName, orig); + } +}; + +jasmine.Matchers.matcherFn_ = function(matcherName, matcherFunction) { + return function() { + var matcherArgs = jasmine.util.argsToArray(arguments); + var result = matcherFunction.apply(this, arguments); + + if (this.isNot) { + result = !result; + } + + if (this.reportWasCalled_) return result; + + var message; + if (!result) { + if (this.message) { + message = this.message.apply(this, arguments); + if (jasmine.isArray_(message)) { + message = message[this.isNot ? 1 : 0]; + } + } else { + var englishyPredicate = matcherName.replace(/[A-Z]/g, function(s) { return ' ' + s.toLowerCase(); }); + message = "Expected " + jasmine.pp(this.actual) + (this.isNot ? " not " : " ") + englishyPredicate; + if (matcherArgs.length > 0) { + for (var i = 0; i < matcherArgs.length; i++) { + if (i > 0) message += ","; + message += " " + jasmine.pp(matcherArgs[i]); + } + } + message += "."; + } + } + var expectationResult = new jasmine.ExpectationResult({ + matcherName: matcherName, + passed: result, + expected: matcherArgs.length > 1 ? matcherArgs : matcherArgs[0], + actual: this.actual, + message: message + }); + this.spec.addMatcherResult(expectationResult); + return jasmine.undefined; + }; +}; + + + + +/** + * toBe: compares the actual to the expected using === + * @param expected + */ +jasmine.Matchers.prototype.toBe = function(expected) { + return this.actual === expected; +}; + +/** + * toNotBe: compares the actual to the expected using !== + * @param expected + * @deprecated as of 1.0. Use not.toBe() instead. + */ +jasmine.Matchers.prototype.toNotBe = function(expected) { + return this.actual !== expected; +}; + +/** + * toEqual: compares the actual to the expected using common sense equality. Handles Objects, Arrays, etc. + * + * @param expected + */ +jasmine.Matchers.prototype.toEqual = function(expected) { + return this.env.equals_(this.actual, expected); +}; + +/** + * toNotEqual: compares the actual to the expected using the ! of jasmine.Matchers.toEqual + * @param expected + * @deprecated as of 1.0. Use not.toNotEqual() instead. + */ +jasmine.Matchers.prototype.toNotEqual = function(expected) { + return !this.env.equals_(this.actual, expected); +}; + +/** + * Matcher that compares the actual to the expected using a regular expression. Constructs a RegExp, so takes + * a pattern or a String. + * + * @param expected + */ +jasmine.Matchers.prototype.toMatch = function(expected) { + return new RegExp(expected).test(this.actual); +}; + +/** + * Matcher that compares the actual to the expected using the boolean inverse of jasmine.Matchers.toMatch + * @param expected + * @deprecated as of 1.0. Use not.toMatch() instead. + */ +jasmine.Matchers.prototype.toNotMatch = function(expected) { + return !(new RegExp(expected).test(this.actual)); +}; + +/** + * Matcher that compares the actual to jasmine.undefined. + */ +jasmine.Matchers.prototype.toBeDefined = function() { + return (this.actual !== jasmine.undefined); +}; + +/** + * Matcher that compares the actual to jasmine.undefined. + */ +jasmine.Matchers.prototype.toBeUndefined = function() { + return (this.actual === jasmine.undefined); +}; + +/** + * Matcher that compares the actual to null. + */ +jasmine.Matchers.prototype.toBeNull = function() { + return (this.actual === null); +}; + +/** + * Matcher that boolean not-nots the actual. + */ +jasmine.Matchers.prototype.toBeTruthy = function() { + return !!this.actual; +}; + + +/** + * Matcher that boolean nots the actual. + */ +jasmine.Matchers.prototype.toBeFalsy = function() { + return !this.actual; +}; + + +/** + * Matcher that checks to see if the actual, a Jasmine spy, was called. + */ +jasmine.Matchers.prototype.toHaveBeenCalled = function() { + if (arguments.length > 0) { + throw new Error('toHaveBeenCalled does not take arguments, use toHaveBeenCalledWith'); + } + + if (!jasmine.isSpy(this.actual)) { + throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.'); + } + + this.message = function() { + return [ + "Expected spy " + this.actual.identity + " to have been called.", + "Expected spy " + this.actual.identity + " not to have been called." + ]; + }; + + return this.actual.wasCalled; +}; + +/** @deprecated Use expect(xxx).toHaveBeenCalled() instead */ +jasmine.Matchers.prototype.wasCalled = jasmine.Matchers.prototype.toHaveBeenCalled; + +/** + * Matcher that checks to see if the actual, a Jasmine spy, was not called. + * + * @deprecated Use expect(xxx).not.toHaveBeenCalled() instead + */ +jasmine.Matchers.prototype.wasNotCalled = function() { + if (arguments.length > 0) { + throw new Error('wasNotCalled does not take arguments'); + } + + if (!jasmine.isSpy(this.actual)) { + throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.'); + } + + this.message = function() { + return [ + "Expected spy " + this.actual.identity + " to not have been called.", + "Expected spy " + this.actual.identity + " to have been called." + ]; + }; + + return !this.actual.wasCalled; +}; + +/** + * Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters. + * + * @example + * + */ +jasmine.Matchers.prototype.toHaveBeenCalledWith = function() { + var expectedArgs = jasmine.util.argsToArray(arguments); + if (!jasmine.isSpy(this.actual)) { + throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.'); + } + this.message = function() { + if (this.actual.callCount === 0) { + // todo: what should the failure message for .not.toHaveBeenCalledWith() be? is this right? test better. [xw] + return [ + "Expected spy " + this.actual.identity + " to have been called with " + jasmine.pp(expectedArgs) + " but it was never called.", + "Expected spy " + this.actual.identity + " not to have been called with " + jasmine.pp(expectedArgs) + " but it was." + ]; + } else { + return [ + "Expected spy " + this.actual.identity + " to have been called with " + jasmine.pp(expectedArgs) + " but was called with " + jasmine.pp(this.actual.argsForCall), + "Expected spy " + this.actual.identity + " not to have been called with " + jasmine.pp(expectedArgs) + " but was called with " + jasmine.pp(this.actual.argsForCall) + ]; + } + }; + + return this.env.contains_(this.actual.argsForCall, expectedArgs); +}; + +/** @deprecated Use expect(xxx).toHaveBeenCalledWith() instead */ +jasmine.Matchers.prototype.wasCalledWith = jasmine.Matchers.prototype.toHaveBeenCalledWith; + +/** @deprecated Use expect(xxx).not.toHaveBeenCalledWith() instead */ +jasmine.Matchers.prototype.wasNotCalledWith = function() { + var expectedArgs = jasmine.util.argsToArray(arguments); + if (!jasmine.isSpy(this.actual)) { + throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.'); + } + + this.message = function() { + return [ + "Expected spy not to have been called with " + jasmine.pp(expectedArgs) + " but it was", + "Expected spy to have been called with " + jasmine.pp(expectedArgs) + " but it was" + ]; + }; + + return !this.env.contains_(this.actual.argsForCall, expectedArgs); +}; + +/** + * Matcher that checks that the expected item is an element in the actual Array. + * + * @param {Object} expected + */ +jasmine.Matchers.prototype.toContain = function(expected) { + return this.env.contains_(this.actual, expected); +}; + +/** + * Matcher that checks that the expected item is NOT an element in the actual Array. + * + * @param {Object} expected + * @deprecated as of 1.0. Use not.toNotContain() instead. + */ +jasmine.Matchers.prototype.toNotContain = function(expected) { + return !this.env.contains_(this.actual, expected); +}; + +jasmine.Matchers.prototype.toBeLessThan = function(expected) { + return this.actual < expected; +}; + +jasmine.Matchers.prototype.toBeGreaterThan = function(expected) { + return this.actual > expected; +}; + +/** + * Matcher that checks that the expected item is equal to the actual item + * up to a given level of decimal precision (default 2). + * + * @param {Number} expected + * @param {Number} precision + */ +jasmine.Matchers.prototype.toBeCloseTo = function(expected, precision) { + if (!(precision === 0)) { + precision = precision || 2; + } + var multiplier = Math.pow(10, precision); + var actual = Math.round(this.actual * multiplier); + expected = Math.round(expected * multiplier); + return expected == actual; +}; + +/** + * Matcher that checks that the expected exception was thrown by the actual. + * + * @param {String} expected + */ +jasmine.Matchers.prototype.toThrow = function(expected) { + var result = false; + var exception; + if (typeof this.actual != 'function') { + throw new Error('Actual is not a function'); + } + try { + this.actual(); + } catch (e) { + exception = e; + } + if (exception) { + result = (expected === jasmine.undefined || this.env.equals_(exception.message || exception, expected.message || expected)); + } + + var not = this.isNot ? "not " : ""; + + this.message = function() { + if (exception && (expected === jasmine.undefined || !this.env.equals_(exception.message || exception, expected.message || expected))) { + return ["Expected function " + not + "to throw", expected ? expected.message || expected : "an exception", ", but it threw", exception.message || exception].join(' '); + } else { + return "Expected function to throw an exception."; + } + }; + + return result; +}; + +jasmine.Matchers.Any = function(expectedClass) { + this.expectedClass = expectedClass; +}; + +jasmine.Matchers.Any.prototype.matches = function(other) { + if (this.expectedClass == String) { + return typeof other == 'string' || other instanceof String; + } + + if (this.expectedClass == Number) { + return typeof other == 'number' || other instanceof Number; + } + + if (this.expectedClass == Function) { + return typeof other == 'function' || other instanceof Function; + } + + if (this.expectedClass == Object) { + return typeof other == 'object'; + } + + return other instanceof this.expectedClass; +}; + +jasmine.Matchers.Any.prototype.toString = function() { + return '<jasmine.any(' + this.expectedClass + ')>'; +}; + +/** + * @constructor + */ +jasmine.MultiReporter = function() { + this.subReporters_ = []; +}; +jasmine.util.inherit(jasmine.MultiReporter, jasmine.Reporter); + +jasmine.MultiReporter.prototype.addReporter = function(reporter) { + this.subReporters_.push(reporter); +}; + +(function() { + var functionNames = [ + "reportRunnerStarting", + "reportRunnerResults", + "reportSuiteResults", + "reportSpecStarting", + "reportSpecResults", + "log" + ]; + for (var i = 0; i < functionNames.length; i++) { + var functionName = functionNames[i]; + jasmine.MultiReporter.prototype[functionName] = (function(functionName) { + return function() { + for (var j = 0; j < this.subReporters_.length; j++) { + var subReporter = this.subReporters_[j]; + if (subReporter[functionName]) { + subReporter[functionName].apply(subReporter, arguments); + } + } + }; + })(functionName); + } +})(); +/** + * Holds results for a set of Jasmine spec. Allows for the results array to hold another jasmine.NestedResults + * + * @constructor + */ +jasmine.NestedResults = function() { + /** + * The total count of results + */ + this.totalCount = 0; + /** + * Number of passed results + */ + this.passedCount = 0; + /** + * Number of failed results + */ + this.failedCount = 0; + /** + * Was this suite/spec skipped? + */ + this.skipped = false; + /** + * @ignore + */ + this.items_ = []; +}; + +/** + * Roll up the result counts. + * + * @param result + */ +jasmine.NestedResults.prototype.rollupCounts = function(result) { + this.totalCount += result.totalCount; + this.passedCount += result.passedCount; + this.failedCount += result.failedCount; +}; + +/** + * Adds a log message. + * @param values Array of message parts which will be concatenated later. + */ +jasmine.NestedResults.prototype.log = function(values) { + this.items_.push(new jasmine.MessageResult(values)); +}; + +/** + * Getter for the results: message & results. + */ +jasmine.NestedResults.prototype.getItems = function() { + return this.items_; +}; + +/** + * Adds a result, tracking counts (total, passed, & failed) + * @param {jasmine.ExpectationResult|jasmine.NestedResults} result + */ +jasmine.NestedResults.prototype.addResult = function(result) { + if (result.type != 'log') { + if (result.items_) { + this.rollupCounts(result); + } else { + this.totalCount++; + if (result.passed()) { + this.passedCount++; + } else { + this.failedCount++; + } + } + } + this.items_.push(result); +}; + +/** + * @returns {Boolean} True if <b>everything</b> below passed + */ +jasmine.NestedResults.prototype.passed = function() { + return this.passedCount === this.totalCount; +}; +/** + * Base class for pretty printing for expectation results. + */ +jasmine.PrettyPrinter = function() { + this.ppNestLevel_ = 0; +}; + +/** + * Formats a value in a nice, human-readable string. + * + * @param value + */ +jasmine.PrettyPrinter.prototype.format = function(value) { + if (this.ppNestLevel_ > 40) { + throw new Error('jasmine.PrettyPrinter: format() nested too deeply!'); + } + + this.ppNestLevel_++; + try { + if (value === jasmine.undefined) { + this.emitScalar('undefined'); + } else if (value === null) { + this.emitScalar('null'); + } else if (value === jasmine.getGlobal()) { + this.emitScalar('<global>'); + } else if (value instanceof jasmine.Matchers.Any) { + this.emitScalar(value.toString()); + } else if (typeof value === 'string') { + this.emitString(value); + } else if (jasmine.isSpy(value)) { + this.emitScalar("spy on " + value.identity); + } else if (value instanceof RegExp) { + this.emitScalar(value.toString()); + } else if (typeof value === 'function') { + this.emitScalar('Function'); + } else if (typeof value.nodeType === 'number') { + this.emitScalar('HTMLNode'); + } else if (value instanceof Date) { + this.emitScalar('Date(' + value + ')'); + } else if (value.__Jasmine_been_here_before__) { + this.emitScalar('<circular reference: ' + (jasmine.isArray_(value) ? 'Array' : 'Object') + '>'); + } else if (jasmine.isArray_(value) || typeof value == 'object') { + value.__Jasmine_been_here_before__ = true; + if (jasmine.isArray_(value)) { + this.emitArray(value); + } else { + this.emitObject(value); + } + delete value.__Jasmine_been_here_before__; + } else { + this.emitScalar(value.toString()); + } + } finally { + this.ppNestLevel_--; + } +}; + +jasmine.PrettyPrinter.prototype.iterateObject = function(obj, fn) { + for (var property in obj) { + if (property == '__Jasmine_been_here_before__') continue; + fn(property, obj.__lookupGetter__ ? (obj.__lookupGetter__(property) !== jasmine.undefined && + obj.__lookupGetter__(property) !== null) : false); + } +}; + +jasmine.PrettyPrinter.prototype.emitArray = jasmine.unimplementedMethod_; +jasmine.PrettyPrinter.prototype.emitObject = jasmine.unimplementedMethod_; +jasmine.PrettyPrinter.prototype.emitScalar = jasmine.unimplementedMethod_; +jasmine.PrettyPrinter.prototype.emitString = jasmine.unimplementedMethod_; + +jasmine.StringPrettyPrinter = function() { + jasmine.PrettyPrinter.call(this); + + this.string = ''; +}; +jasmine.util.inherit(jasmine.StringPrettyPrinter, jasmine.PrettyPrinter); + +jasmine.StringPrettyPrinter.prototype.emitScalar = function(value) { + this.append(value); +}; + +jasmine.StringPrettyPrinter.prototype.emitString = function(value) { + this.append("'" + value + "'"); +}; + +jasmine.StringPrettyPrinter.prototype.emitArray = function(array) { + this.append('[ '); + for (var i = 0; i < array.length; i++) { + if (i > 0) { + this.append(', '); + } + this.format(array[i]); + } + this.append(' ]'); +}; + +jasmine.StringPrettyPrinter.prototype.emitObject = function(obj) { + var self = this; + this.append('{ '); + var first = true; + + this.iterateObject(obj, function(property, isGetter) { + if (first) { + first = false; + } else { + self.append(', '); + } + + self.append(property); + self.append(' : '); + if (isGetter) { + self.append('<getter>'); + } else { + self.format(obj[property]); + } + }); + + this.append(' }'); +}; + +jasmine.StringPrettyPrinter.prototype.append = function(value) { + this.string += value; +}; +jasmine.Queue = function(env) { + this.env = env; + this.blocks = []; + this.running = false; + this.index = 0; + this.offset = 0; + this.abort = false; +}; + +jasmine.Queue.prototype.addBefore = function(block) { + this.blocks.unshift(block); +}; + +jasmine.Queue.prototype.add = function(block) { + this.blocks.push(block); +}; + +jasmine.Queue.prototype.insertNext = function(block) { + this.blocks.splice((this.index + this.offset + 1), 0, block); + this.offset++; +}; + +jasmine.Queue.prototype.start = function(onComplete) { + this.running = true; + this.onComplete = onComplete; + this.next_(); +}; + +jasmine.Queue.prototype.isRunning = function() { + return this.running; +}; + +jasmine.Queue.LOOP_DONT_RECURSE = true; + +jasmine.Queue.prototype.next_ = function() { + var self = this; + var goAgain = true; + + while (goAgain) { + goAgain = false; + + if (self.index < self.blocks.length && !this.abort) { + var calledSynchronously = true; + var completedSynchronously = false; + + var onComplete = function () { + if (jasmine.Queue.LOOP_DONT_RECURSE && calledSynchronously) { + completedSynchronously = true; + return; + } + + if (self.blocks[self.index].abort) { + self.abort = true; + } + + self.offset = 0; + self.index++; + + var now = new Date().getTime(); + if (self.env.updateInterval && now - self.env.lastUpdate > self.env.updateInterval) { + self.env.lastUpdate = now; + self.env.setTimeout(function() { + self.next_(); + }, 0); + } else { + if (jasmine.Queue.LOOP_DONT_RECURSE && completedSynchronously) { + goAgain = true; + } else { + self.next_(); + } + } + }; + self.blocks[self.index].execute(onComplete); + + calledSynchronously = false; + if (completedSynchronously) { + onComplete(); + } + + } else { + self.running = false; + if (self.onComplete) { + self.onComplete(); + } + } + } +}; + +jasmine.Queue.prototype.results = function() { + var results = new jasmine.NestedResults(); + for (var i = 0; i < this.blocks.length; i++) { + if (this.blocks[i].results) { + results.addResult(this.blocks[i].results()); + } + } + return results; +}; + + +/** + * Runner + * + * @constructor + * @param {jasmine.Env} env + */ +jasmine.Runner = function(env) { + var self = this; + self.env = env; + self.queue = new jasmine.Queue(env); + self.before_ = []; + self.after_ = []; + self.suites_ = []; +}; + +jasmine.Runner.prototype.execute = function() { + var self = this; + if (self.env.reporter.reportRunnerStarting) { + self.env.reporter.reportRunnerStarting(this); + } + self.queue.start(function () { + self.finishCallback(); + }); +}; + +jasmine.Runner.prototype.beforeEach = function(beforeEachFunction) { + beforeEachFunction.typeName = 'beforeEach'; + this.before_.splice(0,0,beforeEachFunction); +}; + +jasmine.Runner.prototype.afterEach = function(afterEachFunction) { + afterEachFunction.typeName = 'afterEach'; + this.after_.splice(0,0,afterEachFunction); +}; + + +jasmine.Runner.prototype.finishCallback = function() { + this.env.reporter.reportRunnerResults(this); +}; + +jasmine.Runner.prototype.addSuite = function(suite) { + this.suites_.push(suite); +}; + +jasmine.Runner.prototype.add = function(block) { + if (block instanceof jasmine.Suite) { + this.addSuite(block); + } + this.queue.add(block); +}; + +jasmine.Runner.prototype.specs = function () { + var suites = this.suites(); + var specs = []; + for (var i = 0; i < suites.length; i++) { + specs = specs.concat(suites[i].specs()); + } + return specs; +}; + +jasmine.Runner.prototype.suites = function() { + return this.suites_; +}; + +jasmine.Runner.prototype.topLevelSuites = function() { + var topLevelSuites = []; + for (var i = 0; i < this.suites_.length; i++) { + if (!this.suites_[i].parentSuite) { + topLevelSuites.push(this.suites_[i]); + } + } + return topLevelSuites; +}; + +jasmine.Runner.prototype.results = function() { + return this.queue.results(); +}; +/** + * Internal representation of a Jasmine specification, or test. + * + * @constructor + * @param {jasmine.Env} env + * @param {jasmine.Suite} suite + * @param {String} description + */ +jasmine.Spec = function(env, suite, description) { + if (!env) { + throw new Error('jasmine.Env() required'); + } + if (!suite) { + throw new Error('jasmine.Suite() required'); + } + var spec = this; + spec.id = env.nextSpecId ? env.nextSpecId() : null; + spec.env = env; + spec.suite = suite; + spec.description = description; + spec.queue = new jasmine.Queue(env); + + spec.afterCallbacks = []; + spec.spies_ = []; + + spec.results_ = new jasmine.NestedResults(); + spec.results_.description = description; + spec.matchersClass = null; +}; + +jasmine.Spec.prototype.getFullName = function() { + return this.suite.getFullName() + ' ' + this.description + '.'; +}; + + +jasmine.Spec.prototype.results = function() { + return this.results_; +}; + +/** + * All parameters are pretty-printed and concatenated together, then written to the spec's output. + * + * Be careful not to leave calls to <code>jasmine.log</code> in production code. + */ +jasmine.Spec.prototype.log = function() { + return this.results_.log(arguments); +}; + +jasmine.Spec.prototype.runs = function (func) { + var block = new jasmine.Block(this.env, func, this); + this.addToQueue(block); + return this; +}; + +jasmine.Spec.prototype.addToQueue = function (block) { + if (this.queue.isRunning()) { + this.queue.insertNext(block); + } else { + this.queue.add(block); + } +}; + +/** + * @param {jasmine.ExpectationResult} result + */ +jasmine.Spec.prototype.addMatcherResult = function(result) { + this.results_.addResult(result); +}; + +jasmine.Spec.prototype.expect = function(actual) { + var positive = new (this.getMatchersClass_())(this.env, actual, this); + positive.not = new (this.getMatchersClass_())(this.env, actual, this, true); + return positive; +}; + +/** + * Waits a fixed time period before moving to the next block. + * + * @deprecated Use waitsFor() instead + * @param {Number} timeout milliseconds to wait + */ +jasmine.Spec.prototype.waits = function(timeout) { + var waitsFunc = new jasmine.WaitsBlock(this.env, timeout, this); + this.addToQueue(waitsFunc); + return this; +}; + +/** + * Waits for the latchFunction to return true before proceeding to the next block. + * + * @param {Function} latchFunction + * @param {String} optional_timeoutMessage + * @param {Number} optional_timeout + */ +jasmine.Spec.prototype.waitsFor = function(latchFunction, optional_timeoutMessage, optional_timeout) { + var latchFunction_ = null; + var optional_timeoutMessage_ = null; + var optional_timeout_ = null; + + for (var i = 0; i < arguments.length; i++) { + var arg = arguments[i]; + switch (typeof arg) { + case 'function': + latchFunction_ = arg; + break; + case 'string': + optional_timeoutMessage_ = arg; + break; + case 'number': + optional_timeout_ = arg; + break; + } + } + + var waitsForFunc = new jasmine.WaitsForBlock(this.env, optional_timeout_, latchFunction_, optional_timeoutMessage_, this); + this.addToQueue(waitsForFunc); + return this; +}; + +jasmine.Spec.prototype.fail = function (e) { + var expectationResult = new jasmine.ExpectationResult({ + passed: false, + message: e ? jasmine.util.formatException(e) : 'Exception', + trace: { stack: e.stack } + }); + this.results_.addResult(expectationResult); +}; + +jasmine.Spec.prototype.getMatchersClass_ = function() { + return this.matchersClass || this.env.matchersClass; +}; + +jasmine.Spec.prototype.addMatchers = function(matchersPrototype) { + var parent = this.getMatchersClass_(); + var newMatchersClass = function() { + parent.apply(this, arguments); + }; + jasmine.util.inherit(newMatchersClass, parent); + jasmine.Matchers.wrapInto_(matchersPrototype, newMatchersClass); + this.matchersClass = newMatchersClass; +}; + +jasmine.Spec.prototype.finishCallback = function() { + this.env.reporter.reportSpecResults(this); +}; + +jasmine.Spec.prototype.finish = function(onComplete) { + this.removeAllSpies(); + this.finishCallback(); + if (onComplete) { + onComplete(); + } +}; + +jasmine.Spec.prototype.after = function(doAfter) { + if (this.queue.isRunning()) { + this.queue.add(new jasmine.Block(this.env, doAfter, this)); + } else { + this.afterCallbacks.unshift(doAfter); + } +}; + +jasmine.Spec.prototype.execute = function(onComplete) { + var spec = this; + if (!spec.env.specFilter(spec)) { + spec.results_.skipped = true; + spec.finish(onComplete); + return; + } + + this.env.reporter.reportSpecStarting(this); + + spec.env.currentSpec = spec; + + spec.addBeforesAndAftersToQueue(); + + spec.queue.start(function () { + spec.finish(onComplete); + }); +}; + +jasmine.Spec.prototype.addBeforesAndAftersToQueue = function() { + var runner = this.env.currentRunner(); + var i; + + for (var suite = this.suite; suite; suite = suite.parentSuite) { + for (i = 0; i < suite.before_.length; i++) { + this.queue.addBefore(new jasmine.Block(this.env, suite.before_[i], this)); + } + } + for (i = 0; i < runner.before_.length; i++) { + this.queue.addBefore(new jasmine.Block(this.env, runner.before_[i], this)); + } + for (i = 0; i < this.afterCallbacks.length; i++) { + this.queue.add(new jasmine.Block(this.env, this.afterCallbacks[i], this)); + } + for (suite = this.suite; suite; suite = suite.parentSuite) { + for (i = 0; i < suite.after_.length; i++) { + this.queue.add(new jasmine.Block(this.env, suite.after_[i], this)); + } + } + for (i = 0; i < runner.after_.length; i++) { + this.queue.add(new jasmine.Block(this.env, runner.after_[i], this)); + } +}; + +jasmine.Spec.prototype.explodes = function() { + throw 'explodes function should not have been called'; +}; + +jasmine.Spec.prototype.spyOn = function(obj, methodName, ignoreMethodDoesntExist) { + if (obj == jasmine.undefined) { + throw "spyOn could not find an object to spy upon for " + methodName + "()"; + } + + if (!ignoreMethodDoesntExist && obj[methodName] === jasmine.undefined) { + throw methodName + '() method does not exist'; + } + + if (!ignoreMethodDoesntExist && obj[methodName] && obj[methodName].isSpy) { + throw new Error(methodName + ' has already been spied upon'); + } + + var spyObj = jasmine.createSpy(methodName); + + this.spies_.push(spyObj); + spyObj.baseObj = obj; + spyObj.methodName = methodName; + spyObj.originalValue = obj[methodName]; + + obj[methodName] = spyObj; + + return spyObj; +}; + +jasmine.Spec.prototype.removeAllSpies = function() { + for (var i = 0; i < this.spies_.length; i++) { + var spy = this.spies_[i]; + spy.baseObj[spy.methodName] = spy.originalValue; + } + this.spies_ = []; +}; + +/** + * Internal representation of a Jasmine suite. + * + * @constructor + * @param {jasmine.Env} env + * @param {String} description + * @param {Function} specDefinitions + * @param {jasmine.Suite} parentSuite + */ +jasmine.Suite = function(env, description, specDefinitions, parentSuite) { + var self = this; + self.id = env.nextSuiteId ? env.nextSuiteId() : null; + self.description = description; + self.queue = new jasmine.Queue(env); + self.parentSuite = parentSuite; + self.env = env; + self.before_ = []; + self.after_ = []; + self.children_ = []; + self.suites_ = []; + self.specs_ = []; +}; + +jasmine.Suite.prototype.getFullName = function() { + var fullName = this.description; + for (var parentSuite = this.parentSuite; parentSuite; parentSuite = parentSuite.parentSuite) { + fullName = parentSuite.description + ' ' + fullName; + } + return fullName; +}; + +jasmine.Suite.prototype.finish = function(onComplete) { + this.env.reporter.reportSuiteResults(this); + this.finished = true; + if (typeof(onComplete) == 'function') { + onComplete(); + } +}; + +jasmine.Suite.prototype.beforeEach = function(beforeEachFunction) { + beforeEachFunction.typeName = 'beforeEach'; + this.before_.unshift(beforeEachFunction); +}; + +jasmine.Suite.prototype.afterEach = function(afterEachFunction) { + afterEachFunction.typeName = 'afterEach'; + this.after_.unshift(afterEachFunction); +}; + +jasmine.Suite.prototype.results = function() { + return this.queue.results(); +}; + +jasmine.Suite.prototype.add = function(suiteOrSpec) { + this.children_.push(suiteOrSpec); + if (suiteOrSpec instanceof jasmine.Suite) { + this.suites_.push(suiteOrSpec); + this.env.currentRunner().addSuite(suiteOrSpec); + } else { + this.specs_.push(suiteOrSpec); + } + this.queue.add(suiteOrSpec); +}; + +jasmine.Suite.prototype.specs = function() { + return this.specs_; +}; + +jasmine.Suite.prototype.suites = function() { + return this.suites_; +}; + +jasmine.Suite.prototype.children = function() { + return this.children_; +}; + +jasmine.Suite.prototype.execute = function(onComplete) { + var self = this; + this.queue.start(function () { + self.finish(onComplete); + }); +}; +jasmine.WaitsBlock = function(env, timeout, spec) { + this.timeout = timeout; + jasmine.Block.call(this, env, null, spec); +}; + +jasmine.util.inherit(jasmine.WaitsBlock, jasmine.Block); + +jasmine.WaitsBlock.prototype.execute = function (onComplete) { + if (jasmine.VERBOSE) { + this.env.reporter.log('>> Jasmine waiting for ' + this.timeout + ' ms...'); + } + this.env.setTimeout(function () { + onComplete(); + }, this.timeout); +}; +/** + * A block which waits for some condition to become true, with timeout. + * + * @constructor + * @extends jasmine.Block + * @param {jasmine.Env} env The Jasmine environment. + * @param {Number} timeout The maximum time in milliseconds to wait for the condition to become true. + * @param {Function} latchFunction A function which returns true when the desired condition has been met. + * @param {String} message The message to display if the desired condition hasn't been met within the given time period. + * @param {jasmine.Spec} spec The Jasmine spec. + */ +jasmine.WaitsForBlock = function(env, timeout, latchFunction, message, spec) { + this.timeout = timeout || env.defaultTimeoutInterval; + this.latchFunction = latchFunction; + this.message = message; + this.totalTimeSpentWaitingForLatch = 0; + jasmine.Block.call(this, env, null, spec); +}; +jasmine.util.inherit(jasmine.WaitsForBlock, jasmine.Block); + +jasmine.WaitsForBlock.TIMEOUT_INCREMENT = 10; + +jasmine.WaitsForBlock.prototype.execute = function(onComplete) { + if (jasmine.VERBOSE) { + this.env.reporter.log('>> Jasmine waiting for ' + (this.message || 'something to happen')); + } + var latchFunctionResult; + try { + latchFunctionResult = this.latchFunction.apply(this.spec); + } catch (e) { + this.spec.fail(e); + onComplete(); + return; + } + + if (latchFunctionResult) { + onComplete(); + } else if (this.totalTimeSpentWaitingForLatch >= this.timeout) { + var message = 'timed out after ' + this.timeout + ' msec waiting for ' + (this.message || 'something to happen'); + this.spec.fail({ + name: 'timeout', + message: message + }); + + this.abort = true; + onComplete(); + } else { + this.totalTimeSpentWaitingForLatch += jasmine.WaitsForBlock.TIMEOUT_INCREMENT; + var self = this; + this.env.setTimeout(function() { + self.execute(onComplete); + }, jasmine.WaitsForBlock.TIMEOUT_INCREMENT); + } +}; +// Mock setTimeout, clearTimeout +// Contributed by Pivotal Computer Systems, www.pivotalsf.com + +jasmine.FakeTimer = function() { + this.reset(); + + var self = this; + self.setTimeout = function(funcToCall, millis) { + self.timeoutsMade++; + self.scheduleFunction(self.timeoutsMade, funcToCall, millis, false); + return self.timeoutsMade; + }; + + self.setInterval = function(funcToCall, millis) { + self.timeoutsMade++; + self.scheduleFunction(self.timeoutsMade, funcToCall, millis, true); + return self.timeoutsMade; + }; + + self.clearTimeout = function(timeoutKey) { + self.scheduledFunctions[timeoutKey] = jasmine.undefined; + }; + + self.clearInterval = function(timeoutKey) { + self.scheduledFunctions[timeoutKey] = jasmine.undefined; + }; + +}; + +jasmine.FakeTimer.prototype.reset = function() { + this.timeoutsMade = 0; + this.scheduledFunctions = {}; + this.nowMillis = 0; +}; + +jasmine.FakeTimer.prototype.tick = function(millis) { + var oldMillis = this.nowMillis; + var newMillis = oldMillis + millis; + this.runFunctionsWithinRange(oldMillis, newMillis); + this.nowMillis = newMillis; +}; + +jasmine.FakeTimer.prototype.runFunctionsWithinRange = function(oldMillis, nowMillis) { + var scheduledFunc; + var funcsToRun = []; + for (var timeoutKey in this.scheduledFunctions) { + scheduledFunc = this.scheduledFunctions[timeoutKey]; + if (scheduledFunc != jasmine.undefined && + scheduledFunc.runAtMillis >= oldMillis && + scheduledFunc.runAtMillis <= nowMillis) { + funcsToRun.push(scheduledFunc); + this.scheduledFunctions[timeoutKey] = jasmine.undefined; + } + } + + if (funcsToRun.length > 0) { + funcsToRun.sort(function(a, b) { + return a.runAtMillis - b.runAtMillis; + }); + for (var i = 0; i < funcsToRun.length; ++i) { + try { + var funcToRun = funcsToRun[i]; + this.nowMillis = funcToRun.runAtMillis; + funcToRun.funcToCall(); + if (funcToRun.recurring) { + this.scheduleFunction(funcToRun.timeoutKey, + funcToRun.funcToCall, + funcToRun.millis, + true); + } + } catch(e) { + } + } + this.runFunctionsWithinRange(oldMillis, nowMillis); + } +}; + +jasmine.FakeTimer.prototype.scheduleFunction = function(timeoutKey, funcToCall, millis, recurring) { + this.scheduledFunctions[timeoutKey] = { + runAtMillis: this.nowMillis + millis, + funcToCall: funcToCall, + recurring: recurring, + timeoutKey: timeoutKey, + millis: millis + }; +}; + +/** + * @namespace + */ +jasmine.Clock = { + defaultFakeTimer: new jasmine.FakeTimer(), + + reset: function() { + jasmine.Clock.assertInstalled(); + jasmine.Clock.defaultFakeTimer.reset(); + }, + + tick: function(millis) { + jasmine.Clock.assertInstalled(); + jasmine.Clock.defaultFakeTimer.tick(millis); + }, + + runFunctionsWithinRange: function(oldMillis, nowMillis) { + jasmine.Clock.defaultFakeTimer.runFunctionsWithinRange(oldMillis, nowMillis); + }, + + scheduleFunction: function(timeoutKey, funcToCall, millis, recurring) { + jasmine.Clock.defaultFakeTimer.scheduleFunction(timeoutKey, funcToCall, millis, recurring); + }, + + useMock: function() { + if (!jasmine.Clock.isInstalled()) { + var spec = jasmine.getEnv().currentSpec; + spec.after(jasmine.Clock.uninstallMock); + + jasmine.Clock.installMock(); + } + }, + + installMock: function() { + jasmine.Clock.installed = jasmine.Clock.defaultFakeTimer; + }, + + uninstallMock: function() { + jasmine.Clock.assertInstalled(); + jasmine.Clock.installed = jasmine.Clock.real; + }, + + real: { + setTimeout: jasmine.getGlobal().setTimeout, + clearTimeout: jasmine.getGlobal().clearTimeout, + setInterval: jasmine.getGlobal().setInterval, + clearInterval: jasmine.getGlobal().clearInterval + }, + + assertInstalled: function() { + if (!jasmine.Clock.isInstalled()) { + throw new Error("Mock clock is not installed, use jasmine.Clock.useMock()"); + } + }, + + isInstalled: function() { + return jasmine.Clock.installed == jasmine.Clock.defaultFakeTimer; + }, + + installed: null +}; +jasmine.Clock.installed = jasmine.Clock.real; + +//else for IE support +jasmine.getGlobal().setTimeout = function(funcToCall, millis) { + if (jasmine.Clock.installed.setTimeout.apply) { + return jasmine.Clock.installed.setTimeout.apply(this, arguments); + } else { + return jasmine.Clock.installed.setTimeout(funcToCall, millis); + } +}; + +jasmine.getGlobal().setInterval = function(funcToCall, millis) { + if (jasmine.Clock.installed.setInterval.apply) { + return jasmine.Clock.installed.setInterval.apply(this, arguments); + } else { + return jasmine.Clock.installed.setInterval(funcToCall, millis); + } +}; + +jasmine.getGlobal().clearTimeout = function(timeoutKey) { + if (jasmine.Clock.installed.clearTimeout.apply) { + return jasmine.Clock.installed.clearTimeout.apply(this, arguments); + } else { + return jasmine.Clock.installed.clearTimeout(timeoutKey); + } +}; + +jasmine.getGlobal().clearInterval = function(timeoutKey) { + if (jasmine.Clock.installed.clearTimeout.apply) { + return jasmine.Clock.installed.clearInterval.apply(this, arguments); + } else { + return jasmine.Clock.installed.clearInterval(timeoutKey); + } +}; + +jasmine.version_= { + "major": 1, + "minor": 1, + "build": 0, + "revision": 1308965645, + "release_candidate": 2 +}; diff --git a/backends/deckjs/deck.js/test/settings.js b/backends/deckjs/deck.js/test/settings.js new file mode 100755 index 00000000..7ba223d5 --- /dev/null +++ b/backends/deckjs/deck.js/test/settings.js @@ -0,0 +1,3 @@ +// SETTINGS, VARS, UTILITY FUNCTIONS +jasmine.getFixtures().fixturesPath = 'fixtures'; +var defaults = $.deck.defaults; diff --git a/backends/deckjs/deck.js/test/spec.core.js b/backends/deckjs/deck.js/test/spec.core.js new file mode 100755 index 00000000..cec71413 --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.core.js @@ -0,0 +1,527 @@ +// Go tests, go +describe('Deck JS', function() { + describe('standard html structure', function() { + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + }); + + describe('init(options.selectors.slides)', function() { + it('should create slides', function() { + $.deck({ + selectors: { + slides: '.slide3' + } + }); + expect($.deck('getSlides').length).toEqual($('.slide3').length); + }); + }); + + describe('init(selector)', function() { + it('should create slides', function() { + $.deck(); + expect($.deck('getSlides').length).toEqual($('.slide').length); + }); + }); + + describe('init([selectors])', function() { + it('should create slides', function() { + $.deck([ + '.slide1', + '.slide2', + '.slide3', + '.slide4', + '.slide5' + ]); + expect($.deck('getSlides').length).toEqual($('.slide').length); + }); + }); + + describe('navigation functions', function() { + beforeEach(function() { + $.deck(); + }); + + describe('go(i)', function() { + it('should go to the i slide (0 based index)', function() { + $.deck('go', 3); + expect($.deck('getSlide')).toHaveClass('slide4'); + }); + + it('should go to the slide with specified id', function() { + $.deck('go', 'custom-id'); + expect($.deck('getSlide')).toHaveId('custom-id'); + }); + + it('should go nowhere if i is out of bounds', function() { + $.deck('go', 5); + expect($.deck('getSlide')).toHaveClass('slide1'); + }); + + it('should go nowhere if id does not exist', function() { + $.deck('go', 'i-dont-exist'); + expect($.deck('getSlide')).toHaveClass('slide1'); + }); + + describe('aria attribute updates', function() { + beforeEach(function() { + loadFixtures('nesteds.html'); + $.deck(); + $.deck('go', 5); + }); + + it('should set offscreen slides to hidden true', function() { + $([ + '.toplevel.deck-before:not(.deck-child-current)', + '.toplevel.deck-previous:not(.deck-child-current)', + '.deck-next', + '.deck-after' + ].join(', ')).each(function() { + expect($(this)).toHaveAttr('aria-hidden', 'true'); + }); + }); + + it('should set onscreen slides to hidden false', function() { + $([ + '.deck-child-current.slide', + '.deck-child-current .deck-before', + '.deck-child-current .deck-previous', + '.deck-current' + ].join(', ')).each(function() { + expect($(this)).toHaveAttr('aria-hidden', 'false'); + }); + }); + }); + }); + + describe('next()', function() { + it('should go to the next slide', function() { + $.deck('next'); + expect($.deck('getSlide')).toHaveClass('slide2'); + }); + + it('should go nowhere if on the last slide', function() { + $.deck('go', 4); + $.deck('next'); + expect($.deck('getSlide')).toHaveClass('slide5'); + }); + }); + + describe('prev()', function() { + it('should go to the previous slide', function() { + $.deck('go', 2); + $.deck('prev'); + expect($.deck('getSlide')).toHaveClass('slide2'); + }); + + it('should go nowhere if on the first slide', function() { + $.deck('prev'); + expect($.deck('getSlide')).toHaveClass('slide1'); + }); + }); + }); + + describe('getters', function() { + beforeEach(function() { + $.deck(); + }); + + describe('getSlide()', function() { + it('should get the current slide', function() { + expect($.deck('getSlide')).toHaveClass('slide1'); + $.deck('go', 2); + expect($.deck('getSlide')).toHaveClass('slide3'); + }); + }); + + describe('getSlide(i)', function() { + it('should get slide number i (0 based index)', function() { + expect($.deck('getSlide', 1)).toHaveClass('slide2'); + expect($.deck('getSlide', 3)).toHaveClass('slide4'); + }); + + it('should return null if i is NaN', function() { + expect($.deck('getSlide', 'barfoo')).toBeNull(); + }); + + it('should return null if i is out of bounds', function() { + expect($.deck('getSlide', 6)).toBeNull(); + }); + }); + + describe('getSlides()', function() { + it('should return an array of jQuery objects for each slide', function() { + var expectation = []; + var slides = $.deck('getSlides'); + $('.slide').each(function() { + expectation.push($(this)); + }); + expect(slides).toEqual(expectation); + }); + }); + + describe('getContainer()', function() { + it('should return a jQuery object with the container element(s)', function() { + expect($.deck('getContainer')).toBe(defaults.selectors.container); + }); + }); + + describe('getOptions()', function() { + it('should return the current options object', function() { + expect($.deck('getOptions')).toEqual(defaults); + }); + }); + + describe('getTopLevelSlides()', function() { + it('should return only root slides', function() { + loadFixtures('nesteds.html'); + $.deck(); + var expectation = []; + var topLevelSlides = $.deck('getTopLevelSlides'); + $('.toplevel').each(function() { + expectation.push($(this)); + }); + expect(topLevelSlides).toEqual(expectation); + }); + }); + + describe('getNestedSlides()', function() { + it('should return nested slides for current slide', function() { + loadFixtures('nesteds.html'); + $.deck(); + $.deck('go', 2); + var expectation = []; + var nestedSlides = $.deck('getNestedSlides'); + $.deck('getSlide').find('.slide').each(function() { + expectation.push($(this)); + }); + expect(nestedSlides).toEqual(expectation); + }); + }); + }); + + describe('container states', function() { + beforeEach(function() { + $.deck(); + }); + + it('should start at state 0', function() { + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.onPrefix + '0'); + }); + + it('should change states with the slide number', function() { + $.deck('next'); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.onPrefix + '1'); + $.deck('go', 3); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.onPrefix + '3'); + $.deck('prev'); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.onPrefix + '2'); + }); + }); + + describe('options object', function() { + var $d = $(document); + + beforeEach(function() { + $.deck('.alt-slide', { + classes: { + after: 'alt-after', + before: 'alt-before', + current: 'alt-current', + onPrefix: 'alt-on-', + next: 'alt-next', + previous: 'alt-prev' + }, + + selectors: { + container: '.alt-container' + }, + + keys: { + next: 87, + previous: 69 + } + }); + }); + + describe('classes', function() { + it('should use the specified after class', function() { + expect($('.alt-slide3, .alt-slide4, .alt-slide5')).toHaveClass('alt-after'); + }); + + it('should use the specified before class', function() { + $.deck('go', 4); + expect($('.alt-slide1, .alt-slide2, .alt-slide3')).toHaveClass('alt-before'); + }); + + it('should use the specified container class', function() { + $.deck('go', 2); + expect($('.alt-container')).toHaveClass('alt-on-2'); + }); + + it('should use the specified current class', function() { + expect($.deck('getSlide')).toHaveClass('alt-current'); + }); + + it('should use the specified next class', function() { + expect($('.alt-slide2')).toHaveClass('alt-next'); + }); + + it('should use the specified previous class', function() { + $.deck('next'); + expect($('.alt-slide1')).toHaveClass('alt-prev'); + }); + }); + + describe('key bindings', function() { + var e; + + beforeEach(function() { + e = jQuery.Event('keydown.deck'); + }); + + it('should go to the next slide using the specified key', function() { + e.which = 87; // 'w' + $d.trigger(e); + expect($.deck('getSlide')).toHaveClass('alt-slide2'); + }); + + it('should go to the previous slide using the specified key', function() { + $.deck('next'); + e.which = 69; // 'e' + $d.trigger(e); + expect($.deck('getSlide')).toHaveClass('alt-slide1'); + }); + + it('should not trigger events that originate within editable elements', function() { + var $outside = $('<input type="text" />').appendTo('body'); + e = jQuery.Event('keydown'); + e.which = 87; + $outside.trigger(e); + expect($.deck('getSlide')).toHaveClass('alt-slide1'); + $outside.remove(); + }); + }); + }); + + describe('events', function() { + var $d; + + beforeEach(function() { + $d = $(document); + }); + + describe('deck.change', function() { + var index, oldIndex; + + beforeEach(function() { + $.deck(); + $.deck('go', 1); + $d.one('deck.change', function(event, from, to) { + index = to; + oldIndex = from; + }); + }); + + it('should fire on go(i)', function() { + $.deck('go', 3); + expect(index).toEqual(3); + }); + + it('should fire on next()', function() { + $.deck('next'); + expect(index).toEqual(2); + }); + + it('should fire on prev()', function() { + $.deck('prev'); + expect(index).toEqual(0); + }); + + it('should pass parameters with from and to indices', function() { + $.deck('go', 3); + expect(index).toEqual(3); + expect(oldIndex).toEqual(1); + }); + + it('should not fire if default prevented in beforeChange', function() { + $d.bind('deck.beforeChange', false); + $.deck('go', 3); + expect($.deck('getSlide')).toEqual($.deck('getSlide', 1)); + $d.unbind('deck.beforeChange', false); + }); + }); + + describe('deck.init', function() { + it('should fire on deck initialization', function() { + $.deck(); + expect($.deck('getSlides').length).toBeGreaterThan(0); + }); + }); + + describe('deck.beforeInit', function() { + var beforeHit; + + beforeEach(function() { + beforeHit = false; + $d.on('deck.beforeInit', function() { + beforeHit = true; + }); + }); + + it('should fire on deck initialization', function() { + $.deck(); + expect(beforeHit).toBeTruthy(); + }); + + it('should have populated the slides array', function() { + var f = function() { + expect($.deck('getSlides').length).toEqual($('.slide').length); + }; + + $d.bind('deck.beforeInit', f); + $.deck(); + $d.unbind('deck.beforeInit', f); + }); + + it('should prevent the init event if lockInit is called', function() { + var initHit = false; + var f = function(event) { + event.lockInit(); + }; + var g = function() { + initHit = true; + }; + + $d.bind('deck.beforeInit', f); + $d.bind('deck.init', g); + $.deck(); + $d.unbind('deck.beforeInit', f); + $d.unbind('deck.init', g); + expect(initHit).toBeFalsy(); + }); + + it('should warn if locked without release', function() { + var warned = false; + var f = function(event) { + event.lockInit(); + }; + var warn = console.warn; + window.console.warn = function() { + warned = true; + }; + + $d.bind('deck.beforeInit', f); + $.deck('.slide', { + initLockTimeout: 20 + }); + $d.unbind('deck.beforeInit', f); + + waitsFor(function() { + return warned; + }, 'warning', 2000); + + runs(function() { + window.console.warn = warn; + }); + }); + + it('should fire init event once releaseInit is called', function() { + var f = function(event) { + event.lockInit(); + window.setTimeout(function() { + event.releaseInit(); + }, 20); + }; + + runs(function() { + $d.bind('deck.beforeInit', f); + $.deck(); + $d.unbind('deck.beforeInit', f); + }); + + waitsFor(function() { + return $.deck('getSlides').length > 0; + }, 'lock to release', 2000); + }); + }); + }); + + describe('hash/id assignments', function() { + beforeEach(function() { + $.deck('.slide'); + }); + + it('should assign ids to slides that do not have them', function() { + var slides = $.deck('getSlides'); + $.each(slides, function(i, $e) { + expect($e.attr('id')).toBeTruthy(); + }); + }); + + it('should reassign ids on reinitialization', function() { + var $firstSlide = $.deck('getSlide', 0); + var firstID = $firstSlide.attr('id'); + + $firstSlide.before('<div class="slide"></div>'); + $.deck('.slide'); + expect($firstSlide).not.toHaveId(firstID); + }); + + it('should update container with a state class including the slide id', function() { + var $c = $.deck('getContainer'); + var osp = defaults.classes.onPrefix; + + expect($c).toHaveClass(osp + $.deck('getSlide', 0).attr('id')); + $.deck('next'); + expect($c).toHaveClass(osp + $.deck('getSlide', 1).attr('id')); + $.deck('next'); + expect($c).not.toHaveClass(osp + $.deck('getSlide', 1).attr('id')); + expect($c).toHaveClass(osp + $.deck('getSlide', 2).attr('id')); + }); + + it('should use existing ids if they exist', function() { + expect($('#custom-id')).toExist(); + }); + + it('should update the URL on slide change (if supported)', function() { + if (Modernizr.history) { + $.deck('go', 3); + expect(window.location.hash).toEqual('#slide-3'); + } + }); + + it('should deep link to slide on deck init', function() { + window.location.hash = "#slide-3"; + $.deck('.slide'); + waitsFor(function() { + return $.deck('getSlide').attr('id') === 'slide-3'; + }); + }); + + it('should follow internal hash links using hashchange (if supported)', function() { + window.location.hash = "#slide-3"; + // Hashchange event doesn't fire right when the hash changes? + waitsFor(function() { + return $.deck('getSlide').attr('id') === 'slide-3'; + }, 'hash to change to slide-3', 2000); + }); + }); + }); + + describe('empty deck', function() { + beforeEach(function() { + loadFixtures('empty.html'); + $.deck(); + }); + + describe('getSlide()', function() { + it('should not error on init', $.noop); + }); + }); +}); diff --git a/backends/deckjs/deck.js/test/spec.goto.js b/backends/deckjs/deck.js/test/spec.goto.js new file mode 100644 index 00000000..014f3fa2 --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.goto.js @@ -0,0 +1,154 @@ +describe('Deck JS Quick Go-To', function() { + var $d = $(document); + + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide'); + }); + + describe('showGoTo()', function() { + it('should show the go-to helper', function() { + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + $.deck('showGoTo'); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.goto); + }); + + it('should focus the go-to input', function() { + $.deck('showGoTo'); + expect($(defaults.selectors.gotoInput)[0]).toEqual(document.activeElement); + }); + + it('should set aria-hidden to false', function() { + var $gotoForm = $(defaults.selectors.gotoForm); + $.deck('showGoTo'); + expect($gotoForm).toHaveAttr('aria-hidden', 'false'); + }); + }); + + describe('hideGoTo()', function() { + beforeEach(function() { + $.deck('showGoTo'); + $.deck('hideGoTo'); + }); + + it('should hide the go-to helper', function() { + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + }); + + it('should blur the go-to input', function() { + expect($(defaults.selectors.gotoInput)[0]).not.toEqual(document.activeElement); + }); + + it('should set aria-hidden to true', function() { + var $gotoForm = $(defaults.selectors.gotoForm); + $.deck('hideGoTo'); + expect($gotoForm).toHaveAttr('aria-hidden', 'true'); + }); + }); + + describe('toggleGoTo()', function() { + it('should toggle the go-to helper on and off', function() { + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + $.deck('toggleGoTo'); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.goto); + $.deck('toggleGoTo'); + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + }); + }); + + describe('Go-To submit', function() { + beforeEach(function() { + $.deck('showGoTo'); + }); + + it('should hide the go-to helper', function() { + $(defaults.selectors.gotoInput).val('3'); + $(defaults.selectors.gotoForm).submit(); + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + }); + + it('should go to the slide number entered', function() { + $(defaults.selectors.gotoInput).val('3'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toEqual($.deck('getSlide'), 2); + }); + + it('should go to the slide id entered', function() { + $(defaults.selectors.gotoInput).val('custom-id'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toEqual($.deck('getSlide'), 1); + }); + + it('should go nowhere if the number is negative', function() { + $(defaults.selectors.gotoInput).val('-2'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toEqual($.deck('getSlide'), 0); + }); + + it('should go nowhere if the number is greater than the number of slides', function() { + $(defaults.selectors.gotoInput).val('9'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toEqual($.deck('getSlide'), 0); + }); + + it('should go nowhere if the id does not exist', function() { + $(defaults.selectors.gotoInput).val('do-not-exist'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toEqual($.deck('getSlide'), 0); + }); + }); + + describe('Datalist population', function() { + it('should fill in options with all the slide ids', function() { + var $dataOptions = $(defaults.selectors.gotoDatalist).find('option'); + expect($dataOptions.length).toEqual(5); + expect($dataOptions.eq(0).attr('value')).toEqual('slide-0'); + expect($dataOptions.eq(1).attr('value')).toEqual('custom-id'); + }); + }); + + describe('key bindings', function() { + var e; + + beforeEach(function() { + e = jQuery.Event('keydown.deckgoto'); + }); + + it('should toggle the go-to helper if the specified key is pressed', function() { + e.which = 71; // g + $d.trigger(e); + expect($(defaults.selectors.container)).toHaveClass(defaults.classes.goto); + $d.trigger(e); + expect($(defaults.selectors.container)).not.toHaveClass(defaults.classes.goto); + }); + }); + + describe('countNested false', function() { + beforeEach(function() { + loadFixtures('nesteds.html'); + $.deck('.slide', { + countNested: false + }); + $.deck('showGoTo'); + }); + + it('should ignore nested slides when given a slide number', function() { + $(defaults.selectors.gotoInput).val('4'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toHaveId('after'); + }); + + it('should respect top side of new slide range', function() { + $.deck('go', 0); + $(defaults.selectors.gotoInput).val('6'); + $(defaults.selectors.gotoForm).submit(); + expect($.deck('getSlide')).toHaveId('slide-0'); + }); + }); +}); diff --git a/backends/deckjs/deck.js/test/spec.menu.js b/backends/deckjs/deck.js/test/spec.menu.js new file mode 100644 index 00000000..3abca9fc --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.menu.js @@ -0,0 +1,83 @@ +describe('Deck JS Menu', function() { + var $d = $(document); + var dsc = defaults.selectors.container; + + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide'); + }); + + describe('showMenu()', function() { + it('should show the menu', function() { + expect($(dsc)).not.toHaveClass(defaults.classes.menu); + $.deck('showMenu'); + expect($(dsc)).toHaveClass(defaults.classes.menu); + }); + + it('should do nothing if menu is already showing', function() { + if (Modernizr.csstransforms) { + $.deck('showMenu'); + $.deck('showMenu'); + $.deck('hideMenu'); + expect($('.slide').attr('style')).toBeFalsy(); + } + }); + }); + + describe('hideMenu()', function() { + it('should hide the menu', function() { + $.deck('showMenu'); + $.deck('hideMenu'); + expect($(dsc)).not.toHaveClass(defaults.classes.menu); + }); + }); + + describe('toggleMenu()', function() { + it('should toggle menu on and off', function() { + expect($(dsc)).not.toHaveClass(defaults.classes.menu); + $.deck('toggleMenu'); + expect($(dsc)).toHaveClass(defaults.classes.menu); + $.deck('toggleMenu'); + expect($(dsc)).not.toHaveClass(defaults.classes.menu); + }); + }); + + describe('key bindings', function() { + var e; + + beforeEach(function() { + e = jQuery.Event('keydown.deckmenu'); + }); + + it('should toggle the menu if the specified key is pressed', function() { + e.which = 77; // m + $d.trigger(e); + expect($(dsc)).toHaveClass(defaults.classes.menu); + $d.trigger(e); + expect($(dsc)).not.toHaveClass(defaults.classes.menu); + }); + }); + + describe('touch bindings', function() { + var estart, eend; + + beforeEach(function() { + estart = jQuery.Event('touchstart.deckmenu'); + eend = jQuery.Event('touchend.deckmenu'); + }); + + it('should toggle the menu if the screen is touched', function() { + $.deck('getOptions').touch.doubletapWindow = Date.now() + 100000; + $.deck('getContainer').trigger(estart); + $.deck('getContainer').trigger(eend); + expect($(dsc)).toHaveClass(defaults.classes.menu); + }); + }); + +}); diff --git a/backends/deckjs/deck.js/test/spec.navigation.js b/backends/deckjs/deck.js/test/spec.navigation.js new file mode 100644 index 00000000..db04794a --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.navigation.js @@ -0,0 +1,63 @@ +describe('Deck JS Navigation Buttons', function() { + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide'); + }); + + it('should go to the next slide if next link is clicked', function() { + $(defaults.selectors.nextLink).click(); + expect($.deck('getSlide')).toHaveClass('slide2'); + }); + + it('should go to the previous slide if previous link is clicked', function() { + $.deck('go', 2); + $(defaults.selectors.previousLink).click(); + expect($.deck('getSlide')).toHaveClass('slide2'); + }); + + it('should add the disabled class to the previous link if on first slide', function() { + expect($(defaults.selectors.previousLink)).toHaveClass(defaults.classes.navDisabled); + $(defaults.selectors.nextLink).click(); + expect($(defaults.selectors.previousLink)).not.toHaveClass(defaults.classes.navDisabled); + $(defaults.selectors.previousLink).click(); + expect($(defaults.selectors.previousLink)).toHaveClass(defaults.classes.navDisabled); + }); + + it('should add aria-disabled to previous link if on first slide', function() { + $.deck('go', 0); + expect($(defaults.selectors.previousLink)).toHaveAttr('aria-disabled', 'true'); + }); + + it('should add the disabled class to the next link if on last slide', function() { + expect($(defaults.selectors.nextLink)).not.toHaveClass(defaults.classes.navDisabled); + $.deck('go', $.deck('getSlides').length - 1); + expect($(defaults.selectors.nextLink)).toHaveClass(defaults.classes.navDisabled); + }); + + it('should add aria-disabled to next link if on last slide', function() { + $.deck('go', $.deck('getSlides').length - 1); + expect($(defaults.selectors.nextLink)).toHaveAttr('aria-disabled', 'true'); + }); + + it('should not start disabled if deck initialized in the middle', function() { + $.deck('go', 2); + $.deck('.slide'); + waitsFor(function() { + return !$(defaults.selectors.previousLink).hasClass(defaults.classes.navDisabled); + }); + }); + + it('should update the links hrefs with real fragment ids', function() { + expect($(defaults.selectors.previousLink).attr('href')).toMatch(/#$/); + expect($(defaults.selectors.nextLink).attr('href')).toMatch('#custom-id'); + $.deck('go', 2); + expect($(defaults.selectors.previousLink).attr('href')).toMatch('#custom-id'); + expect($(defaults.selectors.nextLink).attr('href')).toMatch('#slide-3'); + }); +}); diff --git a/backends/deckjs/deck.js/test/spec.scale.js b/backends/deckjs/deck.js/test/spec.scale.js new file mode 100644 index 00000000..02be2d87 --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.scale.js @@ -0,0 +1,57 @@ +describe('Deck JS Status Indicator', function() { + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide'); + }); + + it('should start with scaling enabled', function() { + expect($.deck('getContainer')).toHaveClass(defaults.classes.scale); + }); + + describe('disableScale()', function() { + it('should remove the scale class from the container', function() { + $.deck('disableScale'); + expect($.deck('getContainer')).not.toHaveClass(defaults.classes.scale); + }); + }); + + describe('enableScale()', function() { + it('should add the scale class to the container', function() { + $.deck('disableScale'); + $.deck('enableScale'); + expect($.deck('getContainer')).toHaveClass(defaults.classes.scale); + }); + }); + + describe('toggleScale()', function() { + it('should toggle between adding and removing the scale class', function() { + $.deck('toggleScale'); + expect($.deck('getContainer')).not.toHaveClass(defaults.classes.scale); + $.deck('toggleScale'); + expect($.deck('getContainer')).toHaveClass(defaults.classes.scale); + }); + }); + + describe('key bindings', function() { + var e; + var $d = $(document); + + beforeEach(function() { + e = jQuery.Event('keydown.deckscale'); + }); + + it('should toggle scaling if the specified key is pressed', function() { + e.which = 83; // s + $d.trigger(e); + expect($.deck('getContainer')).not.toHaveClass(defaults.classes.scale); + $d.trigger(e); + expect($.deck('getContainer')).toHaveClass(defaults.classes.scale); + }); + }); +});
\ No newline at end of file diff --git a/backends/deckjs/deck.js/test/spec.status.js b/backends/deckjs/deck.js/test/spec.status.js new file mode 100644 index 00000000..5232f1c8 --- /dev/null +++ b/backends/deckjs/deck.js/test/spec.status.js @@ -0,0 +1,60 @@ +describe('Deck JS Status Indicator', function() { + beforeEach(function() { + loadFixtures('standard.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide'); + }); + + it('should show the correct total number of slides', function() { + expect($(defaults.selectors.statusTotal)).toHaveText($.deck('getSlides').length); + }); + + it('should start at the right current slide', function() { + expect($(defaults.selectors.statusCurrent)).toHaveText(1); + $.deck('go', 2); + $.deck('.slide'); + waitsFor(function() { + return $(defaults.selectors.statusCurrent).text() === '3'; + }); + }); + + it('should update to the correct number on slide change', function() { + $.deck('go', 2); + expect($(defaults.selectors.statusCurrent)).toHaveText('3'); + }); +}); + +describe('countNested false indicator', function() { + beforeEach(function() { + loadFixtures('nesteds.html'); + if (Modernizr.history) { + history.replaceState({}, "", "#") + } + else { + window.location.hash = '#'; + } + $.deck('.slide', { + countNested: false + }); + }); + + it('should ignore nested slides in the total', function() { + expect($(defaults.selectors.statusTotal)).toHaveText('5'); + }); + + it('should update to the root slide number when nested becomes active', function() { + $.deck('go', 10); + expect($(defaults.selectors.statusCurrent)).toHaveText('4'); + $.deck('prev'); + expect($(defaults.selectors.statusCurrent)).toHaveText('3'); + $.deck('go', 3); + expect($(defaults.selectors.statusCurrent)).toHaveText('3'); + $.deck('go', 1); + expect($(defaults.selectors.statusCurrent)).toHaveText('2'); + }); +});
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/style/_reset.scss b/backends/deckjs/deck.js/themes/style/_reset.scss new file mode 100644 index 00000000..b1583866 --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/_reset.scss @@ -0,0 +1,300 @@ +/* Resets and base styles from HTML5 Boilerplate */ +div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} + +blockquote, q { + quotes:none; + + &:before, &:after { + content:""; + content:none; + } +} + +ins { + background-color:#ff9; + color:#000; + text-decoration:none; +} + +mark { + background-color:#ff9; + color:#000; + font-style:italic; + font-weight:bold; +} + +del { + text-decoration:line-through; +} + +abbr[title], dfn[title] { + border-bottom:1px dotted; + cursor:help; +} + +table { + border-collapse:collapse; + border-spacing:0; +} + +hr { + display:block; + height:1px; + border:0; + border-top:1px solid #ccc; + margin:1em 0; + padding:0; +} + +input, select { + vertical-align:middle; +} + +select, input, textarea, button { + font:99% sans-serif; +} + +pre, code, kbd, samp { + font-family:monospace, sans-serif; +} + +a { + -webkit-tap-highlight-color:rgba(0,0,0,0); + + &:hover, &:active { + outline:none; + } +} + +ul, ol { + margin-left:2em; + vertical-align:top; +} + +ol { + list-style-type:decimal; +} + +nav { + ul, li { + margin:0; + list-style:none; + list-style-image:none; + } +} + +small { + font-size:85%; +} + +strong, th { + font-weight:bold; +} + +td { + vertical-align:top; +} + +sub, sup { + font-size:75%; + line-height:0; + position:relative; +} + +sup { + top:-0.5em; +} + +sub { bottom: -0.25em; } + +textarea { + overflow:auto; +} + +input[type="radio"] { + vertical-align:text-bottom; +} + +input[type="checkbox"] { + vertical-align:bottom; +} + +label, +input[type="button"], +input[type="submit"], +input[type="image"], +button { + cursor:pointer; +} + +button, input, select, textarea { + margin: 0; +} + +input, textarea { + &:invalid { + border-radius:1px; + -moz-box-shadow:0px 0px 5px red; + -webkit-box-shadow:0px 0px 5px red; + box-shadow: 0px 0px 5px red; + + .no-boxshadow { + background-color: #f0dddd; + } + } +} + +button { + width:auto; + overflow:visible; +} + +select, input, textarea { + color: #444 ; +} + +a { + color:#607890; + + &:hover, &:focus { + color:#036; + } + + &:link { + -webkit-tap-highlight-color: #fff; + } +} +/* End HTML5 Boilerplate adaptations */ + +h1 { + font-size:4.5em; +} + +h1, .vcenter { + font-weight:bold; + text-align:center; + padding-top:1em; + max-height:100%; + + .csstransforms & { + padding:0 48px; + position:absolute; + left:0; + right:0; + top:50%; + -webkit-transform:translate(0, -50%); + -moz-transform:translate(0, -50%); + -ms-transform:translate(0, -50%); + -o-transform:translate(0, -50%); + transform:translate(0, -50%); + } +} + +.vcenter h1 { + position:relative; + top:auto; + padding:0; + -webkit-transform:none; + -moz-transform:none; + -ms-transform:none; + -o-transform:none; + transform:none; +} + +h2 { + font-size:2.25em; + font-weight:bold; + padding-top:.5em; + margin:0 0 .66666em 0; + border-bottom:3px solid #888; +} + +h3 { + font-size:1.4375em; + font-weight:bold; + margin-bottom:.30435em; +} + +h4 { + font-size:1.25em; + font-weight:bold; + margin-bottom:.25em; +} + +h5 { + font-size:1.125em; + font-weight:bold; + margin-bottom:.2222em; +} + +h6 { + font-size:1em; + font-weight:bold; +} + +img, iframe, video { + display:block; + max-width:100%; +} + +video, iframe, img { + display:block; + margin:0 auto; +} + +p, blockquote, iframe, img, ul, ol, pre, video { + margin-bottom:1em; +} + +pre { + white-space:pre; + white-space:pre-wrap; + word-wrap:break-word; + padding: 1em; + border:1px solid #888; +} + +em { + font-style:italic; +} + +li { + padding:.25em 0; + vertical-align:middle; + + > ol, > ul { + margin-bottom:inherit; + } +} + +.deck-container { + font-size:16px; + line-height:1.25; + color:#444; +} + +.slide { + -moz-box-sizing: border-box; + box-sizing: border-box; + width:100%; +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/style/beamer.css b/backends/deckjs/deck.js/themes/style/beamer.css new file mode 100644 index 00000000..73d1f0d9 --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/beamer.css @@ -0,0 +1,286 @@ +.deck-container { + font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; + font-size: 1.3em; + background: white; + /* Old browsers */ + background: -moz-linear-gradient(top, #f5f6f7 0%, #dcdcdf 100%); + /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f6f7), color-stop(100%, #dcdcdf)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f5f6f7 0%, #dcdcdf 100%); + /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f5f6f7 0%, #dcdcdf 100%); + /* Opera11.10+ */ + background: -ms-linear-gradient(top, #f5f6f7 0%, #dcdcdf 100%); + /* IE10+ */ + background: linear-gradient(top, #f5f6f7 0%, #dcdcdf 100%); + /* W3C */ + background-attachment: fixed; + position: absolute; + display: block; + top: 0px; + bottom: 0; + left: 0; + right: 0; + width: 100%; + margin: 0px; + padding: 0px; } + .deck-container section.slide { + text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5); + padding-top: 40px; + margin: 0px; } + .deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5 { + border: 0px; + position: relative; } + .deck-container h1 { + font-size: 3.5em; + text-align: center; + color: #050014; + padding-top: 0.9em; + padding-bottom: 3.9em; } + .csstransforms .deck-container h1 { + position: relative; + top: auto; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; } + .deck-container h2, .deck-container h3 { + font-size: 2.10em; + font-weight: bold; + padding-top: .5em; + margin: 0 0 .66666em 0; + color: #050014; } + .deck-container pre { + border-color: #cde; + background: #fff; + position: relative; + z-index: auto; + /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ } + .borderradius .deck-container pre { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } + .csstransforms.boxshadow .deck-container pre > :first-child:before { + content: ""; + position: absolute; + z-index: -1; + background: #fff; + top: 0; + bottom: 0; + left: 0; + right: 0; } + .csstransforms.boxshadow .deck-container pre:before, .csstransforms.boxshadow .deck-container pre:after { + content: ""; + position: absolute; + z-index: -2; + bottom: 15px; + width: 50%; + height: 20%; + max-width: 300px; + -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); } + .csstransforms.boxshadow .deck-container pre:before { + left: 10px; + -webkit-transform: rotate(-3deg); + -moz-transform: rotate(-3deg); + -ms-transform: rotate(-3deg); + -o-transform: rotate(-3deg); + transform: rotate(-3deg); } + .csstransforms.boxshadow .deck-container pre:after { + right: 10px; + -webkit-transform: rotate(3deg); + -moz-transform: rotate(3deg); + -ms-transform: rotate(3deg); + -o-transform: rotate(3deg); + transform: rotate(3deg); } + .deck-container code { + color: #789; } + .deck-container blockquote { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; + font-size: 2em; + padding: 1em 2em .5em 2em; + color: #000; + background: #fff; + position: relative; + border: 1px solid #cde; + z-index: auto; } + .borderradius .deck-container blockquote { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } + .boxshadow .deck-container blockquote > :first-child:before { + content: ""; + position: absolute; + z-index: -1; + background: #fff; + top: 0; + bottom: 0; + left: 0; + right: 0; } + .boxshadow .deck-container blockquote:after { + content: ""; + position: absolute; + z-index: -2; + top: 10px; + bottom: 10px; + left: 0; + right: 50%; + -moz-border-radius: 10px/100px; + border-radius: 10px/100px; + -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); + -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); } + .deck-container blockquote p { + margin: 0; } + .deck-container blockquote cite { + font-size: .5em; + font-style: normal; + font-weight: bold; + color: #888; } + .deck-container blockquote:before { + content: "“"; + position: absolute; + top: 0; + left: 0; + font-size: 5em; + line-height: 1; + color: #ccf0f0; + z-index: 1; } + .deck-container .borderradius img { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } + .deck-container ::-moz-selection { + background: #08455f; + color: #fff; } + .deck-container ::selection { + background: #08455f; + color: #fff; } + .deck-container a, .deck-container a:hover, .deck-container a:focus, .deck-container a:active, .deck-container a:visited { + color: #599; + text-decoration: none; } + .deck-container a:hover, .deck-container a:focus { + text-decoration: underline; } + .deck-container .deck-prev-link, .deck-container .deck-next-link { + background: #fff; + opacity: 0.5; } + .deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { + color: #599; } + .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { + opacity: 1; + text-decoration: none; } + .deck-container .deck-status { + position: absolute; + display: block; + z-index: 20; + left: 0px; + right: 0px; + bottom: 0px; + width: 100%; + font-size: 0.6666em; + background-color: black; + -webkit-box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2); + -moz-box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2); + box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2); + color: white; } + .deck-container .deck-toc-status { + position: absolute; + display: block; + z-index: 10; + left: 0px; + right: 0px; + top: 0px; + width: 100%; + font-size: 0.6666em; + background-color: black; + -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2); + -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2); + box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2); + color: white; } + .deck-container.deck-menu { + background: #EAEFF7; + overflow: scroll; } + .deck-container.deck-menu .slide { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2); + box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2); + z-index: 10; } + .rgba .deck-container.deck-menu .slide { + background: rgba(0, 0, 0, 0.1); } + .deck-container.deck-menu .slide.deck-current, .rgba .deck-container.deck-menu .slide.deck-current, .no-touch .deck-container.deck-menu .slide:hover { + background: #fff; } + .deck-container.deck-menu .deck-status, .deck-container.deck-menu .deck-toc-status { + visibility: hidden !important; } + .deck-container .deck-prev-link, .deck-container .deck-next-link { + display: none; + position: absolute; + z-index: 3; + bottom: 38px; + width: 24px; + height: 24px; + line-height: 24px; + background: #fff; + text-align: center; + color: #aaa; + text-decoration: none; + border: 1px solid #ddd; + font-weight: bold; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + border-radius: 20px; } + .no-boxshadow .deck-container .deck-prev-link:hover, .no-boxshadow .deck-container .deck-prev-link:focus, .no-boxshadow .deck-container .deck-next-link:hover, .no-boxshadow .deck-container .deck-next-link:focus { + border-color: #999; + color: #444; } + .deck-container .deck-prev-link:after, .deck-container .deck-next-link:after { + text-shadow: none; + background: rgba(0, 0, 0, 0.5); + color: #fff; + font-size: 12px; + font-weight: normal; + height: 18px; + line-height: 18px; + padding: 0 6px; + position: absolute; + top: -25px; } + .deck-container .deck-prev-link:before, .deck-container .deck-next-link:before { + display: block; + position: absolute; + top: -7px; + width: 0; + height: 0; + border: 5px solid rgba(0, 0, 0, 0.5); + border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent; } + .deck-container .deck-prev-link { + left: 10px; } + .boxshadow .deck-container .deck-prev-link:hover, .boxshadow .deck-container .deck-prev-link:focus { + bottom: 37px; + margin-left: 0px; } + .deck-container .deck-prev-link:after { + right: -10px; } + .deck-container .deck-prev-link:before { + right: 7px; } + .deck-container .deck-next-link { + right: 10px; } + .boxshadow .deck-container .deck-next-link:hover, .boxshadow .deck-container .deck-next-link:focus { + bottom: 37px; + margin-left: 0px; } + .deck-container .deck-next-link:after { + left: -10px; } + .deck-container .deck-next-link:before { + left: 7px; } + .deck-container .goto-form { + background: #fff; + border: 1px solid #cde; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } + .boxshadow .deck-container .goto-form { + -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; } diff --git a/backends/deckjs/deck.js/themes/style/beamer.scss b/backends/deckjs/deck.js/themes/style/beamer.scss new file mode 100644 index 00000000..975e5072 --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/beamer.scss @@ -0,0 +1,385 @@ +$background_color_light: rgba(245,246,247,1); +$background_color_dark: rgba(220,220,223,1); + +@mixin border-radius($r) { + -webkit-border-radius:$r; + -moz-border-radius:$r; + border-radius:$r; +} + +@mixin rotate($deg) { + -webkit-transform: rotate($deg); + -moz-transform: rotate($deg); + -ms-transform: rotate($deg); + -o-transform: rotate($deg); + transform: rotate($deg); +} + +@mixin box-shadow($x, $y, $blur, $color) { + -webkit-box-shadow:$x $y $blur $color; + -moz-box-shadow:$x $y $blur $color; + box-shadow:$x $y $blur $color; +} + +@mixin linear-gradient-background($light, $dark, $default) { + background: rgb($default,$default,$default); /* Old browsers */ + background: -moz-linear-gradient(top, $light 0%, $dark 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,$light), color-stop(100%,$dark)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, $light 0%,$dark 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, $light 0%,$dark 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, $light 0%,$dark 100%); /* IE10+ */ + background: linear-gradient(top, $light 0%,$dark 100%); /* W3C */ +} + +.deck-container { + //font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; + font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; + font-size: 1.3em; + @include linear-gradient-background($background_color_light, $background_color_dark, 255); + background-attachment: fixed; + position: absolute; + display: block; + top: 0px; + bottom: 0; + left: 0; + right: 0; + width: 100%; + margin: 0px; + padding: 0px; + + + section.slide { + text-shadow: 0px 2px 3px rgba(0,0,0,.5); + //padding-left: 40px; + padding-top: 40px; + margin: 0px; + } + + h1,h2,h3,h4,h5 { + border: 0px; + position: relative; + } + + h1 { + font-size: 3.5em; + text-align: center; + color: #050014; + padding-top: 0.9em; + padding-bottom: 3.9em; + + .csstransforms & { + position: relative; + top: auto; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; + } + } + + h2, h3 { + font-size: 2.10em; + font-weight: bold; + padding-top:.5em; + margin: 0 0 .66666em 0; + color: #050014; + } + + pre { + border-color: #cde; + background: #fff; + position: relative; + z-index: auto; + + .borderradius & { + @include border-radius(5px); + } + + /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ + .csstransforms.boxshadow & { + > :first-child:before { + content:""; + position: absolute; + z-index: -1; + background: #fff; + top:0; + bottom:0; + left:0; + right:0; + } + + &:before, &:after { + content:""; + position: absolute; + z-index: -2; + bottom:15px; + width:50%; + height:20%; + max-width:300px; + @include box-shadow(0, 15px, 10px, rgba(0, 0, 0, 0.7)); + } + + &:before { + left:10px; + @include rotate(-3deg); + } + + &:after { + right:10px; + @include rotate(3deg); + } + } + } + + code { + color:#789; + } + + blockquote { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; + font-size: 2em; + padding: 1em 2em .5em 2em; + color: #000; + background: #fff; + position: relative; + border:1px solid #cde; + z-index: auto; + + .borderradius & { + @include border-radius(5px); + } + + .boxshadow & { + > :first-child:before { + content: ""; + position: absolute; + z-index: -1; + background: #fff; + top:0; + bottom:0; + left:0; + right:0; + } + + &:after { + content: ""; + position: absolute; + z-index: -2; + top: 10px; + bottom: 10px; + left: 0; + right: 50%; + -moz-border-radius: 10px / 100px; + border-radius: 10px / 100px; + @include box-shadow(0, 0, 15px, rgba(0,0,0,0.6)); + } + } + + p { + margin:0; + } + + cite { + font-size:.5em; + font-style:normal; + font-weight:bold; + color:#888; + } + + &:before { + content:"“"; + position: absolute; + top:0; + left:0; + font-size:5em; + line-height:1; + color: #ccf0f0; + z-index:1; + } + } + + .borderradius img { + @include border-radius(5px); + } + + ::-moz-selection{ background:#08455f; color:#fff; } + ::selection { background:#08455f; color:#fff; } + + a { + &, &:hover, &:focus, &:active, &:visited { + color:#599; + text-decoration:none; + } + + &:hover, &:focus { + text-decoration:underline; + } + } + + .deck-prev-link, .deck-next-link { + background: #fff; + opacity: 0.5; + + &, &:hover, &:focus, &:active, &:visited { + color: #599; + } + + &:hover, &:focus { + opacity:1; + text-decoration: none; + } + } + + .deck-status { + position: absolute; + display: block; + z-index: 20; + left: 0px; + right: 0px; + bottom: 0px; + width: 100%; + font-size:0.6666em; + background-color: black; + @include box-shadow(0px, -1px, 1px, rgba(255, 255, 255, 0.2)); + color: white; + } + + .deck-toc-status { + position: absolute; + display: block; + z-index: 10; + left: 0px; + right: 0px; + top: 0px; + width: 100%; + font-size:0.6666em; + background-color: black; + @include box-shadow(0px, 1px, 1px, rgba(255, 255, 255, 0.2)); + color: white; + } + + &.deck-menu { + background: #EAEFF7; + overflow: scroll; + + .slide { + @include border-radius(5px); + @include box-shadow(5px, 15px, 20px, rgba(0, 0, 0, 0.2)); + z-index: 10; + + .rgba & { + background: rgba(0,0,0,.1); + } + + &.deck-current, .rgba &.deck-current, .no-touch &:hover { + background: #fff; + } + } + + .deck-status, .deck-toc-status { + visibility: hidden !important; + } + } + + .deck-prev-link, .deck-next-link { + display: none; + position: absolute; + z-index: 3; + bottom: 38px; + width: 24px; + height: 24px; + line-height: 24px; + background: #fff; + text-align: center; + color: #aaa; + text-decoration: none; + border: 1px solid #ddd; + font-weight: bold; + @include border-radius(20px); + + .no-boxshadow & { + &:hover, &:focus { + border-color: #999; + color: #444; + } + } + + &:after { + //content: ""; + text-shadow: none; + background: rgba(0,0,0,.5); + color: #fff; + font-size: 12px; + font-weight: normal; + height: 18px; + line-height: 18px; + padding: 0 6px; + position: absolute; + top: -25px; + } + + &:before { + //content:""; + display: block; + position: absolute; + top: -7px; + width: 0; + height: 0; + border: 5px solid rgba(0,0,0,.5); + border-color: rgba(0,0,0,.5) transparent transparent transparent; + } + } + + .deck-prev-link { + left: 10px; + + .boxshadow & { + &:hover, &:focus { + bottom:37px; + margin-left: 0px; + } + } + + &:after { + right: -10px; + } + + &:before { + right:7px; + } + } + + .deck-next-link { + right: 10px; + + .boxshadow & { + &:hover, &:focus { + bottom: 37px; + margin-left: 0px; + } + } + + &:after { + left: -10px; + } + + &:before { + left:7px; + } + } + + .goto-form { + background:#fff; + border:1px solid #cde; + @include border-radius(5px); + + .boxshadow & { + -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + } + } +} + + diff --git a/backends/deckjs/deck.js/themes/style/neon.css b/backends/deckjs/deck.js/themes/style/neon.css new file mode 100644 index 00000000..3bd5c6ef --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/neon.css @@ -0,0 +1,421 @@ +/* Resets and base styles from HTML5 Boilerplate */ +div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} + +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { + content: ""; + content: none; +} + +ins { + background-color: #ff9; + color: #000; + text-decoration: none; +} + +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +select, input, textarea, button { + font: 99% sans-serif; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +a:hover, a:active { + outline: none; +} + +ul, ol { + margin-left: 2em; + vertical-align: top; +} + +ol { + list-style-type: decimal; +} + +nav ul, nav li { + margin: 0; + list-style: none; + list-style-image: none; +} + +small { + font-size: 85%; +} + +strong, th { + font-weight: bold; +} + +td { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +textarea { + overflow: auto; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +label, +input[type="button"], +input[type="submit"], +input[type="image"], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +input:invalid, textarea:invalid { + border-radius: 1px; + -moz-box-shadow: 0px 0px 5px red; + -webkit-box-shadow: 0px 0px 5px red; + box-shadow: 0px 0px 5px red; +} +input:invalid .no-boxshadow, textarea:invalid .no-boxshadow { + background-color: #f0dddd; +} + +button { + width: auto; + overflow: visible; +} + +select, input, textarea { + color: #444444; +} + +a { + color: #607890; +} +a:hover, a:focus { + color: #036; +} +a:link { + -webkit-tap-highlight-color: #fff; +} + +/* End HTML5 Boilerplate adaptations */ +h1 { + font-size: 4.5em; +} + +h1, .vcenter { + font-weight: bold; + text-align: center; + padding-top: 1em; + max-height: 100%; +} +.csstransforms h1, .csstransforms .vcenter { + padding: 0 48px; + position: absolute; + left: 0; + right: 0; + top: 50%; + -webkit-transform: translate(0, -50%); + -moz-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + -o-transform: translate(0, -50%); + transform: translate(0, -50%); +} + +.vcenter h1 { + position: relative; + top: auto; + padding: 0; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; +} + +h2 { + font-size: 2.25em; + font-weight: bold; + padding-top: .5em; + margin: 0 0 .66666em 0; + border-bottom: 3px solid #888; +} + +h3 { + font-size: 1.4375em; + font-weight: bold; + margin-bottom: .30435em; +} + +h4 { + font-size: 1.25em; + font-weight: bold; + margin-bottom: .25em; +} + +h5 { + font-size: 1.125em; + font-weight: bold; + margin-bottom: .2222em; +} + +h6 { + font-size: 1em; + font-weight: bold; +} + +img, iframe, video { + display: block; + max-width: 100%; +} + +video, iframe, img { + display: block; + margin: 0 auto; +} + +p, blockquote, iframe, img, ul, ol, pre, video { + margin-bottom: 1em; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 1em; + border: 1px solid #888; +} + +em { + font-style: italic; +} + +li { + padding: .25em 0; + vertical-align: middle; +} +li > ol, li > ul { + margin-bottom: inherit; +} + +.deck-container { + font-size: 16px; + line-height: 1.25; + color: #444; +} + +.slide { + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; +} + +h1 { + color: #0af; + font-weight: normal; + font-weight: 100; + text-shadow: 0 0 50px #0af, 0 0 3px #fff; +} + +h2 { + color: #af0; + border-bottom-color: #ccc; + font-weight: normal; + font-weight: 100; + text-shadow: 0 0 15px #af0, 0 0 2px #fff; + border-bottom: 1px solid #333; +} + +h3 { + color: #fff; + font-weight: normal; + font-weight: 100; + text-shadow: 0 0 10px #fff, 0 0 2px #fff; +} + +pre { + border-color: #333; +} +pre code { + color: #fff; +} + +code { + color: #f0a; +} + +blockquote { + font-size: 2em; + padding: 1em 2em; + color: #fff; + border-left: 5px solid #fff; +} +blockquote p { + margin: 0; +} +blockquote cite { + font-size: .5em; + font-style: normal; + font-weight: normal; + font-weight: 100; + color: #aaa; + text-shadow: 0 0 15px #fff, 0 0 2px #fff; +} + +::-moz-selection { + background: #a0f; +} + +::selection { + background: #a0f; +} + +a, a:hover, a:focus, a:active, a:visited { + color: #f0a; + text-decoration: none; +} +a:hover, a:focus { + text-decoration: underline; +} + +.deck-container { + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; + font-size: 1.75em; + color: #aaa; + background: #000; +} +.deck-container > .slide { + padding: 0 48px; +} + +.slide .deck-before, .slide .deck-previous { + opacity: 0.4; +} +.slide .deck-before:not(.deck-child-current) .deck-before, .slide .deck-before:not(.deck-child-current) .deck-previous, .slide .deck-previous:not(.deck-child-current) .deck-before, .slide .deck-previous:not(.deck-child-current) .deck-previous { + opacity: 1; +} +.slide .deck-child-current { + opacity: 1; +} + +.deck-prev-link, .deck-next-link { + background: #f0a; + text-shadow: 0 0 3px #fff; +} +.deck-prev-link, .deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited { + color: #fff; +} +.deck-prev-link:hover, .deck-prev-link:focus, .deck-next-link:hover, .deck-next-link:focus { + text-decoration: none; + box-shadow: 0 0 20px #f0a, 0 0 5px #fff; +} + +.deck-status { + font-size: 0.6666em; +} + +.goto-form { + background: #000; + border: 1px solid #f0a; +} +.goto-form label { + color: #fff; +} + +.deck-menu .slide { + background: #333; +} +.deck-menu .deck-current { + background: #444; +} +.boxshadow .deck-menu .deck-current { + background: #000; + box-shadow: 0 0 20px #f0a, 0 0 5px #fff; +} +.no-touch .deck-menu .slide:hover { + background: #444; +} +.no-touch.boxshadow .deck-menu .slide:hover { + background: #000; + box-shadow: 0 0 20px #f0a, 0 0 5px #fff; +} diff --git a/backends/deckjs/deck.js/themes/style/neon.scss b/backends/deckjs/deck.js/themes/style/neon.scss new file mode 100644 index 00000000..1631950e --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/neon.scss @@ -0,0 +1,148 @@ +@import "reset"; + +h1 { + color:#0af; + font-weight:normal; + font-weight:100; + text-shadow:0 0 50px #0af, 0 0 3px #fff; +} + +h2 { + color:#af0; + border-bottom-color:#ccc; + font-weight:normal; + font-weight:100; + text-shadow:0 0 15px #af0, 0 0 2px #fff; + border-bottom:1px solid #333; +} + +h3 { + color:#fff; + font-weight:normal; + font-weight:100; + text-shadow:0 0 10px #fff, 0 0 2px #fff; +} + +pre { + border-color:#333; + + code { + color:#fff; + } +} + +code { + color:#f0a; +} + +blockquote { + font-size:2em; + padding:1em 2em; + color:#fff; + border-left:5px solid #fff; + + p { + margin:0; + } + + cite { + font-size:.5em; + font-style:normal; + font-weight:normal; + font-weight:100; + color:#aaa; + text-shadow:0 0 15px #fff, 0 0 2px #fff; + } +} + +::-moz-selection{ background:#a0f; } +::selection { background:#a0f; } + +a { + &, &:hover, &:focus, &:active, &:visited { + color:#f0a; + text-decoration:none; + } + + &:hover, &:focus { + text-decoration:underline; + } +} + +.deck-container { + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; + font-size:1.75em; + color:#aaa; + background:#000; + + > .slide { + padding:0 48px; + } +} + +.slide { + .deck-before, .deck-previous { + opacity:0.4; + + &:not(.deck-child-current) { + .deck-before, .deck-previous { + opacity:1; + } + } + } + + .deck-child-current { + opacity:1; + } +} + +.deck-prev-link, .deck-next-link { + background:#f0a; + text-shadow:0 0 3px #fff; + + &, &:hover, &:focus, &:active, &:visited { + color:#fff; + } + + &:hover, &:focus { + text-decoration:none; + box-shadow:0 0 20px #f0a, 0 0 5px #fff; + } +} + +.deck-status { + font-size:0.6666em; +} + +.goto-form { + background:#000; + border:1px solid #f0a; + + label { + color:#fff; + } +} + +.deck-menu { + .slide { + background:#333; + } + + .deck-current { + background:#444; + + .boxshadow & { + background:#000; + box-shadow:0 0 20px #f0a, 0 0 5px #fff; + } + } + + .no-touch & .slide:hover { + background:#444; + } + + .no-touch.boxshadow & .slide:hover { + background:#000; + box-shadow:0 0 20px #f0a, 0 0 5px #fff; + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/style/swiss.css b/backends/deckjs/deck.js/themes/style/swiss.css new file mode 100644 index 00000000..aaa33e8d --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/swiss.css @@ -0,0 +1,404 @@ +/* Resets and base styles from HTML5 Boilerplate */ +div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} + +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { + content: ""; + content: none; +} + +ins { + background-color: #ff9; + color: #000; + text-decoration: none; +} + +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +table, th, td { + border: 1px solid black; +} + +th { + +background-color: #CBD5E8; + +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +select, input, textarea, button { + font: 99% sans-serif; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +a:hover, a:active { + outline: none; +} + +ul, ol { + margin-left: 2em; + vertical-align: top; +} + +ol { + list-style-type: decimal; +} + +nav ul, nav li { + margin: 0; + list-style: none; + list-style-image: none; +} + +small { + font-size: 85%; +} + +strong, th { + font-weight: bold; +} + +td { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +textarea { + overflow: auto; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +label, +input[type="button"], +input[type="submit"], +input[type="image"], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +input:invalid, textarea:invalid { + border-radius: 1px; + -moz-box-shadow: 0px 0px 5px red; + -webkit-box-shadow: 0px 0px 5px red; + box-shadow: 0px 0px 5px red; +} +input:invalid .no-boxshadow, textarea:invalid .no-boxshadow { + background-color: #f0dddd; +} + +button { + width: auto; + overflow: visible; +} + +select, input, textarea { + color: #444444; +} + +a { + color: #607890; +} +a:hover, a:focus { + color: #036; +} +a:link { + -webkit-tap-highlight-color: #fff; +} + +/* End HTML5 Boilerplate adaptations */ +h1 { + font-size: 4.5em; +} + +h1, .vcenter { + font-weight: bold; + text-align: center; + padding-top: 1em; + max-height: 100%; +} +.csstransforms h1, .csstransforms .vcenter { + padding: 0 48px; + position: absolute; + left: 0; + right: 0; + top: 50%; + -webkit-transform: translate(0, -50%); + -moz-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + -o-transform: translate(0, -50%); + transform: translate(0, -50%); +} + +.vcenter h1 { + position: relative; + top: auto; + padding: 0; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; +} + +h2 { + font-size: 2.25em; + font-weight: bold; + padding-top: .5em; + margin: 0 0 .66666em 0; + border-bottom: 3px solid #888; +} + +h3 { + font-size: 1.4375em; + font-weight: bold; + margin-bottom: .30435em; +} + +h4 { + font-size: 1.25em; + font-weight: bold; + margin-bottom: .25em; +} + +h5 { + font-size: 1.125em; + font-weight: bold; + margin-bottom: .2222em; +} + +h6 { + font-size: 1em; + font-weight: bold; +} + +img, iframe, video { + display: block; + max-width: 100%; +} + +video, iframe, img { + display: block; + margin: 0 auto; +} + +p, blockquote, iframe, img, ul, ol, pre, video { + margin-bottom: 1em; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 1em; + border: 1px solid #888; +} + +em { + font-style: italic; +} + +li { + padding: .25em 0; + vertical-align: middle; +} +li > ol, li > ul { + margin-bottom: inherit; +} + +.deck-container { + font-size: 16px; + line-height: 1.25; + color: #444; +} + +.slide { + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; +} + +h1 { + color: #0E244B; +} + +div.content { + background: #f8f8f8; +} + + +h2 { + color: #c00; + border-bottom-color: #ccc; +} + +h3 { + color: #888; +} + +pre { + border-color: #ccc; +} + +code { + color: #888; +} + +blockquote { + font-size: 2em; + font-style: italic; + padding: 1em 2em; + color: #000; + border-left: 5px solid #ccc; +} +blockquote p { + margin: 0; +} +blockquote cite { + font-size: .5em; + font-style: normal; + font-weight: bold; + color: #888; +} + +::-moz-selection { + background: #c00; + color: #fff; +} + +::selection { + background: #c00; + color: #fff; +} + +a, a:hover, a:focus, a:active, a:visited { + color: #c00; + text-decoration: none; +} +a:hover, a:focus { + text-decoration: underline; +} + +.deck-container { + font-family: "Helvetica Neue", sans-serif; + font-size: 1.75em; + background: #fff; +} +.deck-container > .slide { + padding: 0 48px; +} + +.slide .deck-before, .slide .deck-previous { + opacity: 0.4; +} +.slide .deck-before:not(.deck-child-current) .deck-before, .slide .deck-before:not(.deck-child-current) .deck-previous, .slide .deck-previous:not(.deck-child-current) .deck-before, .slide .deck-previous:not(.deck-child-current) .deck-previous { + opacity: 1; +} +.slide .deck-child-current { + opacity: 1; +} + +.deck-prev-link, .deck-next-link { + background: #ccc; + font-family: serif; +} +.deck-prev-link, .deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited { + color: #fff; +} +.deck-prev-link:hover, .deck-prev-link:focus, .deck-next-link:hover, .deck-next-link:focus { + background: #c00; + text-decoration: none; +} + +.deck-status { + font-size: 0.6666em; +} + +.deck-menu .slide { + background: #eee; +} +.deck-menu .deck-current, .no-touch .deck-menu .slide:hover { + background: #ddf; +} diff --git a/backends/deckjs/deck.js/themes/style/swiss.scss b/backends/deckjs/deck.js/themes/style/swiss.scss new file mode 100644 index 00000000..781574e0 --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/swiss.scss @@ -0,0 +1,109 @@ +@import "reset"; + +h1 { + color:#000; +} + +h2 { + color:#c00; + border-bottom-color:#ccc; +} + +h3 { + color:#888; +} + +pre { + border-color:#ccc; +} + +code { + color:#888; +} + +blockquote { + font-size:2em; + font-style:italic; + padding:1em 2em; + color:#000; + border-left:5px solid #ccc; + + p { + margin:0; + } + + cite { + font-size:.5em; + font-style:normal; + font-weight:bold; + color:#888; + } +} + +::-moz-selection{ background:#c00; color:#fff; } +::selection { background:#c00; color:#fff; } + +a { + &, &:hover, &:focus, &:active, &:visited { + color:#c00; + text-decoration:none; + } + + &:hover, &:focus { + text-decoration:underline; + } +} + +.deck-container { + font-family: "Helvetica Neue", sans-serif; + font-size:1.75em; + background:#fff; + + > .slide { + padding:0 48px; + } +} + +.slide { + .deck-before, .deck-previous { + opacity:0.4; + + &:not(.deck-child-current) { + .deck-before, .deck-previous { + opacity:1; + } + } + } + + .deck-child-current { + opacity:1; + } +} + +.deck-prev-link, .deck-next-link { + background:#ccc; + font-family:serif; + + &, &:hover, &:focus, &:active, &:visited { + color:#fff; + } + + &:hover, &:focus { + background:#c00; + text-decoration:none; + } +} + +.deck-status { + font-size:0.6666em; +} + +.deck-menu { + .slide { + background:#eee; + } + + .deck-current, .no-touch & .slide:hover { + background:#ddf; + } +} diff --git a/backends/deckjs/deck.js/themes/style/web-2.0.css b/backends/deckjs/deck.js/themes/style/web-2.0.css new file mode 100644 index 00000000..05f628c7 --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/web-2.0.css @@ -0,0 +1,500 @@ +@charset "UTF-8"; +/* Resets and base styles from HTML5 Boilerplate */ +div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} + +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { + content: ""; + content: none; +} + +ins { + background-color: #ff9; + color: #000; + text-decoration: none; +} + +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +select, input, textarea, button { + font: 99% sans-serif; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +a:hover, a:active { + outline: none; +} + +ul, ol { + margin-left: 2em; + vertical-align: top; +} + +ol { + list-style-type: decimal; +} + +nav ul, nav li { + margin: 0; + list-style: none; + list-style-image: none; +} + +small { + font-size: 85%; +} + +strong, th { + font-weight: bold; +} + +td { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +textarea { + overflow: auto; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +label, +input[type="button"], +input[type="submit"], +input[type="image"], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +input:invalid, textarea:invalid { + border-radius: 1px; + -moz-box-shadow: 0px 0px 5px red; + -webkit-box-shadow: 0px 0px 5px red; + box-shadow: 0px 0px 5px red; +} +input:invalid .no-boxshadow, textarea:invalid .no-boxshadow { + background-color: #f0dddd; +} + +button { + width: auto; + overflow: visible; +} + +select, input, textarea { + color: #444444; +} + +a { + color: #607890; +} +a:hover, a:focus { + color: #036; +} +a:link { + -webkit-tap-highlight-color: #fff; +} + +/* End HTML5 Boilerplate adaptations */ +h1 { + font-size: 4.5em; +} + +h1, .vcenter { + font-weight: bold; + text-align: center; + padding-top: 1em; + max-height: 100%; +} +.csstransforms h1, .csstransforms .vcenter { + padding: 0 48px; + position: absolute; + left: 0; + right: 0; + top: 50%; + -webkit-transform: translate(0, -50%); + -moz-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + -o-transform: translate(0, -50%); + transform: translate(0, -50%); +} + +.vcenter h1 { + position: relative; + top: auto; + padding: 0; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; +} + +h2 { + font-size: 2.25em; + font-weight: bold; + padding-top: .5em; + margin: 0 0 .66666em 0; + border-bottom: 3px solid #888; +} + +h3 { + font-size: 1.4375em; + font-weight: bold; + margin-bottom: .30435em; +} + +h4 { + font-size: 1.25em; + font-weight: bold; + margin-bottom: .25em; +} + +h5 { + font-size: 1.125em; + font-weight: bold; + margin-bottom: .2222em; +} + +h6 { + font-size: 1em; + font-weight: bold; +} + +img, iframe, video { + display: block; + max-width: 100%; +} + +video, iframe, img { + display: block; + margin: 0 auto; +} + +p, blockquote, iframe, img, ul, ol, pre, video { + margin-bottom: 1em; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 1em; + border: 1px solid #888; +} + +em { + font-style: italic; +} + +li { + padding: .25em 0; + vertical-align: middle; +} +li > ol, li > ul { + margin-bottom: inherit; +} + +.deck-container { + font-size: 16px; + line-height: 1.25; + color: #444; +} + +.slide { + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; +} + +h1 { + color: #08455f; +} + +h2 { + color: #0b7495; + border-bottom: 0; +} +.cssreflections h2 { + line-height: 1; + -webkit-box-reflect: below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent)); + -moz-box-reflect: below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%); +} + +h3 { + color: #000; +} + +pre { + border-color: #cde; + background: #fff; + position: relative; + z-index: auto; + border-radius: 5px; + /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ +} +.csstransforms.boxshadow pre > :first-child:before { + content: ""; + position: absolute; + z-index: -1; + background: #fff; + top: 0; + bottom: 0; + left: 0; + right: 0; +} +.csstransforms.boxshadow pre:before, .csstransforms.boxshadow pre:after { + content: ""; + position: absolute; + z-index: -2; + bottom: 15px; + width: 50%; + height: 20%; + max-width: 300px; + box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); +} +.csstransforms.boxshadow pre:before { + left: 10px; + -webkit-transform: rotate(-3deg); + -ms-transform: rotate(-3deg); + transform: rotate(-3deg); +} +.csstransforms.boxshadow pre:after { + right: 10px; + -webkit-transform: rotate(3deg); + -ms-transform: rotate(3deg); + transform: rotate(3deg); +} + +code { + color: #789; +} + +blockquote { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; + font-size: 2em; + padding: 1em 2em .5em 2em; + color: #000; + background: #fff; + position: relative; + border: 1px solid #cde; + z-index: auto; + border-radius: 5px; +} +.boxshadow blockquote > :first-child:before { + content: ""; + position: absolute; + z-index: -1; + background: #fff; + top: 0; + bottom: 0; + left: 0; + right: 0; +} +.boxshadow blockquote:after { + content: ""; + position: absolute; + z-index: -2; + top: 10px; + bottom: 10px; + left: 0; + right: 50%; + -moz-border-radius: 10px / 100px; + border-radius: 10px / 100px; + box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); +} +blockquote p { + margin: 0; +} +blockquote cite { + font-size: .5em; + font-style: normal; + font-weight: bold; + color: #888; +} +blockquote:before { + content: "“"; + position: absolute; + top: 0; + left: 0; + font-size: 5em; + line-height: 1; + color: #ccf0f0; + z-index: 1; +} + +::-moz-selection { + background: #08455f; + color: #fff; +} + +::selection { + background: #08455f; + color: #fff; +} + +a, a:hover, a:focus, a:active, a:visited { + color: #599; + text-decoration: none; +} +a:hover, a:focus { + text-decoration: underline; +} + +.deck-container { + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; + font-size: 1.75em; + background: #f4fafe; + /* Old browsers */ + background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); + /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); + /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); + /* Opera11.10+ */ + background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); + /* IE10+ */ + background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); + /* W3C */ + background-attachment: fixed; + text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); +} +.deck-container > .slide { + padding: 0 48px; +} + +.slide .deck-before, .slide .deck-previous { + opacity: 0.4; +} +.slide .deck-before:not(.deck-child-current) .deck-before, .slide .deck-before:not(.deck-child-current) .deck-previous, .slide .deck-previous:not(.deck-child-current) .deck-before, .slide .deck-previous:not(.deck-child-current) .deck-previous { + opacity: 1; +} +.slide .deck-child-current { + opacity: 1; +} + +.deck-prev-link, .deck-next-link { + background: #fff; + opacity: 0.5; +} +.deck-prev-link, .deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited { + color: #599; +} +.deck-prev-link:hover, .deck-prev-link:focus, .deck-next-link:hover, .deck-next-link:focus { + opacity: 1; + text-decoration: none; +} + +.deck-status { + font-size: 0.6666em; +} + +.deck-menu .slide { + background: transparent; + border-radius: 5px; +} +.rgba .deck-menu .slide { + background: rgba(0, 0, 0, 0.1); +} +.deck-menu .slide.deck-current, .rgba .deck-menu .slide.deck-current, .no-touch .deck-menu .slide:hover { + background: #fff; +} + +.goto-form { + background: #fff; + border: 1px solid #cde; + border-radius: 5px; +} +.boxshadow .goto-form { + box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; +} diff --git a/backends/deckjs/deck.js/themes/style/web-2.0.scss b/backends/deckjs/deck.js/themes/style/web-2.0.scss new file mode 100644 index 00000000..aa9e9b0a --- /dev/null +++ b/backends/deckjs/deck.js/themes/style/web-2.0.scss @@ -0,0 +1,228 @@ +@mixin rotate($deg) { + -webkit-transform:rotate($deg); + -ms-transform:rotate($deg); + transform:rotate($deg); +} + +@import "reset"; + +h1, h2, h3, h4, h5, h6 { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; +} + +h1 { + color:#08455f; +} + +h2 { + color:#0b7495; + border-bottom:0; + + .cssreflections & { + line-height:1; + -webkit-box-reflect:below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255,255,255,.1)), to(transparent)); + -moz-box-reflect:below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255,255,255,.3) 100%); + } +} + +h3 { + color:#000; +} + +pre { + border-color:#cde; + background:#fff; + position:relative; + z-index:auto; + border-radius:5px; + + /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ + .csstransforms.boxshadow & { + > :first-child:before { + content:""; + position:absolute; + z-index:-1; + background:#fff; + top:0; + bottom:0; + left:0; + right:0; + } + + &:before, &:after { + content:""; + position:absolute; + z-index:-2; + bottom:15px; + width:50%; + height:20%; + max-width:300px; + box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); + } + + &:before { + left:10px; + @include rotate(-3deg); + } + + &:after { + right:10px; + @include rotate(3deg); + } + } +} + +code { + color:#789; +} + +blockquote { + font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; + font-size:2em; + padding:1em 2em .5em 2em; + color:#000; + background:#fff; + position:relative; + border:1px solid #cde; + z-index:auto; + border-radius:5px; + + .boxshadow & { + > :first-child:before { + content:""; + position:absolute; + z-index:-1; + background:#fff; + top:0; + bottom:0; + left:0; + right:0; + } + + &:after { + content:""; + position:absolute; + z-index:-2; + top: 10px; + bottom: 10px; + left: 0; + right: 50%; + -moz-border-radius: 10px / 100px; + border-radius: 10px / 100px; + box-shadow:0 0 15px rgba(0,0,0,0.6); + } + } + + p { + margin:0; + } + + cite { + font-size:.5em; + font-style:normal; + font-weight:bold; + color:#888; + } + + &:before { + content:"“"; + position:absolute; + top:0; + left:0; + font-size:5em; + line-height:1; + color:#ccf0f0; + z-index:1; + } +} + +::-moz-selection{ background:#08455f; color:#fff; } +::selection { background:#08455f; color:#fff; } + +a { + &, &:hover, &:focus, &:active, &:visited { + color:#599; + text-decoration:none; + } + + &:hover, &:focus { + text-decoration:underline; + } +} + +.deck-container { + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; + font-size:1.75em; + background: rgb(244,250,254); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* IE10+ */ + background: linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* W3C */ + background-attachment: fixed; + text-shadow:1px 1px 1px rgba(255,255,255,.5); + + > .slide { + padding:0 48px; + } +} + +.slide { + .deck-before, .deck-previous { + opacity:0.4; + + &:not(.deck-child-current) { + .deck-before, .deck-previous { + opacity:1; + } + } + } + + .deck-child-current { + opacity:1; + } +} + +.deck-prev-link, .deck-next-link { + background:#fff; + opacity:0.5; + + &, &:hover, &:focus, &:active, &:visited { + color:#599; + } + + &:hover, &:focus { + opacity:1; + text-decoration:none; + } +} + +.deck-status { + font-size:0.6666em; +} + +.deck-menu { + .slide { + background:transparent; + border-radius:5px; + + .rgba & { + background:rgba(0,0,0,.1); + } + + &.deck-current, .rgba &.deck-current, .no-touch &:hover { + background:#fff; + } + } +} + +.goto-form { + background:#fff; + border:1px solid #cde; + border-radius:5px; + + .boxshadow & { + box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/transition/beamer.css b/backends/deckjs/deck.js/themes/transition/beamer.css new file mode 100644 index 00000000..f6b06a38 --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/beamer.css @@ -0,0 +1,66 @@ +.csstransitions.csstransforms { + overflow-x: hidden; } + .csstransitions.csstransforms .deck-container .slide { + -webkit-transition: -webkit-transform 500ms ease-in-out; + -moz-transition: -moz-transform 500ms ease-in-out; + -ms-transition: -ms-transform 500ms ease-in-out; + -o-transition: -o-transform 500ms ease-in-out; + transition: transform 500ms ease-in-out; } + .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide { + position: absolute; + top: 0; + left: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; } + .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide .slide { + position: relative; + left: 0; + top: 0; + -webkit-transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -moz-transition: -moz-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -ms-transition: -ms-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -o-transition: -o-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; } + .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide .deck-after { + visibility: visible; + -webkit-transform: translate3d(200%, 0, 0); + -moz-transform: translate(200%, 0); + -ms-transform: translate(200%, 0); + -o-transform: translate(200%, 0); + transform: translate3d(200%, 0, 0); } + .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide .deck-before, .csstransitions.csstransforms .deck-container:not(.deck-menu) .slide .deck-previous { + opacity: 0.4; } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous { + -webkit-transform: translate3d(-200%, 0, 0); + -moz-transform: translate(-200%, 0); + -ms-transform: translate(-200%, 0); + -o-transform: translate(-200%, 0); + transform: translate3d(-200%, 0, 0); } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before { + -webkit-transform: translate3d(-400%, 0, 0); + -moz-transform: translate(-400%, 0); + -ms-transform: translate(-400%, 0); + -o-transform: translate(-400%, 0); + transform: translate3d(-400%, 0, 0); } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-next { + -webkit-transform: translate3d(200%, 0, 0); + -moz-transform: translate(200%, 0); + -ms-transform: translate(200%, 0); + -o-transform: translate(200%, 0); + transform: translate3d(200%, 0, 0); } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-after { + -webkit-transform: translate3d(400%, 0, 0); + -moz-transform: translate(400%, 0); + -ms-transform: translate(400%, 0); + -o-transform: translate(400%, 0); + transform: translate3d(400%, 0, 0); } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before .slide, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous .slide { + visibility: visible; } + .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current { + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; } diff --git a/backends/deckjs/deck.js/themes/transition/beamer.scss b/backends/deckjs/deck.js/themes/transition/beamer.scss new file mode 100644 index 00000000..b6408d0d --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/beamer.scss @@ -0,0 +1,95 @@ +@mixin translate($x: 0, $y: 0, $z: 0) { + -webkit-transform:translate3d($x, $y, $z); + -moz-transform:translate($x, $y); + -ms-transform:translate($x, $y); + -o-transform:translate($x, $y); + transform:translate3d($x, $y, $z); +} + +@mixin transition($prop, $duration, $easing: ease-in-out, $delay: 0ms) { + -webkit-transition:$prop $duration $easing $delay; + -moz-transition:$prop $duration $easing $delay; + -ms-transition:$prop $duration $easing $delay; + -o-transition:$prop $duration $easing $delay; + transition:$prop $duration $easing $delay; +} + +@mixin transform($val) { + -webkit-transform:$val; + -moz-transform:$val; + -ms-transform:$val; + -o-transform:$val; + transform:$val; +} + +.csstransitions.csstransforms { + overflow-x:hidden; + + .deck-container .slide { + -webkit-transition:-webkit-transform 500ms ease-in-out; + -moz-transition:-moz-transform 500ms ease-in-out; + -ms-transition:-ms-transform 500ms ease-in-out; + -o-transition:-o-transform 500ms ease-in-out; + transition:transform 500ms ease-in-out; + } + + .deck-container:not(.deck-menu) { + .slide { + position: absolute; + top:0; + left:0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + //padding:24px 24px; + + .slide { + + position:relative; + left: 0; + top: 0; + -webkit-transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -moz-transition: -moz-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -ms-transition: -ms-transform 500ms ease-in-out, opacity 500ms ease-in-out; + -o-transition: -o-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + } + + .deck-next, .deck-after { + visibility: visible; + @include translate(200%); + } + + .deck-before, .deck-previous { + opacity:0.4; + } + } + + > .deck-previous { + @include translate(-200%); + } + + > .deck-before { + @include translate(-400%); + } + + > .deck-next { + @include translate(200%); + } + + > .deck-after { + @include translate(400%); + } + + > .deck-before, > .deck-previous { + .slide { + visibility:visible; + } + } + + > .deck-child-current { + @include transform(none); + } + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/transition/fade.css b/backends/deckjs/deck.js/themes/transition/fade.css new file mode 100644 index 00000000..ad5338cf --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/fade.css @@ -0,0 +1,35 @@ +.csstransitions.csstransforms .deck-container .slide { + -webkit-transition: opacity 500ms ease-in-out 0ms; + transition: opacity 500ms ease-in-out 0ms; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide { + position: absolute; + top: 0; + left: 0; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .slide { + position: relative; + left: 0; + top: 0; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-after { + opacity: 0; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-current { + opacity: 1; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-after { + opacity: 0; + pointer-events: none; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before .slide, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous .slide { + visibility: visible; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current { + opacity: 1; + visibility: visible; + pointer-events: auto; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current .deck-after { + visibility: hidden; +} diff --git a/backends/deckjs/deck.js/themes/transition/fade.scss b/backends/deckjs/deck.js/themes/transition/fade.scss new file mode 100644 index 00000000..56fbd4c5 --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/fade.scss @@ -0,0 +1,59 @@ +@mixin translate($x: 0, $y: 0, $z: 0) { + -webkit-transform:translate3d($x, $y, $z); + -ms-transform:translate($x, $y); + transform:translate3d($x, $y, $z); +} + +@mixin transition($prop, $duration, $easing: ease-in-out, $delay: 0ms) { + -webkit-transition:$prop $duration $easing $delay; + transition:$prop $duration $easing $delay; +} + +.csstransitions.csstransforms { + .deck-container .slide { + @include transition(opacity, 500ms); + } + + .deck-container:not(.deck-menu) { + > .slide { + position:absolute; + top:0; + left:0; + + .slide { + position:relative; + left:0; + top:0; + } + + .deck-next, .deck-after { + opacity:0; + } + + .deck-current { + opacity:1; + } + } + + > .deck-previous, > .deck-before, > .deck-next, > .deck-after { + opacity:0; + pointer-events:none; + } + + > .deck-before, > .deck-previous { + .slide { + visibility:visible; + } + } + + > .deck-child-current { + opacity:1; + visibility:visible; + pointer-events:auto; + + .deck-next, .deck-after { + visibility:hidden; + } + } + } +} diff --git a/backends/deckjs/deck.js/themes/transition/horizontal-slide.css b/backends/deckjs/deck.js/themes/transition/horizontal-slide.css new file mode 100644 index 00000000..183f030c --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/horizontal-slide.css @@ -0,0 +1,53 @@ +.csstransitions.csstransforms { + overflow-x: hidden; +} +.csstransitions.csstransforms .deck-container > .slide { + -webkit-transition: -webkit-transform 500ms ease-in-out; + transition: transform 500ms ease-in-out; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide { + position: absolute; + top: 0; + left: 0; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .slide { + position: relative; + left: 0; + top: 0; + -webkit-transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-after { + visibility: visible; + -webkit-transform: translate3d(200%, 0, 0); + -ms-transform: translate(200%, 0); + transform: translate3d(200%, 0, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous { + -webkit-transform: translate3d(-200%, 0, 0); + -ms-transform: translate(-200%, 0); + transform: translate3d(-200%, 0, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before { + -webkit-transform: translate3d(-400%, 0, 0); + -ms-transform: translate(-400%, 0); + transform: translate3d(-400%, 0, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-next { + -webkit-transform: translate3d(200%, 0, 0); + -ms-transform: translate(200%, 0); + transform: translate3d(200%, 0, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-after { + -webkit-transform: translate3d(400%, 0, 0); + -ms-transform: translate(400%, 0); + transform: translate3d(400%, 0, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before .slide, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous .slide { + visibility: visible; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current { + -webkit-transform: none; + -ms-transform: none; + transform: none; +} diff --git a/backends/deckjs/deck.js/themes/transition/horizontal-slide.scss b/backends/deckjs/deck.js/themes/transition/horizontal-slide.scss new file mode 100644 index 00000000..d24f8ed0 --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/horizontal-slide.scss @@ -0,0 +1,72 @@ +@mixin translate($x: 0, $y: 0, $z: 0) { + -webkit-transform:translate3d($x, $y, $z); + -ms-transform:translate($x, $y); + transform:translate3d($x, $y, $z); +} + +@mixin transition($prop, $duration, $easing: ease-in-out, $delay: 0ms) { + -webkit-transition:$prop $duration $easing $delay; + transition:$prop $duration $easing $delay; +} + +@mixin transform($val) { + -webkit-transform:$val; + -ms-transform:$val; + transform:$val; +} + +.csstransitions.csstransforms { + overflow-x:hidden; + + .deck-container > .slide { + -webkit-transition:-webkit-transform 500ms ease-in-out; + transition:transform 500ms ease-in-out; + } + + .deck-container:not(.deck-menu) { + > .slide { + position:absolute; + top:0; + left:0; + + .slide { + position:relative; + left:0; + top:0; + -webkit-transition:-webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition:transform 500ms ease-in-out, opacity 500ms ease-in-out; + } + + .deck-next, .deck-after { + visibility:visible; + @include translate(200%); + } + } + + > .deck-previous { + @include translate(-200%); + } + + > .deck-before { + @include translate(-400%); + } + + > .deck-next { + @include translate(200%); + } + + > .deck-after { + @include translate(400%); + } + + > .deck-before, > .deck-previous { + .slide { + visibility:visible; + } + } + + > .deck-child-current { + @include transform(none); + } + } +}
\ No newline at end of file diff --git a/backends/deckjs/deck.js/themes/transition/vertical-slide.css b/backends/deckjs/deck.js/themes/transition/vertical-slide.css new file mode 100644 index 00000000..b8ec020a --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/vertical-slide.css @@ -0,0 +1,67 @@ +.csstransitions.csstransforms .deck-container { + overflow-y: hidden; +} +.csstransitions.csstransforms .deck-container > .slide { + -webkit-transition: -webkit-transform 500ms ease-in-out; + transition: transform 500ms ease-in-out; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide { + position: absolute; + top: 0; + left: 0; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .slide { + position: relative; + left: 0; + top: 0; + -webkit-transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-after { + visibility: visible; + -webkit-transform: translate3d(0, 1600px, 0); + -ms-transform: translate(0, 1600px); + transform: translate3d(0, 1600px, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous { + -webkit-transform: translate3d(0, -200%, 0); + -ms-transform: translate(0, -200%); + transform: translate3d(0, -200%, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before { + -webkit-transform: translate3d(0, -400%, 0); + -ms-transform: translate(0, -400%); + transform: translate3d(0, -400%, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-next { + -webkit-transform: translate3d(0, 200%, 0); + -ms-transform: translate(0, 200%); + transform: translate3d(0, 200%, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-after { + -webkit-transform: translate3d(0, 400%, 0); + -ms-transform: translate(0, 400%); + transform: translate3d(0, 400%, 0); +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before .slide, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous .slide { + visibility: visible; +} +.csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current { + -webkit-transform: none; + -ms-transform: none; + transform: none; +} +.csstransitions.csstransforms .deck-prev-link { + left: auto; + right: 8px; + top: 59px; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.csstransitions.csstransforms .deck-next-link { + top: 99px; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} diff --git a/backends/deckjs/deck.js/themes/transition/vertical-slide.scss b/backends/deckjs/deck.js/themes/transition/vertical-slide.scss new file mode 100644 index 00000000..2187725c --- /dev/null +++ b/backends/deckjs/deck.js/themes/transition/vertical-slide.scss @@ -0,0 +1,92 @@ +@mixin translate($x: 0, $y: 0, $z: 0) { + -webkit-transform:translate3d($x, $y, $z); + -ms-transform:translate($x, $y); + transform:translate3d($x, $y, $z); +} + +@mixin rotate($deg) { + -webkit-transform:rotate($deg); + -ms-transform:rotate($deg); + transform:rotate($deg); +} + +@mixin transition($prop, $duration, $easing: ease-in-out, $delay: 0ms) { + -webkit-transition:$prop $duration $easing $delay; + transition:$prop $duration $easing $delay; +} + +@mixin transform($val) { + -webkit-transform:$val; + -ms-transform:$val; + transform:$val; +} + +.csstransitions.csstransforms { + .deck-container { + overflow-y:hidden; + + > .slide { + -webkit-transition:-webkit-transform 500ms ease-in-out; + transition:transform 500ms ease-in-out; + } + } + + .deck-container:not(.deck-menu) { + > .slide { + position:absolute; + top:0; + left:0; + + .slide { + position:relative; + left:0; + top:0; + -webkit-transition:-webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out; + transition:transform 500ms ease-in-out, opacity 500ms ease-in-out; + } + + .deck-next, .deck-after { + visibility:visible; + @include translate(0, 1600px); + } + } + + > .deck-previous { + @include translate(0, -200%); + } + + > .deck-before { + @include translate(0, -400%); + } + + > .deck-next { + @include translate(0, 200%); + } + + > .deck-after { + @include translate(0, 400%); + } + + > .deck-before, > .deck-previous { + .slide { + visibility:visible; + } + } + + > .deck-child-current { + @include transform(none); + } + } + + .deck-prev-link { + left:auto; + right:8px; + top:59px; + @include rotate(90deg); + } + + .deck-next-link { + top:99px; + @include rotate(90deg); + } +}
\ No newline at end of file diff --git a/backends/deckjs/deckjs.conf b/backends/deckjs/deckjs.conf new file mode 100644 index 00000000..95573359 --- /dev/null +++ b/backends/deckjs/deckjs.conf @@ -0,0 +1,335 @@ +# version 1.6.3 + +include::{asciidoc-confdir}/xhtml11.conf[] +:backend-deckjs: + +[miscellaneous] +outfilesuffix=.html + +[attributes] +basebackend=html +basebackend-html= +backend-deckjs= + +[macros] +(?u)^(?P<name>video)::(?P<target>\S*?)(\[(?P<attrlist>.*?)\])$=# + +^>{3,}$=#nopagebreak + +[preamble] + +[sect1] +<section class="slide"> +<h2>{title}</h2> +| +</section> + +[paragraph] +<p> +| +</p> + + +#------------------------ +#strike trough style +[quotes] +-=strikethrough + +[tags] +strikethrough=<span style="text-decoration: line-through;">|</span> + + +#------------------------ +#for literal block incremental + +[literalblock] +<div class="literalblock{role? {role}}{incremental-option? slide}{incremental? slide}"{id? id="{id}"}> +<div class="title">{title}</div> +<div class="content"> +<pre><tt> +| +</tt></pre> +</div></div> + + +#------------------------ +# for quote block + +[blockdef-quote] +delimiter=^_{4,}$ +quote-style=template="quote_block",options=("a",) + +[quote_block] +<blockquote class="{incremental?slide }{incremental-option?slide}"> + <p>|</p> + <p><cite>-- {attribution} {citetitle?, {citetitle}}</cite></p> +</blockquote> + + +#------------------------ +# for image + +[image-blockmacro] +# TODO use image block title for alt +# <img src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}" class="{incremental-option?slide }{incremental?slide}"/> +<div class="imageblock{style? {style}}{role? {role}}{unbreakable-option? unbreakable}{incremental-option? slide}{incremental? slide}"{id? id="{id}"}{align? style="text-align:{align};"}{float? style="float:{float};"}> +<div class="content"> +<a class="image" href="{link}"> +{data-uri%}<img src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"}> +{data-uri#}<img alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"} src="data:image/{eval:os.path.splitext(r'{target}')[1][1:]};base64, +{data-uri#}{sys:"{python}" -u -c "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join(r"{indir={outdir}}",r"{imagesdir=}",r"{target}")}"}"> +{link#}</a> +</div> +<div class="title" style="text-align: center">{caption={figure-caption} {counter:figure-number}. }{title}</div> +</div> + + +#------------------------ +# for video + +[video-blockmacro] +<div class="{incremental-option?slide }{incremental?slide }"> +<iframe width="{width}" height="{height}" src="{target}" frameborder="0" allowfullscreen></iframe> +</div> + + +#------------------------ +# for lists + +[listtags-bulleted] +list=<ul>|</ul> +item=<li class="{incremental-option?slide}{incremental? slide}">|</li> +text= + +[listtags-numbered] +list=<ol>|</ol> +item=<li class="{incremental-option?slide}{incremental? slide}">|</li> +text=<p>|</p> + + +#------------------------ +# for source code block incremental +[listingblock] +<div class="listingblock{role? {role}}{incremental-option? slide}{incremental? slide}"{id? id="{id}"}> +<div class="title">{caption=}{title}</div> +<div class="content"> +<pre><tt> +| +</tt></pre> +</div></div> + +[source-highlight-block] +<div class="listingblock{incremental-option? slide}{incremental? slide}"> +<a id="{id}"></a> +<div class="title">{caption=}{title}</div> +<div class="content"> +| +</div></div> + +#------------------------ +# for page break improvements. See slidy2 configuration file +[nopagebreak-blockmacro] +{set:slidepagebreak!} + +[pagebreak-blockmacro] +</div></div></div></div><div style="page-break-after:always"> +{slidepagebreak}</div> +{set:slidepagebreak} + + +[header] +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>{doctitle=}</title> + <meta name="description" content="{description}" /> + <meta name="viewport" content="width=1024, user-scalable=no"> + <meta name="author" content="{author}" /> + <meta name="generator" content="AsciiDoc {asciidoc-version}" /> + <meta name="presdate" content="{revdate}" /> + {corpname?<meta name="company" content="{corpname}" />} + <!-- Core and extension CSS files --> +ifdef::linkcss[] + <link rel="stylesheet" href="deck.js/core/deck.core.css"> + <link rel="stylesheet" href="deck.js/extensions/goto/deck.goto.css"> + <link rel="stylesheet" href="deck.js/extensions/menu/deck.menu.css"> + <link rel="stylesheet" href="deck.js/extensions/navigation/deck.navigation.css"> + <link rel="stylesheet" href="deck.js/extensions/status/deck.status.css"> + <link rel="stylesheet" href="deck.js/extensions/toc/deck.toc.css"> + <!-- Theme CSS files --> + <link rel="stylesheet" href="./deck.js/themes/style/{deckjs_theme}.css"> + <link rel="stylesheet" href="./deck.js/themes/transition/{deckjs_transition}.css"> + {pygments?<link rel="stylesheet" href="./ad-stylesheet/pygments/{pygments_style}.css">} + <!-- Replace path with correct path to Modernizr file. --> + <script src="deck.js/modernizr.custom.js"></script> +endif::linkcss[] +ifndef::linkcss[] +<style type="text/css"> +include1::{stylesdir=./deck.js/core}/deck.core.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/goto}/deck.goto.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/menu}/deck.menu.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/navigation}/deck.navigation.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/status}/deck.status.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/toc}/deck.toc.css[] +</style> +<style type="text/css"> +include1::{stylesdir=./deck.js/extensions/scale}/deck.scale.css[] +</style> +<!-- Theme CSS files --> +<style type="text/css"> +include1::{stylesdir=./deck.js/themes/style}/{deckjs_theme}.css[] +</style> +<style type="text/css" id="transition-theme-link"> +include1::{stylesdir=./deck.js/themes/transition}/{deckjs_transition}.css[] +</style> +ifdef::pygments[] +<style type="text/css"> +include1::{stylesdir=./ad-stylesheet/pygments}/{pygments_style}.css[] +</style> +endif::pygments[] +<!-- Replace path with correct path to Modernizr file. --> +<script type="text/javascript"> +# Escape as CDATA to pass validators. +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js}/modernizr.custom.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js}/jquery.min.js[] +/*]]>*/ +</script> +<!-- Deck Core and extensions --> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/core}/deck.core.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/menu}/deck.menu.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/goto}/deck.goto.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/status}/deck.status.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/navigation}/deck.navigation.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/toc}/deck.toc.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/deck.js-blank}/deck.blank.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/split}/deck.split.js[] +/*]]>*/ +</script> +<script type="text/javascript"> +/*<![CDATA[*/ +include1::{scriptsdir=./deck.js/extensions/scale}/deck.scale.js[] +/*]]>*/ +</script> + +endif::linkcss[] +</head> +<body class="deck-container"> +<section class="slide" id="title-slide"> + <h1>{doctitle}</h1> + <h3>{author}{corpname? — {corpname}}</h3> + <h4>{revdate}</h4> +</section> + + + +[footer] +<a href="#" class="deck-prev-link" title="Previous">←</a> +<a href="#" class="deck-next-link" title="Next">→</a> +<p class="deck-status"> + <span class="deck-status-current"></span> + / + <span class="deck-status-total"></span> +</p> +# toc pannel +<div class="deck-toc"></div> +# toc status panel +#<table class="deck-toc-status"> +# <tr> +# <td class="right deck-toc-h2"> </td> +# <td class="left deck-toc-h3"> </td> +# </tr> +#</table> +<form action="." method="get" class="goto-form"> + <label for="goto-slide">Go to slide:</label> + <input type="text" name="slidenum" id="goto-slide" list="goto-datalist"> + <datalist id="goto-datalist"></datalist> + <input type="submit" value="Go"> +</form> +<!-- Other extension HTML snippets go here, at the bottom of the deck container. --> +ifdef::linkcss[] + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="deck.js/jquery.min.js"><\/script>')</script> +<!-- for JQuery backward compatibility --> + <script>window.jQuery || document.write('<script src="deck.js/jquery.min.js"><\/script>')</script> + <!-- Deck Core and extensions --> + <script src="deck.js/core/deck.core.js"></script> + <script src="deck.js/extensions/menu/deck.menu.js"></script> + <script src="deck.js/extensions/goto/deck.goto.js"></script> + <script src="deck.js/extensions/status/deck.status.js"></script> + <script src="deck.js/extensions/navigation/deck.navigation.js"></script> + <script src="deck.js/extensions/toc/deck.toc.js"></script> + <script src="deck.js/extensions/deck.js-blank/deck.blank.js"></script> + <script src="deck.js/extensions/split/deck.split.js"></script> + <script src="deck.js/extensions/scale/deck.scale.js"></script> +endif::linkcss[] +<!-- Initialize the deck. You can put this in an external file if desired. --> +<script> + (function($, deck, undefined) { + +ifdef::scrollable[] +$.deck.defaults.keys["previous"] = [8, 33, 37, 39]; +$.deck.defaults.keys["next"] = [13, 32, 34, 39]; +endif::scrollable[] + +ifndef::count_nested[] + $.extend(true, $[deck].defaults, { + countNested: false + }); +endif::count_nested[] + + $.deck('.slide'); + })(jQuery, 'deck'); +</script> +</body> +</html> + + + + diff --git a/backends/deckjs/example/example-template.asciidoc b/backends/deckjs/example/example-template.asciidoc new file mode 100644 index 00000000..7875b2a1 --- /dev/null +++ b/backends/deckjs/example/example-template.asciidoc @@ -0,0 +1,54 @@ +deck.js Support for Asciidoc +============================= +:author: Foo Bar +:email: <foo@bar.org> +:description: just a template file. +:revdate: 2011-12-16 +:revnumber: 0.1 +/////////////////////// + Themes that you can choose includes: + web-2.0, swiss, neon, beamer +/////////////////////// +:deckjs_theme: web-2.0 +/////////////////////// + Transitions that you can choose includes: + fade, horizontal-slide, vertical-slide +/////////////////////// +:deckjs_transition: horizontal-slide +/////////////////////// + AsciiDoc use `source-highlight` as default highlighter. + + Styles available for pygment highlighter: + monokai, manni, perldoc, borland, colorful, default, murphy, vs, trac, + tango, fruity, autumn, bw, emacs, vim, pastie, friendly, native, + + Uncomment following two lines if you want to highlight your code + with `Pygments`. +/////////////////////// +//:pygments: +//:pygments_style: native +/////////////////////// + Uncomment following line if you want to scroll inside slides + with {down,up} arrow keys. +/////////////////////// +//:scrollable: +/////////////////////// + Uncomment following line if you want to link css and js file + from outside instead of embedding them into the output file. +/////////////////////// +//:linkcss: +/////////////////////// + Uncomment following line if you want to count each incremental + bullet as a new slide +/////////////////////// +//:count_nested: + +== Slide One + +[incremental="true"] + * item 1 + * item 2 + +== Slide Two + +That's all. diff --git a/backends/deckjs/example/tutorial-slide.asciidoc b/backends/deckjs/example/tutorial-slide.asciidoc new file mode 100644 index 00000000..da317db2 --- /dev/null +++ b/backends/deckjs/example/tutorial-slide.asciidoc @@ -0,0 +1,274 @@ +deck.js Support for Asciidoc +============================= +:author: Qingping Hou +:email: <dave2008713@gmail.com> +:description: a tutorial for writing deck.js presentation with asciidoc +:revdate: 2014-06-30 +:revnumber: 0.9 +:deckjs_theme: neon +:deckjs_transition: horizontal-slide +:pygments: +:pygments_style: native +:scrollable: + + +== What is deck.js? + +*deck.js* is a JavaScript library for building modern HTML presentations. *deck.js* is flexible enough to let advanced CSS and JavaScript authors craft highly customized decks, but also provides templates and themes for the HTML novice to build a standard slideshow. + + +For more information, please check out its http://imakewebthings.github.com/deck.js/[project page]. + + +== What is deck.js backend for Asciidoc? + +*AsciiDoc-Deck.js* makes it possible to write deck.js slides in my favorite markup language *AsciiDoc*. To make life easier, I also bundled this backend with some thirdparty deck.js extensions: + +* https://github.com/barraq/deck.ext.js[deck.ext.js] +* https://github.com/mikek70/deck.js-blank[deck.js-blank] +* https://github.com/houqp/deck.split.js[deck.split.js] + + +== How to generate deck.js with Asciidoc + +First, make sure you have at least asciidoc-8.6.6 installed and download this backend from the http://houqp.github.com/asciidoc-deckjs/[project page]. + +Then install the backend: + +........................................... +asciidoc --backend install deckjs-X.Y.Z.zip +........................................... + +After the installation, it's just as simple as issuing following command: + +........................................... +asciidoc -b deckjs file.asciidoc +........................................... + +You can also use this backend without installation, please refer to https://github.com/houqp/asciidoc-deckjs/blob/master/README.md[README] for details. + + +== Shortcuts + +Following are built-in shortcuts in deck.js: + +* jump to any slide by given number, `g`. +* preview all slides, `m`. + +Shortcuts from deck.js's thirdparty extensions: + +* toggle table of content, `t` +* toggle page blank/unblank, `b` + + +== Syntax (basic) + +This part assumes that you are already familiar with some basic concepts in AsciiDoc. + +* slides are divided by *level 1* sections. +........................................... +== Slide1 title + +say whatever you want here. +........................................... + +ifdef::backend-deckjs[<<<] + +* lists + +........................................... +* entry1 +* entry2 +* entry3 +........................................... + +* ordered list + +........................................... +1. entry1 +1. entry2 +1. entry3 +........................................... + +A complete guide for lists can be found at http://www.methods.co.nz/asciidoc/userguide.html#X64[this page] + + +== Syntax (theming) + +You can choose theme and transition effect by specifying the *deckjs-theme* and *deckjs-transition* attributes: + +........................................... +:deckjs_theme: neon +:deckjs_transition: vertical-slide +........................................... + +Refer to http://houqp.github.com/asciidoc-deckjs/example-template.asciidoc[boilerplate] for all the supported themes. + + +== Syntax (nested slide) + +Nested slide (or subslide) give you the ability to create substeps in slides. In this backend, elements that given *incremental* attribute will be paused before show up. + +syntax: + +........................................... +[incremental="true"] +* this entry should show up first +* this entry should show up following the first one +* this entry should be the last one +........................................... + +effect: + +[incremental="true"] +* this entry should show up first +* this entry should show up following the first one +* this entry should be the last one + + +== Syntax (literal block) +syntax: + + ........................................... + <html> + <head> + </head> + <body> + <p>Hello World.</p> + </body> + </html> + ........................................... + +effect: + +[incremental="true"] +........................................... +<html> + <head> + </head> + <body> + <p>Hello World.</p> + </body> +</html> +........................................... + + +== Syntax (code block) + +syntax: + +........................................... +[source,c,numbered] +------------------------------------------- +int swallow_redpill () { + unsigned char m[2+4], rpill[] = "\x0f\x01\x0d\x00\x00\x00\x00\xc3"; + *((unsigned*)&rpill[3]) = (unsigned)m; + ((void(*)())&rpill)(); + return (m[5]>0xd0) ? 1 : 0; +} +------------------------------------------- +........................................... + +effect: + +[incremental="true"] +[source,c,numbered] +------------------------------------------- +int swallow_redpill () { + unsigned char m[2+4], rpill[] = "\x0f\x01\x0d\x00\x00\x00\x00\xc3"; + *((unsigned*)&rpill[3]) = (unsigned)m; + ((void(*)())&rpill)(); + return (m[5]>0xd0) ? 1 : 0; +} +------------------------------------------- + +By default, AsciiDoc use *source-highlight* to highlight your code. If you want to use *Pygments*, you have to set _pygments_ attribute (refer to example template). + + +== Syntax (quote block) +QuoteBlocks syntax from Asciidoc is fully supported, you can find complete guide on http://www.methods.co.nz/asciidoc/userguide.html#_quote_blocks[this page]. + +syntax: + +........................................... + [quote, L. Kronecker] + ___________________________________________ + God made the natural number and all the rest is the work of man + ___________________________________________ +........................................... + +effect: + +[incremental="true"] +[quote, L. Kronecker] +___________________________________________ +God made the natural number and all the rest is the work of man +___________________________________________ + + + +== Syntax (split slide) +If your slide is too long, you can manually split it into multiple slides. + +syntax: + +........................................... + This line will be shown in current slide. + + ifdef::backend-deckjs[<<<] + + This line will be shown in next slide with the same title. +........................................... + +effect: + +This line will be shown in current slide. + +ifdef::backend-deckjs[<<<] + +This line will be shown in next slide with the same title. + + +== Syntax (insert image) + +syntax: + +........................................... +image::http://www.gnu.org/graphics/gnu-head-sm.jpg[title="Texinfo"] +........................................... + +effect: + +[incremental="true"] +image::http://www.gnu.org/graphics/gnu-head-sm.jpg[title="Levitating GNU"] + + +== Syntax (insert video) + +syntax: + +........................................... +video::http://www.youtube.com/embed/GP3zvc2dG5Y[width="420", height="315"] +........................................... + +effect: + +[incremental="true"] +video::http://www.youtube.com/embed/GP3zvc2dG5Y[width="420", height="315"] + + +== The End + +The source code for this slide can be found here: + +http://houqp.github.com/asciidoc-deckjs/tutorial-slide.asciidoc + +You can get start with following template: + +http://houqp.github.com/asciidoc-deckjs/example-template.asciidoc + + +That's all. Hope you enjoy this backend. :-) + + + diff --git a/images/console_link_down.png b/images/console_link_down.png Binary files differnew file mode 100755 index 00000000..16360cb0 --- /dev/null +++ b/images/console_link_down.png diff --git a/images/xstats_error.png b/images/xstats_error.png Binary files differnew file mode 100755 index 00000000..25646643 --- /dev/null +++ b/images/xstats_error.png diff --git a/release_notes.asciidoc b/release_notes.asciidoc index b1cb15e0..0dc9dd1a 100755 --- a/release_notes.asciidoc +++ b/release_notes.asciidoc @@ -28,10 +28,18 @@ endif::backend-docbook[] * Added support for IP based configuration files (As opposed to MAC based used until now), with the ability of TRex to send ARP requests for default gateway, and gratitues ARP for its own addresses. See link:trex_manual.html#_configuration_yaml_parameter_of_cfg_option[here] and link:trex_config_guide.html[here] for details. +* Add RPC commands to Stateless: +** Getting extended counters of port for improved debug purposes. See example: link:trex_stateless.html#_stats[stats] +** Changing of port attributes and getting async feedback on the changed status. See example: link:trex_stateless.html#_portattr[portattr] + +=== fix issues: === + +* link:https://trex-tgn.cisco.com/youtrack/issue/trex-253[trex-253] +* link:https://trex-tgn.cisco.com/youtrack/issue/trex-212[trex-212] == Release 2.09 == -* Statless, split to core algorithm is more accurate and simple see link:trex_stateless.html#_tutorial_field_engine_split_to_core[split_to_core] +* Stateless, split to core algorithm is more accurate and simple see link:trex_stateless.html#_tutorial_field_engine_split_to_core[split_to_core] * Add repeatable random instruction see an example link:https://github.com/cisco-system-traffic-generator/trex-core/tree/master/scripts/stl/udp_1pkt_repeat_random.py[stl/udp_1pkt_repeat_random.py] link:cp_stl_docs/api/field_engine.html#stlvmflowvarrepetablerandom[repetable_random] and link:trex_rpc_server_spec.html#_repetable_random[repetable_random_spec] * Add TCP/UDP checksum fix instruction see an example link:https://github.com/cisco-system-traffic-generator/trex-core/tree/master/scripts/stl/syn_attack_fix_cs_hw.py[stl/syn_attack_fix_cs_hw.py] link:cp_stl_docs/api/field_engine.html#stlvmfixchecksumhw[fix checksum] and link:trex_rpc_server_spec.html#_fix_checksum_hw[fix_checksum_hw_spec] * Improve Stateless Field Engine (FE) performance diff --git a/trex_rpc_server_spec.asciidoc b/trex_rpc_server_spec.asciidoc index 0e49783f..643a89b3 100755 --- a/trex_rpc_server_spec.asciidoc +++ b/trex_rpc_server_spec.asciidoc @@ -272,11 +272,11 @@ Example: 'Request': { + "id": "7rqf0xyd", "jsonrpc": "2.0", - "id": 1, "method": "get_supported_cmds", "params": { - "api_h": "SPhoCDIV" + "api_h": "VGDJwdiY" } } @@ -284,20 +284,46 @@ Example: 'Response': { + "id": "7rqf0xyd", "jsonrpc": "2.0", - "id": 1, "result": [ - "remove_all_streams", - "remove_stream", - "add_stream", - "get_reg_cmds", - "ping", + "push_remote", + "validate", + "start_traffic", + "get_all_streams", + "shutdown", + "get_stream", + "test_add", + "stop_traffic", + "get_utilization", + "release", "test_sub", + "api_sync", + "get_port_status", + "get_port_stats", + "publish_now", + "get_system_info", + "get_supported_cmds", "get_version", - "test_add" + "get_port_xstats_names", + "update_traffic", + "get_active_pgids", + "pause_traffic", + "get_owner", + "acquire", + "set_port_attr", + "get_port_xstats_values", + "remove_rx_filters", + "resume_traffic", + "add_stream", + "remove_stream", + "remove_all_streams", + "ping", + "get_stream_list" ] } + ---- @@ -359,24 +385,44 @@ Example: .return value: 'get_system_info' [options="header",cols="1,1,3"] |================= -| Field | Type | Description -| dp_core_count | int | DP core count -| core_type | string | DP core type -| hostname | string | machine host name -| uptime | string | uptime of the server -| port_count | int | number of ports on the machine -| ports | array | arary of object ''port'' - see below +| Field | Type | Description +| dp_core_count | int | DP core count (total) +| dp_core_count_per_port | int | DP core count per pair of ports +| core_type | string | DP core type +| hostname | string | machine host name +| uptime | string | uptime of the server +| port_count | int | number of ports on the machine +| ports | array | array of object ''ports'' - see below |================= -.return value: 'get_system_info'.'port' +.return value: 'get_system_info'.'ports' [options="header",cols="1,1,3"] |================= -| Field | Type | Description -| driver | string | driver type -| index | int | port index -| speed | int | speed of the port (1, 10, 40, 100) +| Field | Type | Description +| description | string | description of port +| driver | string | driver type +| numa | int | NUMA of port +| pci_addr | string | PCI address of port +| hw_macaddr | string | HW MAC of port (masked by src_macaddr) +| src_macaddr | string | src MAC of port +| dst_macaddr | string | dest MAC of port +| is_virtual | bool | is port virtual +| is_fc_supported | bool | is flow control supported +| is_led_supported | bool | is led on/off supported +| is_link_supported | bool | is link status change supported +| index | int | port index +| speed | int | current max speed of the port (1, 10, 40, 100) +| supp_speeds | array | list of max speeds supported by port +| rx | object | see below |================= +.return value: 'get_system_info'.'ports'.'rx' +[options="header",cols="1,1,3"] +|================= +| Field | Type | Description +| caps | array | list of capabilities: "flow_stats", "latency" etc. +| counters | int | number of different pg_ids one can use at the same time +|================= [source,bash] ---- @@ -384,49 +430,84 @@ Example: 'Request': { - "id": "zweuldlh", + "id": "kn92anod", "jsonrpc": "2.0", "method": "get_system_info", "params": { - "api_h": "SPhoCDIV" + "api_h": "o8VEJEOd" } } 'Response': { - "id": "zweuldlh", + "id": "kn92anod", "jsonrpc": "2.0", "result": { - "core_type": "Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz", + "core_type": "Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz", "dp_core_count": 1, - "hostname": "csi-kiwi-03.cisco.com", - "port_count": 4, + "dp_core_count_per_port": 1, + "hostname": "csi-trex-11", + "port_count": 2, "ports": [ { - "driver": "rte_ixgbe_pmd", + "description": "VMXNET3 Ethernet Controller", + "driver": "rte_vmxnet3_pmd", + "dst_macaddr": "00:0c:29:2a:99:bc", + "hw_macaddr": "00:0c:29:2a:99:b2", "index": 0, + "is_fc_supported": false, + "is_led_supported": false, + "is_link_supported": false, + "is_virtual": true, + "numa": -1, + "pci_addr": "0000:03:00.0", + "rx": { + "caps": [ + "flow_stats", + "latency", + "rx_bytes" + ], + "counters": 127 + }, "speed": 10, + "src_macaddr": "00:0c:29:2a:99:b2", + "supp_speeds": [ + 10000 + ] }, { - "driver": "rte_ixgbe_pmd", + "description": "VMXNET3 Ethernet Controller", + "driver": "rte_vmxnet3_pmd", + "dst_macaddr": "00:0c:29:2a:99:b2", + "hw_macaddr": "00:0c:29:2a:99:bc", "index": 1, + "is_fc_supported": false, + "is_led_supported": false, + "is_link_supported": false, + "is_virtual": true, + "numa": -1, + "pci_addr": "0000:0b:00.0", + "rx": { + "caps": [ + "flow_stats", + "latency", + "rx_bytes" + ], + "counters": 127 + }, "speed": 10, - }, - { - "driver": "rte_ixgbe_pmd", - "index": 2, - "speed": 10, - }, - { - "driver": "rte_ixgbe_pmd", - "index": 3, - "speed": 10, + "src_macaddr": "00:0c:29:2a:99:bc", + "supp_speeds": [ + 10000 + ] } - ] + ], + "uptime": "Oct 31 2016 @ 16:25:28" } } + ---- === Get Port Status @@ -444,23 +525,36 @@ Example: 'Request': { - "id": "pbxny90u", + "id": "oveilf0n", "jsonrpc": "2.0", "method": "get_port_status", "params": { - "api_h": "SPhoCDIV", - "port_id": 2 + "api_h": "VGDJwdiY", + "port_id": 7 } } 'Response': { - "id": "pbxny90u", + "id": "oveilf0n", "jsonrpc": "2.0", "result": { + "attr": { + "fc": { + "mode": 0 + }, + "link": { + "up": true + }, + "promiscuous": { + "enabled": false + } + }, + "max_stream_id": 3, "owner": "", - "state": "STREAMS" + "speed": 10000, + "state": "TX" } } @@ -1422,6 +1516,238 @@ In case rx_stats feature is enabled, rx_object **must include** all rx_stats obj ---- +=== Get Xstat names +* *Name* - 'get_port_xstats_names' +* *API Class* - 'core' +* *Valid States* - 'all' +* *Description* - Get array of names of extended stats of port. List may vary per NIC type. +* *Parameters* - port_id +* *Result* ['object'] - See example below + +[source,bash] +---- + +'Request': + +{ + "id": "m348pnzr", + "jsonrpc": "2.0", + "method": "get_port_xstats_names", + "params": { + "api_h": "f682qkNJ", + "port_id": 0 + } +} + +'Response': + +{ + "id": "m348pnzr", + "jsonrpc": "2.0", + "result": { + "xstats_names": [ + "rx_good_packets", + "tx_good_packets", + "rx_good_bytes", + "tx_good_bytes", + "rx_errors", + "tx_errors", + "rx_mbuf_allocation_errors", + "rx_q0packets", + "rx_q0bytes", + "rx_q0errors", + "rx_q1packets", + "rx_q1bytes", + "rx_q1errors", + "tx_q0packets", + "tx_q0bytes", + "tx_q1packets", + "tx_q1bytes", + "tx_q2packets", + "tx_q2bytes", + "tx_q3packets", + "tx_q3bytes", + "rx_unicast_packets", + "rx_multicast_packets", + "rx_broadcast_packets", + "rx_dropped", + "rx_unknown_protocol_packets", + "tx_unicast_packets", + "tx_multicast_packets", + "tx_broadcast_packets", + "tx_dropped", + "tx_link_down_dropped", + "rx_crc_errors", + "rx_illegal_byte_errors", + "rx_error_bytes", + "mac_local_errors", + "mac_remote_errors", + "rx_length_errors", + "tx_xon_packets", + "rx_xon_packets", + "tx_xoff_packets", + "rx_xoff_packets", + "rx_size_64_packets", + "rx_size_65_to_127_packets", + "rx_size_128_to_255_packets", + "rx_size_256_to_511_packets", + "rx_size_512_to_1023_packets", + "rx_size_1024_to_1522_packets", + "rx_size_1523_to_max_packets", + "rx_undersized_errors", + "rx_oversize_errors", + "rx_mac_short_dropped", + "rx_fragmented_errors", + "rx_jabber_errors", + "tx_size_64_packets", + "tx_size_65_to_127_packets", + "tx_size_128_to_255_packets", + "tx_size_256_to_511_packets", + "tx_size_512_to_1023_packets", + "tx_size_1024_to_1522_packets", + "tx_size_1523_to_max_packets", + "rx_flow_director_atr_match_packets", + "rx_flow_director_sb_match_packets", + "tx_low_power_idle_status", + "rx_low_power_idle_status", + "tx_low_power_idle_count", + "rx_low_power_idle_count", + "rx_priority0_xon_packets", + "rx_priority1_xon_packets", + "rx_priority2_xon_packets", + "rx_priority3_xon_packets", + "rx_priority4_xon_packets", + "rx_priority5_xon_packets", + "rx_priority6_xon_packets", + "rx_priority7_xon_packets", + "rx_priority0_xoff_packets", + "rx_priority1_xoff_packets", + "rx_priority2_xoff_packets", + "rx_priority3_xoff_packets", + "rx_priority4_xoff_packets", + "rx_priority5_xoff_packets", + "rx_priority6_xoff_packets", + "rx_priority7_xoff_packets", + "tx_priority0_xon_packets", + "tx_priority1_xon_packets", + "tx_priority2_xon_packets", + "tx_priority3_xon_packets", + "tx_priority4_xon_packets", + "tx_priority5_xon_packets", + "tx_priority6_xon_packets", + "tx_priority7_xon_packets", + "tx_priority0_xoff_packets", + "tx_priority1_xoff_packets", + "tx_priority2_xoff_packets", + "tx_priority3_xoff_packets", + "tx_priority4_xoff_packets", + "tx_priority5_xoff_packets", + "tx_priority6_xoff_packets", + "tx_priority7_xoff_packets", + "tx_priority0_xon_to_xoff_packets", + "tx_priority1_xon_to_xoff_packets", + "tx_priority2_xon_to_xoff_packets", + "tx_priority3_xon_to_xoff_packets", + "tx_priority4_xon_to_xoff_packets", + "tx_priority5_xon_to_xoff_packets", + "tx_priority6_xon_to_xoff_packets", + "tx_priority7_xon_to_xoff_packets" + ] + } +} + +---- + +=== Get Xstat values +* *Name* - 'get_port_xstats_values' +* *API Class* - 'core' +* *Valid States* - 'all' +* *Description* - Get array of values of extended stats of port. Order of values matches the get_port_xstats_names. +* *Parameters* - port_id +* *Result* ['object'] - See example below + +[source,bash] +---- + +'Request': + +{ + "id": "tfonjtfc", + "jsonrpc": "2.0", + "method": "get_port_xstats_values", + "params": { + "api_h": "f682qkNJ", + "port_id": 7 + } +} + + +'Response': + +{ + "id": "tfonjtfc", + "jsonrpc": "2.0", + "result": { + "xstats_values": [ + 0, + 0, + ... + 0, + 0 + ] + } +} + +---- + +=== Setting port attributes +* *Name* - 'set_port_attr' +* *API Class* - 'core' +* *Valid States* - 'all' +* *Description* - Sets port attributes +* *Parameters* - +** *port_id* ['int'] - port to apply attributes +** *attr* ['object'] - dictionary with attributes, each of them is optional, see below +* *Result* ['object'] - {} + +.Object type 'attr' +[options="header",cols="1,1,1,3"] +|================= +| Field | Subfield | Type | Description +| link_status | up | bool | True = link up +| promiscuous | enabled | bool | True = promiscuous enabled +| led_status | on | bool | False = turn off LEDs +| flow_ctrl_mode | mode | int | Flow control: 0 = none, 1 = tx, 2 = rx, 3 = full +|================= + +Request example: + +[source,bash] +---- + +'Request': + +{ + "id": "uuopmfln", + "jsonrpc": "2.0", + "method": "set_port_attr", + "params": { + "api_h": "f682qkNJ", + "attr": { + "flow_ctrl_mode": { + "mode": 1 + }, + "promiscuous": { + "enabled": true + } + }, + "handler": "vGp4EyA5", + "port_id": 7 + } +} + +---- + == Typical Transactions Examples the following examples represents common scenarios. commands in [...] represents 'meta commands' diff --git a/trex_stateless.asciidoc b/trex_stateless.asciidoc index f3ae85b3..1148bc57 100755 --- a/trex_stateless.asciidoc +++ b/trex_stateless.asciidoc @@ -308,7 +308,7 @@ $sudo ./t-rex-64 -i * Wait until the server is up and running. * (Optional) Use `-c` to add more cores. -* (Optional) Use `--cfg` to specify a different configuration file. The default is link:trex_manual.html#_create_minimum_configuration_file[trex_cfg.yaml]. +* (Optional) Use `--cfg` to specify a different configuration file. The default is link:trex_manual.html#_create_minimum_configuration_file[/etc/trex_cfg.yaml]. // IGNORE: this line helps rendering of next line @@ -589,7 +589,7 @@ To set ports to link:https://en.wikipedia.org/wiki/Promiscuous_mode[promiscuous [source,bash] ---- -trex>portattr -a --prom #<1> +trex>portattr -a --prom on #<1> trex>stats --ps Port Status @@ -3827,7 +3827,6 @@ Resets the server and client to a known state. Not used in normal scenarios. - Stops all traffic on all ports - Removes all streams from all ports -// IGNORE: this line helps rendering of next line *Example*:: @@ -3836,19 +3835,37 @@ Resets the server and client to a known state. Not used in normal scenarios. $reset ---- -//??? command name is portattr, and there is no --cfg arg. there --prom ===== portattr -Configures port state. Currently support only turning promiscuous mode on and off +Configures port attributes. *Example*:: -[source,bash] +[source,python] ---- -$portattr --port 0 --prom +$portattr --help +usage: port_attr [-h] [--port PORTS [PORTS ...] | -a] [--prom {on,off}] + [--link {up,down}] [--led {on,off}] [--fc {none,tx,rx,full}] + [--supp] +Sets port attributes + +optional arguments: + -h, --help show this help message and exit + --port PORTS [PORTS ...], -p PORTS [PORTS ...] + A list of ports on which to apply the command + -a Set this flag to apply the command on all available + ports + --prom {on,off} Set port promiscuous on/off + --link {up,down} Set link status up/down + --led {on,off} Set LED status on/off + --fc {none,tx,rx,full} + Set Flow Control type + --supp Show which attributes are supported by current NICs ---- +image::images/console_link_down.png[title="Setting link down on port 0 affects port 1 at loopback"] + ===== clear @@ -3864,7 +3881,8 @@ $clear -a ===== stats -Can be used to show global/port/stream statistics. +Can be used to show global/port/stream statistics. + +Also, can be used to retrieve extended stats from port (xstats) *Example*:: @@ -3874,6 +3892,8 @@ $stats --port 0 -p $stats -s ---- +image::images/xstats_error.png[title="Xstats error example"] + // IGNORE - this line helps rendering ===== streams diff --git a/waf-1.9.3 b/waf-1.9.3 new file mode 100755 index 00000000..7ad6ae70 --- /dev/null +++ b/waf-1.9.3 @@ -0,0 +1,170 @@ +#!/usr/bin/env python +# encoding: ISO8859-1 +# Thomas Nagy, 2005-2016 +# +""" +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +""" + +import os, sys, inspect + +VERSION="1.9.3" +REVISION="826456a3e8d1d27787c240c6ba69d280" +GIT="b022313c197614245fae732c0dd1d8167b9ee5dd" +INSTALL='' +C1='#)' +C2='#%' +C3='#$' +cwd = os.getcwd() +join = os.path.join + + +WAF='waf' +def b(x): + return x +if sys.hexversion>0x300000f: + WAF='waf3' + def b(x): + return x.encode() + +def err(m): + print(('\033[91mError: %s\033[0m' % m)) + sys.exit(1) + +def unpack_wafdir(dir, src): + f = open(src,'rb') + c = 'corrupt archive (%d)' + while 1: + line = f.readline() + if not line: err('run waf-light from a folder containing waflib') + if line == b('#==>\n'): + txt = f.readline() + if not txt: err(c % 1) + if f.readline() != b('#<==\n'): err(c % 2) + break + if not txt: err(c % 3) + txt = txt[1:-1].replace(b(C1), b('\n')).replace(b(C2), b('\r')).replace(b(C3), b('\x00')) + + import shutil, tarfile + try: shutil.rmtree(dir) + except OSError: pass + try: + for x in ('Tools', 'extras'): + os.makedirs(join(dir, 'waflib', x)) + except OSError: + err("Cannot unpack waf lib into %s\nMove waf in a writable directory" % dir) + + os.chdir(dir) + tmp = 't.bz2' + t = open(tmp,'wb') + try: t.write(txt) + finally: t.close() + + try: + t = tarfile.open(tmp) + except: + try: + os.system('bunzip2 t.bz2') + t = tarfile.open('t') + tmp = 't' + except: + os.chdir(cwd) + try: shutil.rmtree(dir) + except OSError: pass + err("Waf cannot be unpacked, check that bzip2 support is present") + + try: + for x in t: t.extract(x) + finally: + t.close() + + for x in ('Tools', 'extras'): + os.chmod(join('waflib',x), 493) + + if sys.hexversion<0x300000f: + sys.path = [join(dir, 'waflib')] + sys.path + import fixpy2 + fixpy2.fixdir(dir) + + os.remove(tmp) + os.chdir(cwd) + + try: dir = unicode(dir, 'mbcs') + except: pass + try: + from ctypes import windll + windll.kernel32.SetFileAttributesW(dir, 2) + except: + pass + +def test(dir): + try: + os.stat(join(dir, 'waflib')) + return os.path.abspath(dir) + except OSError: + pass + +def find_lib(): + src = os.path.abspath(inspect.getfile(inspect.getmodule(err))) + base, name = os.path.split(src) + + #devs use $WAFDIR + w=test(os.environ.get('WAFDIR', '')) + if w: return w + + #waf-light + if name.endswith('waf-light'): + w = test(base) + if w: return w + err('waf-light requires waflib -> export WAFDIR=/folder') + + dirname = '%s-%s-%s' % (WAF, VERSION, REVISION) + for i in (INSTALL,'/usr','/usr/local','/opt'): + w = test(i + '/lib/' + dirname) + if w: return w + + #waf-local + dir = join(base, (sys.platform != 'win32' and '.' or '') + dirname) + w = test(dir) + if w: return w + + #unpack + unpack_wafdir(dir, src) + return dir + +wafdir = find_lib() +sys.path.insert(0, wafdir) + +if __name__ == '__main__': + + from waflib import Scripting + Scripting.waf_entry_point(cwd, VERSION, wafdir) + +#==> +#BZh91AY&SY^:Z})2#$] #$8Exa8#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$}W#%;U*[]}in89}w:,懻v~m h͑&t^=;>{_CO}<ٛ>n8>[]=T${}7{y`w7w>#$#$@#$f#$muݷp#$ͧCkfj#C{yzB`7pDD={eB%t(HQ@p:R{6Ɯ=i{eQxvʢuו^#$hz={0Mk{d}:vq^o.m}az:Ul蹺Iy:BݕْDEӃցj-;`)y{淶[tjT};统m>Cmv+뺷lm]x-{PY]4TMw7Ky3m]VՈv2mmwt{W'uܡkw>lwgm#%ky{*ϱcͶ}g>^TۖviwAy9zjSCs;1w*4=rw{3]WQpj{qe#4 t\#$on:#$=f{hѷ#%֠]G̈́RzY:}q];/-s{O:=we1^/Ro`s#Amݓf;:۷ɮ%j&dFZzǩ{[51<|m̓nRؼ#$c]8{Cֽn/'}7ίum=mg@%(PݫP#%6v\@]@̆#$qյ5=JT(-.@C=wZ#)07wnvs9\ڒHvdLgS=).+;=V|C<kcl::>vfȖuk;_v4˾_mqW;Ѿ54h#$#$&1iTS5#$AmCjS@ @M &&4)桚z<&#$#$#$#$#$#$Hh M?LTSO)yOSGꆍhh#$ h#$#$#$$J(MM5jmOSz!@M#$#%#$#$#$#$#$#$#$$h#$ <4<I=M4@Ѡ#$#$ 5#$04MO5)LjbfMQ~=COP#$#$h#$#$UZe+QcNUe6C>wؑX*$#)#$ 0@~nhzs_O8"fT'/1WX#̓ZD@PJ70EP92/>Mcg#)"UfŨMڗ#$Pw/G:&#$+i6]UjձjjVk$!ˢ6(0Ql@@H@h$F@dAPDWl2DfƙY2!&,dEJ)ah%5MFaS"4MEj5,hLYShE&hIK-)M`- YA0ehԖ-4&d!E4CJlmVڤ)C6$ј!4DVf*JML-M̚ZK&&IQFB"E2("ED) ѰCLiQjR4D0MC"2ICd$R#i(dHHVhɉaRTXaR*d,jRIɠMdIF-RM&$Djcf@ج ,1RHd)iX`X$ؠ*$ (ѓJXa(c$YY52#P%D!5&HDRV@A,6i`e")Fl% 3lYKed,ih%6(!3 e,f@%ҤAF4F %)2&iQ0YHD2dfPR1#$l*fkLcl$!RR#)$œffb&d&ͦ#%")(lɥ2Bb̦DYd)#&$ȥddSe E+)$Ēe5&Ƒ#%#%#@cBIYh4lf2Ie"2ĐK6JdR6lZ+Bd$-EZ FE#la 2*,QQf#)J)FDJaYcL"Qe!jV$ɢ)IlJYLRde3K*Yh[$"#%!M-~k!De6Tl2M,F6IȌ-2b6S*HDS3Y5b$JBтIbTiIZS&L6U6PR*J)c1cdFM2%Ifmd-4k"2#bfĖMmk cZ*#)6%Tm6MM!T`,Ub6l&0*)A(ECR#lTXŤ,i$VmCbBe2fā4)"Ҩ2K3iқTRI6RȢ[BKfLY5d-f eF201HИQjIQRM&M%,R)fFD1I#)lhH#%2B"44"i!L$dX!!&BlQM42a2bA)3I%(1fmͣchFɳBCHTd2#F2$RЙ6 $!ѵFњ#)Y6ci3id6Ɓ#!@,XJ4 -ScPmlm(iFMVS4 P"DA*Rh41Fk4%1LDѪQhlFea$E(6(&VYd) شd,Ifl$kE Z(6PA)BDTDe6ELm&eS)ID,J"Kjj#),Y*5S3ERV6)J6SlX4K6d4$F#)ɀdٓ)R3bb)TUY"3I5)KbI4Y QI&V)$je1i5 Qj(H3#)dfDƕ"(6fֈMѩ*ibԅ#%hk4EQcV2kRde(h2ZTFXĤeFKclY&LQhH[m4&XY41heI6 %Xش[F5Me[SSlmQP26cYS5l*(I$I$5Z,T?51+J4}Lp(Ѥ|7zTrehó%q##)Gȕ,H0(#wKDߋ1H+r+JK V^=EMvt3tHc&۬-q(#)1dop j2q!aSMDGd;_->zܳߪnMq*W\ssM$jgx(0.%W6Fo[Jc*-5X\rJH[0YBu@R*}nT\mبФRk"һ$#%1ai`5Gh #%2v ~#i:/0v.t]ƍ̒QlXQ~9}EʨO]Ql3ŘVn@)FG8>\3k\#)MS.mAF#i)&Km44d{l b9bZa7"rpaƌG9[οտ*1il}%sCo0W좑:5N4Ǎ?LDZb#)*C#$J h`~|A֠1zs4ōCگS?˽[iq`m,,WTE5Rn%:S#%f£mCXuZR#)?䝛V(߾[PP0B2'D3n j?hf$M}hXdJJee,#%vCվ"[~0GᖡFَKK{5ŶEkF,R,_2LdY>/F=ycDwgO';Ex#ubb$qO<JivE4Qx\YJŃF(W~(-2AXWCDIIs_umtr~u^K_szEtbe(M7rOaFETEE|jJny&o,AhF[Ժ$[f9#]+k6CɭUy[d`iNa+dEh( ('m@8Jn^%TUm*V)k!~wwvI<نZe0Xqy`[&i.YyJE)Åb>ړ1(ܠ©[FxŇ);aFxኮ8Vq'^ب_ob))#J_FLCPqthh#)w3:GŠSRߥ}}{j5(m繊ELbfNw|%$FG_E1R֦ndM4p>0U2#)Bt$$TLEyjY4>ˬak]^X綱ˤVZ=#%0^_)0Cz ,>u@$nLszgnӽ45>f|=6ӕf2$UܨTL/Pi&A-)5XJN{նМRJX_ܚ@Cw3û83^9ɗ"p>[Ʉ="dMǶf(^|oH0Wd1#%1Ő4=Fj/n{GݗͶ%bχ$Y8~tH"F'jZeVnBBH5$υ4r#)tem U)u<\Sa^?vBI$wq],PS$O~])@1Q}QuApX).< ^!1wӱH&7ԙt"՚9f'nC8ǎ-!?^xnY̨ӻq.X8cտnu{YTNX-L(R!sw=u5A'BۗеTEzUAL~|y{>?Wީ0XeIEZ(PRUOk>j*kVF~S}bnI"W:ngT{mr00#%}ߖ{WW~f#%fY1rP3S3iFK*AЎ'ڝC#% џSS3i4qp3?leWAV;i҇碑B`vDQc` "h_v)74c皧ٿvp> >*/u1dmw1FvN#)ovczxts6$aif>D˲X]2g!Ju|/a%{qɑdx3[=\JX>i5;+HES#)'_P[oZC6JGo,rqn!s9]UTϝl:lW.!+]nwh#F"(wvNuh#)h]DaKR:3aa]{|w!\kbb$@]h!7'9eu1"?gg_&#)(5D<,IP0䂓:tTB-)p"ѭcOQws1by>5?f1YI[Q[9F qrBj64oUibu}njeυ?uOt\#=z#)xTBA/.&sf1^ iwdr+onZʤ㑘)#fc֦D2ZHrdr]*u賴iL7dzbZݎ4So"!|+CZ?;ȅ{%'qWn4A@k4 9Etͨ8^V`{uU4UnvoA"<~ݦQ>ρ,~ eb"(3OׇN{vҋód(ԥTqœ:\u=|.XC({<m!PTuƜXԱD3iY= g}|TlIIcG,9"}3`qcQ|LO|=_#ȏ+2F⫀7\]s-}w|[ո?NUVzX8t5Bٖz3g|O++ A(I75Q65{z՛nZs#):yQ̑Q{R)\]d9?7MKM@ȕkfjxET.ۍ{[iK`QAtVڭBX^~~)F\JGYeA,ߎ-5V%5}#C@Rup) J*#,PiԌg덑#913)f#%6T-_wKEQE8 娾y"[i7FJ(S*Lx|KXueRwgvQf.j MsXO|#)x#$E[dySPwg^۲5|ÜlmHrBiI3G^|sQGm,oD>Z#Y-O?Sz腌mUQ9$^,d/W FegnNAnFT-\g.!2a {ŻH7;#@֚YѩuBQ¬}׆fTH4[o N?L&TTM*`)H#%*uf3DuKP2;щ<Wꔬ<ۛr)qw']a}"nGPٻw2 tPgCOaRI;"˕Cfp2l?ph#$sh6mrʴu/]QN̔iNox3nxQSPo IVTGo(ʔɳ{k[awuBC5<k}Nؔƫ7sfJ\BOԝz5W#%#%qKf:;_=+z&ۺng䢓J)#c}`1|q2}T#B5P^TMNP1TZ>20,ѯO-gv.>]Ի+٩QtB;+yig;~Y)gw\Υu|̄v};XJj9wmp~.ڻNwx<;'&wN| Iz#%v[E[(J#97P8dj"⾁qÛ~b$[@o0[hIԟvcE`|?!~&:4qھ.4Lb3lJINTg9i>nI7.8mSZC||~щeh4ӓK7(]nF!żC!'|%36[+aFC \O\mDdg,@^@ נXkZq79v^#$#@ Q^ j%m.՞euWr@GrDin_f!b[fٲRq\#a'wW;|t7K'^װqJo,ױ[.=gpaH}>!1G-.U5M#)|$RF/:LsH!Co:CDO7j%ĹL`km(0@D@c0owǿ2Fn=\jq/]_O+SXZbGpA=5J8go>W~{v|ؘ|}X9NC?W=yjEw-$6Ikjn)?b*dªp;X^[Ǥ'jDx=ѭ*,|i?L$HyļQX/)t;sc7ǔJi8C@Nl~G\ZnJmG5V]ά#$fNyb9'"Qa`oR!-L|TD;DYZ;#)#$z&if]f4RwzznQ6B&/;?Pc̖RzL7ͻw#$Mw@KHD @HKOG 6)0]IiJ$B]0p4GÀϚ;n-|-##$?Q#%[z<6v3`u`R%0`gkt#$&UD( #$'T+RG(HzƧ`>(`e#$7|gRpFcyRuC͗0w*D̽uD2#)A*&~1[pIsFƲjѯw|jGm!)gοwi(2hN>vq8XAEbG_ k0K}P`#)1!@9"&~X<@S䅓鏷*c*&0`v&Bmv>wrJ^2ahk_ҵ6?X>24",}r$nZ9hNz?L+egݔxwjS@a^EC6Qk]߀Ŭlh}gMSf2|5?y\(=co.z:1gyi=`>#%9e5~"@'aBɒK$!@`|CWeED=nKn{(%y7|IqC9UW< NVM6Q$QU@yhʺf归&ϵ6،<lᙼJZ#iq-8Ǭrݓ[c|J*ILw]#}#?MuwQ{d]=KhQl""^a'W3 /w3"AGHQ:=˘Iy'0&ipm`zl6}b,-}ty]_aՆ#)g~dèBbb/ϛi4Gy@oǫ0AMOb(m9N.5Niݬsc̓o[½@~LJ&h3;#)JK6]7y_nP[L0XI#%(T#$KwV~by__><( y [ː;`D!uy&?;ysoz`);rI}xu;^#%#%U4ѭ#u-QFOX}ޖx)0qZA;#PC"S o|dcY$j4mPEspqMYa;ǎڇDn;{nS;vlM#<}zh5qJ;[ICc|}xUFt~9#)9] Ϸ_Tc+kmin@҂LUCgq&wvz5d!Mɜp~#9#)"h)hqd.1!R|Z*CW#ޤo}g#%(cƮgϵhwؿ LelEw*1"("*M7Ƹޱb#)l#$cTА^vxRsV*-p#%*a7!^l*Q0"4}S=RM}EO!s+yAhYҒyv|Ęϳ:cu]e7g}&ո^vќ_"#%ֺs#%}ih^jmuPP;GYШcXVJ(0V-RprY&jF*)5$.wd2X㊅B|8=NΑ^-tuÛ5#%gþp|#NF"/P±(z>:#)Zn7!#.Ž;G;kscn~-m2M\*OLU6qav#$#%$ ux"uC}9ϹCKM.*}c{9(Ah5}Iqal|QduD+661Q\WWw.9i";_uQvpy!dEU#%"UacQ:Ɔ-zoTc0HlN2pjا>Ym*vmeU7`JoJ}*28RrItXv/j`ܪ#efhMXRIB0,P{Wt#%77mߩ(uXubM`Nk@ȋ`V)сm1 a!aH#ϵLm_ >aEoIqu}',3y_dyӵs̙>e8~ZFD`<}4DqKXާjbhARbe}"hC6[1KCbHe8U@SF3G|C.7_g[+Ѡ x#$CUTR4X^lT x`aBǗwo?M] HlRH6/Qj筹S"Tnhz[zѓ%,HFأU6@+.#nw-ٴE>{afόsF^}71ďVongٽKzfm}ciP;EUړ^@Ex=-#%+۷뷩:%ff<]VCI:~,+>芘s=˖f62WS+DVFƔrAk&#%}+_%k&܉̑F4Tr-nߞޏ@>SVA8z-jl!`3X˔J_sުt8ԌajO#%@ԙϝI,#t#%__CY) AGKh٦P"g-Ƶ iDzA^'v71c'!?L<1m1WW)ֈ6#$<bR"h@k,nu\*r%RRkMW7>^*Y(&B"<9"+ ç+A0Y%24!8|:ryvoMQly7#%<A72AҨo.Mh4iX,4AMhy MF(i0 !bK#%{ú'DbCx2PV9QIn5Uƾ\H9]Mf#j}zĮ0NJQ0.#)f#Ʃc}T̆wLd#%\+66+flff;M;&co9Qn@mN'<Ãw"#%_SF3Zm%&DSPMس)61D}#)6^S,lE5gq2A+/;k\~&1m53e͟ 2c@4&AN5͛ Org?Zuf/w#$km3BvRRkQR%!^Roα㓦4Ʋ$@-s~#滭ˀ>́x3(&ͷ.Lca5"2iOI_\*q}/l#)Dsو7kR%O>FU=أDq*l?#%r/yvïr=*UmT2>ՆبKK`I\h!-!S&HX%Fܫ\"6 #%$C*LD1ټAwD0C%͚3kP q'O.R^;:=AI=g&^`P_QU39Wx-FT⾷[W@+ҥp9j 1+G4f^lTb)YO,TǤ7 |5y?-Ƈ?r?C>f'`e@k(|T>LY.?3?^j[[])WbR#)V'L'ttw֭#%Jrè^êCG`$[#%;ꦙ%۪e};9y_뮎n>z#$^hk>50_۫UZ#%o<XDaFסt֝1&.HGk$<jy.RxY`(|#)Rj esHsRK0 @9hA{>n`IAa\j%▐ۏa6ݰ#?#$(#$Kj5&W&z$I#_]λi[=գ_0QD`Gr~b,*[fԖOĮdlbQ~M_mڊ0SDBZH;b[Z&w01?"#%ڞVМ t"#$,L hŁlXU@A>AjHv'g_#%ߎ'{e`%A*ϧK#J8blH)0?a$p7Mh2 rdZbԛ^MĘ#$b`afr}釁WU)"#%ؤ_>mpQ+/orWKC`FYX|=g` ffJ4Q3о礞;qTr@JE\`)Q].wGUbw: ݥr!&_Q?CAӗι<_>(P#4ްȢQ,;x#P=|5_hYC(ڡ~-7vtBU&b$hVR#qlߌtߋcX> |9] *8y3F>C%^<70;cI?`SHpa}WWG#$.[C.ȃ]o_8O}d5*AFY+B]G_~+=ݑ[iwrPi{9ovθ$ltFqJsz;.H~1wP]{1,>*4 #%-@zb6ZHRޭN'9rwƖqp.Qt-3!օ!USܯEx4ˌ]iXH@{nG#)B0Tg#$\j?CgP2D0*뜏dʅH*,1;ą2it.0TV7E3'ȜU#$~v9w#챣8@u$}Kid8)\GQ@sÜVA7-"B$GF5|*&伄$PIq.#ًjF]g?l&;u{LabkGu҄ItV+?;ih Cc뙧 u5XA"qsEkU(&1#)Jpt 4<a&ћI#$VP#)<.WTiXpKr;m҃!T.#$-?Gg(,ּc#)K@a"ˤ )#$Wەe(CQDAB2(k3.9]y><~]xr@O5?>~ix.xgh)mU~3oWsLIvinZn\d:vMyanl$*{~τ0Qo!/t2gS~9ܚvtxNSsݺ_%߳W>SH}ׇs/.>hYp[@M>zO-1c^;˙(Tz؏Bs|#):٥FUGMR9.W"GN6~L: ۲w:g鶵toMNzYQvSp%ߛ>02u#?Re,lcA])l~9-_mT袺VaMKMT#:#%Qf=Eb<Q\ysʮj>C/UXvn{wݧWMrOQ룯EuΎMYrUoXm:.^lIt7*u3F[Q:Ŏ9/x<>~Uߏ{l!1L*Ъ#)oqfSGY|Ϙ`~rpCQ/wuMǞ(9qTDhN6lfzw{q>Zh0htWrʹ/Fρ8P3\3w7{8v%a'X!y-FQ詞=piF$.Wk+#)ioߎIH"Gu{/\u^:~}c}'S~MVC#$7aѻ3}!WSx5-a?>؝עTtvQWO>{Hgr@0!/c@}o(>TQ@ BZoe_@_^Gmyy;9x,ͧ6,~s>w`DϛG+?oi!sbzu9ya^9,ۅ?GzG6a?xPj>#$;ϥ#$Qh~什o3+1567'kN-cw?M9'~9_ fP>'V{@::0EެW8)fh$54B#);^:i#%B$APou^2n[H/abcpv#$sr;Q eB(;_&H;yh[8#f#C[OӌY#$(aPd%#`5e.CrfH&\Mw y+9T J$s#)սuW_<gLko`qʮ[heԥH`g}:pԎ}߷ta.\E^ I,1(!> ۟W}&Y: rSW=% TʎW$Gl8mkՎ;k/0wdoay##)){tҎ!%Eis<ᑯ;K2ywz DBIU^гP$^u#%1E#$2AZ51].ׁpu=oo<{뷦8ZGb5 ?$z"+KĮ %#b,7g#$a量qLܢiFUB#%T颔#)}}<9*<Ǒ-7K_(Ϝ#)nѫzzlg[v/iN8t~̪E.ę3?=rͮ+ٽ6h仳imK\Ǵg?Kiaw5gj<5֦IBite}%X/u5:t]l?<<݀(5写$_vy*%<sn#$D*1L4#%%7ve~8#X#J {rV܄g,qz_[.1ц8= EJ$ݱ!"AUZPqTEBfSFe#)*KhfLvihd,ƃMIc+F1v4JTD0))'q8&dfHB{qZ8du߲[!xAAy,?bG%trD,;,"m&;xrE+gOod#psuGGJfvޠAaR4!m7&2@%IN?]}W.>-莃e;1E\+Qj6hW*0XnK#%ߤ0"ϯaAݻnt=5#%'7YtFl]&t,?=auRh$v.*X~}͟ØVy#)n#$2#)4m`+q[vrs[iʹNΧ{s=ՆVvǺ?_GlpOl|_df_O7.Nj}!#8:b~vM'!PgV2bij"إ;䧥Z!}^9kT"!RaaF$7de" ,EyjaYlӕQ)j!lZ7UP؈AvyLw%r(*`2 ilA4}^uWm1!,ȘaaYڨqe-g8o!kAeBj00DOkQF&,&T8T$z1٤##)PgjDaWzeF8Y t! \3Hf |UjJ4Ry曷PiC,j?:8N2qգgGeD=#e 㚮[^pVq>3"?7rip0S1H#ƐdsREw,+gy_rDQ率ZY/>3x1pT;HW_,_LC#))#%yHHr3?aN q;ƅ"[FCFЃ%˙rPUI$*}*>$uXKrTgXpqnCx#$no$㺍^&'UUP!7wN!gk}P];я\x}z;:^/nKaצ;f&hSH>=m+#$@P.%e2?hPXߌ6VYJ%QFHK[#$˦NpJD`g029o[PnK~h>(`*b0Dg6ĕZ,Dq) C-6kC+E5f-jkta4AByY=ZQV!Z#E3\eAT`+Q`|Cť^Xk1qVգa#UCf&V5hnr20ՂS122lDπfd]oV\!Vcm2SӆƤV.c4hp;ҭG3;Ct8LmX6nd4Tq/ٰ召3+0\.}{wQ'Aj)p<)X,5-6~Ol hNN~݀v7}H(#$TbP/)MSL+_rA<cB`F!1sO?#%7A:Vkks8'@pZY#%Ae`mŃSUDq{.ǷYZ5G.^DTvr7Sk0w뱪ޒ'h6uw{wybځ`{x9GcEHZ-܈#%m]*EP-udq!&Pf4 C#$^~m珧)O5Ի!,u^;<?zi`CqUae4.ZP)uF67es N)!olj00;1Hy#$m2";-|cˍ~yyst3h#N/J^,4'w٘qlśpzE)QfPA0+#$hg]`<fj-#%fs+|`UwHn yv#%w#Ө1O]|7"'kKF4G#%=ѐ9N-"`j0t<LF4GLVkYES*DE*;~W䁥h4vbm|X[xҭA7GSa_P^/KϦJ8qcx hv-뎐+ZxYoMFL[#qg#$:3mboFLG/s3w1sʨEFj:d+TK.sKqzZ$ոd΅ݚY^؍f{^=xv {K҆ήbKV|^ڡۆu[Ir8Y#)P<N=,9v$a52B&Fv<D?mӃc32Dxpk+|ZO:u=\,p7O\,a!Syq2!Cng#%!&&HHceՍ>s0:l.;^wNUtUo ULq+,Ow]'u!7,8,T/w=cwrs^Knʈl7Bs~vmGQd yd8,6i].V!#%0ZK\EfhM=St1aL q]:l'lZsQrMЄVJvV9s$ڌ{UrF+"`ԥAńAP\{m/晋s[D(#E?Ndcecz^b011,Jex0L$uK?&Tֹx̼[H\M^ UCuJ7+"q*+yő_#%sqy|լjƉB#%J_8y\НT+SVʒ<\GTLҺq87@pCu:gwpGJ:h'zou|''"=sXm\[4^#%qmI<dFrci߫|QG |8-1.[HtފeFDtpNӾ]y4ws;8o,)\25Xmf#)>Ld1E#%n",U]Tn(Lp^^V"R7$Sma%1#%Q1Gq:BE,@TE.^5ksv{v=)чuu55,R9Fr=;~vBpqgru/ cCe?qi+J\<>T,W8(9(s,da}@{(aHԮZVG{uů=ɭ۲f|x@X5MUMypjqpd] wsE"/J<a2\aі|<;JG%ubsQu嘅A[^I`QGαMeBMvp|A`8#$@u%L[|Vv4-%}U=R֠y9y"0Õu9mkxulܓiN};̲8WyS#%gYQĽٮLrFtTU]Uɨp2pPEMu#):82f*)(~<#%JJdP V6\&3Ѯ$d[pP{>cgcI `(x;?,VXv4*HT0,V#.ͱZt8,f"&cT :(ROZ[wqi?5(5Duo='v土3$|8:D^{c(B$@wXM<&LF+ӥqAXzjYG`qa!=tljFKǙ%"M<3C9p ^Md➙gT>"悝n͛_j)|%z655cOrt6ϡE'C#$Q}Kj+b\C2nCǠq|!7,C8PRֆrKp2xiCSZǎ}ovzhB(%z51%Jg--̵.P=r/r(F4~^o&)95x lیEc=\qi^Ph\%B[o^̖{-bDQ'c0[]̞!7:|)'0c:wޛ$ 3`(wW&do?#ո''/vw.aUN&ϝ}oq]S&^VWQc0;q}['Z#%#$סRU^T부iQ4;XrvH#F;|/<*#$!|S_;AeέuBPi¸\mEs="ϣ05q >"T&ui_}(:/Lf.8rˈ<2Gҭ?-7Uihӌ[sw(0sہw%عv!Nlel۩j;O&Rp)EipdIXm׳盗n$UED3 |;my{pD!%x۟E5:o'C^!6xrI۬6Cs쥘#%.\"aA:M==ɵ86<kA(77НOk>^V䦐W7\u~e"˒ytՌܣΌw/WR0>ƙõQv^mFwzWXlY֒}E)}xl0B;&? ˁSI;fc~{lc#%?zQbɱRLد{mS+y/<VIo#%d<k%Hȅp/x.O0A2a9jL0<W%ý#%QTsDS-KF3ldYٱ6{HnVHN=EEE4p;94oO$?;n]Hs-v}fe"y,ORNK'I<"ΚCO<UF)I>GMԳ#[m9yb7Gّ]!gv..lvp˔<\~NKa< W.FyUEL׳∙łƉdN:'gCE=54D1ߝ@P`<bf=olTgᩱ+= $T3.,,jɮ"{Ar*qƣs*S9 {Bkfǭd(6#(K͌]6U@Ҥ+\[q ;+,]8Av\w¡#)e'p.z,ҹ!E.nM5j^ָ4K:KљuP(W4ӛHv4зp~a0jHשzug *MY],"h2[j`hL,s>:[t<˝#%p~8y^.za,s6ۥ|gssZijkk/Ӑr/kDTs>. 7:#X\Mtʽ4N;U\淼·&h;5Nt8[#Ĺů.!)egڢ"4=#%gv>5SAQ%#)Oz>aNw?L J乬70TsE3wf%ZEiQI@u|%hyogr{uFr#):WDD,DQ|[1eg#)V*"U^q=<;T.v|*a~96TśsGD^Mn.O%1"]kQO/p0"mi<yW㒵$eKjuJ]^#3̛6K#)}Vgwy痿of"YY? k v'yQe2DƜV9YsHn ͺJ't74,u/Ks#%Fu'*hXM`m7fʷ#ma\:htͷ|JDZ˲{`'Lԍ4Y5-SmzaiQ`"tEyQy5dK>s}$]6[nU[EE93BMi>㮸aq8MN*ǒ&#%o}(<{!sW7Ӵ篮k$<?M/.vkgzq1d-|fǗ8:[{Nna*버,P$Ϟ:oٔUhDȲL$IJwN44mm'AʤM_#)k>>=l.aַ'dՕVm0;#%vf|Zv%{|Q#.-&?,&>{;(s"Z-K-"Vş0?zݙZ%tҵ|gKۋb2ˌk]91} h$sC#gj;i%"ˈ,Azұ,cM˄$ bnf{۬r:=68CYqtɵ7 y`ϘfWuuDUNʊp%iiH0,}YƳu(#%3mXϪ±]J.̷}}:uSh#%R\C(t\(a<gg1`:STKV!2,nhږ[U)^TA<_]9rÚs>3և7\vPRG.۬ZWN<_D 8z}B3?%R\}Ovz7YKVںTS'EptCd/L78#%aoQtǺkt-uWz+:8,j"#)mP"Qzpj0D꺸w"P!-7Q"!0m~t.3|kiΏ(Ͼ66w9N700r~W(#$Io}&J!J_OVk|q5R`DJUo벰/*'%tÉUG<FBhhzحJEsNrE(H\IJ$ྑtQzde(/_e<7T#%m1/gj;jRl_uiiGBDSta-MMK 46N)NnK q0CDD1~PPB#%romi+EEuNʕtG;!|h~WRbn)FGEs\T[-Y!@aKNluRup|SaOdTj~\ԨP.heuZ.5]KHv?MHf#$*IE#X]qR|)=EjZsb?o%#)wʚ#'QB4+NUB+ƙ.xH]skju5<Y NF<ABV9lk#$%{`9§#)gBnr8UA=DDnpnQq{,0XgY3ч\{^=@u#%=rbh8DsQSסϷ%e G;>n]ytj]&u_Aޭj_~=`0:U/]x8QW.ߵhrfpzB\_/F#oq~9إut%Wv>"eDTPG;O"wGZ'}sXR)3:-#$pW6CD%#)sw0dT$S!Vw:Rڠ0J#$j#%-RWHh4Eb9@tBWg(#$VT$0he::Um#%IT:j˹KG!R9*i-cTE!ؓݺNÆ!ڡpu\%2猶|5=\ԥeȞ+z-QF#a%pMGQW0upmVUhUԄl}j_"}n.{.}1<Y3Ww*<lH*{r.tr5a%'w6SNQFؽm!侒ZnoS^~dcw43"b)=,ꮻj0&u^.ӎPdmǖ,OrF^&s6rҧHp/@iaGƊUnh `RٽE ]#% үAleGi<:q'nnvtxxQtcj)mMv U)`u#G~Ȓκ* WIKfQDTXwKnqBdn@FOEIgET4vGԼaR5Oů7=G2Ǔ#)2V =+ha#)0faD3bVDEkmM~W|Qym. Q#RVKB2*ݣ] ~ϓNo5))owttp?{:[KE,-zMو5teA#@i?3齑+^윒TQb\#%`l6fGCK6bR|>h nct~&^;t9s];IWy6ch9rji)v#)Zd8^<W6%S rUR'ސ@xWNLM:Hnۖ9y,&1@ùztTW#)5ƊYmA`#$uL@-M{ ģ UӣP=jU<뀩+fՑk^q8x _MTV=#$'l)*[=|Dg=t;}2x&V7ArRz6{Aե?֠L}#%Fg<RfgƗML:S:悠A"N[LJQQÞ+J@8z;bffXu42z+&KRF?}Ė!\زVVQ{*y#$L!QcepJpiM%x'}oPjOb<cl,>f_({|@WWޞHwMtlN#$#)HOI?~{QG >mD& MM|nB{) nF9l%dPqF ܶ$oZWTJER,") Eg0`r1"B~^t?de[ұLyl'|y!E`)$$ !xXQC*2|LG;Ulj͙ژl>+ra*6#8_А(V>Otxad쭳 3nnBY#$J*CBIQ]r=J(x5s_2@/=tJh($COoe.F!QQxm\G#m@̫>#$ٵj?#)OnB<˴fjҒI]Rz`**_rGǼۙs#)EVE|vۀ&DڦTCIW#${-7;?!csٿá4]p!TpLգW3q*ЃtTT;[#$+~;Qa nzmYn90tw:DzlFEž)Ѐ2P(E5@rӺr}Q#%Y#kIDEOF;lCL|a_+->,#%$ȓjPmHt@а*iPzPD2l<bk'@*׆C*o{@q=eć#cx_#$ia$l`R&5z'![HrQ28Y&çvCiETR#d^#)`!lqU,;iUᛵYv՟pB#$ހ^vtQ= wmPz%0F,8="孬0B#%AS8Bڕ:wC|PfTؿSsWx25(QiV@vB@R`:\vE>0qVfN'g~>ɔŚi+4AM*r&lwN5jdHpLd᚛( 2uμf% E0T#mNz^)}#$T+q_Bd5#$'|%5@$yn%k$S"?IMȯ @cĐA#%Dhkf@bTUwlҦEF/k<//_|P8W&=,ћ0EQȤ!C*S'2?0P<U\<JO/B9Ȯ>6H;ꄲq#oO|4w~-!甩8p/Fܖ'|#$ʊdSCZny:cNES⎾|0d1Pf>;^;zO(0adcW &#)#)MN-rN3p!lHb#:;W3\[0&H-+Ȯ+bqiL6yʬKka&IIB%`+ncXt5Ay,aNrJR}7NG~qaq/8!ՄQ㦝s:Ӈ"[όLS}/e{Mp1CnPIAgv }؇?OI$/qFTj˱#6c=oUl/)@PCGoχ:r־[x%~j2 R035iሊ\UgPύ".-u#)l1AIB&ڢ\ql\ {#%paҵc-%gugҹac)Gg&#)q\A6*쁏`v_hRShi2+OW?Hs\xvѕPv2&/pe0Ts#j)C[$#)ޝ:b\Cid;Èa,8*P:=u0!-vAc5վ>{\Gp~#)8o,|Qq"x(y(Jׂ@șGk#2Cۧ}⏱´,7`U@kÆfW]EAu#<Ng}v!F}xL2mҲ{ʤ$~;Gn6ں)s9a(0.#)Fa.ST_"pZ2ΣƾKdJ!ѹT|1<=s>9O{55yD|=Gi3fzBJO4b>meWkZC9BhBT^9:soAf/-@;5tw3rXnK0I.,ZVE5XL$/[Է6&5P9;xPAgىpδm5I[{yl=Vcۨ5{#)JMZQi"c#)m9k9a:7q<xJҀVx(pRFۀH10ۅYp뫴3 [0Д#)HZߍo^Ηӻ箑T?eJa"6._;v<QX_M3?|xQ5Oڐ?$B"W ~ }ˉp>g0{ȋVЇb?@Iwׁ?ƞ)nx)%@r#)G#)|z4(M8Rז*;%9Ĥ=9n4\ITAnMdrc7!נ!\Pc#)MOK1(w4chlHE!qmc~BD#)$8 >LQ[?ǝaֈ 8F`c9~84YUߝ;hX#$Q#%;vb" 9h4R,<؟OʡݙI:nB#$ȿ`zm$ǽ}H<JaECȬz~D-ښt7"xaKP V%Adf.@䁃B=lTL`TG9QdBJk)_@.`#%[)`?lsEdKRE\tAd3(hKT&Cv6\dV; FÂFL0R,\d#%AB=|~?Rs]wPW@3A%reE%#$``|yCSQሩkWeQ~g>/Os0=̆I31zt">#1t}A|g:N9#$$nrY<t'izO2p#)#X2Q*Abm\"&Oe\#)'nQj'^#q(QU1L-NAacxզ]R#)85j#q1>'wdjIjȎOheS7hْ.ôy6z˶Ź,+#4垾x;cMq5>94/`xĒ#^x#EQE"R1HETi4i34~߇1UT ,vd8LMhunk+f.2#fpĈĘ}8(vG֗3;?N|[XԔ #)B)Q67Tmq2Ks#)WuЛ]B0eD_1rכ A>&4؛Ø`|}Q(ΆpQ%ރmq}|jLSv7K[ӯ8'xCWr=#%iXwX],q)$#zc#S<t'(v2I#)Ѽm5V,d*Zl:uګ6JJHԅRREv9 svlIAIBzP3'K̂ѻy8R)j4~f|>_\i5<s?|y@}nhJ|&/ơӺ|lY'40U"$",&xՈ`ft2/Yݘ%7 jsd#"ڤ$:a yVskAyDar+I#)F4A#%*D"H"ȵsC"P*JmNcDҎ@0v-!TV"1BɵOl0fʸ#fToz_bF1"6Hj"aN>wC\6d=}]z<toŋ1Xy#%KI`ɲGem=G #$iĒ<I;yHsT*uUXqȰI#)wY"5$@w@NɉfKBC#%ÝF =x#毬{7}8Z4'B,h!@O{ɹ5](Tō#$i5@ҟ&9bfJ%=l~f)}jq'd(ʹ'䩢WʤD@ɑ0,E@:{|qcy湒5XY}V)xZzwwy`6e ޡl+eic;%// aIA#%3@0213Q/uԑ|wz^s4=BDzӭBᓅΝ$>7NU<$,&gaygѾs,#$q `C.qKKUB[uM4Cn_W7|X>>';uH[$:#)D8݉ƉgK\!Sڠ7Ev㻷4KFB- ZTK=H@#)AbHk#$5i9é`Q@|iҢjpMzv4ާLhXJ(:CCkY_")Ȩ#)M蔨#9,]Y{zR9o|u۲;Xk)lsƻs:!FbPxܒw=Ef0TVU;@_nux#͆v)Pȷ}u>drI}q^2qKg}'% p&!^#$sVE"1rNq2Mh>°E=z),.Ԝ+uenGpaE i#)ι@l"rQ"B-a3}%Cv|JM?3'{yb+ro叨Z$kSپ(l.o6n<4]S.,sLM6H#%:ELZ#i!:!yׇY{1)1Vy;KZEF/og#$eǐl 6;?IFDx?(@Q!]7N47k'k^SaFq8j\@ITWKH"&I]TL#%UCF)jMqbiSss-Hsĩr#)kDSp'hCս7n:go8g.<Q ͑`|*x,$%=_qɻ#)ն@8w@=?ŏ_#$Y[^?pщ*iK L ?@w?gٟ2By,aȡ4y#%^gA@#)|+m#$OFv"`>V%އT+B]u{*9F4O#$#$^/2\xn^ {#)qȚD.@qrzzOIPa߿co'xJnXOŏF5Ԁ#-)05$!}\}Ж0(Afd-Rt?A9Aߢ=ϦlÔFUG/0zHVat.2yhQ[^Q+[zoEzDEwo?9b_곬e#)x]n#]Y}ol*O_Oދ?$f'{wZ1SL(}k>c[gl la?JZ{ק))έomܒd0 ˿EG^8OaɅ5˖K%RUKO#)#%F?{ƿsp_5̟Qyﵸoev瀴HAtlڬvecl!4eZE[m]2sL< q.`@VR⣎3,_ƯN&ٰ[ub:V©;)6Qu6!^fbPqϮ͔ƐD6zu#)qc-2=se<j-v3J#);_ƺ/ E#Y}ϯGU)n1I_rce#5]uȭK<KE]#)ID~~i/0XcPԱ,.<~W|DŽ6lXS (pǛYy6U Z1m`7'Έ#$(e#y6op#$ßK-^j+ayαm?.c+w܍(LZ[I㻓H"P#%pN^=DBrsZ;~=$lp%=!zVpCsr,rI{Jkrh(}`M|Y#%vt_÷лPc_#~^u|NhN\{2=+{ҺRrclsNyGύWOwG߈ꐏ|Q~n`6m3~m#D$Û?PB(xÿFC.*k=wȹl/ǔ@{;ҏNO>l}<ۙw=7";.iGEB>"`msL #$QGv\A=` dyUzCD#XJB'sfqUo}d"r*̹'.KK3G)E&j#$@WȪτAo$\r34p2F__U%AI#)#)"u#$Kj"+:z}"EO=?DI#@#%ۅ{A HC&h\> }>݆ wkÏw@a?\[V$0蛬+c[t>1O."s^_OGơ\jw|H =|G>|ߑۅi/wu+ܡ'Dyy~eB7\;-9v5[uj bJr ;'Q6iB#O+ g~IHVsAL#$#)~HYza$P懿[bhcDrl+APZZšz$uI7*VG.^Gk#s=$.k' pNT?AO;BGgֿmx[^aPL*wϲ{x{UAs\Ct8Ӱ3W<?iƍDUˏT"'{_#)IQ'J:Mls^醰py34uv(jPqT_>gfuȞ1D\ֳ.^NmIͱ$'U碡(~5U:u劾wXuyyoڥ68saiRWFWńZjct/:X+U/-ަMG7FD#b]l_}qV;htM^{ඌbdQLtb/sj0AƠ+M_PWM:tD?~>1^OWJ(S'f.VOvsγ:ZSAh?dfJb.4SÆOb(:s)0RI#%yjѽB;{y{#j&7_nŢ]ErVSI#)^ٍr՟[KF~K<͆ɝ5VAlód!SLk=v| t#R~EMQ.]"E'?^Gpfh-v'b*.:<\K.+O酊;6o}͝s2x7qA!Nz83NpMO2O6]#)MlQ*oY};*Va8mϫC2e+9r #)4ǑA86Oo(Y%̖@+Ұn7V.^ISG$ABn~mZRC3)GY˺{曡MKX8#%He[SH%"슐GλUfp{}1KZy3^"X2Gű[x'q#)Gr>6qEfXJ=;ڂk-a%϶_߶+BrM[]4\uooE%TdZ@ViLe`8>X`b61YH7zǻtmNub6="3'J?q'ێSZ0+gu}e6R_`6ř{/c@L}=6#)H6Ԑ8{{~p}. µAلgҸ3a0WO%LN?Re(ta#%Zî<;#$H=MRw+aJ0Pz#%xybX|~oUPԘ6Ogy/JO Axr[g5(龺'C~L_^#)Ӳ#%يƟQ,iLКvq8gBzJ^߇&SGͫB6Wӈln~).S;JmuܩV@F* U`I#)aݝJN a9ʡN)(}v8a4'#$VҐgi[7c<}-Eߖ!{eմz fA (ҟtIz$T#$)aZr?t*(a0'I#$ 2@e5r3Ҫ!Py%7ӳ:YEV+ӛ{MLw-qvyDr#%;z?4צC3C9c}cu:zr/!vr鈻`!wc6}ޯBLM|'ϹhAd;c.XSEaK X>4<~FW_ȧ #)~'ΪqO8g[wzmp%p!~;*@ߝE3s.#$g_9j>Ug}T}ՠm`1P<+(o!FtNb)Ghp>#$Pd[9@j RfWA?DɣE#$OG_}|nؽ#%SפHǘjW>scɐ)$`<FNw]C<eP#) RQ-AB-DAKQznc۶Gϐ$*GC~.AX|qIa?N˳İslg}K`jHb|Hcl@|eF$[E=|Vr"H#%ESxfF+mu>`&"~Gڮwf85(jT3,NN!J`BUF#, LHR)0CIpdӻa9a0BD $O4l)PP)E0,Ԛ?f`<8鎃\x_ ;y]6DHvSdH;H E^/2K#DNZ/XtQ& #$=0Mk@6ǥ#%kK^ޓV_`w~جh#$u):3oM`Mtv=ڔLս#%gdyVRmʪ17F~Pibo{T;7L,&1fe7qb`wbS:+8\R`i>ۤ94A=}0o;u AmP'@}\Q^-B@LPfĤe!#%)bISBYG{G>.4a~a)Q@(P:mAeWmc5KΨ##)_,e3ZDWsr鵍=o?ٯhmW{t|Wf!Xp=\k}Y5K_nXhSڏ(xoNWWdJl/^9~%Vɍ,gAeLDRDd{$!cS\8t#%#).$ý8@Va[E1KnyۧG9oɝr$WU'I2gt/ݶk z6,4!Uf${<_)gtoC-n)d`(.V(#1ճD0+^7'kl`dVjNJ&deڎn\#)|hn#%+yR:N'zPsU=QglZEf p/0#)0z"2eV"dhQivhg*a89O4fӕ2茿clق2;'"+.mXaii/tIzHf`NsJIʥ6u,4)HfX^+ŖY-d!#)w&0M)dhCh7#)Hj8PC^,kH2C%7atNro0J"RNӈqH)`%\k8<<{#n|0V5i{ p Y#%*G8TMbqCwg#}X~]W-~xEڥ >]1'fzu6H?/w}ڜaqd*$;|Qv?X{n!/~]H0JDi.pϼgLlCg+KղgRkYKт!(Mi1 zӶ#n0P#`AdXꑱ\E='KAhlGxX(8zP#~.3i<#/E)USm8(ԞO.tI)au0*ۡ!4OӠ)ᏇgaV__D'8z:1=r % $jDU ϣ-2"lU _bLYO=@^4-<U&;o^BP&lDM"vaT챁j@94E/}0]D8n5Uݏᩀ}]@W:B,頧D;aAf~Ԏ[ XPx|t#)@zJ$.{%3+n^MjP/KYYs]U`rV"hpQٗp4+MNF $)_l#NQ<ŏ%h_15ZouX}=#%TFI)|q_CfD9>Uo![֒4bBPҡGi%00GB8v.MkۣB<| m<h]7rtST"P(aZxd͋L|i#%spW|S:n=.:ZѴlZ&ۂ t-O q0<#$9#)*@h<bk ^Dx!t~%XciNN^d<1/iҊpTP3ߚc}1GIn RCm'hTy280=N˚(춶 \:]LouzW4uQU#)g@#)SR6\S{J\u#)LSǛrJh':HF|QXCJ#$@5CdCuc-7=+1έ6zѶ*$_^FGJ1NOa6D>\CμeCԋfȎԍiQby0Q¹G%L,ڌ('84q[5E!ASͫ)Þ4'wQf9~x:`Q-@4#$Bn<pPXᦛ1}`+Cz@Rt 5:}tuQ(zط81#%?^Pi`d]ۤu#$,Oq-n7uNf#)#%V(1y5ubAQ/uI:MwZn@lxʤR馁EAmgI "8#)8X#%OJtEr'(Z/õ상ک@QwnyT[@i|P#% 7yEqЄy,鐞۪UxmRt(e7 UtC~f\-utCf&)}=~Q2ʃ|_:j>D'|M)T"#)Vpc%P*17B\x:Y½0Gëɾun#${;0x0@Z#$fE7דl6G<bҕ^_c=)DF(~&m94G'/wC~^U`C!a@:ʥ@"qv?3_ww}}ߪl$?(2#$@Ϯpj+g, !ۢh0]A(À`h1[?-㮯oe;s,6Tdl~!8<7#)(&Hl:ہ8^fo6`%#),ΉCb }B#$[Xx5G{A`{9o_C/9C.ȮQ_{u Yi^wB&@6ε`>RBtc`de=k8 TKnޜ~բUetPKM=ί@2q#$H)86HF<^dU#zX@#$ (sk~~#?mnd$oO~n ü$IUW\#).\>hS4n)jJa+|29!ëw=ƪ-`4Ό7q&F@"l57+#%aSE84] DG4J;H$/MW+6.IzԝG@q۰b}Mv#jn;k{JPP.#%ap](B-sw1z#%r$sV6Gal9'C:#)àh4Ux^ROܟ/>,9P<fD1F:觘K㖙_Sմ%'ヰ;cR]Y#ab{dRHpi2t\u[nѹ癝0"H>?rs<i)X<taQ$ZQvc=Ám28{wna\'1(5N_~3>̳5A=eL>ܖ#)X4'C?T#$(R#ƝA%S.zͭu:&`tghfwXke#%J4ku#%dt FpgbݒK!V.$H^6(ن8؏`)0o5#%^aFA#%=8La6.pw;͗uK6Ģ#/{]4 WG" ON:t[L_4\qcj]hɏgY^kv#)T|\Ictbŏ^=<gu:2DՒsφ/:iKb?Q-KH1M$.rxR(4#$D"#%i`۸?z$r"\taV/gB>p:{JEz:nOCD4;#$9'z#$@D|.a"{X4ϵ,#%S}TZRŇ8ȽdK#%MaQI$:ђ1ddhM1'54x>{f ɨ#5Y;'CXp,{^2nff!OHZN%CS9"8P\r!?oGڅYAkZS?Fl?o5~[z^)"1E@zo,UÎCfJmb5oC"z C*DK;62Zi#%8pvdBImb3ZX\ɨV]YkMN#)=<[yJ23a7{:ƍmE9LPYPI$9!ʀ#$I\9;7 Grez-3Z"#)\T}5{5t˼I~붼Bó؟R>߭4Δ h}:; lF,]$$|ԝvU>\?͔t"Jw["t*٬$ rQI|ɒtn5й5wumtT1DĢ}drTұJMs/M̿19l<IW{Lj.O"lC2PZśPvr0y8*@A _]:)SF?V#$Á`|u7}+hvz0GT~1yrlV$?ڷS"_v|3gȪ*T"pSF[57Vݛ@1RK:P"b~ߟK]wh?̂}Q8s f"y-.$#pi``3qnuoCOYlႧ+@#$ u_+[nGѾہ !)rJ =+O|\B,6`)gBDvy:/ڇŰR{s4!G0rEX\#%ӈ_ΣTc?=N͝8@w+N*Q8##%bL&KFC yp>80FǘĩkOj{{{!`"HCuYSkuaܪM:\C9>v 2R̽<I2yCoOqUP:q$-1ń+>KDє=1ݎ_O/W@.zT@2I$\U<ЁfV+)@H :Nlhi{(/QhڿnfkrDb072e2/F>#$0x>10GUIXt|C<wW~agv}Jc<+¿]æàS8jo<!`"O[tV"R>RQɹ.&#:듄K8256wqr;_W R6e8n30`-ur6EzLyКtpp"U?a"H,aBH<s;#)JDtaa*bH_(>?YD<p;7R#) N͌;o ^jQ{ϙ_gKS otczz䷭?ԪhrOf(W=ō(ÐkyiLF9(t.kE(G#$sN浰>Gb)=Y*vUX#)G&^r4|dS#ZBu2p)+T( P>"w\(mgZ#%|.TKO51/+6R4xn7X,,X!(->/1\Z-@3{y"_7:= ,ϹoBaMKfa1+&"$jp@CPĄIl#$s2fbǵJ=h~ )G(DrT#̇㊢9CFvyڇQ9dRdH6}l<DnE25#)>TjY((9'X!:<R/yX:!%骫)}wTjEdEEdJfQ;z:*CeuuKDoNAz>oQ%л`#)#)#%pE#$'X2Wjlam~!CSj"B#$PL,R#)C4,DG,-d'xp͎x^U/~Z[!4fܟ}TRN57vI:Up:wnVh9Gcs;moܑ.0#%!ig1{.#'\%tL#)DW\.[jEQE`0?|Xq}!Z|w6PclM`*0La9(,HX?N#%44jbA̩hxf"IE!`Ci:1HQdDٱH*`0|P;=>~GQy0~yzïoLJQB0CN_.}|eƔl+~V()(OS`da١gsB}gݝ]}ڱDя#)ސ̏~vsTk#%ie U@Bg5=#>POgKV0\###T}([PƸH.bB KLQ#);_@ЫH,A..<j c~p}0rl#$;pp"#%:UA2Q9/nҧ0!N;pASP j+77Xv1S#$0:JEXw`Q}hW6xtB߱T(OE #$#)XOjdmf韵GU/I:J@د$U$M()jC&J{Q#)؛N0_ڨ`U*di(S--lm,LXWW#%;s*wS73JxqÿbE]*&B WTs<{DfZ]OBd+(;xD8%vx>jI&v!ޥjp#%k{p6^@gCSQ3;W0!2#%^6)aJGW CĜгBLBBK9{ES(GBl&Q!FԞ9ۻPv|hBa*2<~kd{`LMZb~D~w?noĂ"#%BR8 <{#h`Os؇_,W#)J魘Fh؆e}ߢ9F#)ff?~4f`9ngmYkٷivĈ>⦨M!ivB H7@h#%3#%z$Gʜ}oZ$iXPR|w{0Ch##,`#DGyv=@YzKAPtT6ߓcq6O@Sq,p2-\8E1X?ğx=FVb.{Dv9.Hk)0~>#=V@b]o:⇊wkhߟ#)i1d%>CxK4n0#te8g#rCűxc`<oWVHI,Vΰ`#)5~-s˖wiz^DXslD<u?o"{5 :X"{zϡω@WbߊSpz;|JEBwN#$y3I"߉]βs*DG[j"ck3~ݼZV_O±@r`*Ƕ& #%?~D+mQEzyWvK}o`"I|ۍrT%4(/7Ot*G<םi&)&䳑9{ç~ByXK}2<<?10cn@Fj`sz5\m4b~H{Anwo/vu:=E5HgPʁ:q<mfn*oa#%:/N=,ifHSA@Th'/aP@UXAYڰ>aA-ll#$%\KHG?}v}k3`ӚF]h !7=gw=nB XQv?}K^9}*?O9r[+rCNyC3#)ALDz]3-gynFVX2h'2dA`!Q2jjq]*jt TR&Ԅ( caj1H~͡f(-4"bMrANW{iVn#%يhF {j#%Dq+ԴhUĀe(eĺ^T~O|lY( {2"R)U+%EEPI:i3 tW|};3˳ӧ^X0EAIhZKHN-NlupX>OymD~"TY.˚1{:yT{,eM"bD!N_͏"o!NsyQAX,Ć9.)B삾%@R#$0*5#$@'fH5BmA$`U$Z=#)$@̡-ջR$#)h&sR?g#$J6 @xF#)GW&Iw$!ͷc\Lpzﴴ$lCG=SQ_1oh,<5:J&/KD?b&8g:<(Nr{)t5..Sb<Q>\wAȥr `vN?55l<[dmk${bC ꅭn-et(ވpFٯ1_lz/^?O`B7f d#$'+T@~_˿20A/ZPn9Cm?}ño9>QØH>"]4ίHm{QShrUe#%v1mQg >:F+''aņ~Vt.(F#%\c3j|j%ϣ#$p((A\tϧzx1jZ!7FN;u{7CT.9Xu-W9@I̮/t_(d35MopvGW=t~9G>?^ǫ}wvMsXV5&2k28L{Yu95lSL#%%EnhDSpB;@:f#$x)|8=q}Dk8~_t'iXܩla9AvTH^&&9;mBe?8j2YoW;*f*A#hN:rhkqFgKby~]</^R|#%LF>'=ޱ?W/21a#%nϥT3]ZՀg馸хF5Ef)#)*p\91k;\tú'g#)J^箇ǩwql4-u҅qo<3Ryrc~O{at7i?M^NfM=;kZOQJ##)1]@P>T?jrBf\l瑱"ji!y<CQɼY|wG3@i39dx4O1Ak?jc~yAi!tǀ D3'nz"71\MKt=xG}850Д7r齳2c.%麗 @#$vDІ5״>4QNM@yJ w=`:%x&ٿXW;kt:yĶ5d#%MRZT,&I$9kIPw"pHHs#%-9z#%z"+e.K{fPg(,bX;O)##?/GglByKp[<Bgy*:ﱰҐaJkoi"dOͳw\>G70CΖ#)Q`]Lh@o؛bq+vus4#%p?(s{Ģ4R$`FOh\nK:w=o$OT lu:ܡfb6I.Cy1GI`tk$]K;kyTUvI[pp{~piF2H`DAFF yg6ҩZUqu(2g&@N0{di7l% ~Uu),ؔa#$-;gbstEM ZNePaζ_]}>xPY#ua0"PPS) ЌF"4aF4Xpl2g +BқK{wh3ˌOFU RԲT p G2mwU@PO_{i$)їO֟#6lt~wuyc]zve@DHMЪZ4db#)RjE`2!\f#)@)#%HBU$+_3Q~k+",#)QAQ,;$HvTA*۳wE{ssXz@sV+? TvI":Z6v9jHD+!#v+mXuec^)6Ձ|i%AI8#%qwZ^1A_q=%0aC)I11m܆r q)ۻm.~mwqaEyJ.3d*,(_zBu4⣤ƿȓ$G~C!L,o!r爐u@3s.sw&9)(3#)$]G.Y4UHc)$I(47S>mZ_+_ύzw$q9iN=tg<mfI6K|AV[:fqpeA.;du;N(l{m#%'.R:.OpiATςrɑZ ;˯[F'Aw!CM;}^v̢ub2~8#$#PTߧ^|{̪(apA*=薖ߍ^6.0bmU6^.i'.=36 H0u&sZv,A" YzP#%EY#$l2i}"p;Ñ:a[%C߄j+ܗ7G"&8#$ ja; D8L[mb;rQI4d"6#%N!M'3z?0{ι#ܰyCap(Tv:n.x {QdJ#)5̭6&qEv(܁SpSi6 nIjxnJl!R;SUPP=_aj#%g~q$wtoTԔ}c*7BB$$Z`1ɅUmeArxĄL#$ة:#$B@`VXyG"PRA`k4K.䱱5"Qcco-ʹ܉QTỊNr,\@&+ǯ53!ĩcl̙̊J3/#vt8V\务PRAPa쑴y-?VW<1DO(-[-~yQLӮ0DqR.yR=.4\[s[iX<fM32DB8[#;+=Z<0F:BP s4B1bȔI.l(gM&C:T%{VjQaF,YKb_Ni˧n$|n|σ=j*4pS54ۇqSE((lc#)#)!tuEEZ8t+N[*#s.ߴ#%@#%#)8Oq~^ȴi!ǥGƁfxF )1t| v'@N@ؔ^nj; \kBe1*lBd>5fɺc}o#%o! ۈ։@MGn9<edՍ6) FQIѥNKͣSr0m#%^fPg?;8TB2Ql;Dɂ!䕅t:*"<3)#$!鹓,B2̄ c M>i(<#MC-M5*p!C֦u#%lfJcX_~G4υ]7fLB=1ݱ6(w#$T&#%J8^mL3tLSPb3թ5"LϠD#Nʔ$WmH)&`5ƭ!gd5,+Ci7(3M4妵r-ꌨOs#8ypAJwxUv#$HDTe%4٪f$3.)18 <A:+M}-oF@G=(%h4 okK#%#)*.ig(,}9,|$coF@/_\l"._&Cx5tkB.\vhWW:5/*ڒ+=q>^2FC=CuH 7UM۶T#X($=(ݑ1nS^@w')WУ)0i)W6mi4dXj<0N~黶t2.GEuYHB<c>63qdGuf3+>vn/cx[jի#%Al#%/=7wz5ƈ#%r#)X,`$ #@ QR4ǔbՋ1}3ڬ6{V7EST$mڪ~=]h6H2#):<I#%Ae}G0sc @!#LK^wQ&lۀ0^SD6-Ϻ#iQU/eeq !#$ K<(ﰇ>?H`*P#$QݔwmVYOI결y$kUDtx!LLC̯H"F1lKEWLPyH!$'>rT"fE@7 @;CHm@"k$ Ҿ@*&S,ԣY!"ZИdFQ*XŒi+jCH3 (#%zN}aU56o'#~v]~%ŴR$@A eS 2cSBun%"#$hR9iet2w[NUUzEr ?EQ2C#$FEDU$@$ Gb;Ho]UUڬmX5AhF#8q~IQSXD4C#%1m(VV؝j0h2#$#$ƖGb%Jj7^ȼWE=kr{.\5I/.\k<9\VWuI>KCkԥOs@5" pNB1`$BH,!zH{&(\3YC`#)7t:B@3xNh^OO,>*玥!#)%F7:j=1c-7 [8V:q.W㚚E$,#)b$|^"lk.MOS #$HD'l%b( P"#)GoCD=>݀ S#5|MLrIdq`)N)*P$ِɮ.Ԥ"$r(imR3XR\lUzlu.þ=T~!C,)8Bk\S\_3ku'<b~!aq V}]{dO.!.jb=.=!m|OpӑW'~lx'S>[o(q9lBbsYQ}'~^BUJE'_o=YGB y3n( QI3!d/EqN!;#%Za.VOBOuQ'%DmeVK0#%ߟvʩQU2M֔#%E>\.1`##%m4[MiMJتMVThS2K[M8$'q*NPMRE##"$/GdFȾ|) E=ɴ[jk@(3mQ"pUG821`x#)ʅ`X1Lxi =}I)lH䆲,a"4_%a1&@`Tv*h @DtʠlUQmi"E8Q5/FOrvURtٶMy#$X=qXm\Jf\ۛ%re3bɍR`#P "/ʾ2DJXAdQp|zF}>-h-!&r+ѡa<"kN۱I?,A9Oٲ rO;e L*09FweB0c4B!E0*!_5S6{;|X\ܚD#$?dgѕSPؾTc ~Hx=.j]XcWo8?w03+PT26|%CmBt%(jed#%Ou *}9,yt&!#%Fv 9죬P"9#)"nj#)b5&f#n7{7t'xCݛs{{,~gS48|^+sUQx< awȇӧX]?'ǤǖdW98#$ I#%`x nӞ!2!f:`Te0S?$q}6aϷ&9<i#%V:gqNJAF+fgT#)r2"08O$ 0ž&6gu7CĀ+#$zG<h#$NڂS#$#%^0Xݿgٰh>l|1$QJ]uGFTJ`,;P jTV 'H<:8ST؍핰ZCA"`}W `@#%lÐ>phEd( >@Y2tz<=!u=<w)Vc/r(ݗZ%*@WTyړfArگ̏CDϟ3xa/oFcmaf6+#%5ҍߢ`Gڻ.8+y/y1в}Fm6%;pgƹ]zmiQ1geFMK.Rny2@AțĶ/[:m4j/1lcUnIX+vPf<{4)؋Hʀ#).x36P|қx6/`Qh|19ybh[s{Il0rN8uЍ2:H!ܣsk!S/LJX,SRЏJ2~z'8u-xۨU0ň?9XlK<-;HBd?tDC߸1]|<$kflr8/@_"\C6r<tj|=~&@8ɱul}ARfBep½<v79i>77se[9y*&%:"Ta9m&1,;DcTʥSXoS"zodɑ`d9k71лȘ$|Ƅ0;vr]</[he0oU>Nʾg#)8d٢dʇ)ZRH}MꩩxmԱhm:qNJJ`8ˎ#%@T 2)ˆ>*uzk]/#j )HS6KWM'uu,4[SJo-w]kᠮX,UA#%QDEĈญݘtE`dsnjH$,a$"$`H&gb;.ER#d(7M淂$A _0#%BmDb(TR!0;]L$R@Aۜc!Fjdv %yJvɸF4aZBqj ot|kK#m{Piv&fAVp4TKL^*ǣ>w0N(?'t^tU`%#) !ȔD)P9#aR[ H%!cnW:Sa<&_#$52cUѫ%E 5HkLB1hzo$!:Kڛ>K?[uUzp{p >u#$/'2-5AChi%q)J7"< $bA@'^3e#>jăs&[L~aLN}/k2܍aTq3*#$YTԎP=ˑ %bPH(DY9SuW_+hwtܣPH@bzR֚lSXbZ#%![*eUМ' Jۉ[jzԥhOi)>̾TLN nJ5'8_;ʚmmӻLl2u(8)$>xLx2#$ƻ;"᠄]eB]BF/@l#T&#%@p (s,#%FA@PD$%^ K dN/J3#%%L0y+HBE@]zJMAm#)B#8[]-yKk|e{2&(@ֈ="^^8 c$)i/x\5)VK+u#ISa}뫭䚌,R˥Ax+P0?$o6&pl5ǣ.X#)3~IR0x w'#%\qOA2jJg#%OWe79S=K lXL͇6#D*6r=cogH/'XXyex_FN]MRw,~ֈBQI$hvGqIEd E:UN+a5wޠ +rapN9:%,{"2= Ϡ)8|*^#)c>G;O#%$1$1#%60P?k jF6ђ#1!>QlVD`B-^!uK=L!tX*v`%(9:7bU xV@; hLnUjڭ 0`n)iqHTx<-+:RpX?dU ^:V6f@4>.dLĠoi7H_8ml6Q&"Tcɴf1W"JŘF@PtQ-Hn6U)!腻mwf9 :Y#%Ί9V#%6)͘z5Qb",テ>C{^OZWׯEfFUD Hڄ` xݨYQŦ^wwa}3c)RLlixp5#k$Z%}J#%_oMvgLP+8C=n aașP@zĥfs圶SʕLqNQ;o#IG(_C^aB#%yrޕYN%i I d"THAoJŎ% YG!#)(#`7NODci6*>4s8CEb2CMl1)#$j b9L݇6RC97#)0^Y*%QPM0D)T2$(baV9v̯jH2J9˴$(ɭүmA3PNacZLS)z'RBpy?3O!o4;Ha$9-9kCr!W7Ae0X #$eN1C 8@eЏ3ax?B:M31ĺV3"C @Tf;{\]7(hC;ʹ,w%'Jnk=Z?<7jg>v6?2sZ'7ṰtjL;eB]3g\9BbX7@Cux8ǘ|#%H#%@0>vgm5,uPe1DEK@Lg凜EJ#%s14$M4hCJ#%#)]u#A`};3@Se&#$JyjعPAD7 LS#%rn8E+<KHLBgc9ǎ1e$$^2z3ig86M\TX̿y*#LVNdѤ)fee`knb##$PӲp<(4Y$! R[~I`mkō6ձF\(Ȃ#%{<LH@}C(oD_Q#$6 TO,G2B#)Q# FJdY3L4&شP~۩35iҥؔ)5#_onPɭ&,J%3k4))#2#)4"%2#%#)DI2Y@jɂѲE)QLBeA0Fb#%((H4R7˓Gm@ͭ}'ݞ&d?:*)8yLUdXfbZTt匆Kh~dA0$E$ưw5]D$(<&݅7+`m^3$ע8(N}/6ct%*-~ECj4Y+J1I0 A3{ʋxU/wDSSO<χ1ILXI ˿fᵾR:)U#,'k=?J||=NT:+_#1h3ٹuMVxSr0=v|[^fBvXmZjD#"@0cP NRi|Vc.28&ӝBDb;l;wbwJ+MbMhj(I-}z"2"X(EQ`sn0f'f{鷧"^eߓ},3Oa}6fEA.(_~n':4T40Q^`.n&]J2~T#)=OH{'IB!0 CY2qR{-PZee#%}JvmۑkC߶ &yJf8#$7@=<y7gwBHC:ʷϣEXl=<Bp.չXڂ"ma{lCSɊ:ǥD9mO6]Nx`R{z-DYz#))Қ3x#%m%|v;@]#)na,んӻxaj;|tEt+ Cԝ9Q}_uݞ۪GBi'GjGfjVprա#$oS3Z?Z6˸1ήXmׂ0&eXYxqS4jP1a0֦i#%=Ƭ*9虚%r0'3kU;#$"ʇ %"[CՓ2֍ci[=ڕ)JoIa:88q~^хƌcWmFg*3#$gZaCcP>]a}eTm0p\%bQO#%0m4#%fgD[6S5n#)qyk՝wBufB+P2h28͛{#'[2ui&>8@clAgZ5OKK=1Hf27!2{틇*FY#FPSc]>u)QƍMd}c&}Aj!v79ӊIvyZΪ38bjwl)$١CͶl=5g- bŞtx4NѨ7Y,mxHYVe78Ubav$lg0i3qC툮)뺔g3O)30jc )E.[2I7;-sZnuXJ4RZ0p"W^|I"P`QiZ4ݏX8ҁ3)d+z|AnX9}LZl9$ 1f5W<seA\E:)fx<^To'awqIflэYY`F:U yKWG(0Sk4䱲מG8lD#,C %~Fw̧]`&WseS.k͋ϽQxVhl]g6u#%"v3ͮLj6)e4HlipXlhyz壜g).[Mf0L#o#%ޝ^`kL=Bsth4urr¦Dm.kr4-zтPt"0;ý*.`WNk'SqΘtE0:UgoE2voO{Jkq12UmsVߧs2]7ۂ0N$Slfo,Kݸg:c+5$CmW[s&\cp}vGC5%oZo4crُYhd|3FWp̩;ƶ}hYZNTâzc(i,KnKjhX#%bpY-MԴ+I$857V#oRL8cX#-马ycUc2LZ[.*bJZh=v#)sr_@aΚ4l\zϺb5MMb~!:DJlvrd2Q4A&nבݐA3u" 5/kbE9#$U9£QNu1h-Xl<<zcg954N" d,q(VjX]B$nZI]59PdIBPR/Kju<'QnûG (ŏɤc傂Q P5mEct6o'#%ēɇn2[!|P,ȣU,xa3ہ'oJ#%P4yãH`6HaFJM#)Yf(Yb-f0IS[û7IlWG))"lPDiH1iݝ#%p)KC rdN~au.DLiM+&pL*28=s.S64Nɩ:pt}qП<>N%q[,fu_gy9iXbd>jHx!d}&NY0+4rGS[}Y,#%5Fgx9h6u3F=0b({ebUEVEUNS!t-2,|L,Aa徊\\ٵsE0Ɂ]`RRS8)jIJ#)-8s>qeʱ4PP"m4#-aqvHľGTFPCT6p@(#%ႠhqyLj1Y@5GՉzXBVHurdDrI5N<ʇ@kL/0SEK5*$`"`m5:QzT) ە4@![fDZo.&ı#%RapkU(F.H5ޢ#)8F2.:a0s:0hbebX{Kwmځ72#)fb]g8P,#$!6weM5UիJ_$*@17`&)SҔ0.qWosj_mEXږi#%?1$Eu@ Йo;k־W[Li1K@PtT-/~3NT2>wdiG>k'7mDqȩk[P#SlahbF⥥͎IiRk6kvٰAlP!2L;[,rCp"oPύ<56З8r"H$cNTVMOdNB $#r""P,f69$0{ѡTc=Dipbpy@n!+QUo۴H0GHPWwwk̹qcmY sQMO<˨yp#$D7I)PS?F#)"#$1txXdEPQ_qRJ= 5.'#)T-lY<0&MMvfմ}ĦdDCi"4]|riM^̓\p j$AF=#)(֑Ѭ'hbbF#$x~q\;@J!~r#$SP-[TIs#Sz~֥%m5hڍlc fTQd#%2$B> `xY|DRͽ]bvC|(%n6,"11XZ V`vB-)EO'yw;J{Se2OtZPS#D~@hI'*Va`AE3Pj3tP[#Ŏ"ȣB9z֮UҷַoDmJd-JYL´fhh#)\KDs#)n#)wbF0pAi0`^apCW{Ĵ&A7^57L.]A*%;joE+]L%\"`Kmf1"ʎ1`Db+珽BxNӻĦ0cMe`JDS#%$]ibQXKglrL),1/*UZzjO"l I&`&RWP6Ml!yjZkr0q&8'7[Iφ%5Xh4ś7A22khvO%"WUc=uKNlns5`<pp29nsVZbN,[1m=N$PiS4, j.-D"ehd9țU7E4Z<+AxkGk"ju,rЄ 1A!,aA!#).#eB1۫!#%\K#%#$p[!##)aT#)`@̰8_zj I HY36qo?@vn.^=9T%ɟzM8Qb{(=GPa #%yeCb4v6p#)׆(0W&PE $/$V#$mdjj~Ų$!CH|YmqULK EJT_%Z6DwF6M#%gyLɕsS#*TZ̧XUl&dv5-Y&ClC8M.{mJI)ҘJQjx+~K\LSIQRl.8FD]4c::cuh꼧sؿmNL[űH;,+R)gC1uĘpݵfgiշo|V6ަ\$3fl91\d%adž9YhQ&gkSD1ga``Ea9DzٺRAa%D"ŌDqX03-fְ9rJ^e5WyyFӭڳM-"39%РJq"Y#)Ia+84*\ct9s]LqK&Jiu]n)4ZQ2Ӵue![nQhU,<TFH#%$declZLSkie-2kJeFZ쾿<& Q &1\yhL:@PDMтbQT*!7|MCv,'aiR÷6S0m2Z"h;Q! I [0ZM&p2Xwf64u=F-%#)6=SLG370ϲ[aʯTo^$V#)-D.\ofPV9nkٌ&E39PGa ]"X+LuRZdWr$#)f7tv#6e}z.tvp^hRZ+VKnQ,^q`Zd!ckb$fw?Cd6B]{PL7Hg\-Umm1));~wnqc`ROx?J?@#)U"(z>D+O3VtN겏(5ĿM*#)#$<LPPj""h4JTDM[\fVIn\m6Ki6b4&dc1M5Le[2Քl24Ė6+T{QjV]b2S$4ڢA6ЭU9$X+klD5WjZ4f&yxfZm6QSVV[+|;kl#DxEyם)U1B]YMxTdК׀(D +p85{qBCF;p#$egevGuJiӮ6Lct'XL!zEh%gÄZё Ih &Uom>{jZZY[EjR_g_~lFҶRhS4!Qu5*lUcnX5mw`t&tM#)&*DSMM\ն,ill,fd~;JQIjSj)V)&nP%mh&)Fhm6SH4YLEQX2&FVJJQR*J&6l,Q5FiR$ɋ$iiYcJ$mE,LRɍ&ɩKljjjҳkMi,JtٳZ-%|yT[ym|*kjDTEI%4#%ᆽ.x:[2w2u@#%`=SUᄢfxbn*l""wmNT_y#%wQ=T0Q>X8y"#yC|vGXrY]ضhYA3]Mv<<*RLKK>Sˎרhߛt_bȲ,6hHdq$^@7תS#$x,Z<-A`}@/\#%sl#%L> 9*`7B S>0:)!Yei߁?آE1"$:|1z<ǡ;3kv;oC'~M=x#%&5WݲgD_JR`(-i[c 8m@3RiP:;$$H:9MFmi#)#%h#%ڗ(F">mpb]#$ƪj=>[ֵwTAH{`SIے 7.gH#$Y6<JQ(nH8u#%x$Z3|z6m#$yfKt8uyp<#%P9Eq\ 3OWW7"y'|;s^F+Ίh忢o\a&PkrFaV*4&jm&1ւ,5#S4?ܣjZ@Ӑ0"2vHFsba#%+̔fGMkD,K&H¸[5b0kg+Ѥ$}ꁛle#$б#$q#%C~̋D01&*\,vMHbІ}V}kͤ3`ڤɧoF܁K/boe@AVBfWI}ڇV0"C7(p#$M8*-@,`I$c)4m0PI#)\\i6zmNNlx ek/XgcHP!V ycf#ة#)g3YhVI2;3lvcI?\(7z>(a3U ՂR _.N zS#M)L7E#!b#$4;{Y#%#%j"AQ2Z=8#%kNUfT-!kF#)/jPxG"QkX#%13ծHf<!aDQT$DMJSdUA1P)63ަ}dA0Ix6U[BSID2&1ڑm.MyIekA#)##$|~6C46{$Q4IXW'5Opm<Zqj#F/2h7CVl5N;sb28srYP_Nșj5U#$L`#$àwԓ5V+ꢕx=e,w3VT.4OLC|3.f]vpE]M-Hȍż>GvEhTm(rI#)N##$($'N%dubbCw}lŧ1>kcVBI6;˷cger_U]܂_SKxբREM*u&AYýIB&n:!GuJ\h9<x7 <U9-TF"p?UC)l3@7F#)0OZwgKQRګrl7c99V{M'#h6Dk\xK}Vّ,,~Ra=9#$8'#%>|D#rّғ'WCP=x"p/a(0 ;QER]SY2s9Fm&wT0e\Fz,EIimEI_]!HN{mkzckW<];\/Mז歲(F(k0> .CoVZ3!v* C#%#%,I9grƚ"vP1Aҹo=^̂kpխ:4jȸoXskoTV6iĕU\,iP릕~vۑ"VmkfOx٭/R]϶Yph |Se>ia2뵙ĆP- CN&3{b{\I6Y-UtX`hcdfqаj,#`7#뒊jw-)C*@<UGT2SҊ#)@#)rVl5dTy}TbmU5HE8i+bӶ\>m{IFWU aV3$Gp8m#$$93"[}&ݤ)T堩 "s,XS2Ooq^}?E經`d =?園B#$#$#$J?@o--,gs&!Ȑ. 4l&&/yk]_ZP3J3檆elXr1yࢬวE@c8P*]C9d묆!yٿ|gPh"3ps6)STSb/9>~33_CA$N F#)AUE#)THFŘTPdHHTΨz_qQAW[bT2b:Bg#$"bvә=j~Ohrا#)SBA<J4zBrN&X89D#)@;l-0ܒ"aH$+;y'RfL&8vih%rX%nxstP?i=SkWq@GP1^#)C:0wP;1a9FdS栍#)~TX&"5hE5:TB4T2HIK#$Ic!CF,:30N-6 D6r&1Nu։0c @فh)/z.(h2KHPO4\Vi1#%j20̮lV5#6Cm;j6c[ϧjmoDKn47xbboSQ#]A_-ͷo&ώAb(0B QL薖[(- :nW5\EXVÖުE&]#%T-8Ua,"XH)sj(6sQX1&5z뵾o=s8;H-3: K2.i4%#MeGR#%|j\XnuaĴS:]RIZ3>dyLmO5Iknt!c{;3ڦf$ZɬƼvX_s·{l8#4#)XR5pE#44}iTny[&dY2WW$Q-4V(ncV1m[ 1#) 0Fh#$bv:`nj T \3ɿ@tngciMZ,`nq&k:"HUGAhZb5LK,K$"Q" kl4J:qkM#$ 1x$ MWMlmsmVlm`ְ#%:V6+ث#)!zbTjB4kRmT$4T(A$(<Ɋq29uCEMgr$HW5E2C#$aP3 bL,0-#$/}EARf#$!#$/7SR/Hpt86) XObd%ǟqNM@DQ!D*UR&AWC;% #)'F\I(x\#)T?#$(|OMW18t`!$ȯX[MIT)m)S-C-554ֳJ{+DQ$t<}]P썷fZ`mnOՔ8Q~v9ͥ4aWwgyLƋow"tگy#`PP]6Aim"p` rQ&*Y= OgXDf'DTGF.'.P:Nfa!H@zOA;Q+BCl1!7aJ(Bo qgGA73u%\9#Q 'J*ZQNlBFk91omx6#%#)1ٙ&0#%9$b JD3JRC#$iv?oqffe>(q9lQРmj'?&|.%rEζ3QOuu=O4z+*fFZ0B(ALklT4kMRlkFF3M~]&*#%K?mjeSf6F3Iژ-e[+6ՓkZťlڙK5JbH"QO?;Iv[3QS!5$KkFmQkm7o0o-zuoP:ӿ!#%b5Q$EF2]KoVoҫY$WѶ.%PURت;T!cɠscŹ>% 0\#):mHV|#$S}xd#$Q'9gRD zb"TKږ#$},-=cY7m#$W#)FyV< ,2Kɓ'[ 2Bn>8*r'`0d3hpvQ3Oyx==@d IYaP&<yIc_pqCJGrO80#%$P<GNB 0 ?G,l,{P㖕Nk#%4GU/ѯ)d{Aj6J㌢u1%z$`cGF+D/ׇC^m<!e]Ͷ3_oh -ApH0EM4B0|<#%1j>N.(d($EQ'VW-q 9>oh#$~H)R,Zu|iq#),cҗDP8#ՆcexV#$0`"BaKSrbB&Z\73olip[}[h 6iCj11C#)g(DL6јDjP1ʀ#% !vBè&n{K%3axʄ&#%GñsxFʮuhA6m͏/o&QOӤ% (X(x4E,BD)8p(EDz<)y\UG!2P1rX,Ъ`Toa-]ԞS. hm,%`t1?P,ȀC!&C6#)D@YhR# SQAF>2_}mQA_U+[WheIHJHTU-$é_**"7k *#%7U20dյqrc\RA%G#tż8اfӽ]ƃXcw4Zgwݏ5U_vUcڠ14\# l6o!$D/Hp>!b=;rk#%_Ss՞Cl '[FR(b&J0uV-LʨDĕx\hDMFx|3!MpWD(W9..Nϐ8#%i )bSn0O#)rtq/6OWULL|3 Rֳ%r: lo.7X$Qn RZK- Aa6U)"""+mCAMv`@&>=mt``\8NJ:ܨC8^#)($U`ͽ(CGˣ@2۴"l!<O2'XCO3Z{z`K"[KDalإq"!b#$Lb@h R"*T!`#)$>?73QAlGiAA&ԛjeUT@HOlzCha+Zi,jkPs=)wԬc.p@¦y2m.w6M}cַݭdqN+#%b#dd1֎\-41BkTŁY!dKyF֠($8p!j#Can,W!wD0b[0e#$!Â#T2ېR4X7ۿʱ YpU6u,<aݫBMci'D/T B0$H#)beh-%[5__뵤[#)Q CN҃1sB[EeՐ{fq2c#$W"צ{:?'R&A.skҜ <UZo658U~-|'Ry-o5a$6UoPc{2}H`¯M@栴6`C:./dFg!2dcӐsg|Sòff̓Xf0nd#%V~#$ŴS-3JjJKƭHۋnp9.Gj4&zr뇣ma/aSYy1qٴW'c#)R\4bbUB+Jn.tTQLik'XkWHuYaSZ#%YM]a;II3_^OrRbP5dj؎BEA4tCCss4d\}0OF#[s F#%5"+URTqRP!/#$A~GtO,+(ධ%Č\G]Ynnw+mLoUWM_&!41BMstz8(L>o|;p䚴t4#ڞ ˖M7ys=lsn[9"mQ$s+4h]["t3B(u#)cE-j<b/lwe0`f!lAԍu#,v~BDV_a`568C-QU k5uT6ur[[M-h))fmjcErx&֭KB$# QFDEA9l#)x ?W_DSّÁR dNTlmp0qVc<njrڡo͠5PoDFh242$t3i0=9-YĊY)Ai㾃}vQcÍnҌM7#%u,7)+X6h^oWYQD 1C/J1ntzv-,3<"#$iD7#%cH:Vt+{ V#1Er#)Oӝt\kMbd`!lO?_7P!&R9湔łF#)JDvZ(M9][4H0d#)Ctɣ.ǪjHW6ރ`#%H(3v-8x$;`RÖ$PۡG"`#%NINjGMcP5]@}4Y) $ypUǮ8g*&ᤎf#%xW_p o=Lo#$ U̫<6iؽ#%b0ü;(i]&#I#)>IPzr\CknwQd#)n:iLPt5;CP)U۩[cJX8OCbXFa#̽BΚ>}#Xj3#!Crjx08+KV{LO53͟ ဆnEݾz1H1 3;dt!#$˧[qT,XmFli-EԛX㖪6-V).SCӗEQP#)?6rGq$Ӵv6vyab&<|L_ f*#%U}}'6(eQfMj~>cM] oMH0I#%7CZAa8w'S@z2` ?D@_>#$(AxRWߝO,?v_LƑ8D 'ă3]i1=4=w0V1yɳdH{wKB}mJ-`&ԑX| zr6g#$û չ#p>_&Wqz)#%)9D@<-Tk1 ҢGGFDY?!h(NA8]-{.6[n#9ČCdP4R#)=2cW_nBVH݊Pʮۮ.ꠦ2ZE3N-O%jC٣6$|E헡2d|<g\6xK߁d٧Zp^1ç\K~!qaMU<2˯mN}~>^#%tM:(Q^m#)UyUb#H0~C#8e+M&]LDJP #%jBIA$&RFƣuEzuK"l,بZ18hdhL`1SKC#Nn$0U5$2HcZh%`~jA067͈Y=?l%])IjMtfɫIW:IyݝTXUK&ɜB1`T(HYE&j!l1Q=I^6ʙLP#%FR,3LZf$ئ2L5ۭɧw9%E7]\|]xכ\TzaL<^qqT U(fK0Zx9YVAnGcuۤ&ӵ6;V#%ʊ#Jq[D.<go`P7܌4bMe,A EXmtӺVjK_Et4%ŶlЌJEP2 ndF;\4d2RP3fBX4*Qb#Q4oqm,cJi-+BA)#)s6lI f;jc.q 5b!YYdҁ#Ya Z&LW=ٍC$_S#>LaB4Sւ&S<ˆjj4:TWG'ڙcz@T)5;f[:ᤴ1-b6ު*x3ȑ5#%F.#%nXhs0|Keb6L4Ć1$Wz%I]#%Ddb$1!fO#1E#l3&mXZid[ G&YiSYp-/ѾѾ7mtpdz m0ezUJE#%3!$J,eeUct!;!`#)"҈Hij! &"aLA#%HQ,F#%.%I.%ٿOQl#$k=j]x3q5Շbe4~.0*>Lh5[־JMn[~μZ"ooOLzs4<5ݶo=)doowIٜ+=uG8jcfgME,8ř)Ľd]c𠌼@9Qy'Qy]sǙ 0Dld3\p6+ C)px2"Hm·{OA=EAv$yy@4bK~}xb|YR:{Vvu蛍"{PX#$<ৢf[l$Bļ. j69&n}R#)m_u8eh&8@y"y8G[$$,m[}u;Q|Lo,͐>xȠ6DV6%ZHE#i#%]Z٫pܶU:6*Ư:WVܫs!/QNŤhceM§v5IYTů6u1hՉ6;#DV-WF7^c">Ng i$V#%#$D"E X% O<B\#)B.aIsrד4Kon^`C&YVR5$D2Q-oIUElVA24TZ*-Ze`Tle$eS`,cUM^Hq#%ǷCቊ|z#%BHVIm4deSOjܙ#۔0eLiqzN0PD:S-E<b[xy;tݤm&[JVֲ٬Ab Rܧ`qO1:#$~{)_#%!C&1TP#!Uۀ#i$H($s{jRutphһ0Clp꧓E!8y\J~o=ݕ<@u0}2/QXAĻфȋnB;|7pD7n~[)$2&43ifӤM0̖jmvM[]+89YxLh&!&;d*=T#%l2}t#%U{FK%jW9rAs߃fɄʴxM˰؝h8ihp9wtX*vЬDBt`,:vVC7^WSj'-OƇV=0TLF>=fLZUI d||2T@FAQPW@DB "P@4I :䞺d5hr׀qBX9Ò20$#$b@e}!gGL` PJm5g-t^(#r4Dhxa"ڴ4}f6IK#$J`oMdU^,*]k˘#)bHY±擵3(`elթJih"#%aF340P*-lX#%/!0%f!L"\h>Aw[i8H#)"0y?_)PWD?}Oa`s>!*Y,]nM7c5%۷?ffueU;1BB#$(@Ccs C|4!`c7c@g04ڊX;,CvN`#J&}WYϛ:h7z}|vvCVU '}Q40۾q:$>LpP#%ī#%4Ϙ#$Hgq6;\m6¢֨ji-8 .JP)` 2H0Z!ؠ?hA]"EykvNu:KK_Ϛ]'ٛC:|UZsMmU˚̓z|#$?DEAJ%R0h ҆aD,]#)#$1{Sυx!7*B-P%HZB_\'C$Ƒ#.Up]GwlJreI5 5GjmRl`.mͨyq]\"x%Qio']5c@ymDVY*)ciK3IRVytNmݙrE*w]U\66bj[sԿvU_Rz`#% /^F|Ca 6ry;-FC 'k,/DN)ӊꜧ;CR#%#)ǯW#%_ fyemͧQ涷ܖ5fhg"n|ZVYA`b`F0PtxL B$bХ||~Mv٪˶4T׳[y b8hGA 9FnI1tɒJ#%$bQILL-(znlyS]umڷdl0\4:g~L*%gLbP``{&#%#%ܪ*,DR 6mYMU,~v jFI3TkmCmQWG7Gq$ 0kڌ#%j@9mLW]z"$(_DpzF&z};qmrB!Kmr^(Xq#%0pl8z-.#%E`*͘Ȥ{bp@cES(aM>]@R`2H:-CJDŽ"@TWnX{zIgZDh 0#hM{Z%D!#$ Xe46<woū/r&H!hKAT'VUw"gF 'vvUX7ֈL"#R\763K&YdɜЬԋ)JUQD#$I YTTT nDM#%Xr#$5)7nܛ4q##$͉XC{IdUP PP&j$!]/c?*v0C&I"!N'4RHDU"J!P)D" +2W^v-W#%TVX-!3#$g>g!SDM}l[Zm,M._c[_NWLuK ڦ6rK&8(BIj5GL쐊CP4(rx;VN#%5#)mWLWNxPx#!"xZ3<s'O;~j n`#$ ꡦ +HP@#)'Tg箛[-(u]S[ۼOAF,2?ֿqd((!S@ +?"PhfPQ#)2&c<$%}GۍA^N[{TK*c8sUьk#%dgB3(zku(2R+Ad6H/;]͊%A>y@jfkP[^^#g_='6sUFUT2KNBG}U돱af8>s%WKCz4"]˗$$>ţ#)ciiU5gO#%\0~/ds4J:qYX`LwF}sKo"`o4gbxq=@}H%cہf|A.H4mL<BCRnʾgUWJZAZ\[ޚOޭ2 IPѤA^~Ūu}Iy#Z;kČ رlXKz`Ph#%(*HU=s.Oa4/i0UhP`A̪t %Og]Pg88aDCdC:J%z$F+7~ԘCQ;gޚ.!hq,hOiOHATv:wuA@2=oYo.!BPȣT kRkjHRI5_#%@6z֮[^MF9K$ٚz5JXEB jjhB"媵$SŅ=<5ՖVXP<L;Kƾ%/"e=eebjIaUQTǩ)u뚬gě>'NOw*4hj2T'+۸tN#)53lw($^ wm]MO&+!|vU]N~ ׯ,A|i\P(#$O'g0']OP vH$HuؐnQBA DBnp]>z>dgQCoW Ǡ5=ч{S\y4p Q#s.;~;CǺo0_BvR9ݫjximd":9CAI"xBEO^=&]@tQrQpQ(s1Qxpc %#$"$:;~(#)H""vXb9ñg[-:5BN#%!;RЬLcJB@s-kfVXCJcER6fv#$>ݻ<EJH#$x4{ip'0y~q˪#%mkSA3:1CG3Cq#%}QA\#"Lfe*hE_g8[]dfD#$z!vop{Q0@Ϟ0zQFo. k;fTLI95DK_X02B|m?mmCA4{s2?G'(jlU9#rO~úoXʪq~`=3[^BG/#)wcr/#%;/` 0ֈ{0:QBCY@q lOD#~k!ԶX&Rgn9ưHINNkjXe4lر-jQ?&Csʔ/baۗèKU >*Ad1~iw&əDTiR($#%)ɱ4) 6l(H-o}z$#)%SĢr8VyppRu1NapF5<aK,ڧ|MDfJ/NCaL^UYK%GeiA?VҀH/}Mᓐbバ^wyP9PZ+/J#%'BNEZ~s*WN!'a!1rTl!i&ڹ\pJRi#$I0T)O3rom/%&2{HFj d#(1@)(i%#%*%+l h@#$,aX<4A#$PBTaSi,j+F:ir\219%5|]ٕtR5JHG #Y6XE|Fc*F].C<d. f<e@*9sGIaJw4*qCE#qtShida MMhB!hI#fG!fj)E,E%#Ip^I lFah L!B.TMMD,ePӉx5&$Piǡ0eQ2Uir&`#kDW #)TN#)h:l[o05!FA;Yp+ٹncwwM]]fUtih1f#%M2mkK5>c17vB b-QV69YZ\}?\qcQ#*.FAckl'{BddC#%膚#%#ڋSRZ!ipA#TqV0@;H81`KVQT[sD 2-As35I@0Mq dBLFZx"lIH5"UCKC||yڍzS5eݥR#)#%T%($&LA13"^x TA0T"m#%,-srG(ad#%=&"Dņn,f7L0ѡ#%X4Ҧ6ż; G=d{`jTJ#%.XXPb"UM}4#$cfѨ (T]1@u4%E1`ѰEPHL" (@Ch*%EQR`F#IiM@*Iz{5JS6ҡL4bJMޮٺoݧvܹ]WZJ#%-EF,HDJ+}q^u͜**5APݜ$Kx OTAaJaʊ5ȸ&$D!#$IJ3#$.[\p5#)@=UBsugi(&B)NJUVPbüD^Y!HN8lmUq҇wFEqbP`{מJ#Wݻ}ln65+<H^a6o#)h`gdU-A[d=&m1vwoơuݻ'tYI㺹AIY#A -vbŦ/Nqur0O$PRΊ̑&/7kD"t%e;wa9};^Ƕֲx܅z(#%m6לSկX%2#Xv#%~subfrI/}6pœ }u[~BGhW{a#%&xQ`Ĉ!kN1r7p;-PQ8u`)ibT*;kMMX(#$?1`{N̋k#!:!s;bb"Q`@U>C0ҕJ3U3.\2'~/3J-*C\J4A(a#$25&29@q5tm`E-QU+MAPcr#)66i=\WmZv&<ѹ76Q!j5xY5mgwr4k&p$-0@KpslZ#%dW#){n3( ={#F4e$B#)zSpHv0wmU<#%(8;(z=JQ( JIcJUDϷ䵻4mvm:;{wiuH#)wM",(-*H!`$PLK#%}m,ŒB? [19 #$M~'M#)0B0ȗb 碆&7*y^֔\9%/#$S1{1f?i䠇o+įH=PɋG@'1 "ť2ѓF&bRRLhͫEV566fU5eŤ4}% 03 VȂ191ȑ>)pj<dl#""w Ĩ`yD""pȱW#)bM2"I2JP.TA C2%0) #)Z0B4_Pj"@'[¥vj]ӳwuõ?U$LAXHhcB:uP\EMcd;*}O}U-R{#$B#$A ɔMpx#)aLv|,:o&LGEz^X'|QWb>,D#%<4 i5[|P= q<uyeSfe{jֱXj]կv"^. cvKDlK/FS\ۉ#$$~a&Ҥݥ#$h'hQn5ڦM+s銜 gC(e"賚Ӻo#)J['u$qqK| ƲÔ/Kx<cnztDNpO̼#%Mst|8Cnߙ_9;Qv@&ʹcw%x:垛]ݙ@:X2~ej9۽[ئjfkG`083X̪ԮaJtBZL48n"{G{9wl6D d"x'm]w{n% 1Rn#)B_s#%m-Z{Et^,QHXTZ#%A(:ŒNZIGׇ%w<?}a@Z{;aiôzIz^_3"ZbRiU_}9nwi=lqhCz9K8i{,UbF3˝ڿ#)1v-pT!~י8["=~t#%qQs%1Г>pڇav#%g_*~b;M 虘k[fˀV蝷EA"dI'wEyʪ3o:,OE@oXcrmL1:c-m8^Vm)ަ0`V#5im$rbsLڧChb9;on]ОeyxoQ&xS]QXu89dB8U+4{{Ƌ0ǵn[.Kc~H_'-{^9puz|;i{+*S/G~Iy{=/ޒp^Wŗzvx9W:c,fkODj<ޑ(#J#mRS)ulu;t#%_8*a}J<z&/7Ҿ?WPc7^߸u14dE7qcPm֜Vpnkw1OBmRΥߡM,lny5SC#Pm$a[̲Rk1-2'9'ї>Z@#%T_1*#)JKfuLW^!w"㧖H7 ę*&HmZ$)apQ63 e\0.#)tbq##)Qרb-H2 8:>ö-4KhYr A`NJ/lĭ$ 5R(ȺNcxKANHDXDQ0@H-hFMxW^q;%3BԳ#)(-I!A253N;_/)#$9ĐqA%Xl#%xQGUk挂kPcXH&(Q7#)]4%I*PQ ndH?!Q.B0#)lqSRpF6'!m#*=m̢DGh!-ɖn0[?Euk]cb#%7`'0Aju[W9LGʾ:J!;}8peBuNTB<FPpKRmJ01D,y)l#)Obq]3<ı(V.fNb0V3iN Mɾ6+n9aǝbߢ߾%#%ٲL鄺6ͥX.ŽCk^A=n-߽/}W0kKxʖaF<wɓ[y(sq yH=xof/Cw3[VW<̦{x09b%K/kKV%Ci=TN*PU)<,qS.̢)/@e8*jrb&Tc!tyѓ߹O큙-Y п6Ql\a0N6jNYqpբ.XHSE8-8\dyfg9;ZXm@ljae1CղT45ȶ^3{VP5M(P3iAT;8Ik#M0t#%GT9HmU&]C6al#%~(}-jֱԼދ11;lʎY¯1.x<Kntw\<?<ÝW4;a^HQ^CxCC`8|k)R,li݈YhmY Э#KF@#|k&8u];ymmlkw[/(bHP|P*CR[Ũ6"#%EI96a02*"#)JrArb#)(PCgwcTv3,oDbq^xۑp)T<$ U#$22JhnsT˽>ZV}}Xe*1F(QLFAVS?0ll^#)1@\v#/SN0*<#)R|MA+B4Ȣpq#%VȈʐ5J0j4MZ)a.UXؘ4C)[PfFlXTt]$Y/O6BMՈ`&j4Yeݸ5enM(c^{8cZhvFjhMUzkZSǑ.3VDE݊iUO.Q\16"&s-~oDbE6vSΘ&096(JR#M#tLauQaN֕C#%,oW2dJ$nj8LUcrz}#)DnKWmwf#P{Se"r<+CVCD41j7PTV#%&#%#%M05hɒ+v,M˧Ƃ h2wdenkh0clBd)3ɓ.9/ Z`xh\(4)~F{*7W05mæcRDX5X20qn#)a]`wF:ьдypa;+`5JXyN{b&FԡYUV5l(j>31eIV"ƅZM#)/ inas)mև[zX[2&0ǒmE}Vn`L3$g>Y4<e`ecUyLjTlbFĈ=9HT, }f&g~8dY/z4v[˟)TF)GaeM101^h0XB4O!}+J!$/(w"NP}EѶd^É^2(UA܁QWB'qeӮ38~WԐ~@z5@N-I|?FgJ~/^zx>zH10ٸˌp~/Ktu#%W)ہ"4ww&#vʪs3<؋guN">:1pa8I7j~BMM8;>'qU_~z71hXEK-H/@SQD6ιi$ BB6QSIm(,#%ASI#%T٦McY5J6ěI1*,i4Y%(bQ)F)6ML- k6aB@d$EO_0TNXմLEķoDg-7.f'p. C#$M7FMIVO0(,Y$C* Aa@mIw]û8#%0MMs:0xI#$Q#mo7sȨ.!I!uFc}7>U YFՊZsS`M~~m%lEF5kHRj1X3ݫʥ@)T,s ۆH¥ !G.#%eYl}^:{ϛhDvXi0tj>gCEh#rAEr[0C,[ w$!l$XC2TFCיF2M`1iG~531JyXB #훞4qM'j%3 CriA$y`!r6\ě_'ӕ`=lG:x*E}& XCL@0H#%R[.TKB @ГB ѺL#$Ðgb*$@ l'iowo>gJ(l!_Xlyy.j!:$\\j }RЗ0A}#$pf#%:-ӷ5jj2Zk3MwDυ#)Fiam1-5L?mJ? $>%JL! jwg7E$,Qbۏ%ּi1Ћ:|C.6WМJ4FEm{I 2/yRî;ܻ$|ܻb&p̶)s@JHRr=FI0l8`,v6z9LvՉ%$$(Stfꡑ00}~n=;OwEAI"" zGq1/ucETHr V~Wx͓tN;K!UE11vT z!V<LEain;_/x`t羰kxۚ9/l:$g,!`=f)1ΎR$i]{cH5\]>,D"O3OÏ3Y#%[0#$po4DhF;3"`PHnİd!QPS0|TS]of#%d3`$PIV\!8%7i(Ja-4γB#$ca8@6MSg~5,3gac\d.5yṵ#%zery06CŰN,%D#%hrdbicB6 ёvEyH#%h͉*F'\kMA$ ,N`R#")7Bu}zp;몕M', $jf$3j /P`5Qq`}YɿvL!SY hjS܇"(3~kd37]`[K}mQMNJ`t[C:J(7fy/S#nż3ΘJ4i Zc#$-`hl@h8#$Zb5s#){R#*IR,,g57wyH<fU߄GifZ3"^9ᇉ$YX*+S4 i#%H#$!g$e3Ыh0(k^#E:"unH'~t\bIIe2d:M֖DG$hbEC`LBzƃ-##:nE-E9%jHj.(֦EED&+b%7jHBEwʼn3ۑ;T_W+mzQ u$RK #%p%&2;z%1a.X>uYxW5Mxwمjns7 ,S$k1i-uy繜gXfu IR }\~EÓ,RLL1K9GN#%tLS(nH&lx5-陉Ru8U7Kߑ:2k)JPp,嚛Ha acaM#b,(B&cC)S--(2^Ѻi"讒 9s#);ʲU<] sH\9c1Ȓۿ,i>5KPG#$*j5oű٠%-!DZ:ntQ6$oJ!\6E.@ZXh?'+o;o0#$sdM^k>%tͫn8ָcDsM|y/O!憐QRaimy!`LRkPC6Jb;Iq!-o,C:lSC/娘@m*!P:OG봴(Itpw];uV#Ș}^q#$Z&7pY#)%Jahgj"]Sf"YkyLgȋIdx:59#b%M#%@='<ᆎ:Ɔ091gӲcMs1oPk4$b\U ,t"١n${ΎH S%p@f8Cic6E"Gņdoa+#%Y5;yt9%1͘(7a٥(d`D" #)3+Y,#%#%Kq\]ST&`d^%3h|0/eoԫ1lbV\u9(вڢ ͉DH14ވ#HaFFHH¨#@#$v%\֊Ѩ3P#)#%kb#)e+3qXHg8i8B*L"ZB8 }I|L{(4TDP;qE6'la@Xh 5#$A>Gz=6Rj%+LiJg/-#%D9tE /e1mVa7Kf$HaCj$eb&ߙ,W˳떵yUA 29KA7gꫧLJQLlGM3]۽4x4#DMܙbdV>, d}h/Lwl~\&~ִaCVsJ.ZX/fs5՝7PޭНp#$H_z_|#$Hlj>Jt0"c\Wd{Tm\z~x Bg/;^W'nݝ.ioy* ㉼ƕNYR9wmyQ$$Day`! d(K@@X՚1QQRd+#$N$=s}&24L0.RI 0<G_c kCQ: 8'takKUdFwVSJF*Bw332AQXD@0> )#)J#% `.ÃWk9}s4Jzћ*!d?qAa/y4(PmNzkDrFN/X/FUɐ˖qo5?T̛ra 0=#)~nx/Gp&#)3pfd]%7r?±QDMmd5ƌ1_D*"{`E%iFjKedjMQom^n@ҢYVH)d7HP"@XMd@v"okqDh#$#$c&?L5o}b&cXLXg2#$H*$#%}Q`7!݆=>tx[1F11 4aL"CM2XVKaD"TvDۃ#$PrPBfRa#) $'QK3#$4*:#),-(lf}j zc/4|'O},5XCNgʦ%ccUïvl )rĂ#$#%Eb 7DjRw@$&Taih/|:C gEe#$Pfr!Ex{2$mlo!#%>m#w!+]6ӯz&;%6Wvrr?&\ᶈlS:eOQzE#%A=*A MZA[#%u%!rKl|O;Wݹ# ǁe5$cAm[0JQZQR[V3@Rslj_فvwtM7@<q.Kݳ#%`!E&|=à:SwPuw}#$,CRIӲ('Q}ul =$4KH,Շ|☣qHAa$,%`e,DL\hzI\#hiRj'uMtgCiiKbHmbk<=\e>|%;[T(,% b̲vDMr"1}̋fȃ8Vq:6bSX.^n'K$GN&$Caݽ@P)eZA.#$B.οa.}F4#%1dAO0@@#$UR";^7mP#$Wqw(#bwITNJ0aEFgłBBq;L}Ϟ,V.gڝ3t(pQHVal#%id#)ڈXyC^`7eЋMt6vUvHczn^6CGKk[*#%ƅ>16rbJ;؏M'_SVkQF1<W*+$e}A+g=iT!hd#)6Lj61MJF D6vߟxx((`|,PxVALGk_H*t_XH+"1F2Q'O0 hx DeZ,YٳjjQQ4JSMoc"TD넥BSA,HsHNt"N`L#))TS")Eil[4iyVR']]a~POG-@''$DMsQ#}*iSKײ1>A{by"`ip@r2a=J*w!I Nm'ШW>Y)IFwB$~7'-=6#)Z#%^`:d&"4P A}@*Rf6#)XZkSmFAfR歶m&#$A]+`JHHRRjcmê$RucQ0{=9c[:gґ+%3OK⤌CҔq.9~;Cf<6c>#$d4gH#FLJ4FXE%Dkc&7+~E*mAS~RJ TU#)#B~`v@A#)<1X)v{ds"U[QZ* 6Xhթ~mgnҫ,4TPS?31A#$e oMʘd!Ei).賐k!F8$Tgy݃&B]@>+Mi5l5Z7mwvWyuMɭJyٙU7mnuC5e˻mwuwv*LCED8)V@DTmQ#%6[Jil,מvQeuwnj˦MN4<b2BE˂# &̒pM%Lug]>o5|g3 tRa1T,1$:@ǭ[LnwݮKb.8ep#$0}0$w|;XE!]7y<X8;^~07"_Ai1D)cS{[#)`SS9c}^Ff̅:뷜A+R3x\Ԙ9k%1Zma/Zm줗љo'"ֱIZGJ[ CHbyq--Q4Hǿ&{$|A#Zi^7#%RN¡;,|{Lͤ$~zE=zIhɋ#Y2p錦-*P`l.:3m305q=i&5ї@(B'XY7kN%Cd&)vC`l(WVW=?@7DĸpZ6Q~ sCȃˎxFjIb8jeR^ӳ2#%df,?*rDv+VmA(4,ŵ9҂k̃#t[Z]ӇG~\#)r}C{Qr{X q8phx%b-.9.,arM Ӌ~BNx$Kg鱠I>i*/l̴4]1~ O/~+pAyR@HnGN9hBvG菅ݶ>UL+ 粫h/7?~?GUgߟ??z|?/OqԨ߽Æh@u@l躕p)@M> T#)&BsUs0)*S$&f}om~tJ#{rk !<HT5E轐߿je.lnon*j=ֵFI:+H1 0ZWf:נ@C#%oL3Kn6^b9u(Ԙi*LI }}XךÔ䒁5$|e1v#)ٙ``UUTڔ#%&QFiU4.I\#%ph!2xo[R4`G N&ˊX!l4CMڊ;Vnf6ƴ8̋Xqvak#%] Iqx2ͅH#a#%p=_b-9R6wry$#utFD3i=g=3YG̈́e/ߠ6P.f,Z"fVHb/;b#$c.6|mTcQZHuo2jǵ.cb*t\ܺjz@eAeg5j+%YsED|i'a.I9C\0mkIR]o?hz,g35V#)y(Rcn)ٷS.$d]pC(ŀ#);ΑH b$c2(wb[Asuɀ8ܗb&#$#~F90ssIV҉#P.%D*VR[bԖ45ݵvԹeH'D@'ng"1To0PE-'CPq)Qg?|C˧gUhcCCcY=P W>8/|6iZoRp_Cmf{عe|1ȷ{:SfIo-u#$8c"MiOu~/	fP4ҩ3|l{}4Xj!>z˵tm輍eM6[A4apo[n~Z@si6mSJo6VڤіZm\ęd,Z#)^JcvPR$8bc*S$$Fn1t#)"u:l\6) bS߷i%ìBkURѸ(;n(4,H)_^͓Ўs}\EQpU ڎ@h*@W#)ݶeh5&V< H$ #_@xt@wc#mhb::1O(4AxO&w>(YĔ"nn10?5My],Y;6^Uxz6|#>x{]#@{?PyqLbm#f2#G3عBiGP22GGz-gv8"תqs8ٴD2xFa,o4N*%+i$]Nyfαbzn2X&>efcӞGi={>#gP1떫O@ukcdc?_̈w$S 㥧 +#<== +#-----BEGIN PGP SIGNATURE-----\n\niQIcBAABCgAGBQJXucfbAAoJEEm0xnwFJ3qq9HsP/jfAbxzLd6uHMfpZP+GgGJeY\nDx/t+p8lKI3r7VDXLB4UkzljBisNG7/uNhHZ7FB86JVP9WTKOjkRk0a5GyjBHI2K\nNFBxC/cUljiRs+2NA72MPFUkGJWG7LFeYihWhpto5iNDGtyBGxYOn9+wlStixOIP\nVVbRkTxc2Pda+Rwqj3zfPVZHXWxv1kPWhrLth0Y/20Q8CBVa9QyDK6VoXgBY9Kr7\nOhijnsGAX2R+CVfR4iCM5/QpmJClWb6+ER1bPrvyCdTsCzOZZLzvw3+U16YYzrGK\nWj+PE+Lfbj7GizItZSB861BHcl9yGWd0p7MxYoN8tKZljTKksF53r/QXm2JVkUCZ\nl6vY42scP3tThgyBU4OImokEfw5GY1JbaEtzi2sB7bdzcMVgTCWrzozJYqEXXGlm\nPY9Xsqr8p0YZT6T3l4vFAAxoNZ7vBcyxixiOzkygX789/vHurylRBLsH8uSlMt9O\nqRPEV+c/NzzfrxKPlfjvX7Jzzh6Fdd8QzLheKE4skSwbQ9Tb503wral+tPSbKvGp\ncU9PWFlB7W+TiPua+XPg4wkA06lwo0yhDH5wgLme+LkeUaQjHo6+MCweYjZtSPai\n/fAre5LUhHrUpWPogvWSSdq6eK3m76utSSkHCJAj8mvhTWV94A21Rv6dutRvujKo\nCQGdw9yT22XvPzQZ74b4\n=lYLz\n-----END PGP SIGNATURE-----\n @@ -10,16 +10,22 @@ VERSION='0.0.1' APPNAME='wafdocs' import os, re, shutil +import sys import shlex import subprocess import json - +import re +from waflib import Logs top = '.' out = 'build' +sphinx_version = None -from HTMLParser import HTMLParser +try: + from HTMLParser import HTMLParser +except: + from html.parser import HTMLParser class CTocNode: def __init__ (self): @@ -108,7 +114,7 @@ class TocHTMLParser(HTMLParser): def _get_level (self,level): k=str(level) - if self.d.has_key(k): + if k in self.d: n=self.d[k] assert(n!=None); return n @@ -210,7 +216,6 @@ def ascii_doc_scan(self): -import re def scansize(self): name = 'image::%s\\{PIC\\}\\[.*,(width|height)=(\\d+)' % self.inputs[0].name[:-4] re_src = re.compile(name) @@ -247,14 +252,18 @@ def options(opt): opt.add_option('--exe', action='store_true', default=False, help='Execute the program after it is compiled') def configure(conf): - conf.find_program('asciidoc', path_list='/usr/bin/', var='ASCIIDOC') - conf.find_program('sphinx-build', path_list='~/.local/bin /usr/local/bin/ /usr/bin', var='SPHINX') + search_path = '~/.local/bin /usr/local/bin/ /usr/bin' + conf.find_program('asciidoc', path_list=search_path, var='ASCIIDOC') + conf.find_program('sphinx-build', path_list=search_path, var='SPHINX') + conf.find_program('source-highlight', path_list=search_path, var='SRC_HIGHLIGHT') + conf.find_program('dblatex', path_list=search_path, var='DBLATEX') + conf.find_program('a2x', path_list=search_path, var='A2X') pass; def convert_to_pdf(task): input_file = task.outputs[0].abspath() out_dir = task.outputs[0].parent.get_bld().abspath() - return os.system('a2x --no-xmllint -v -f pdf -d article %s -D %s ' %(task.inputs[0].abspath(),out_dir ) ) + return os.system('a2x --no-xmllint %s -f pdf -d article %s -D %s ' %('-v' if Log.verbose else '', task.inputs[0].abspath(),out_dir ) ) TOC_HEAD = """ @@ -700,7 +709,7 @@ def convert_to_html_toc_book(task): json_out_file_short = os.path.splitext(task.outputs[0].name)[0]+'.json' cmd='{0} -a stylesheet={1} -a icons=true -a docinfo -d book -o {2} {3}'.format( - task.env['ASCIIDOC'], + task.env['ASCIIDOC'][0], task.inputs[1].abspath(), tmp, task.inputs[0].abspath()); @@ -721,7 +730,7 @@ def convert_to_html_toc_book(task): def convert_to_pdf_book(task): input_file = task.outputs[0].abspath() out_dir = task.outputs[0].parent.get_bld().abspath() - return os.system('a2x --no-xmllint -v -f pdf -d book %s -D %s ' %(task.inputs[0].abspath(),out_dir ) ) + return os.system('a2x --no-xmllint %s -f pdf -d book %s -D %s ' %('-v' if Logs.verbose else '', task.inputs[0].abspath(),out_dir ) ) def ensure_dir(f): @@ -741,6 +750,21 @@ def do_visio(bld): for x in bld.path.ant_glob('visio\\*.vsd'): tg = bld(rule='${VIS} -i ${SRC} -o ${TGT} ', source=x, target=x.change_ext('.png')) +def get_sphinx_version(sphinx_path): + try: + global sphinx_version + if not sphinx_version: + sphinx_version_regexp = '^Sphinx \(sphinx-build\) (\d+)\.(\d+)\.\d+$' + cmd = '%s %s --version' % (sys.executable, sphinx_path) + output = subprocess.check_output(shlex.split(cmd), universal_newlines = True) + for line in output.splitlines(): + ver = re.match(sphinx_version_regexp, line) + if ver: + sphinx_version = float('%s.%s' % (ver.group(1), ver.group(2))) + return sphinx_version + except Exception as e: + print('Error getting Sphinx version: %s' % e) + def get_trex_core_git(): trex_core_git_path = os.path.join(os.getcwd(), os.pardir, "trex-core") if not os.path.isdir(trex_core_git_path): @@ -797,13 +821,28 @@ def build_cp_docs (task): if not trex_core_git_path: # there exists a default directory or the desired ENV variable. return 1 trex_core_docs_path = os.path.abspath(os.path.join(trex_core_git_path, 'scripts', 'automation', 'trex_control_plane', 'doc')) - build_doc_cmd = shlex.split("{sph} -W -b {bld} {src} {dst}".format( - sph= task.env['SPHINX'], + sphinx_version = get_sphinx_version(task.env['SPHINX'][0]) + if not sphinx_version: + return 1 + if sphinx_version < 1.3: + additional_args = '-D html_theme=default' + else: + additional_args = '' + build_doc_cmd = "{pyt} {sph} {add} {ver} -W -b {bld} {src} {dst}".format( + pyt= sys.executable, + sph= task.env['SPHINX'][0], + add= additional_args, + ver= '' if Logs.verbose else '-q', bld= "html", - src= ".", + src= ".", dst= out_dir) - ) - return subprocess.call(build_doc_cmd, cwd = trex_core_docs_path) + if Logs.verbose: + print(build_doc_cmd) + try: + return subprocess.call(shlex.split(build_doc_cmd), cwd = trex_core_docs_path) + except OSError as e: + print('Failed command: %s\nError: %s' % (build_doc_cmd, e)) + return 1 def build_stl_cp_docs (task): out_dir = task.outputs[0].abspath() @@ -812,13 +851,28 @@ def build_stl_cp_docs (task): if not trex_core_git_path: # there exists a default directory or the desired ENV variable. return 1 trex_core_docs_path = os.path.abspath(os.path.join(trex_core_git_path, 'scripts', 'automation', 'trex_control_plane', 'doc_stl')) - build_doc_cmd = shlex.split("{sph} -W -b {bld} {src} {dst}".format( - sph= task.env['SPHINX'], + sphinx_version = get_sphinx_version(task.env['SPHINX'][0]) + if not sphinx_version: + return 1 + if sphinx_version < 1.3: + additional_args = '-D html_theme=default' + else: + additional_args = '' + build_doc_cmd = "{pyt} {sph} {add} {ver} -W -b {bld} {src} {dst}".format( + pyt= sys.executable, + sph= task.env['SPHINX'][0], + add= additional_args, + ver= '' if Logs.verbose else '-q', bld= "html", src= ".", dst= out_dir) - ) - return subprocess.call(build_doc_cmd, cwd = trex_core_docs_path) + if Logs.verbose: + print(build_doc_cmd) + try: + return subprocess.call(shlex.split(build_doc_cmd), cwd = trex_core_docs_path) + except OSError as e: + print('Failed command: %s\nError: %s' % (build_doc_cmd, e)) + return 1 @@ -871,13 +925,13 @@ def build(bld): if os.path.exists('build/hlt_args.asciidoc'): bld.add_manual_dependency( bld.path.find_node('trex_stateless.asciidoc'), - 'build/hlt_args.asciidoc') + b'build/hlt_args.asciidoc') - bld(rule='${ASCIIDOC} -b deckjs -o ${TGT} ${SRC[0].abspath()}', + bld(rule='${ASCIIDOC} -f ../backends/deckjs/deckjs.conf -o ${TGT} ${SRC[0].abspath()}', source='trex_config.asciidoc ', target='trex_config_guide.html', scan=ascii_doc_scan) - bld(rule='${ASCIIDOC} -b deckjs -o ${TGT} ${SRC[0].abspath()}', + bld(rule='${ASCIIDOC} -f ../backends/deckjs/deckjs.conf -o ${TGT} ${SRC[0].abspath()}', source='trex_preso.asciidoc ', target='trex_preso.html', scan=ascii_doc_scan) bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a max-width=55em -o ${TGT} ${SRC[0].abspath()}', @@ -952,7 +1006,7 @@ class Env(object): def get_env(name) : s= os.environ.get(name); if s == None: - print "You should define $",name + print("You should define $",name) raise Exception("Env error"); return (s); |