diff --git a/LICENSE b/LICENSE index d08254a..f288702 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,674 @@ -MIT License + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 -Copyright (c) 2025 kekePower + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. -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: + Preamble -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + The GNU General Public License is a free, copyleft license for +software and other kinds of works. -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. + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md index 209363b..d8bbd0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,94 @@ -# qsgen3 + -qsgen3 is a shell script that generates pure HTML web sites \ No newline at end of file +# Quick Site Generator 2 +Quick Site Generator 2 is a static website generator inspired by [Nikola](https://github.com/getnikola/nikola) and written for [Zsh](https://zsh.sourceforge.io/). + +

+ +## Why? + +Well, I wanted something that worked for me and wasn't too complicated and I also like a challenge. + +It all started with a simple script I wrote that I called ```myjourney``` to write about a journey I was on. It worked well enough, but soon I wanted to create something else and something more complex. + +So I started to write another script I aptly called ```generate```.This also worked really great. It was, however, very limited and not very portable. + +Then this script was born. It has the same ideas as the first two, but is an almost complete rewrite of ```generate```. It does, however, use some of the same functions and is also more portable. The next steps is to try to use more of the Zsh modules instead of always relying on external tools like Perl, sed and awk. In other words, a work in progress. + +## What is qsgen2? + +```qsgen2``` is capable of creating static HTML pages using the native ```_html``` engine that uses ```QStags``` (that I'll describe in detail later) or by writing your pages and blogs in Markdown. It uses [Pandoc](https://github.com/jgm/pandoc/releases), mostly because it's the most compete tool for the job. Not all Linux distributions have it, so you can just download the binaries and place them where it suits you the best. + +You cannot mix native and Markdown when creating your projects. + +## What it's not! + +```Quick Site Generator 2``` is not easy. It's not bug free. It's not a professional product. It's not really production ready, although it works great for me. + +## Configuration + +Copy ```qsgen2``` and the directory ```include``` to ${HOME}/bin/. + +Then create you project directory, for example ```${HOME}/sites/new-site```. +Copy the file ```config``` and the directory ```themes``` to your project directory. + +You first have to configure your site and this is done in the file [config](config). +Do the necessary changes. + +Create a directory named ```blog``` if you want to have blogs on your site. + +Create your index file with either ```tpl``` to use the native engine or ```md``` to use Markdown. +I will, as mentioned, create a how-to on ```QStags```. + +I am considering adding a command line, ```init```, that will guide you through this process in an interactive manner. + +## Themes + +```qsgen``` uses templates that reside in ```$project_dir/themes/```. +The theme consists of 4 files: + +* blogs.tpl +* pages.tpl +* blog_index.tpl +* blog_list.tpl + +### Blogs + +The file ```blogs.tpl``` is used to create the blog posts that will reside in ```$www_root/blogs/year/mon/date/title-of-blog-post.html```. +```qsgen2``` will list all the files in ```blog/*.blog``` and do its magic before the word/tag ```BODY``` in the blogs.tpl file is replaced with the HTML formatted content and then the file will be written to disk. + +Other tags/words that are replaced are: + +* BLOGTITLE +* CALADAY +* CALNDAY +* CALMONTH +* CALYEAR +* INGRESS + +Then the footer of the document is updated with today's date and the name and version of the script. + +The themes engine is not 100% complete because there still are some static text that could or should be replaced. It is, however, quite easy. + +#### Blog Index + +There is an option in the file ```config``` if you want to show the blog on the front page or not. If set to false, it will write a file in ```$www_root/blog/index.html``` that contains, in reverse order, the blogs written. + +To do this it uses the file ```blog_list.tpl``` as a template for how to format this list and then it inserts this into the file ```blog_index.tpl``` which then is written to disk. + +### Pages + +The process of creating pages is almost the same as with blogs, but with fewer, and other, replacements. + +Tags replaced are: + +* #pagetitle +* #tagline +* BODY + +And then the footer gets the same touch as the blog posts. + +### Knows bugs + +* Sometimes it doesn't write the Blog Index file (/blog/index.html) with all the blogs, only the latest. + * The problem is that when a new blog post is added, it doesn't get added to the list of posts diff --git a/config.example b/config.example new file mode 100644 index 0000000..af6cdd8 --- /dev/null +++ b/config.example @@ -0,0 +1,26 @@ +; Place this file in your project directory + +[site] +; This is the name of your site +name = "The Site Name" +; This is the tagline +tagline = "The Site Tagline" +; This is the URL of your site +url = "https://www.example.com" +; This is where your HTML files go +root = /path/to/www/dir +; The theme of your site +theme = theme_name +; sitemap or not: true or false +sitemap = true +; Do you want the blog to appear on the front page +; true = yes and false = no +blog = true + +[project] +; This is where you work before you generate the output +root = /path/to/working/project +; Languages: en_US, en_UK, es_ES, nb_NO, fr_FR +lang = en_US +; Use QStags (native) or Markdown (markdown) +generator = native diff --git a/docs/zsdoc/data/bodies/qsgen2 b/docs/zsdoc/data/bodies/qsgen2 new file mode 100644 index 0000000..8dbfc5b --- /dev/null +++ b/docs/zsdoc/data/bodies/qsgen2 @@ -0,0 +1,101 @@ + + +VERSION="0.4.3" +QSGEN="Quick Site Generator 2" +globaldebug=false +fpath=(${HOME}/bin/include/common ${HOME}/bin/include/qsgen2/lang $fpath) +autoload include +autoload zini +include common/colors + +echo "${magenta}${blue_bg} ${QSGEN} ${end}${bold_white}${blue_bg}${VERSION} ${end}" +if [[ -f $(pwd)/config ]]; then + if (${globaldebug}); then echo "${red}Config file found and sourced${end}\n${yellow} - $(pwd)/config${end}"; fi + zini $(pwd)/config +else + echo "${red}Cannot find configuration file.${end}" + echo "${yellow} - Please create the file 'config' in your project directory.${end}" + echo "${yellow} - See 'config.example' in the git source tree.${end}" + exit +fi +typeset -A qsgenlang +lang_found=false +for dir in $fpath; do + if [[ -f "${dir}/${config[project_lang]}" ]]; then + source "${dir}/${config[project_lang]}" + lang_found=true + break + fi +done +if [[ ${lang_found} == "false" ]]; then + echo "Defined language, ${config[project_lang]}, not found. Using en_US." + source "${HOME}/bin/include/qsgen2/lang/en_US" + fi + +if (${globaldebug}); then + qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' ) + echo "Content of Config file" + for qslines in ${qsconfig} + do + echo "${yellow}${qslines}${end}" + done +fi + +if [[ "$1" == "version" || "$1" == "-v" || "$1" == "--version" ]]; then + _version ${0:t} +elif [[ "$1" == "help" || "$1" == "-h" || "$1" == "--help" ]]; then + _help ${0:t} +fi +blog_cache_file="${config[project_root]}/.blog_cache" +pages_cache_file="${config[project_root]}/.pages_cache" +if [[ ! ${config[project_generator]} ]] || [[ -d $(pwd)/.git ]]; then + _msg debug "_qsgen2_msg_3" + exit +fi +if [[ ${config[project_generator]} == "native" ]]; then + engine=_qstags + export file_ext="qst" +elif [[ ${config[project_generator]} == "markdown" ]]; then + if [[ ! -f /usr/local/bin/pandoc ]]; then + _msg other "_qsgen2_msg_4" + _msg other "https://github.com/jgm/pandoc/releases" + exit + else + engine="/usr/local/bin/pandoc" + engine_opts= + export file_ext="md" + fi +else + _msg debug "_qsgen2_msg_5" + exit +fi + +if (${globaldebug}); then _msg debug "_qsgen2_msg_6"; fi + +builtin cd ${config[project_root]} +zmodload zsh/files +zmodload zsh/datetime +zmodload zsh/regex +export today=$(strftime "%Y-%m-%d - %T") +export blogdate=$(strftime "%a-%Y-%b-%d") + + +case ${1} in + force) + _msg sub "_qsgen2_msg_2" + : >| "$blog_cache_file" + : >| "$pages_cache_file" + ;; + sitemap) + _msg sub "Updating sitemaps" + export sitemap_force=true + _sitemap + exit + ;; + *) + ;; +esac + +_blogs +_pages +_sitemap diff --git a/docs/zsdoc/data/bodies/qsgen2.comments b/docs/zsdoc/data/bodies/qsgen2.comments new file mode 100644 index 0000000..8c572da --- /dev/null +++ b/docs/zsdoc/data/bodies/qsgen2.comments @@ -0,0 +1,142 @@ +#!/usr/bin/zsh + +############################################################################### +############################################################################### +# +# Quick Site Generator 2 is a static website generator inspired by Nikola. +# It is written for the Z shell (zsh) because that's what I use and also because +# I like it better than Bash. +# +# This script is an almost complete rewrite of my old script because it became +# overly complicated and had way too many bugs, even though it worked on simple +# sites. +# +# https://github.com/kekePower/qsgen2/ +# +############################################################################### +############################################################################### # Sat-2024-02-24 + +# Set to true or false +# This will show debug information from every function in this script +# You can also set debug=true in a single function if you want to debug only that specific one. + +# Use Zsh fpath to set the path to some extra functions +# In this case, let's load the 'include' function + +# Including some colors to the script + +# Check for, and source, the config file for this specific website + +# Load language as defined in config + # echo "Language file: ${dir}/${config[project_lang]}" + # Fall back to en_US if defined language isn't found + +## +# @brief Display a message with specific formatting based on message type. +# @param type The type of message (e.g., std, info, debug, etc.) +# @param ... The keys or additional strings to be formatted and displayed. + +## +# @brief Display the version information of the script. +# @param ... Additional arguments (unused in this function). + +## +# @brief Display help information for the script. +# @param ... Additional arguments (unused in this function). + +# Define cache files for blogs and pages + +# Let's check if qsgen2 can generate this site by checking if 'generator' is available + +# We define the variable 'engine' based on what's in the 'config' file. + # Usage: ${engine} ${1} - Where 1 is the file you want to convert + # Usage: ${engine} ${1} - Where 1 is the file you want parsed + +## +# @brief Run the configured engine to process the input file. +# @param input The input file to be processed. + +# Loading Zsh modules + +# Let's put these here for now. + +# Let's create arrays of all the files we'll be working on + +## +# @brief List all page files and store them in an array. + +## +# @brief List all blog files and store them in an array. + + +## +# @brief Cache the state of blog files and identify changes. + + +## +# @brief Cache the state of page files and identify changes. +# @return Array of pages to be processed. + +## +# @brief Update #updated and #version tags in the provided content. +# @param content The content to be updated. +# @return The updated content. + +## +# @brief Update #updated and #version tags in the provided file. +# @param file_path The path to the file to be updated. + +## +# @brief Convert the filename to lowercase and replace spaces with dashes. +# @param filename The original filename. +# @return The modified filename. + + +## +# @brief Generate all new and updated pages. + +## +# @brief Generate or update blog files or export metadata based on argument. + +## +# @brief Generate the file blog/index.tmp.html. + +## +# @brief Generate the www_root/blog/index.html file. + +## +# @brief Add the blog list to the index file if blog_in_index is true. + +## +# @brief Generate the sitemap files if conditions are met. + +## +# @brief Convert #link tags to clickable HTML links. +# @param content The content containing #link tags. +# @return The content with #link tags replaced by HTML links. + +## +# @brief Convert #showimg tags to HTML img tags. +# @param content The content containing #showimg tags. +# @return The content with #showimg tags replaced by HTML img tags. + +## +# @brief Embed a YouTube video in the provided content. +# @param content The content containing #ytvideo tags. +# @return The content with #ytvideo tags replaced by YouTube iframe embeds. + +## +# @brief Remove leftover tags from the content. +# @param content The content to be cleaned. +# @return The cleaned content. + +## +# @brief Convert QStags to HTML using Perl. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. + +## +# @brief Convert QStags to HTML using Zsh regex module. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. # Truncate the blog cache before doing update # Truncate the page cache before doing update + # Nothing diff --git a/docs/zsdoc/data/call_tree.zsd b/docs/zsdoc/data/call_tree.zsd new file mode 100644 index 0000000..4b21842 --- /dev/null +++ b/docs/zsdoc/data/call_tree.zsd @@ -0,0 +1,16 @@ +qsgen2/_blog_cache: qsgen2/_list_blogs +qsgen2/_blog_idx_for_index: qsgen2/_msg +qsgen2/_blog_index: qsgen2/_msg qsgen2/_f_last_updated +qsgen2/_blogs: qsgen2/_msg qsgen2/_list_blogs qsgen2/_blog_cache qsgen2/_blog_idx_for_index qsgen2/_blog_index +qsgen2/_f_last_updated: qsgen2/_msg +qsgen2/_last_updated: qsgen2/_msg +qsgen2/_list_blogs: qsgen2/_msg +qsgen2/_list_pages: qsgen2/_msg +qsgen2/_pages: qsgen2/_msg qsgen2/_pages_cache qsgen2/_add_blog_list_to_index +qsgen2/_pages_cache: qsgen2/_list_pages +qsgen2/_p_qstags: qsgen2/_msg +qsgen2/_qstags: qsgen2/_msg +qsgen2/_run_engine: qsgen2/_msg +qsgen2/_sitemap: qsgen2/_msg +qsgen2/_version: qsgen2/_msg +qsgen2/zsd_script_body: qsgen2/_version qsgen2/_help qsgen2/_msg qsgen2/_sitemap qsgen2/_blogs qsgen2/_pages diff --git a/docs/zsdoc/data/descriptions/qsgen2/_add_blog_list_to_index b/docs/zsdoc/data/descriptions/qsgen2/_add_blog_list_to_index new file mode 100644 index 0000000..c6c2f6e --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_add_blog_list_to_index @@ -0,0 +1,2 @@ +## +# @brief Add the blog list to the index file if blog_in_index is true. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_blog_cache b/docs/zsdoc/data/descriptions/qsgen2/_blog_cache new file mode 100644 index 0000000..53fb2a1 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_blog_cache @@ -0,0 +1,2 @@ +## +# @brief Cache the state of blog files and identify changes. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_blog_idx_for_index b/docs/zsdoc/data/descriptions/qsgen2/_blog_idx_for_index new file mode 100644 index 0000000..f43fe3f --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_blog_idx_for_index @@ -0,0 +1,2 @@ +## +# @brief Generate the file blog/index.tmp.html. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_blog_index b/docs/zsdoc/data/descriptions/qsgen2/_blog_index new file mode 100644 index 0000000..8ae3087 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_blog_index @@ -0,0 +1,2 @@ +## +# @brief Generate the www_root/blog/index.html file. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_blogs b/docs/zsdoc/data/descriptions/qsgen2/_blogs new file mode 100644 index 0000000..c933b0f --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_blogs @@ -0,0 +1,2 @@ +## +# @brief Generate or update blog files or export metadata based on argument. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_cleanup b/docs/zsdoc/data/descriptions/qsgen2/_cleanup new file mode 100644 index 0000000..ce36a5a --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_cleanup @@ -0,0 +1,4 @@ +## +# @brief Remove leftover tags from the content. +# @param content The content to be cleaned. +# @return The cleaned content. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_f_last_updated b/docs/zsdoc/data/descriptions/qsgen2/_f_last_updated new file mode 100644 index 0000000..113dc68 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_f_last_updated @@ -0,0 +1,3 @@ +## +# @brief Update #updated and #version tags in the provided file. +# @param file_path The path to the file to be updated. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_file_to_lower b/docs/zsdoc/data/descriptions/qsgen2/_file_to_lower new file mode 100644 index 0000000..1038420 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_file_to_lower @@ -0,0 +1,4 @@ +## +# @brief Convert the filename to lowercase and replace spaces with dashes. +# @param filename The original filename. +# @return The modified filename. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_help b/docs/zsdoc/data/descriptions/qsgen2/_help new file mode 100644 index 0000000..d7e817d --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_help @@ -0,0 +1,3 @@ +## +# @brief Display help information for the script. +# @param ... Additional arguments (unused in this function). diff --git a/docs/zsdoc/data/descriptions/qsgen2/_image b/docs/zsdoc/data/descriptions/qsgen2/_image new file mode 100644 index 0000000..9c9b86c --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_image @@ -0,0 +1,4 @@ +## +# @brief Convert #showimg tags to HTML img tags. +# @param content The content containing #showimg tags. +# @return The content with #showimg tags replaced by HTML img tags. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_last_updated b/docs/zsdoc/data/descriptions/qsgen2/_last_updated new file mode 100644 index 0000000..8c86298 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_last_updated @@ -0,0 +1,4 @@ +## +# @brief Update #updated and #version tags in the provided content. +# @param content The content to be updated. +# @return The updated content. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_link b/docs/zsdoc/data/descriptions/qsgen2/_link new file mode 100644 index 0000000..449b7c8 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_link @@ -0,0 +1,4 @@ +## +# @brief Convert #link tags to clickable HTML links. +# @param content The content containing #link tags. +# @return The content with #link tags replaced by HTML links. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_list_blogs b/docs/zsdoc/data/descriptions/qsgen2/_list_blogs new file mode 100644 index 0000000..4c2666e --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_list_blogs @@ -0,0 +1,2 @@ +## +# @brief List all blog files and store them in an array. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_list_pages b/docs/zsdoc/data/descriptions/qsgen2/_list_pages new file mode 100644 index 0000000..9a788ef --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_list_pages @@ -0,0 +1,2 @@ +## +# @brief List all page files and store them in an array. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_msg b/docs/zsdoc/data/descriptions/qsgen2/_msg new file mode 100644 index 0000000..d51ae3b --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_msg @@ -0,0 +1,4 @@ +## +# @brief Display a message with specific formatting based on message type. +# @param type The type of message (e.g., std, info, debug, etc.) +# @param ... The keys or additional strings to be formatted and displayed. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_p_qstags b/docs/zsdoc/data/descriptions/qsgen2/_p_qstags new file mode 100644 index 0000000..01a97e0 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_p_qstags @@ -0,0 +1,4 @@ +## +# @brief Convert QStags to HTML using Perl. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_pages b/docs/zsdoc/data/descriptions/qsgen2/_pages new file mode 100644 index 0000000..1d427c4 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_pages @@ -0,0 +1,2 @@ +## +# @brief Generate all new and updated pages. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_pages_cache b/docs/zsdoc/data/descriptions/qsgen2/_pages_cache new file mode 100644 index 0000000..738add5 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_pages_cache @@ -0,0 +1,3 @@ +## +# @brief Cache the state of page files and identify changes. +# @return Array of pages to be processed. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_qstags b/docs/zsdoc/data/descriptions/qsgen2/_qstags new file mode 100644 index 0000000..9b36ebc --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_qstags @@ -0,0 +1,4 @@ +## +# @brief Convert QStags to HTML using Zsh regex module. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_run_engine b/docs/zsdoc/data/descriptions/qsgen2/_run_engine new file mode 100644 index 0000000..acf8c43 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_run_engine @@ -0,0 +1,3 @@ +## +# @brief Run the configured engine to process the input file. +# @param input The input file to be processed. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_sitemap b/docs/zsdoc/data/descriptions/qsgen2/_sitemap new file mode 100644 index 0000000..9d86df7 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_sitemap @@ -0,0 +1,2 @@ +## +# @brief Generate the sitemap files if conditions are met. diff --git a/docs/zsdoc/data/descriptions/qsgen2/_version b/docs/zsdoc/data/descriptions/qsgen2/_version new file mode 100644 index 0000000..36a721c --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_version @@ -0,0 +1,3 @@ +## +# @brief Display the version information of the script. +# @param ... Additional arguments (unused in this function). diff --git a/docs/zsdoc/data/descriptions/qsgen2/_youtube b/docs/zsdoc/data/descriptions/qsgen2/_youtube new file mode 100644 index 0000000..1d46b93 --- /dev/null +++ b/docs/zsdoc/data/descriptions/qsgen2/_youtube @@ -0,0 +1,4 @@ +## +# @brief Embed a YouTube video in the provided content. +# @param content The content containing #ytvideo tags. +# @return The content with #ytvideo tags replaced by YouTube iframe embeds. diff --git a/docs/zsdoc/data/env-use/qsgen2/_blog_idx_for_index/qsgen2/_blogs/BLOG_META_STR_ARRAY b/docs/zsdoc/data/env-use/qsgen2/_blog_idx_for_index/qsgen2/_blogs/BLOG_META_STR_ARRAY new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_blog_index/qsgen2/_blogs/new_updated_blogs b/docs/zsdoc/data/env-use/qsgen2/_blog_index/qsgen2/_blogs/new_updated_blogs new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_blogs/qsgen2/_blogs/new_updated_blogs b/docs/zsdoc/data/env-use/qsgen2/_blogs/qsgen2/_blogs/new_updated_blogs new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_blogs/qsgen2/_list_blogs/no_blogs_found b/docs/zsdoc/data/env-use/qsgen2/_blogs/qsgen2/_list_blogs/no_blogs_found new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_f_last_updated/qsgen2/Script_Body_/today b/docs/zsdoc/data/env-use/qsgen2/_f_last_updated/qsgen2/Script_Body_/today new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_last_updated/qsgen2/Script_Body_/today b/docs/zsdoc/data/env-use/qsgen2/_last_updated/qsgen2/Script_Body_/today new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_list_pages/qsgen2/Script_Body_/file_ext b/docs/zsdoc/data/env-use/qsgen2/_list_pages/qsgen2/Script_Body_/file_ext new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_pages/qsgen2/Script_Body_/file_ext b/docs/zsdoc/data/env-use/qsgen2/_pages/qsgen2/Script_Body_/file_ext new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_pages/qsgen2/_list_pages/no_pages_found b/docs/zsdoc/data/env-use/qsgen2/_pages/qsgen2/_list_pages/no_pages_found new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/Script_Body_/sitemap_force b/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/Script_Body_/sitemap_force new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/_blogs/new_updated_blogs b/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/_blogs/new_updated_blogs new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/_pages/new_updated_pages b/docs/zsdoc/data/env-use/qsgen2/_sitemap/qsgen2/_pages/new_updated_pages new file mode 100644 index 0000000..e69de29 diff --git a/docs/zsdoc/data/exports/qsgen2/Script_Body_/blogdate b/docs/zsdoc/data/exports/qsgen2/Script_Body_/blogdate new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/Script_Body_/blogdate @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/Script_Body_/file_ext b/docs/zsdoc/data/exports/qsgen2/Script_Body_/file_ext new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/Script_Body_/file_ext @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/Script_Body_/sitemap_force b/docs/zsdoc/data/exports/qsgen2/Script_Body_/sitemap_force new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/Script_Body_/sitemap_force @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/Script_Body_/today b/docs/zsdoc/data/exports/qsgen2/Script_Body_/today new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/Script_Body_/today @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/_blogs/BLOG_META_STR_ARRAY b/docs/zsdoc/data/exports/qsgen2/_blogs/BLOG_META_STR_ARRAY new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/_blogs/BLOG_META_STR_ARRAY @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/_blogs/new_updated_blogs b/docs/zsdoc/data/exports/qsgen2/_blogs/new_updated_blogs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/_blogs/new_updated_blogs @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/_list_blogs/no_blogs_found b/docs/zsdoc/data/exports/qsgen2/_list_blogs/no_blogs_found new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/_list_blogs/no_blogs_found @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/_list_pages/no_pages_found b/docs/zsdoc/data/exports/qsgen2/_list_pages/no_pages_found new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/_list_pages/no_pages_found @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/exports/qsgen2/_pages/new_updated_pages b/docs/zsdoc/data/exports/qsgen2/_pages/new_updated_pages new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/exports/qsgen2/_pages/new_updated_pages @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/extended/qsgen2 b/docs/zsdoc/data/extended/qsgen2 new file mode 100644 index 0000000..8b53d6d --- /dev/null +++ b/docs/zsdoc/data/extended/qsgen2 @@ -0,0 +1,1393 @@ +#!/usr/bin/zsh + +############################################################################### +############################################################################### +# +# Quick Site Generator 2 is a static website generator inspired by Nikola. +# It is written for the Z shell (zsh) because that's what I use and also because +# I like it better than Bash. +# +# This script is an almost complete rewrite of my old script because it became +# overly complicated and had way too many bugs, even though it worked on simple +# sites. +# +# https://github.com/kekePower/qsgen2/ +# +############################################################################### +############################################################################### + +VERSION="0.4.3" # Sat-2024-02-24 +QSGEN="Quick Site Generator 2" + +# Set to true or false +# This will show debug information from every function in this script +# You can also set debug=true in a single function if you want to debug only that specific one. +globaldebug=false + +# Use Zsh fpath to set the path to some extra functions +fpath=(${HOME}/bin/include/common ${HOME}/bin/include/qsgen2/lang $fpath) +# In this case, let's load the 'include' function +autoload include +autoload zini + +# Including some colors to the script +include common/colors + +echo "${magenta}${blue_bg} ${QSGEN} ${end}${bold_white}${blue_bg}${VERSION} ${end}" + +# Check for, and source, the config file for this specific website +if [[ -f $(pwd)/config ]]; then + if (${globaldebug}); then echo "${red}Config file found and sourced${end}\n${yellow} - $(pwd)/config${end}"; fi + zini $(pwd)/config +else + echo "${red}Cannot find configuration file.${end}" + echo "${yellow} - Please create the file 'config' in your project directory.${end}" + echo "${yellow} - See 'config.example' in the git source tree.${end}" + exit +fi + +# Load language as defined in config +typeset -A qsgenlang +lang_found=false +for dir in $fpath; do + if [[ -f "${dir}/${config[project_lang]}" ]]; then + # echo "Language file: ${dir}/${config[project_lang]}" + source "${dir}/${config[project_lang]}" + lang_found=true + break + fi +done +if [[ ${lang_found} == "false" ]]; then + # Fall back to en_US if defined language isn't found + echo "Defined language, ${config[project_lang]}, not found. Using en_US." + source "${HOME}/bin/include/qsgen2/lang/en_US" + fi + +if (${globaldebug}); then + qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' ) + echo "Content of Config file" + for qslines in ${qsconfig} + do + echo "${yellow}${qslines}${end}" + done +fi + +## +# @brief Display a message with specific formatting based on message type. +# @param type The type of message (e.g., std, info, debug, etc.) +# @param ... The keys or additional strings to be formatted and displayed. +function _msg() { + local type=$1 + shift # Remove the first argument so $@ now contains only keys or additional strings + + local full_msg="" + for arg in "$@"; do + if [[ -n "${qsgenlang[$arg]}" ]]; then + full_msg+="${qsgenlang[$arg]}" + else + full_msg+="$arg" + fi + done + + # Determine the color based on the type + local color="${end}" # Default to no color if type is unrecognized + case $type in + std) color="${green}" ;; + info) color="${yellow}" ;; + debug) color="${red}" ;; + other) color="${bold_yellow}" ;; + sub) color="${magenta}" ;; + main) color="${white}${green_bg}" ;; + esac + + # Use printf with %b to allow backslash escape interpretation + printf "${color}%b${end}\n" "${full_msg}" +} + +## +# @brief Display the version information of the script. +# @param ... Additional arguments (unused in this function). +function _version() { + _msg info "_qsgen2_msg_7" "-$(strftime "%Y")" + echo "${yellow}- https://github.com/kekePower/qsgen2/${end}" + _msg info "_qsgen2_msg_8" " '${1} help' " "_qsgen2_msg_8.1" + exit +} + +## +# @brief Display help information for the script. +# @param ... Additional arguments (unused in this function). +function _help() { + # This will also be translated some time in the future + echo "This is where I'll write the Help documentation." + exit +} + +if [[ "$1" == "version" || "$1" == "-v" || "$1" == "--version" ]]; then + _version ${0:t} +elif [[ "$1" == "help" || "$1" == "-h" || "$1" == "--help" ]]; then + _help ${0:t} +fi + +# Define cache files for blogs and pages +blog_cache_file="${config[project_root]}/.blog_cache" +pages_cache_file="${config[project_root]}/.pages_cache" + +# Let's check if qsgen2 can generate this site by checking if 'generator' is available +if [[ ! ${config[project_generator]} ]] || [[ -d $(pwd)/.git ]]; then + _msg debug "_qsgen2_msg_3" + exit +fi + +# We define the variable 'engine' based on what's in the 'config' file. +if [[ ${config[project_generator]} == "native" ]]; then + # Usage: ${engine} ${1} - Where 1 is the file you want to convert + engine=_qstags + export file_ext="qst" +elif [[ ${config[project_generator]} == "markdown" ]]; then + if [[ ! -f /usr/local/bin/pandoc ]]; then + _msg other "_qsgen2_msg_4" + _msg other "https://github.com/jgm/pandoc/releases" + exit + else + # Usage: ${engine} ${1} - Where 1 is the file you want parsed + engine="/usr/local/bin/pandoc" + engine_opts= + export file_ext="md" + fi +else + _msg debug "_qsgen2_msg_5" + exit +fi + +## +# @brief Run the configured engine to process the input file. +# @param input The input file to be processed. +function _run_engine() { + # Usage: _run_engine + local debug=false + + if [[ ${config[project_generator]} == "native" ]]; then + ${engine} ${1} + elif [[ ${config[project_generator]} == "markdown" ]]; then + echo "${1} | ${engine} ${engine_opts}" + else + _msg debug "ERROR running engine: ${engine}!" + _msg info "Usage: _run_engine " + exit + fi +} + +if (${globaldebug}); then _msg debug "_qsgen2_msg_6"; fi + +builtin cd ${config[project_root]} + +# Loading Zsh modules +zmodload zsh/files +zmodload zsh/datetime +zmodload zsh/regex + +# Let's put these here for now. +export today=$(strftime "%Y-%m-%d - %T") +export blogdate=$(strftime "%a-%Y-%b-%d") + +# Let's create arrays of all the files we'll be working on + +## +# @brief List all page files and store them in an array. +function _list_pages() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Initialize or clear the array to ensure it's empty before adding files + pages_file_array=() + + export no_pages_found=false + + # Temporarily set null_glob for this function + setopt local_options null_glob + + # Using an array to directly capture matching files + local -a pages_files=(*.${file_ext}) + + if (( ${#pages_files} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1" " ${file_ext}."; fi + export no_pages_found=true + return + else + for file in "${pages_files[@]}"; do + if ${debug}; then _msg debug "${0:t}_msg_2" " ${file}"; fi + pages_file_array+=("$file") + done + fi + +} + +## +# @brief List all blog files and store them in an array. +function _list_blogs() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Initialize or clear the blogs array to ensure it's empty before adding files + blogs_file_array=() + + export no_blogs_found=false + + # Temporarily set null_glob for this function + setopt local_options null_glob + + # Directly capture matching blog files into an array + local -a blog_files=(blog/*.blog(On)) + + if (( ${#blog_files[@]} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1"; fi + export no_blogs_found=true + return + else + for file in "${blog_files[@]}" + do + if ${debug}; then _msg debug "${0:t}_msg_2" " $file"; fi + blogs_file_array+=("$file") + done + fi + +} + + +## +# @brief Cache the state of blog files and identify changes. +function _blog_cache() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _list_blogs + + # Create an associative array for the blog cache + typeset -A blog_cache + + # Load the existing blog cache + if [[ -f $blog_cache_file ]]; then + while IFS=':' read -r name hash; do + blog_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${blog_cache[${name}]}" + done < "$blog_cache_file" + fi + + # Initialize the array for storing blog files to process + make_blog_array=() + + # Process blog files + for blog_file in ${blogs_file_array[@]}; do + # Compute the current blog file hash + current_hash=$(md5sum "$blog_file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${current_hash}" + + # Check if the blog file is new or has changed + if [[ ${blog_cache[$blog_file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_5" " ${current_hash}" + # Blog file is new or has changed; add it to the processing array + make_blog_array+=("$blog_file") + + # Update the blog cache with the new hash + blog_cache[$blog_file]=$current_hash + fi + done + + # Rebuild the blog cache file from scratch + : >| "$blog_cache_file" # Truncate the file before writing + for name in "${(@k)blog_cache}"; do + echo "$name:${blog_cache[$name]}" >> "$blog_cache_file" + done + +} + + +## +# @brief Cache the state of page files and identify changes. +# @return Array of pages to be processed. +function _pages_cache() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Create an associative array for the pages cache + typeset -A pages_cache + + _list_pages + + # Load the existing pages cache + if [[ -f $pages_cache_file ]]; then + while IFS=':' read -r name hash; do + pages_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${pages_cache[${name}]}" + done < "$pages_cache_file" + fi + + # Initialize the array for storing pages files to process + pages_array=() + + # Process pages files + for file in ${pages_file_array[@]}; do + # Compute the current blog file hash + current_hash=$(md5sum "$file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_3" " current_cache: ${current_hash}" + + # Check if the pages file is new or has changed + if [[ ${pages_cache[$file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_5" " current_cache: ${current_hash}" + + # Pages file is new or has changed; add it to the processing array + pages_array+=("$file") + + # Update the pages cache with the new hash + pages_cache[$file]=$current_hash + fi + done + + # Rebuild the pages cache file from scratch + : >| "$pages_cache_file" # Truncate the file before writing + for name in "${(@k)pages_cache}"; do + echo "$name:${pages_cache[$name]}" >> "$pages_cache_file" + done + +} + +## +# @brief Update #updated and #version tags in the provided content. +# @param content The content to be updated. +# @return The updated content. +function _last_updated() { + # This function updates #updated and #version tags in the provided string for buffers + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + + if (${debug}); then _msg debug "${0:t}_msg_1"; fi + if (${debug}); then _msg debug "${0:t}_msg_2" " ${upd_msg}"; fi + + local content="${1}" + + # Perform the replacements + local updated_content=$(echo "${content}" | sed \ + -e "s|#updated|${upd_msg}|") + + # Return the updated content + echo "${updated_content}" + +} + +## +# @brief Update #updated and #version tags in the provided file. +# @param file_path The path to the file to be updated. +function _f_last_updated() { + # Updates #updated and #version tags in the provided file using Zsh + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # local file_path="${1}" + local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" " ${1}" + _msg debug "${0:t}_msg_2" " ${upd_msg}" + fi + + # Read the file content into a variable + local content="$(<${1})" + + # Perform the replacement + content="${content//#updated/${upd_msg}}" + + if [[ -f "${1}" ]]; then + sed -i -e "s|#updated|${upd_msg}|" "${1}" + else + _msg debug "${0:t}_msg_3" " '${1}' " "${0:t}_msg_3.1" + fi + +} + +## +# @brief Convert the filename to lowercase and replace spaces with dashes. +# @param filename The original filename. +# @return The modified filename. +function _file_to_lower() { + + local filename="${1}" + + # Replace spaces with dashes + filename="${filename// /-}" + + # Convert to lowercase and remove invalid characters + filename=$(echo "${filename}" | sed -e 's/^[^a-zA-Z0-9_.]+//g' -e 's/[^a-zA-Z0-9_-]+/-/g') + + echo ${filename} + +} + + +## +# @brief Generate all new and updated pages. +function _pages() { + # This function generates all the new and updated Pages + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg main "${0:t}_msg_3" + + # Load the cache for Pages + if (${debug}) _msg debug "${0:t}_msg_1" + _pages_cache + + if [[ ${no_pages_found} == "true" ]]; then + _msg sub "${0:t}_msg_1" + return + fi + + if (( ${#pages_array[@]} > 0 )); then + + # If pages_array is not empty, we do work + if (${debug}) _msg debug "${0:t}_msg_4" + + for pages_in_array in ${pages_array[@]} + do + if (${debug}) _msg debug "${0:t}_msg_5" + local pages=${config[project_root]}/themes/${config[site_theme]}/pages.tpl + + # Let's check if we can access the pages.tpl file. + # It not, exit script. + if [[ ! -f ${pages} ]]; then + _msg info "${0:t}_msg_6" " ${pages}" + exit + else + # Read template once + if (${debug}) _msg debug "${0:t}_msg_7" + local pages_tpl="$(<${pages})" + fi + + # _msg std " - ${pages_in_array%.*}.html" + # Read the file once + if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}" + local page_content="$(<${pages_in_array})" + + # Grab the title from the Page + if (${debug}) _msg debug "${0:t}_msg_10" + if [[ ${config[project_generator]} == "native" ]]; then + while read -r line + do + if [[ "$line" =~ ^#title=(.*) ]]; then + local page_title=${match[1]} + break + #local page_title=$( echo ${page_content} | head -2 | grep \#title | cut -d= -f2 ) + fi + done <<< "$page_content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + while IFS= read -r line + do + # Check if the line starts with '#' and capture the line + if [[ "$line" == \#* ]]; then + # Remove all leading '#' characters and the first space (if present) + local page_title="${line#\#}" # Remove the first '#' character + page_title="${page_title#\#}" # Remove the second '#' character if present + page_title="${page_title#"${page_title%%[![:space:]]*}"}" # Trim leading whitespace + break # Exit the loop after finding the first heading + fi + done <<< ${page_content} + fi + _msg std " - ${page_title}" + if (${debug}) _msg debug "${0:t}_msg_11" " ${page_title}" + + # Remove the #title line from the buffer. No longer needed. + if (${debug}) _msg debug "${0:t}_msg_12" + page_content=$( echo ${page_content} | grep -v \#title ) + + # HTML'ify the page content + if (${debug}) _msg debug "${0:t}_msg_13" " ${pages_in_array}" + page_content=$( _run_engine "$page_content" ) + # Look for links, images and videos and convert them if present. + if (${debug}) _msg debug "${0:t}_msg_14" + if [[ $( echo ${page_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_15" + page_content=$( _link "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_16" + page_content=$( _image "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + page_content=$( _youtube "${page_content}" ) + fi + + # Replace every #pagetitle in pages_tpl + if (${debug}) _msg debug "${0:t}_msg_18" + pages_tpl=$(echo "${pages_tpl}" | perl -pe "s|#pagetitle|${page_title}|gs; s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs") + + if (${debug}) _msg debug "${0:t}_msg_19" + # Use awk for multi-line and special character handling + pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") ) + + # Replace #updated with today's date and #version with Name and Version to footer + if (${debug}) _msg debug "${0:t}_msg_20" + pages_tpl=$( _last_updated ${pages_tpl} ) + + # Always use lowercase for file names + if (${debug}) _msg debug "${0:t}_msg_21" + pages_title_lower=$( _file_to_lower "${pages_in_array}" ) + + # Clean up unused tags, if any + if (${debug}) _msg debug "${0:t}_msg_22" + pages_tpl=$( _cleanup "${pages_tpl}" ) + + # Write pages_tpl to disk + # _msg std "Writing ${config[site_root]}/${pages_title_lower%.*}.html to disk." + echo "${pages_tpl}" > ${config[site_root]}/${pages_title_lower%.*}.html + + # Insert the blog to the front page is blog_in_index is true and the file in the array is index.file_ext + # and if index.tmp.html exist and is not empty + if [[ ${pages_in_array} == "index.${file_ext}" && ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + if (${debug}) _msg sub "${0:t}_msg_23" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_24" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + done + + export new_updated_pages=true + + else + # Insert the blog to the front page is blog_in_index is true and the file in the array is index.file_ext + # and if index.tmp.html exist and is not empty + if [[ ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + _msg std "${0:t}_msg_26" + if (${debug}) _msg sub "${0:t}_msg_27" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_28" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + _msg sub "${0:t}_msg_29" + export new_updated_pages=false + + fi + +} + +## +# @brief Generate or update blog files or export metadata based on argument. +function _blogs() { + # This function either generates blog files or exports metadata based on the argument + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg main "${0:t}_msg_3" + + # Running function _list_blogs + if (${debug}) _msg debug "${0:t}_msg_1" + _list_blogs + + if [[ ${no_blogs_found} == "true" ]]; then + _msg sub "${0:t}_msg_2" + return + fi + + # Running function _blog_cache + if (${debug}) _msg debug "${0:t}_msg_4" + _blog_cache + + if (( ${#make_blog_array[@]} > 0 )); then + + # Declare the array to hold metadata strings for each blog + BLOG_META_STR_ARRAY=() + + # Regular blog creation process + + if [[ -f ${config[project_root]}/themes/${config[site_theme]}/blogs.tpl ]]; then + local blog_tpl=$(<"${config[project_root]}/themes/${config[site_theme]}/blogs.tpl") + else + _msg info "${0:t}_msg_5" + exit + fi + + for blog in "${make_blog_array[@]}"; do + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg info "**************************FOR LOOP START*********************************" + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg debug "${0:t}_msg_6" " ${blog}" + + local content="$(<"${blog}")" + local sdate btitle ingress body blog_index blog_dir blog_url + + # Initialize variables to track if DATE and BLOG_TITLE are found + local date_found=false + local title_found=false + + # Process content line by line + while IFS= read -r line + do + # Check for the DATE line + if [[ "${line}" == "DATE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_7" + date_found=true + fi + # Check for the BLOG_TITLE line + if [[ "${line}" == "BLOG_TITLE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_8" + title_found=true + fi + # If both DATE and BLOG_TITLE are found, no need to continue checking + if [[ "${date_found}" == true && "${title_found}" == true ]]; then + break + fi + done <<< "${content}" + + # Check if DATE or BLOG_TITLE metadata is missing and log message + if [[ "${date_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_9" " ${blog}." + continue # Skip this file and move to the next + fi + if [[ "${title_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_10" " ${blog}." + continue # Skip this file and move to the next + fi + + # Extract blog information + sdate=( $( echo ${content} | grep DATE | sed "s|DATE\ ||" | sed "s|\-|\ |g" ) ) + if [[ ${config[project_generator]} == "native" ]]; then + if (${debug}) _msg debug "* qstags: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == "BLOG_TITLE "* ]]; then + btitle="${line#BLOG_TITLE }" + break + fi + done <<< "$content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + if (${debug}) _msg debug "* markdown: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == \#* ]]; then + btitle="${line#\#}" # Remove the first '#' character + btitle="${btitle#\#}" # Remove the second '#' character if present + btitle="${btitle#"${btitle%%[![:space:]]*}"}" # Trim leading whitespace + break # Exit the loop after finding the first heading + fi + done <<< "$content" + fi + if (${debug}) _msg debug "* Fetching INGRESS" + ingress=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#INGRESS_START\K(.*?)#INGRESS_STOP" | sed "s|\ \#INGRESS_STOP||" | sed "s|^\ ||" ) + if (${debug}) _msg debug "* Fetching BODY" + body=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#BODY_START\K(.*?)#BODY_STOP" | sed "s|\ \#BODY_STOP||" | sed "s|^\ ||" ) + + blog_index=$(echo "${btitle:l}" | sed 's/ /_/g; s/,//g; s/\.//g; s/://g; s/[()]//g') + + blog_dir="/blog/${sdate[2]}/${sdate[3]:l}/${sdate[4]}" + blog_url="${blog_dir}/${blog_index}.html" + + if (${debug}) _msg debug "${0:t}_msg_11" " ${blog} " "${0:t}_msg_11.1" + + # Concatenate all metadata into a single string for the current blog + local metadata_str="SDATE: ${sdate[@]}||BTITLE: ${btitle}||INGRESS: ${ingress}||URL: ${blog_url}" + # Append this metadata string to the array + BLOG_META_STR_ARRAY+=("${metadata_str}") + + if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}" + + _msg std " - ${btitle}" + + # Prepare the blog template + if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}" + local blog_content=$( + echo "${blog_tpl}" | \ + perl -pe "\ + s|BLOGTITLE|${btitle}|g; \ + s|BLOGURL|${blog_url}|g; \ + s|\QINGRESS\E|${ingress}|g; \ + s|\QBODY\E|${body}|g \ + ") + blog_content="${blog_content//CALNDAY/${sdate[4]}}" + blog_content="${blog_content//CALYEAR/${sdate[2]}}" + blog_content="${blog_content//CALMONTH/${sdate[3]}}" + blog_content="${blog_content//CALADAY/${sdate[1]}}" + + if (${debug}) _msg debug "${0:t}_msg_15" " ${engine} " "${0:t}_msg_15_1" " ${blog}" + blog_content=$( _run_engine "${blog_content}" ) + # Look for links, images and videos and convert them if present. + if (${debug}) _msg debug "${0:t}_msg_16" + if [[ $( echo ${blog_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + blog_content=$(_link "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_18" + blog_content=$(_image "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_19" + blog_content=$(_youtube "${blog_content}") + fi + + # Replace every #tagline in blog_content + if (${debug}) _msg debug "${0:t}_msg_20" + blog_content=$( echo ${blog_content} | perl -pe "s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs; s|#pagetitle|${page_title}|gs" ) + + if (${debug}) _msg debug "* Running _last_updated" + blog_content=$(_last_updated "${blog_content}") + if (${debug}) _msg debug "* Running _cleanup" + blog_content=$(_cleanup "${blog_content}") + + # Create directory if it doesn't exist + if (${debug}) _msg debug "${0:t}_msg_21" " ${config[site_root]}${blog_dir}" + [[ ! -d "${config[site_root]}/${blog_dir}" ]] && mkdir -p "${config[site_root]}/${blog_dir}" + + # Write to file + if (${debug}) _msg debug "${0:t}_msg_22" " ${config[site_root]}${blog_url}" + echo "${blog_content}" > "${config[site_root]}${blog_url}" + + unset sdate btitle ingress body blog_index blog_dir blog_url + + done + # Now BLOG_META_STR_ARRAY contains the metadata string for each blog post + export BLOG_META_STR_ARRAY + if (${debug}) _msg debug "${0:t}_msg_23" + export new_updated_blogs=true + + else + _msg sub "${0:t}_msg_24" + export new_updated_blogs=false + fi + + if [[ ${new_updated_blogs} == "true" ]]; then + if (${debug}) _msg sub "${0:t}_msg_25" + _blog_idx_for_index + if (${debug}) _msg sub "${0:t}_msg_26" + _blog_index + fi + +} + +## +# @brief Generate the file blog/index.tmp.html. +function _blog_idx_for_index() { + # This function generates the file blog/index.tmp.html + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg sub "${0:t}_msg_1" " ${config[project_root]}/blog/index.tmp.html" + + if (${debug}) _msg debug "${0:t}_msg_2" + + local blog_list_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_list.tpl) + local blog_list_content="" + + # Truncate file before writing new one + : >| "${config[project_root]}/blog/index.tmp.html" + + # if (${debug}) _msg debug "${0:t}_msg_3" " ${BLOG_META_STR_ARRAY[@]}" + + for meta_str in ${BLOG_META_STR_ARRAY[@]} + do + if (${debug}) _msg debug "${0:t}_msg_4" + if (${debug}) _msg debug "${0:t}_msg_5" " ${meta_str}" + + # Split meta_str into individual metadata components + local -a meta_array=("${(@s/||/)meta_str}") + + # Initialize variables to store each component + local sdate btitle ingress url + + # Iterate over each component and extract information + if (${debug}) _msg debug "${0:t}_msg_6" + for component in "${meta_array[@]}" + do + case "${component}" in + SDATE:*) sdate=${component#SDATE: } ;; + BTITLE:*) btitle=${component#BTITLE: } ;; + INGRESS:*) ingress=${component#INGRESS: } ;; + URL:*) url=${component#URL: } ;; + esac + + done + + local adate=( $( echo ${sdate} ) ) + local caladay="${adate[1]}" + local calyear="${adate[2]}" + local calmonth="${adate[3]}" + local calnday="${adate[4]}" + + local bdate="${adate[1]} - ${adate[4]}/${adate[3]}/${adate[2]}" + blog_list_content+=$( + echo "${blog_list_tpl}" | \ + perl -pe "\ + s|BLOGURL|${config[site_url]}${url}|g; \ + s|BLOGTITLE|${btitle}|g; \ + s|INGRESS|${ingress}|g; \ + s|BLOGDATE|${bdate}|g; \ + s|CALADAY|${caladay}|g; \ + s|CALNDAY|${calnday}|g; \ + s|CALMONTH|${calmonth}|g; \ + s|CALYEAR|${calyear}|g \ + ") + + unset sdate btitle ingress url adate caladay calyear calmonth calnday + + done + if (${debug}) _msg debug "${0:t}_msg_7" " ${engine} " "${0:t}_msg_7.1" + # Catch any QStags or Markdown in the Ingress + blog_list_content=$( _run_engine ${blog_list_content} ) + if (${debug}) _msg debug "${0:t}_msg_8" " ${config[project_root]}/blog/index.tmp.html" + #if (${debug}) _msg debug "${0:t}_msg_9" " ${blog_list_content}" + echo ${blog_list_content} > ${config[project_root]}/blog/index.tmp.html + +} + +## +# @brief Generate the www_root/blog/index.html file. +function _blog_index() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # This function generates the www_root/blog/index.html file that gets its data from _blog_list_for_index() + # ${new_updated_blogs} comes from the function _blogs if anything new or updated is detected + if ([[ ${config[site_blog]} == "false" ]] && [[ ${new_updated_blogs} = "true" ]]); then + + if (${debug}) _msg debug "${0:t}_msg_1" "${config[site_blog]}" + if (${debug}) _msg debug "${0:t}_msg_2" "${new_updated_blogs}" + if (${debug}) _msg debug "${0:t}_msg_3" + if (${debug}) _msg debug "${0:t}_msg_4" " ${config[site_blog]}" + + _msg std "${0:t}_msg_5" " ${config[site_root]}/blog/index.html" + + local blog_index_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_index.tpl) + local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) + + if (${debug}) _msg debug "${0:t}_msg_6" + local blog_index_content=$(echo "${blog_index_tpl}" | perl -pe "s|#sitename|${config[site_name]}|gs; s|#tagline|${config[site_tagline]}|gs") + if (${debug}) _msg debug "${0:t}_msg_7" " ${config[project_root]}/blog/index.tmp.html" + blog_index_content=$( awk -v new_body="$blog_index_list" '{sub(/BODY/, new_body)} 1' <(echo "${blog_index_content}") ) + + if (${debug}); then + _msg debug "${0:t}_msg_8" " ${config[site_root]}/blog/index.html" + _msg debug "${0:t}_msg_9" " ${#blog_index_content}" + fi + echo "$blog_index_content" > ${config[site_root]}/blog/index.html + _f_last_updated ${config[site_root]}/blog/index.html + + fi + +} + +## +# @brief Add the blog list to the index file if blog_in_index is true. +function _add_blog_list_to_index() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Let's find the file 'index.qst' and add the blog if blog_in_index is true + if (${debug}) _msg debug "${0:t}_msg_1" + local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) + local site_index_file=$(<${config[site_root]}/index.html) + echo "${site_index_file}" | awk -v new_body="${blog_index_list}" '{sub(/BLOGINDEX/, new_body)} 1' > "${config[site_root]}/index.html" + +} + +## +# @brief Generate the sitemap files if conditions are met. +function _sitemap() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Check if sitemap is set to true and if there are updated Blogs or Pages before updating the sitemap.xml file. + if ([[ ${config[site_sitemap]} == "true" ]] && ( [[ ${new_updated_blogs} == "true" ]] || [[ ${new_updated_pages} == "true" ]] )) || [[ ${sitemap_force} == "true" ]]; then + + setopt extendedglob + + _msg main "${0:t}_msg_1" + + local sm_file="sitemap.xml" + local b_file="sitemap-blogs.xml" + local p_file="sitemap-pages.xml" + local sitemap_file="${config[site_root]}/${sm_file}" + local sitemap_blog="${config[site_root]}/${b_file}" + local sitemap_page="${config[site_root]}/${p_file}" + + # Find all HTML files and store them in an array + builtin cd ${config[site_root]} + local -a html_files=(**/[a-z]*.html(.)) + local -a blog_files=() + local -a page_files=() + for file in "${html_files[@]}"; do + if [[ $file == *blog* ]]; then + blog_files+=("$file") + else + page_files+=("$file") + fi + done + + # Start of the XML file for BLOGS + echo '' > ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo '> ${sitemap_blog} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_blog} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_blog} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_blog} + echo '>' >> ${sitemap_blog} + + # Add each URL to the sitemap + for file in "${blog_files[@]}" + do + # Remove www_root from the path and prepend site_url + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_blog} + echo " ${url}" >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + done + + # End of the XML file + echo '' >> "${sitemap_blog}" + _msg std " - ${b_file}" + + # Start of the XML file for PAGES + echo '' > ${sitemap_page} + echo "" >> ${sitemap_page} + echo "" >> ${sitemap_page} + echo '> ${sitemap_page} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_page} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_page} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_page} + echo '>' >> ${sitemap_page} + + # Add each URL to the sitemap + for file in "${page_files[@]}" + do + # Remove www_root from the path and prepend site_url + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_page} + echo " ${url}" >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + done + + # End of the XML file + echo '' >> "${sitemap_page}" + _msg std " - ${p_file}" + + if (${debug}); then _msg debug "${0:t}_msg_2" " ${sitemap_file}"; fi + + # Start of the XML file for the main sitemap + echo '' > "${sitemap_file}" + echo "" >> "${sitemap_file}" + + # Add sitemap-blogs.xml to the sitemap + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${b_file}" >> "${sitemap_file}" + local lastmod_b=$(stat -c %y "${b_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_b}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + + # Add sitemap-pages.xml to the sitemap + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${p_file}" >> "${sitemap_file}" + local lastmod_p=$(stat -c %y "${p_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_p}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + + # End of the XML file + echo "" >> "${sitemap_file}" + _msg std " - ${sm_file}" + + builtin cd ${config[project_root]} + + fi + +} + +## +# @brief Convert #link tags to clickable HTML links. +# @param content The content containing #link tags. +# @return The content with #link tags replaced by HTML links. +function _link() { + # This converts #link tags to actual clickable links in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#link"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract the URL and the link text + local url_full=$(echo "${line}" | awk -F'#link ' '{print $2}' | awk -F'¤' '{print $1 "¤" $2}') + local url_dest=$(echo "${url_full}" | awk -F'¤' '{print $1}') + local url_txt=$(echo "${url_full}" | awk -F'¤' '{print $2}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${url_dest}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${url_txt}" + + # Form the replacement HTML link + local modified_link="${url_txt}" + if [[ ${url_dest} =~ ^https?:// ]]; then + # Add external link icon for external URLs + modified_link+="\"External" + fi + modified_link+="" + line=${line//"#link ${url_full}"/${modified_link}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Convert #showimg tags to HTML img tags. +# @param content The content containing #showimg tags. +# @return The content with #showimg tags replaced by HTML img tags. +function _image() { + # This replaces #showimg tags with actual HTML img tags in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#showimg"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract image link and alt text + local img_link=$(echo "${line}" | awk -F'#showimg ' '{print $2}') + local image=$(echo "${img_link}" | awk -F'¤' '{print $1}') + local img_alt=$(echo "${img_link}" | awk -F'¤' '{print $2}') + + # Determine the source of the image + local real_image="" + if [[ ${image} =~ ^https?:// ]]; then + real_image=${image} + elif [[ ${image} =~ ^\/ ]]; then + real_image=${image} + else + real_image="/images/${image}" + fi + + # Form the replacement HTML image tag + local img_tag="\"${img_alt}\"" + line=${line//"#showimg ${img_link}"/${img_tag}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Embed a YouTube video in the provided content. +# @param content The content containing #ytvideo tags. +# @return The content with #ytvideo tags replaced by YouTube iframe embeds. +function _youtube() { + # This embeds a YouTube video in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#ytvideo"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract YouTube video ID + local yt_id=$(echo "${line}" | awk -F'#ytvideo ' '{print $2}') + + # Form the replacement YouTube iframe embed + local yt_iframe="" + line=${line//"#ytvideo ${yt_id}"/${yt_iframe}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Remove leftover tags from the content. +# @param content The content to be cleaned. +# @return The cleaned content. +function _cleanup() { + # This removes tags used in the templates that may be left over for some reason + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if (${debug}) _msg debug "${0:t}_msg_1" + + # Perform the cleanup + # -e "s|BLOGINDEX\ ||g" + local cleaned_content=$(echo "${content}" | sed \ + -e "s|¤||g" \ + -e "s|#showimg\ ||g" \ + -e "s|#ytvideo\ ||g" \ + -e "s|#link\ ||g" \ + ) + + # Return the cleaned content + echo "${cleaned_content}" + +} + +## +# @brief Convert QStags to HTML using Perl. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. +function _p_qstags() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" + fi + + # Use perl to convert QStags to HTML + perl -0777 -pe ' + BEGIN { + @qstags = ( + "#BR", "
\n", + "#BD", "", "#EBD", "", + "#I", "", "#EI", "\n", + "#P", "

", "#EP", "

\n", + "#Q", "
", "#EQ", "
\n", + "#C", "", "#EC", "\n", + "#H1", "

", "#EH1", "

\n", + "#H2", "

", "#EH2", "

\n", + "#H3", "

", "#EH3", "

\n", + "#H4", "

", "#EH4", "

\n", + "#H5", "
", "#EH5", "
\n", + "#H6", "
", "#EH6", "
\n", + "#STRONG", "", "#ESTRONG", "\n", + "#EM", "", "#SEM", "\n", + "#DV", "
", "#EDV", "
\n", + "#SPN", "", "#ESPN", "\n", + "#UL", "
    ", "#EUL", "
\n", + "#OL", "
    ", "#EOL", "
\n", + "#LI", "
  • ", "#ELI", "
  • \n", + "#UD", "", "#EUD", "\n", + "#TBL", "", "#ETBL", "
    \n", + "#TR", "", "#ETR", "\n", + "#TD", "", "#ETD", "\n", + "#TH", "", "#ETH", "\n", + "#ART", "
    ", "#EART", "
    \n", + "#SEC", "
    ", "#ESEC", "
    \n", + "#ASIDE", "\n", + "#NAV", "\n", + "#BTN", "\n", + "#SEL", "\n", + "#OPT", "\n", + "#LT", "<", "#GT", ">", "#NUM", "#" + ); + } + + for (my $i = 0; $i < $#qstags; $i += 2) { + my $qstag = $qstags[$i]; + my $html = $qstags[$i + 1]; + s/\Q$qstag\E/$html/g; + } + ' <<< "$content" + +} + +## +# @brief Convert QStags to HTML using Zsh regex module. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. +function _qstags() { + + # This function uses the regex module from Zsh to parse the QStags + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" + fi + + # Load regex module + # zmodload zsh/regex + + # Define tag replacements as an associative array + typeset -A qstags=( + "#BR" "
    \n" + "#BD" "" "#EBD" "" + "#I" "" "#EI" "\n" + "#P" "

    " "#EP" "

    \n" + "#Q" "
    " "#EQ" "
    \n" + "#C" "" "#EC" "\n" + "#H1" "

    " "#EH1" "

    \n" + "#H2" "

    " "#EH2" "

    \n" + "#H3" "

    " "#EH3" "

    \n" + "#H4" "

    " "#EH4" "

    \n" + "#H5" "
    " "#EH5" "
    \n" + "#H6" "
    " "#EH6" "
    \n" + "#STRONG" "" "#ESTRONG" "\n" + "#EM" "" "#SEM" "\n" + "#DV" "
    " "#EDV" "
    \n" + "#SPN" "" "#ESPN" "\n" + "#UL" "
      " "#EUL" "
    \n" + "#OL" "
      " "#EOL" "
    \n" + "#LI" "
  • " "#ELI" "
  • \n" + "#UD" "" "#EUD" "\n" + "#TBL" "" "#ETBL" "
    \n" + "#TR" "" "#ETR" "\n" + "#TD" "" "#ETD" "\n" + "#TH" "" "#ETH" "\n" + "#ART" "
    " "#EART" "
    \n" + "#SEC" "
    " "#ESEC" "
    \n" + "#ASIDE" "\n" + "#NAV" "\n" + "#BTN" "\n" + "#SEL" "\n" + "#OPT" "\n" + "#LT" "<" "#GT" ">" "#NUM" "#" + ) + + #for qstag html (${(kv)qstags}) + # do + # # Escape tag for regex use + # local escapedTag=$(printf '%s' "$qstag" | sed 's/[].\[^$*]/\\&/g') + # if [[ "$content" =~ "$escapedTag" ]]; then + # content=${content//($qstag)/$html} + # fi + #done + for qstag html (${(kv)qstags}); do + # Direct replacement without regex check + content=${content//${qstag}/${html}} + done + + echo "${content}" + +} + + +case ${1} in + force) + _msg sub "_qsgen2_msg_2" + : >| "$blog_cache_file" # Truncate the blog cache before doing update + : >| "$pages_cache_file" # Truncate the page cache before doing update + ;; + sitemap) + _msg sub "Updating sitemaps" + export sitemap_force=true + _sitemap + exit + ;; + *) + # Nothing + ;; +esac + +_blogs +_pages +_sitemap diff --git a/docs/zsdoc/data/features/qsgen2/Script_Body_/autoload b/docs/zsdoc/data/features/qsgen2/Script_Body_/autoload new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/Script_Body_/autoload @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/Script_Body_/export b/docs/zsdoc/data/features/qsgen2/Script_Body_/export new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/Script_Body_/export @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/Script_Body_/source b/docs/zsdoc/data/features/qsgen2/Script_Body_/source new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/Script_Body_/source @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/Script_Body_/zmodload b/docs/zsdoc/data/features/qsgen2/Script_Body_/zmodload new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/Script_Body_/zmodload @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_blogs/export b/docs/zsdoc/data/features/qsgen2/_blogs/export new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_blogs/export @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_list_blogs/export b/docs/zsdoc/data/features/qsgen2/_list_blogs/export new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_list_blogs/export @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_list_blogs/setopt b/docs/zsdoc/data/features/qsgen2/_list_blogs/setopt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_list_blogs/setopt @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_list_pages/export b/docs/zsdoc/data/features/qsgen2/_list_pages/export new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_list_pages/export @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_list_pages/setopt b/docs/zsdoc/data/features/qsgen2/_list_pages/setopt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_list_pages/setopt @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_pages/export b/docs/zsdoc/data/features/qsgen2/_pages/export new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_pages/export @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_pages/read b/docs/zsdoc/data/features/qsgen2/_pages/read new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_pages/read @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/features/qsgen2/_sitemap/setopt b/docs/zsdoc/data/features/qsgen2/_sitemap/setopt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/zsdoc/data/features/qsgen2/_sitemap/setopt @@ -0,0 +1 @@ + diff --git a/docs/zsdoc/data/functions/qsgen2/_add_blog_list_to_index b/docs/zsdoc/data/functions/qsgen2/_add_blog_list_to_index new file mode 100644 index 0000000..8348282 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_add_blog_list_to_index @@ -0,0 +1,9 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +if (${debug}) _msg debug "${0:t}_msg_1" +local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) +local site_index_file=$(<${config[site_root]}/index.html) +echo "${site_index_file}" | awk -v new_body="${blog_index_list}" '{sub(/BLOGINDEX/, new_body)} 1' > "${config[site_root]}/index.html" diff --git a/docs/zsdoc/data/functions/qsgen2/_blog_cache b/docs/zsdoc/data/functions/qsgen2/_blog_cache new file mode 100644 index 0000000..72a1727 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_blog_cache @@ -0,0 +1,31 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +_list_blogs +typeset -A blog_cache +if [[ -f $blog_cache_file ]]; then + while IFS=':' read -r name hash; do + blog_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${blog_cache[${name}]}" + done < "$blog_cache_file" +fi +make_blog_array=() +for blog_file in ${blogs_file_array[@]}; do + current_hash=$(md5sum "$blog_file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${current_hash}" + if [[ ${blog_cache[$blog_file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_5" " ${current_hash}" + make_blog_array+=("$blog_file") + blog_cache[$blog_file]=$current_hash + fi +done +: >| "$blog_cache_file" +for name in "${(@k)blog_cache}"; do + echo "$name:${blog_cache[$name]}" >> "$blog_cache_file" +done diff --git a/docs/zsdoc/data/functions/qsgen2/_blog_idx_for_index b/docs/zsdoc/data/functions/qsgen2/_blog_idx_for_index new file mode 100644 index 0000000..a3b706e --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_blog_idx_for_index @@ -0,0 +1,59 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +_msg sub "${0:t}_msg_1" " ${config[project_root]}/blog/index.tmp.html" + +if (${debug}) _msg debug "${0:t}_msg_2" + +local blog_list_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_list.tpl) +local blog_list_content="" +: >| "${config[project_root]}/blog/index.tmp.html" + +for meta_str in ${BLOG_META_STR_ARRAY[@]} + do + if (${debug}) _msg debug "${0:t}_msg_4" + if (${debug}) _msg debug "${0:t}_msg_5" " ${meta_str}" + local -a meta_array=("${(@s/||/)meta_str}") + local sdate btitle ingress url + if (${debug}) _msg debug "${0:t}_msg_6" + for component in "${meta_array[@]}" + do + case "${component}" in + SDATE:*) sdate=${component#SDATE: } ;; + BTITLE:*) btitle=${component#BTITLE: } ;; + INGRESS:*) ingress=${component#INGRESS: } ;; + URL:*) url=${component#URL: } ;; + esac + + done + + local adate=( $( echo ${sdate} ) ) + local caladay="${adate[1]}" + local calyear="${adate[2]}" + local calmonth="${adate[3]}" + local calnday="${adate[4]}" + + local bdate="${adate[1]} - ${adate[4]}/${adate[3]}/${adate[2]}" + blog_list_content+=$( + echo "${blog_list_tpl}" | \ + perl -pe "\ + s|BLOGURL|${config[site_url]}${url}|g; \ + s|BLOGTITLE|${btitle}|g; \ + s|INGRESS|${ingress}|g; \ + s|BLOGDATE|${bdate}|g; \ + s|CALADAY|${caladay}|g; \ + s|CALNDAY|${calnday}|g; \ + s|CALMONTH|${calmonth}|g; \ + s|CALYEAR|${calyear}|g \ + ") + + unset sdate btitle ingress url adate caladay calyear calmonth calnday + +done +if (${debug}) _msg debug "${0:t}_msg_7" " ${engine} " "${0:t}_msg_7.1" +blog_list_content=$( _run_engine ${blog_list_content} ) +if (${debug}) _msg debug "${0:t}_msg_8" " ${config[project_root]}/blog/index.tmp.html" +echo ${blog_list_content} > ${config[project_root]}/blog/index.tmp.html diff --git a/docs/zsdoc/data/functions/qsgen2/_blog_index b/docs/zsdoc/data/functions/qsgen2/_blog_index new file mode 100644 index 0000000..ebb8f44 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_blog_index @@ -0,0 +1,30 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +if ([[ ${config[site_blog]} == "false" ]] && [[ ${new_updated_blogs} = "true" ]]); then + + if (${debug}) _msg debug "${0:t}_msg_1" "${config[site_blog]}" + if (${debug}) _msg debug "${0:t}_msg_2" "${new_updated_blogs}" + if (${debug}) _msg debug "${0:t}_msg_3" + if (${debug}) _msg debug "${0:t}_msg_4" " ${config[site_blog]}" + + _msg std "${0:t}_msg_5" " ${config[site_root]}/blog/index.html" + + local blog_index_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_index.tpl) + local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) + + if (${debug}) _msg debug "${0:t}_msg_6" + local blog_index_content=$(echo "${blog_index_tpl}" | perl -pe "s|#sitename|${config[site_name]}|gs; s|#tagline|${config[site_tagline]}|gs") + if (${debug}) _msg debug "${0:t}_msg_7" " ${config[project_root]}/blog/index.tmp.html" + blog_index_content=$( awk -v new_body="$blog_index_list" '{sub(/BODY/, new_body)} 1' <(echo "${blog_index_content}") ) + + if (${debug}); then + _msg debug "${0:t}_msg_8" " ${config[site_root]}/blog/index.html" + _msg debug "${0:t}_msg_9" " ${#blog_index_content}" + fi + echo "$blog_index_content" > ${config[site_root]}/blog/index.html + _f_last_updated ${config[site_root]}/blog/index.html + +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_blogs b/docs/zsdoc/data/functions/qsgen2/_blogs new file mode 100644 index 0000000..22fb45c --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_blogs @@ -0,0 +1,155 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +_msg main "${0:t}_msg_3" +if (${debug}) _msg debug "${0:t}_msg_1" +_list_blogs + +if [[ ${no_blogs_found} == "true" ]]; then + _msg sub "${0:t}_msg_2" + return +fi +if (${debug}) _msg debug "${0:t}_msg_4" +_blog_cache + +if (( ${#make_blog_array[@]} > 0 )); then + BLOG_META_STR_ARRAY=() + + if [[ -f ${config[project_root]}/themes/${config[site_theme]}/blogs.tpl ]]; then + local blog_tpl=$(<"${config[project_root]}/themes/${config[site_theme]}/blogs.tpl") + else + _msg info "${0:t}_msg_5" + exit + fi + + for blog in "${make_blog_array[@]}"; do + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg info "**************************FOR LOOP START*********************************" + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg debug "${0:t}_msg_6" " ${blog}" + + local content="$(<"${blog}")" + local sdate btitle ingress body blog_index blog_dir blog_url + local date_found=false + local title_found=false + while IFS= read -r line + do + if [[ "${line}" == "DATE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_7" + date_found=true + fi + if [[ "${line}" == "BLOG_TITLE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_8" + title_found=true + fi + if [[ "${date_found}" == true && "${title_found}" == true ]]; then + break + fi + done <<< "${content}" + if [[ "${date_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_9" " ${blog}." + continue + fi + if [[ "${title_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_10" " ${blog}." + continue + fi + sdate=( $( echo ${content} | grep DATE | sed "s|DATE\ ||" | sed "s|\-|\ |g" ) ) + if [[ ${config[project_generator]} == "native" ]]; then + if (${debug}) _msg debug "* qstags: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == "BLOG_TITLE "* ]]; then + btitle="${line#BLOG_TITLE }" + break + fi + done <<< "$content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + if (${debug}) _msg debug "* markdown: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == \#* ]]; then + btitle="${line#\#}" + btitle="${btitle#\#}" + btitle="${btitle#"${btitle%%[![:space:]]*}"}" + break + fi + done <<< "$content" + fi + if (${debug}) _msg debug "* Fetching INGRESS" + ingress=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#INGRESS_START\K(.*?)#INGRESS_STOP" | sed "s|\ \#INGRESS_STOP||" | sed "s|^\ ||" ) + if (${debug}) _msg debug "* Fetching BODY" + body=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#BODY_START\K(.*?)#BODY_STOP" | sed "s|\ \#BODY_STOP||" | sed "s|^\ ||" ) + + blog_index=$(echo "${btitle:l}" | sed 's/ /_/g; s/,//g; s/\.//g; s/://g; s/[()]//g') + + blog_dir="/blog/${sdate[2]}/${sdate[3]:l}/${sdate[4]}" + blog_url="${blog_dir}/${blog_index}.html" + + if (${debug}) _msg debug "${0:t}_msg_11" " ${blog} " "${0:t}_msg_11.1" + local metadata_str="SDATE: ${sdate[@]}||BTITLE: ${btitle}||INGRESS: ${ingress}||URL: ${blog_url}" + BLOG_META_STR_ARRAY+=("${metadata_str}") + + if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}" + + _msg std " - ${btitle}" + if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}" + local blog_content=$( + echo "${blog_tpl}" | \ + perl -pe "\ + s|BLOGTITLE|${btitle}|g; \ + s|BLOGURL|${blog_url}|g; \ + s|\QINGRESS\E|${ingress}|g; \ + s|\QBODY\E|${body}|g \ + ") + blog_content="${blog_content//CALNDAY/${sdate[4]}}" + blog_content="${blog_content//CALYEAR/${sdate[2]}}" + blog_content="${blog_content//CALMONTH/${sdate[3]}}" + blog_content="${blog_content//CALADAY/${sdate[1]}}" + + if (${debug}) _msg debug "${0:t}_msg_15" " ${engine} " "${0:t}_msg_15_1" " ${blog}" + blog_content=$( _run_engine "${blog_content}" ) + if (${debug}) _msg debug "${0:t}_msg_16" + if [[ $( echo ${blog_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + blog_content=$(_link "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_18" + blog_content=$(_image "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_19" + blog_content=$(_youtube "${blog_content}") + fi + if (${debug}) _msg debug "${0:t}_msg_20" + blog_content=$( echo ${blog_content} | perl -pe "s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs; s|#pagetitle|${page_title}|gs" ) + + if (${debug}) _msg debug "* Running _last_updated" + blog_content=$(_last_updated "${blog_content}") + if (${debug}) _msg debug "* Running _cleanup" + blog_content=$(_cleanup "${blog_content}") + if (${debug}) _msg debug "${0:t}_msg_21" " ${config[site_root]}${blog_dir}" + [[ ! -d "${config[site_root]}/${blog_dir}" ]] && mkdir -p "${config[site_root]}/${blog_dir}" + if (${debug}) _msg debug "${0:t}_msg_22" " ${config[site_root]}${blog_url}" + echo "${blog_content}" > "${config[site_root]}${blog_url}" + + unset sdate btitle ingress body blog_index blog_dir blog_url + + done + export BLOG_META_STR_ARRAY + if (${debug}) _msg debug "${0:t}_msg_23" + export new_updated_blogs=true + +else + _msg sub "${0:t}_msg_24" + export new_updated_blogs=false +fi + +if [[ ${new_updated_blogs} == "true" ]]; then + if (${debug}) _msg sub "${0:t}_msg_25" + _blog_idx_for_index + if (${debug}) _msg sub "${0:t}_msg_26" + _blog_index +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_cleanup b/docs/zsdoc/data/functions/qsgen2/_cleanup new file mode 100644 index 0000000..eeb4cbe --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_cleanup @@ -0,0 +1,16 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" + +if (${debug}) _msg debug "${0:t}_msg_1" +local cleaned_content=$(echo "${content}" | sed \ + -e "s|¤||g" \ + -e "s|#showimg\ ||g" \ + -e "s|#ytvideo\ ||g" \ + -e "s|#link\ ||g" \ + ) +echo "${cleaned_content}" diff --git a/docs/zsdoc/data/functions/qsgen2/_f_last_updated b/docs/zsdoc/data/functions/qsgen2/_f_last_updated new file mode 100644 index 0000000..e02b84a --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_f_last_updated @@ -0,0 +1,19 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + +if ${debug}; then + _msg debug "${0:t}_msg_1" " ${1}" + _msg debug "${0:t}_msg_2" " ${upd_msg}" +fi +local content="$(<${1})" +content="${content//#updated/${upd_msg}}" + +if [[ -f "${1}" ]]; then + sed -i -e "s|#updated|${upd_msg}|" "${1}" +else + _msg debug "${0:t}_msg_3" " '${1}' " "${0:t}_msg_3.1" +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_file_to_lower b/docs/zsdoc/data/functions/qsgen2/_file_to_lower new file mode 100644 index 0000000..3e10d4d --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_file_to_lower @@ -0,0 +1,5 @@ +local filename="${1}" +filename="${filename// /-}" +filename=$(echo "${filename}" | sed -e 's/^[^a-zA-Z0-9_.]+//g' -e 's/[^a-zA-Z0-9_-]+/-/g') + +echo ${filename} diff --git a/docs/zsdoc/data/functions/qsgen2/_help b/docs/zsdoc/data/functions/qsgen2/_help new file mode 100644 index 0000000..b076b5d --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_help @@ -0,0 +1,2 @@ + echo "This is where I'll write the Help documentation." +exit diff --git a/docs/zsdoc/data/functions/qsgen2/_image b/docs/zsdoc/data/functions/qsgen2/_image new file mode 100644 index 0000000..7d25dbf --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_image @@ -0,0 +1,28 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" +local modified_content="" +echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#showimg"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + local img_link=$(echo "${line}" | awk -F'#showimg ' '{print $2}') + local image=$(echo "${img_link}" | awk -F'¤' '{print $1}') + local img_alt=$(echo "${img_link}" | awk -F'¤' '{print $2}') + local real_image="" + if [[ ${image} =~ ^https?:// ]]; then + real_image=${image} + elif [[ ${image} =~ ^\/ ]]; then + real_image=${image} + else + real_image="/images/${image}" + fi + local img_tag="\"${img_alt}\"" + line=${line//"#showimg ${img_link}"/${img_tag}} + fi + modified_content+="${line}\n" +done +echo -e "${modified_content}" diff --git a/docs/zsdoc/data/functions/qsgen2/_last_updated b/docs/zsdoc/data/functions/qsgen2/_last_updated new file mode 100644 index 0000000..cb5693b --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_last_updated @@ -0,0 +1,15 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + +if (${debug}); then _msg debug "${0:t}_msg_1"; fi +if (${debug}); then _msg debug "${0:t}_msg_2" " ${upd_msg}"; fi + +local content="${1}" +local updated_content=$(echo "${content}" | sed \ + -e "s|#updated|${upd_msg}|") +echo "${updated_content}" diff --git a/docs/zsdoc/data/functions/qsgen2/_link b/docs/zsdoc/data/functions/qsgen2/_link new file mode 100644 index 0000000..180b797 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_link @@ -0,0 +1,27 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" +local modified_content="" +echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#link"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + local url_full=$(echo "${line}" | awk -F'#link ' '{print $2}' | awk -F'¤' '{print $1 "¤" $2}') + local url_dest=$(echo "${url_full}" | awk -F'¤' '{print $1}') + local url_txt=$(echo "${url_full}" | awk -F'¤' '{print $2}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${url_dest}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${url_txt}" + local modified_link="${url_txt}" + if [[ ${url_dest} =~ ^https?:// ]]; then + modified_link+="\"External" + fi + modified_link+="" + line=${line//"#link ${url_full}"/${modified_link}} + fi + modified_content+="${line}\n" +done +echo -e "${modified_content}" diff --git a/docs/zsdoc/data/functions/qsgen2/_list_blogs b/docs/zsdoc/data/functions/qsgen2/_list_blogs new file mode 100644 index 0000000..d67a068 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_list_blogs @@ -0,0 +1,22 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +blogs_file_array=() + +export no_blogs_found=false +setopt local_options null_glob +local -a blog_files=(blog/*.blog(On)) + +if (( ${#blog_files[@]} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1"; fi + export no_blogs_found=true + return +else + for file in "${blog_files[@]}" + do + if ${debug}; then _msg debug "${0:t}_msg_2" " $file"; fi + blogs_file_array+=("$file") + done +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_list_pages b/docs/zsdoc/data/functions/qsgen2/_list_pages new file mode 100644 index 0000000..893d8ac --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_list_pages @@ -0,0 +1,21 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +pages_file_array=() + +export no_pages_found=false +setopt local_options null_glob +local -a pages_files=(*.${file_ext}) + +if (( ${#pages_files} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1" " ${file_ext}."; fi + export no_pages_found=true + return +else + for file in "${pages_files[@]}"; do + if ${debug}; then _msg debug "${0:t}_msg_2" " ${file}"; fi + pages_file_array+=("$file") + done +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_msg b/docs/zsdoc/data/functions/qsgen2/_msg new file mode 100644 index 0000000..f18c940 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_msg @@ -0,0 +1,21 @@ +local type=$1 +shift + +local full_msg="" +for arg in "$@"; do + if [[ -n "${qsgenlang[$arg]}" ]]; then + full_msg+="${qsgenlang[$arg]}" + else + full_msg+="$arg" + fi +done +local color="${end}" +case $type in + std) color="${green}" ;; + info) color="${yellow}" ;; + debug) color="${red}" ;; + other) color="${bold_yellow}" ;; + sub) color="${magenta}" ;; + main) color="${white}${green_bg}" ;; +esac +printf "${color}%b${end}\n" "${full_msg}" diff --git a/docs/zsdoc/data/functions/qsgen2/_p_qstags b/docs/zsdoc/data/functions/qsgen2/_p_qstags new file mode 100644 index 0000000..e413ff9 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_p_qstags @@ -0,0 +1,55 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" + +if ${debug}; then + _msg debug "${0:t}_msg_1" +fi +perl -0777 -pe ' + BEGIN { + @qstags = ( + "#BR", "
    \n", + "#BD", "", "#EBD", "", + "#I", "", "#EI", "\n", + "#P", "

    ", "#EP", "

    \n", + "#Q", "
    ", "#EQ", "
    \n", + "#C", "", "#EC", "\n", + "#H1", "

    ", "#EH1", "

    \n", + "#H2", "

    ", "#EH2", "

    \n", + "#H3", "

    ", "#EH3", "

    \n", + "#H4", "

    ", "#EH4", "

    \n", + "#H5", "
    ", "#EH5", "
    \n", + "#H6", "
    ", "#EH6", "
    \n", + "#STRONG", "", "#ESTRONG", "\n", + "#EM", "", "#SEM", "\n", + "#DV", "
    ", "#EDV", "
    \n", + "#SPN", "", "#ESPN", "\n", + "#UL", "
      ", "#EUL", "
    \n", + "#OL", "
      ", "#EOL", "
    \n", + "#LI", "
  • ", "#ELI", "
  • \n", + "#UD", "", "#EUD", "\n", + "#TBL", "", "#ETBL", "
    \n", + "#TR", "", "#ETR", "\n", + "#TD", "", "#ETD", "\n", + "#TH", "", "#ETH", "\n", + "#ART", "
    ", "#EART", "
    \n", + "#SEC", "
    ", "#ESEC", "
    \n", + "#ASIDE", "\n", + "#NAV", "\n", + "#BTN", "\n", + "#SEL", "\n", + "#OPT", "\n", + "#LT", "<", "#GT", ">", "#NUM", "#" + ); + } + + for (my $i = 0; $i < $#qstags; $i += 2) { + my $qstag = $qstags[$i]; + my $html = $qstags[$i + 1]; + s/\Q$qstag\E/$html/g; + } + ' <<< "$content" diff --git a/docs/zsdoc/data/functions/qsgen2/_pages b/docs/zsdoc/data/functions/qsgen2/_pages new file mode 100644 index 0000000..d2ee3cd --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_pages @@ -0,0 +1,108 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +_msg main "${0:t}_msg_3" +if (${debug}) _msg debug "${0:t}_msg_1" +_pages_cache + +if [[ ${no_pages_found} == "true" ]]; then + _msg sub "${0:t}_msg_1" + return +fi + +if (( ${#pages_array[@]} > 0 )); then + if (${debug}) _msg debug "${0:t}_msg_4" + + for pages_in_array in ${pages_array[@]} + do + if (${debug}) _msg debug "${0:t}_msg_5" + local pages=${config[project_root]}/themes/${config[site_theme]}/pages.tpl + if [[ ! -f ${pages} ]]; then + _msg info "${0:t}_msg_6" " ${pages}" + exit + else + if (${debug}) _msg debug "${0:t}_msg_7" + local pages_tpl="$(<${pages})" + fi + if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}" + local page_content="$(<${pages_in_array})" + if (${debug}) _msg debug "${0:t}_msg_10" + if [[ ${config[project_generator]} == "native" ]]; then + while read -r line + do + if [[ "$line" =~ ^#title=(.*) ]]; then + local page_title=${match[1]} + break + fi + done <<< "$page_content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + while IFS= read -r line + do + if [[ "$line" == \#* ]]; then + local page_title="${line#\#}" + page_title="${page_title#\#}" + page_title="${page_title#"${page_title%%[![:space:]]*}"}" + break + fi + done <<< ${page_content} + fi + _msg std " - ${page_title}" + if (${debug}) _msg debug "${0:t}_msg_11" " ${page_title}" + if (${debug}) _msg debug "${0:t}_msg_12" + page_content=$( echo ${page_content} | grep -v \#title ) + if (${debug}) _msg debug "${0:t}_msg_13" " ${pages_in_array}" + page_content=$( _run_engine "$page_content" ) + if (${debug}) _msg debug "${0:t}_msg_14" + if [[ $( echo ${page_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_15" + page_content=$( _link "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_16" + page_content=$( _image "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + page_content=$( _youtube "${page_content}" ) + fi + if (${debug}) _msg debug "${0:t}_msg_18" + pages_tpl=$(echo "${pages_tpl}" | perl -pe "s|#pagetitle|${page_title}|gs; s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs") + + if (${debug}) _msg debug "${0:t}_msg_19" + pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") ) + if (${debug}) _msg debug "${0:t}_msg_20" + pages_tpl=$( _last_updated ${pages_tpl} ) + if (${debug}) _msg debug "${0:t}_msg_21" + pages_title_lower=$( _file_to_lower "${pages_in_array}" ) + if (${debug}) _msg debug "${0:t}_msg_22" + pages_tpl=$( _cleanup "${pages_tpl}" ) + echo "${pages_tpl}" > ${config[site_root]}/${pages_title_lower%.*}.html + if [[ ${pages_in_array} == "index.${file_ext}" && ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + if (${debug}) _msg sub "${0:t}_msg_23" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_24" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + done + + export new_updated_pages=true + + else + if [[ ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + _msg std "${0:t}_msg_26" + if (${debug}) _msg sub "${0:t}_msg_27" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_28" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + _msg sub "${0:t}_msg_29" + export new_updated_pages=false + +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_pages_cache b/docs/zsdoc/data/functions/qsgen2/_pages_cache new file mode 100644 index 0000000..a4336c6 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_pages_cache @@ -0,0 +1,31 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +typeset -A pages_cache + +_list_pages +if [[ -f $pages_cache_file ]]; then + while IFS=':' read -r name hash; do + pages_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${pages_cache[${name}]}" + done < "$pages_cache_file" +fi +pages_array=() +for file in ${pages_file_array[@]}; do + current_hash=$(md5sum "$file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_3" " current_cache: ${current_hash}" + if [[ ${pages_cache[$file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_5" " current_cache: ${current_hash}" + pages_array+=("$file") + pages_cache[$file]=$current_hash + fi +done +: >| "$pages_cache_file" +for name in "${(@k)pages_cache}"; do + echo "$name:${pages_cache[$name]}" >> "$pages_cache_file" +done diff --git a/docs/zsdoc/data/functions/qsgen2/_qstags b/docs/zsdoc/data/functions/qsgen2/_qstags new file mode 100644 index 0000000..4154834 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_qstags @@ -0,0 +1,50 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" + +if ${debug}; then + _msg debug "${0:t}_msg_1" +fi +typeset -A qstags=( + "#BR" "
    \n" + "#BD" "" "#EBD" "" + "#I" "" "#EI" "\n" + "#P" "

    " "#EP" "

    \n" + "#Q" "
    " "#EQ" "
    \n" + "#C" "" "#EC" "\n" + "#H1" "

    " "#EH1" "

    \n" + "#H2" "

    " "#EH2" "

    \n" + "#H3" "

    " "#EH3" "

    \n" + "#H4" "

    " "#EH4" "

    \n" + "#H5" "
    " "#EH5" "
    \n" + "#H6" "
    " "#EH6" "
    \n" + "#STRONG" "" "#ESTRONG" "\n" + "#EM" "" "#SEM" "\n" + "#DV" "
    " "#EDV" "
    \n" + "#SPN" "" "#ESPN" "\n" + "#UL" "
      " "#EUL" "
    \n" + "#OL" "
      " "#EOL" "
    \n" + "#LI" "
  • " "#ELI" "
  • \n" + "#UD" "" "#EUD" "\n" + "#TBL" "" "#ETBL" "
    \n" + "#TR" "" "#ETR" "\n" + "#TD" "" "#ETD" "\n" + "#TH" "" "#ETH" "\n" + "#ART" "
    " "#EART" "
    \n" + "#SEC" "
    " "#ESEC" "
    \n" + "#ASIDE" "\n" + "#NAV" "\n" + "#BTN" "\n" + "#SEL" "\n" + "#OPT" "\n" + "#LT" "<" "#GT" ">" "#NUM" "#" + ) + for qstag html (${(kv)qstags}); do + content=${content//${qstag}/${html}} + done + + echo "${content}" diff --git a/docs/zsdoc/data/functions/qsgen2/_run_engine b/docs/zsdoc/data/functions/qsgen2/_run_engine new file mode 100644 index 0000000..944f561 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_run_engine @@ -0,0 +1,11 @@ +local debug=false + +if [[ ${config[project_generator]} == "native" ]]; then + ${engine} ${1} +elif [[ ${config[project_generator]} == "markdown" ]]; then + echo "${1} | ${engine} ${engine_opts}" +else + _msg debug "ERROR running engine: ${engine}!" + _msg info "Usage: _run_engine " + exit +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_sitemap b/docs/zsdoc/data/functions/qsgen2/_sitemap new file mode 100644 index 0000000..a95367f --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_sitemap @@ -0,0 +1,92 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi +if ([[ ${config[site_sitemap]} == "true" ]] && ( [[ ${new_updated_blogs} == "true" ]] || [[ ${new_updated_pages} == "true" ]] )) || [[ ${sitemap_force} == "true" ]]; then + + setopt extendedglob + + _msg main "${0:t}_msg_1" + + local sm_file="sitemap.xml" + local b_file="sitemap-blogs.xml" + local p_file="sitemap-pages.xml" + local sitemap_file="${config[site_root]}/${sm_file}" + local sitemap_blog="${config[site_root]}/${b_file}" + local sitemap_page="${config[site_root]}/${p_file}" + builtin cd ${config[site_root]} + local -a html_files=(**/[a-z]*.html(.)) + local -a blog_files=() + local -a page_files=() + for file in "${html_files[@]}"; do + if [[ $file == *blog* ]]; then + blog_files+=("$file") + else + page_files+=("$file") + fi + done + echo '' > ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo '> ${sitemap_blog} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_blog} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_blog} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_blog} + echo '>' >> ${sitemap_blog} + for file in "${blog_files[@]}" + do + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_blog} + echo " ${url}" >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + done + echo '' >> "${sitemap_blog}" + _msg std " - ${b_file}" + echo '' > ${sitemap_page} + echo "" >> ${sitemap_page} + echo "" >> ${sitemap_page} + echo '> ${sitemap_page} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_page} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_page} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_page} + echo '>' >> ${sitemap_page} + for file in "${page_files[@]}" + do + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_page} + echo " ${url}" >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + done + echo '' >> "${sitemap_page}" + _msg std " - ${p_file}" + + if (${debug}); then _msg debug "${0:t}_msg_2" " ${sitemap_file}"; fi + echo '' > "${sitemap_file}" + echo "" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${b_file}" >> "${sitemap_file}" + local lastmod_b=$(stat -c %y "${b_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_b}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${p_file}" >> "${sitemap_file}" + local lastmod_p=$(stat -c %y "${p_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_p}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + echo "" >> "${sitemap_file}" + _msg std " - ${sm_file}" + + builtin cd ${config[project_root]} + +fi diff --git a/docs/zsdoc/data/functions/qsgen2/_version b/docs/zsdoc/data/functions/qsgen2/_version new file mode 100644 index 0000000..67fb6fb --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_version @@ -0,0 +1,4 @@ +_msg info "_qsgen2_msg_7" "-$(strftime "%Y")" +echo "${yellow}- https://github.com/kekePower/qsgen2/${end}" +_msg info "_qsgen2_msg_8" " '${1} help' " "_qsgen2_msg_8.1" +exit diff --git a/docs/zsdoc/data/functions/qsgen2/_youtube b/docs/zsdoc/data/functions/qsgen2/_youtube new file mode 100644 index 0000000..f1e9a52 --- /dev/null +++ b/docs/zsdoc/data/functions/qsgen2/_youtube @@ -0,0 +1,18 @@ +if [[ ${globaldebug} == "true" ]]; then + local debug=true +else + local debug=false +fi + +local content="${1}" +local modified_content="" +echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#ytvideo"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + local yt_id=$(echo "${line}" | awk -F'#ytvideo ' '{print $2}') + local yt_iframe="" + line=${line//"#ytvideo ${yt_id}"/${yt_iframe}} + fi + modified_content+="${line}\n" +done +echo -e "${modified_content}" diff --git a/docs/zsdoc/data/rev_call_tree.zsd b/docs/zsdoc/data/rev_call_tree.zsd new file mode 100644 index 0000000..b68ee26 --- /dev/null +++ b/docs/zsdoc/data/rev_call_tree.zsd @@ -0,0 +1,14 @@ +qsgen2/_add_blog_list_to_index: qsgen2/_pages +qsgen2/_blog_cache: qsgen2/_blogs +qsgen2/_blog_idx_for_index: qsgen2/_blogs +qsgen2/_blog_index: qsgen2/_blogs +qsgen2/_blogs: qsgen2/zsd_script_body +qsgen2/_f_last_updated: qsgen2/_blog_index +qsgen2/_help: qsgen2/zsd_script_body +qsgen2/_list_blogs: qsgen2/_blog_cache qsgen2/_blogs +qsgen2/_list_pages: qsgen2/_pages_cache +qsgen2/_msg: qsgen2/_version qsgen2/zsd_script_body qsgen2/_run_engine qsgen2/_list_pages qsgen2/_list_blogs qsgen2/_last_updated qsgen2/_f_last_updated qsgen2/_pages qsgen2/_blogs qsgen2/_blog_idx_for_index qsgen2/_blog_index qsgen2/_sitemap qsgen2/_p_qstags qsgen2/_qstags +qsgen2/_pages: qsgen2/zsd_script_body +qsgen2/_pages_cache: qsgen2/_pages +qsgen2/_sitemap: qsgen2/zsd_script_body +qsgen2/_version: qsgen2/zsd_script_body diff --git a/docs/zsdoc/data/trees/qsgen2/Script_Body_.tree b/docs/zsdoc/data/trees/qsgen2/Script_Body_.tree new file mode 100644 index 0000000..734f239 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/Script_Body_.tree @@ -0,0 +1,28 @@ +Script_Body_ +|-- _blogs +|   |-- _blog_cache +|   |   `-- _list_blogs +|   |   `-- _msg +|   |-- _blog_idx_for_index +|   |   `-- _msg +|   |-- _blog_index +|   |   |-- _f_last_updated +|   |   |   `-- _msg +|   |   `-- _msg +|   |-- _list_blogs +|   |   `-- _msg +|   `-- _msg +|-- _help +|-- _msg +|-- _pages +|   |-- _add_blog_list_to_index +|   |-- _msg +|   `-- _pages_cache +|   `-- _list_pages +|   `-- _msg +|-- _sitemap +|   `-- _msg +`-- _version + `-- _msg + +26 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_blog_cache.tree b/docs/zsdoc/data/trees/qsgen2/_blog_cache.tree new file mode 100644 index 0000000..328ef4a --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_blog_cache.tree @@ -0,0 +1,5 @@ +_blog_cache +`-- _list_blogs + `-- _msg + +3 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_blog_idx_for_index.tree b/docs/zsdoc/data/trees/qsgen2/_blog_idx_for_index.tree new file mode 100644 index 0000000..48e59fd --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_blog_idx_for_index.tree @@ -0,0 +1,4 @@ +_blog_idx_for_index +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_blog_index.tree b/docs/zsdoc/data/trees/qsgen2/_blog_index.tree new file mode 100644 index 0000000..1d43b91 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_blog_index.tree @@ -0,0 +1,6 @@ +_blog_index +|-- _f_last_updated +|   `-- _msg +`-- _msg + +4 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_blogs.tree b/docs/zsdoc/data/trees/qsgen2/_blogs.tree new file mode 100644 index 0000000..820bc0c --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_blogs.tree @@ -0,0 +1,15 @@ +_blogs +|-- _blog_cache +|   `-- _list_blogs +|   `-- _msg +|-- _blog_idx_for_index +|   `-- _msg +|-- _blog_index +|   |-- _f_last_updated +|   |   `-- _msg +|   `-- _msg +|-- _list_blogs +|   `-- _msg +`-- _msg + +13 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_f_last_updated.tree b/docs/zsdoc/data/trees/qsgen2/_f_last_updated.tree new file mode 100644 index 0000000..2079f72 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_f_last_updated.tree @@ -0,0 +1,4 @@ +_f_last_updated +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_last_updated.tree b/docs/zsdoc/data/trees/qsgen2/_last_updated.tree new file mode 100644 index 0000000..bea0bb2 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_last_updated.tree @@ -0,0 +1,4 @@ +_last_updated +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_list_blogs.tree b/docs/zsdoc/data/trees/qsgen2/_list_blogs.tree new file mode 100644 index 0000000..7f077b7 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_list_blogs.tree @@ -0,0 +1,4 @@ +_list_blogs +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_list_pages.tree b/docs/zsdoc/data/trees/qsgen2/_list_pages.tree new file mode 100644 index 0000000..52bf9ad --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_list_pages.tree @@ -0,0 +1,4 @@ +_list_pages +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_p_qstags.tree b/docs/zsdoc/data/trees/qsgen2/_p_qstags.tree new file mode 100644 index 0000000..332b781 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_p_qstags.tree @@ -0,0 +1,4 @@ +_p_qstags +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_pages.tree b/docs/zsdoc/data/trees/qsgen2/_pages.tree new file mode 100644 index 0000000..051f5d8 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_pages.tree @@ -0,0 +1,8 @@ +_pages +|-- _add_blog_list_to_index +|-- _msg +`-- _pages_cache + `-- _list_pages + `-- _msg + +6 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_pages_cache.tree b/docs/zsdoc/data/trees/qsgen2/_pages_cache.tree new file mode 100644 index 0000000..bf6bdd6 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_pages_cache.tree @@ -0,0 +1,5 @@ +_pages_cache +`-- _list_pages + `-- _msg + +3 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_qstags.tree b/docs/zsdoc/data/trees/qsgen2/_qstags.tree new file mode 100644 index 0000000..2829821 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_qstags.tree @@ -0,0 +1,4 @@ +_qstags +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_run_engine.tree b/docs/zsdoc/data/trees/qsgen2/_run_engine.tree new file mode 100644 index 0000000..92f3028 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_run_engine.tree @@ -0,0 +1,4 @@ +_run_engine +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_sitemap.tree b/docs/zsdoc/data/trees/qsgen2/_sitemap.tree new file mode 100644 index 0000000..069657f --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_sitemap.tree @@ -0,0 +1,4 @@ +_sitemap +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/data/trees/qsgen2/_version.tree b/docs/zsdoc/data/trees/qsgen2/_version.tree new file mode 100644 index 0000000..5a0c255 --- /dev/null +++ b/docs/zsdoc/data/trees/qsgen2/_version.tree @@ -0,0 +1,4 @@ +_version +`-- _msg + +2 directories, 0 files diff --git a/docs/zsdoc/qsgen2.adoc b/docs/zsdoc/qsgen2.adoc new file mode 100644 index 0000000..8e800cb --- /dev/null +++ b/docs/zsdoc/qsgen2.adoc @@ -0,0 +1,517 @@ +qsgen2(1) +========= +:compat-mode!: + +NAME +---- +qsgen2 - a shell script + +SYNOPSIS +-------- +Documentation automatically generated with `zsdoc' + +FUNCTIONS +--------- + + _add_blog_list_to_index + _blog_cache + _blog_idx_for_index + _blog_index + _blogs + _cleanup + _file_to_lower + _f_last_updated + _help + _image + _last_updated + _link + _list_blogs + _list_pages + _msg + _pages + _pages_cache + _p_qstags + _qstags + _run_engine + _sitemap + _version + _youtube + +DETAILS +------- + +Script Body +~~~~~~~~~~~ + +Has 101 line(s). Calls functions: + + Script-Body + |-- _blogs + |   |-- _blog_cache + |   |   `-- _list_blogs + |   |   `-- _msg + |   |-- _blog_idx_for_index + |   |   `-- _msg + |   |-- _blog_index + |   |   |-- _f_last_updated + |   |   |   `-- _msg + |   |   `-- _msg + |   |-- _list_blogs + |   |   `-- _msg + |   `-- _msg + |-- _help + |-- _msg + |-- _pages + |   |-- _add_blog_list_to_index + |   |-- _msg + |   `-- _pages_cache + |   `-- _list_pages + |   `-- _msg + |-- _sitemap + |   `-- _msg + `-- _version + `-- _msg + +Uses feature(s): _autoload_, _export_, _source_, _zmodload_ + +_Exports (environment):_ blogdate [big]*//* file_ext [big]*//* sitemap_force [big]*//* today + +_add_blog_list_to_index +~~~~~~~~~~~~~~~~~~~~~~~ + +____ + ## + # @brief Add the blog list to the index file if blog_in_index is true. +____ + +Has 9 line(s). Doesn't call other functions. + +Called by: + + _pages + +_blog_cache +~~~~~~~~~~~ + +____ + ## + # @brief Cache the state of blog files and identify changes. +____ + +Has 31 line(s). Calls functions: + + _blog_cache + `-- _list_blogs + `-- _msg + +Called by: + + _blogs + +_blog_idx_for_index +~~~~~~~~~~~~~~~~~~~ + +____ + ## + # @brief Generate the file blog/index.tmp.html. +____ + +Has 59 line(s). Calls functions: + + _blog_idx_for_index + `-- _msg + +Called by: + + _blogs + +_Environment variables used:_ BLOG_META_STR_ARRAY + +_blog_index +~~~~~~~~~~~ + +____ + ## + # @brief Generate the www_root/blog/index.html file. +____ + +Has 30 line(s). Calls functions: + + _blog_index + |-- _f_last_updated + |   `-- _msg + `-- _msg + +Called by: + + _blogs + +_Environment variables used:_ new_updated_blogs + +_blogs +~~~~~~ + +____ + ## + # @brief Generate or update blog files or export metadata based on argument. +____ + +Has 155 line(s). Calls functions: + + _blogs + |-- _blog_cache + |   `-- _list_blogs + |   `-- _msg + |-- _blog_idx_for_index + |   `-- _msg + |-- _blog_index + |   |-- _f_last_updated + |   |   `-- _msg + |   `-- _msg + |-- _list_blogs + |   `-- _msg + `-- _msg + +Uses feature(s): _export_ + +Called by: + + Script-Body + +_List of exports (to environment):_ BLOG_META_STR_ARRAY [big]*//* new_updated_blogs + +_Environment variables used:_ new_updated_blogs [big]*//* no_blogs_found + +_cleanup +~~~~~~~~ + +____ + ## + # @brief Remove leftover tags from the content. + # @param content The content to be cleaned. + # @return The cleaned content. +____ + +Has 16 line(s). Doesn't call other functions. + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_file_to_lower +~~~~~~~~~~~~~~ + +____ + ## + # @brief Convert the filename to lowercase and replace spaces with dashes. + # @param filename The original filename. + # @return The modified filename. +____ + +Has 5 line(s). Doesn't call other functions. + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_f_last_updated +~~~~~~~~~~~~~~~ + +____ + ## + # @brief Update #updated and #version tags in the provided file. + # @param file_path The path to the file to be updated. +____ + +Has 19 line(s). Calls functions: + + _f_last_updated + `-- _msg + +Called by: + + _blog_index + +_Environment variables used:_ today + +_help +~~~~~ + +____ + ## + # @brief Display help information for the script. + # @param ... Additional arguments (unused in this function). +____ + +Has 2 line(s). Doesn't call other functions. + +Called by: + + Script-Body + +_image +~~~~~~ + +____ + ## + # @brief Convert #showimg tags to HTML img tags. + # @param content The content containing #showimg tags. + # @return The content with #showimg tags replaced by HTML img tags. +____ + +Has 28 line(s). Doesn't call other functions. + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_last_updated +~~~~~~~~~~~~~ + +____ + ## + # @brief Update #updated and #version tags in the provided content. + # @param content The content to be updated. + # @return The updated content. +____ + +Has 15 line(s). Calls functions: + + _last_updated + `-- _msg + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_Environment variables used:_ today + +_link +~~~~~ + +____ + ## + # @brief Convert #link tags to clickable HTML links. + # @param content The content containing #link tags. + # @return The content with #link tags replaced by HTML links. +____ + +Has 27 line(s). Doesn't call other functions. + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_list_blogs +~~~~~~~~~~~ + +____ + ## + # @brief List all blog files and store them in an array. +____ + +Has 22 line(s). Calls functions: + + _list_blogs + `-- _msg + +Uses feature(s): _export_, _setopt_ + +Called by: + + _blog_cache + _blogs + +_List of exports (to environment):_ no_blogs_found + +_list_pages +~~~~~~~~~~~ + +____ + ## + # @brief List all page files and store them in an array. +____ + +Has 21 line(s). Calls functions: + + _list_pages + `-- _msg + +Uses feature(s): _export_, _setopt_ + +Called by: + + _pages_cache + +_List of exports (to environment):_ no_pages_found + +_Environment variables used:_ file_ext + +_msg +~~~~ + +____ + ## + # @brief Display a message with specific formatting based on message type. + # @param type The type of message (e.g., std, info, debug, etc.) + # @param ... The keys or additional strings to be formatted and displayed. +____ + +Has 21 line(s). Doesn't call other functions. + +Called by: + + _blog_idx_for_index + _blog_index + _blogs + _f_last_updated + _last_updated + _list_blogs + _list_pages + _pages + _p_qstags + _qstags + _run_engine + Script-Body + _sitemap + _version + +_pages +~~~~~~ + +____ + ## + # @brief Generate all new and updated pages. +____ + +Has 108 line(s). Calls functions: + + _pages + |-- _add_blog_list_to_index + |-- _msg + `-- _pages_cache + `-- _list_pages + `-- _msg + +Uses feature(s): _export_, _read_ + +Called by: + + Script-Body + +_List of exports (to environment):_ new_updated_pages + +_Environment variables used:_ no_pages_found [big]*//* file_ext + +_pages_cache +~~~~~~~~~~~~ + +____ + ## + # @brief Cache the state of page files and identify changes. + # @return Array of pages to be processed. +____ + +Has 31 line(s). Calls functions: + + _pages_cache + `-- _list_pages + `-- _msg + +Called by: + + _pages + +_p_qstags +~~~~~~~~~ + +____ + ## + # @brief Convert QStags to HTML using Perl. + # @param content The content containing QStags. + # @return The content with QStags converted to HTML. +____ + +Has 55 line(s). Calls functions: + + _p_qstags + `-- _msg + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_qstags +~~~~~~~ + +____ + ## + # @brief Convert QStags to HTML using Zsh regex module. + # @param content The content containing QStags. + # @return The content with QStags converted to HTML. +____ + +Has 50 line(s). Calls functions: + + _qstags + `-- _msg + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_run_engine +~~~~~~~~~~~ + +____ + ## + # @brief Run the configured engine to process the input file. + # @param input The input file to be processed. +____ + +Has 11 line(s). Calls functions: + + _run_engine + `-- _msg + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + +_sitemap +~~~~~~~~ + +____ + ## + # @brief Generate the sitemap files if conditions are met. +____ + +Has 92 line(s). Calls functions: + + _sitemap + `-- _msg + +Uses feature(s): _setopt_ + +Called by: + + Script-Body + +_Environment variables used:_ new_updated_blogs [big]*//* new_updated_pages [big]*//* sitemap_force + +_version +~~~~~~~~ + +____ + ## + # @brief Display the version information of the script. + # @param ... Additional arguments (unused in this function). +____ + +Has 4 line(s). Calls functions: + + _version + `-- _msg + +Called by: + + Script-Body + +_youtube +~~~~~~~~ + +____ + ## + # @brief Embed a YouTube video in the provided content. + # @param content The content containing #ytvideo tags. + # @return The content with #ytvideo tags replaced by YouTube iframe embeds. +____ + +Has 18 line(s). Doesn't call other functions. + +Not called by script or any function (may be e.g. a hook, a Zle widget, etc.). + diff --git a/docs/zsdoc/qsgen2.html b/docs/zsdoc/qsgen2.html new file mode 100644 index 0000000..bf0fbc8 --- /dev/null +++ b/docs/zsdoc/qsgen2.html @@ -0,0 +1,1381 @@ + + + + + + +qsgen2(1) + + + + + +
    +
    +

    NAME

    +
    +

    qsgen2 - a shell script

    +
    +
    +
    +

    SYNOPSIS

    +
    +

    Documentation automatically generated with ‘zsdoc’

    +
    +
    +
    +

    FUNCTIONS

    +
    +
    +
    +
    _add_blog_list_to_index
    +_blog_cache
    +_blog_idx_for_index
    +_blog_index
    +_blogs
    +_cleanup
    +_file_to_lower
    +_f_last_updated
    +_help
    +_image
    +_last_updated
    +_link
    +_list_blogs
    +_list_pages
    +_msg
    +_pages
    +_pages_cache
    +_p_qstags
    +_qstags
    +_run_engine
    +_sitemap
    +_version
    +_youtube
    +
    +
    +
    +
    +

    DETAILS

    +
    +
    +

    Script Body

    +

    Has 101 line(s). Calls functions:

    +
    +
    +
    Script-Body
    +|-- _blogs
    +|   |-- _blog_cache
    +|   |   `-- _list_blogs
    +|   |       `-- _msg
    +|   |-- _blog_idx_for_index
    +|   |   `-- _msg
    +|   |-- _blog_index
    +|   |   |-- _f_last_updated
    +|   |   |   `-- _msg
    +|   |   `-- _msg
    +|   |-- _list_blogs
    +|   |   `-- _msg
    +|   `-- _msg
    +|-- _help
    +|-- _msg
    +|-- _pages
    +|   |-- _add_blog_list_to_index
    +|   |-- _msg
    +|   `-- _pages_cache
    +|       `-- _list_pages
    +|           `-- _msg
    +|-- _sitemap
    +|   `-- _msg
    +`-- _version
    +    `-- _msg
    +
    +

    Uses feature(s): autoload, export, source, zmodload

    +

    Exports (environment): blogdate // file_ext // sitemap_force // today

    +
    +
    +

    _add_blog_list_to_index

    +
    +
    +
    +
    +
    ##
    +# @brief Add the blog list to the index file if blog_in_index is true.
    +
    +
    +
    +
    +

    Has 9 line(s). Doesn’t call other functions.

    +

    Called by:

    +
    +
    +
    _pages
    +
    +
    +
    +

    _blog_cache

    +
    +
    +
    +
    +
    ##
    +# @brief Cache the state of blog files and identify changes.
    +
    +
    +
    +
    +

    Has 31 line(s). Calls functions:

    +
    +
    +
    _blog_cache
    +`-- _list_blogs
    +    `-- _msg
    +
    +

    Called by:

    +
    +
    +
    _blogs
    +
    +
    +
    +

    _blog_idx_for_index

    +
    +
    +
    +
    +
    ##
    +# @brief Generate the file blog/index.tmp.html.
    +
    +
    +
    +
    +

    Has 59 line(s). Calls functions:

    +
    +
    +
    _blog_idx_for_index
    +`-- _msg
    +
    +

    Called by:

    +
    +
    +
    _blogs
    +
    +

    Environment variables used: BLOG_META_STR_ARRAY

    +
    +
    +

    _blog_index

    +
    +
    +
    +
    +
    ##
    +# @brief Generate the www_root/blog/index.html file.
    +
    +
    +
    +
    +

    Has 30 line(s). Calls functions:

    +
    +
    +
    _blog_index
    +|-- _f_last_updated
    +|   `-- _msg
    +`-- _msg
    +
    +

    Called by:

    +
    +
    +
    _blogs
    +
    +

    Environment variables used: new_updated_blogs

    +
    +
    +

    _blogs

    +
    +
    +
    +
    +
    ##
    +# @brief Generate or update blog files or export metadata based on argument.
    +
    +
    +
    +
    +

    Has 155 line(s). Calls functions:

    +
    +
    +
    _blogs
    +|-- _blog_cache
    +|   `-- _list_blogs
    +|       `-- _msg
    +|-- _blog_idx_for_index
    +|   `-- _msg
    +|-- _blog_index
    +|   |-- _f_last_updated
    +|   |   `-- _msg
    +|   `-- _msg
    +|-- _list_blogs
    +|   `-- _msg
    +`-- _msg
    +
    +

    Uses feature(s): export

    +

    Called by:

    +
    +
    +
    Script-Body
    +
    +

    List of exports (to environment): BLOG_META_STR_ARRAY // new_updated_blogs

    +

    Environment variables used: new_updated_blogs // no_blogs_found

    +
    +
    +

    _cleanup

    +
    +
    +
    +
    +
    ##
    +# @brief Remove leftover tags from the content.
    +# @param content The content to be cleaned.
    +# @return The cleaned content.
    +
    +
    +
    +
    +

    Has 16 line(s). Doesn’t call other functions.

    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _file_to_lower

    +
    +
    +
    +
    +
    ##
    +# @brief Convert the filename to lowercase and replace spaces with dashes.
    +# @param filename The original filename.
    +# @return The modified filename.
    +
    +
    +
    +
    +

    Has 5 line(s). Doesn’t call other functions.

    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _f_last_updated

    +
    +
    +
    +
    +
    ##
    +# @brief Update #updated and #version tags in the provided file.
    +# @param file_path The path to the file to be updated.
    +
    +
    +
    +
    +

    Has 19 line(s). Calls functions:

    +
    +
    +
    _f_last_updated
    +`-- _msg
    +
    +

    Called by:

    +
    +
    +
    _blog_index
    +
    +

    Environment variables used: today

    +
    +
    +

    _help

    +
    +
    +
    +
    +
    ##
    +# @brief Display help information for the script.
    +# @param ... Additional arguments (unused in this function).
    +
    +
    +
    +
    +

    Has 2 line(s). Doesn’t call other functions.

    +

    Called by:

    +
    +
    +
    Script-Body
    +
    +
    +
    +

    _image

    +
    +
    +
    +
    +
    ##
    +# @brief Convert #showimg tags to HTML img tags.
    +# @param content The content containing #showimg tags.
    +# @return The content with #showimg tags replaced by HTML img tags.
    +
    +
    +
    +
    +

    Has 28 line(s). Doesn’t call other functions.

    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _last_updated

    +
    +
    +
    +
    +
    ##
    +# @brief Update #updated and #version tags in the provided content.
    +# @param content The content to be updated.
    +# @return The updated content.
    +
    +
    +
    +
    +

    Has 15 line(s). Calls functions:

    +
    +
    +
    _last_updated
    +`-- _msg
    +
    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +

    Environment variables used: today

    +
    +
    + +
    +
    +
    +
    +
    ##
    +# @brief Convert #link tags to clickable HTML links.
    +# @param content The content containing #link tags.
    +# @return The content with #link tags replaced by HTML links.
    +
    +
    +
    +
    +

    Has 27 line(s). Doesn’t call other functions.

    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _list_blogs

    +
    +
    +
    +
    +
    ##
    +# @brief List all blog files and store them in an array.
    +
    +
    +
    +
    +

    Has 22 line(s). Calls functions:

    +
    +
    +
    _list_blogs
    +`-- _msg
    +
    +

    Uses feature(s): export, setopt

    +

    Called by:

    +
    +
    +
    _blog_cache
    +_blogs
    +
    +

    List of exports (to environment): no_blogs_found

    +
    +
    +

    _list_pages

    +
    +
    +
    +
    +
    ##
    +# @brief List all page files and store them in an array.
    +
    +
    +
    +
    +

    Has 21 line(s). Calls functions:

    +
    +
    +
    _list_pages
    +`-- _msg
    +
    +

    Uses feature(s): export, setopt

    +

    Called by:

    +
    +
    +
    _pages_cache
    +
    +

    List of exports (to environment): no_pages_found

    +

    Environment variables used: file_ext

    +
    +
    +

    _msg

    +
    +
    +
    +
    +
    ##
    +# @brief Display a message with specific formatting based on message type.
    +# @param type The type of message (e.g., std, info, debug, etc.)
    +# @param ... The keys or additional strings to be formatted and displayed.
    +
    +
    +
    +
    +

    Has 21 line(s). Doesn’t call other functions.

    +

    Called by:

    +
    +
    +
    _blog_idx_for_index
    +_blog_index
    +_blogs
    +_f_last_updated
    +_last_updated
    +_list_blogs
    +_list_pages
    +_pages
    +_p_qstags
    +_qstags
    +_run_engine
    +Script-Body
    +_sitemap
    +_version
    +
    +
    +
    +

    _pages

    +
    +
    +
    +
    +
    ##
    +# @brief Generate all new and updated pages.
    +
    +
    +
    +
    +

    Has 108 line(s). Calls functions:

    +
    +
    +
    _pages
    +|-- _add_blog_list_to_index
    +|-- _msg
    +`-- _pages_cache
    +    `-- _list_pages
    +        `-- _msg
    +
    +

    Uses feature(s): export, read

    +

    Called by:

    +
    +
    +
    Script-Body
    +
    +

    List of exports (to environment): new_updated_pages

    +

    Environment variables used: no_pages_found // file_ext

    +
    +
    +

    _pages_cache

    +
    +
    +
    +
    +
    ##
    +# @brief Cache the state of page files and identify changes.
    +# @return Array of pages to be processed.
    +
    +
    +
    +
    +

    Has 31 line(s). Calls functions:

    +
    +
    +
    _pages_cache
    +`-- _list_pages
    +    `-- _msg
    +
    +

    Called by:

    +
    +
    +
    _pages
    +
    +
    +
    +

    _p_qstags

    +
    +
    +
    +
    +
    ##
    +# @brief Convert QStags to HTML using Perl.
    +# @param content The content containing QStags.
    +# @return The content with QStags converted to HTML.
    +
    +
    +
    +
    +

    Has 55 line(s). Calls functions:

    +
    +
    +
    _p_qstags
    +`-- _msg
    +
    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _qstags

    +
    +
    +
    +
    +
    ##
    +# @brief Convert QStags to HTML using Zsh regex module.
    +# @param content The content containing QStags.
    +# @return The content with QStags converted to HTML.
    +
    +
    +
    +
    +

    Has 50 line(s). Calls functions:

    +
    +
    +
    _qstags
    +`-- _msg
    +
    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _run_engine

    +
    +
    +
    +
    +
    ##
    +# @brief Run the configured engine to process the input file.
    +# @param input The input file to be processed.
    +
    +
    +
    +
    +

    Has 11 line(s). Calls functions:

    +
    +
    +
    _run_engine
    +`-- _msg
    +
    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +

    _sitemap

    +
    +
    +
    +
    +
    ##
    +# @brief Generate the sitemap files if conditions are met.
    +
    +
    +
    +
    +

    Has 92 line(s). Calls functions:

    +
    +
    +
    _sitemap
    +`-- _msg
    +
    +

    Uses feature(s): setopt

    +

    Called by:

    +
    +
    +
    Script-Body
    +
    +

    Environment variables used: new_updated_blogs // new_updated_pages // sitemap_force

    +
    +
    +

    _version

    +
    +
    +
    +
    +
    ##
    +# @brief Display the version information of the script.
    +# @param ... Additional arguments (unused in this function).
    +
    +
    +
    +
    +

    Has 4 line(s). Calls functions:

    +
    +
    +
    _version
    +`-- _msg
    +
    +

    Called by:

    +
    +
    +
    Script-Body
    +
    +
    +
    +

    _youtube

    +
    +
    +
    +
    +
    ##
    +# @brief Embed a YouTube video in the provided content.
    +# @param content The content containing #ytvideo tags.
    +# @return The content with #ytvideo tags replaced by YouTube iframe embeds.
    +
    +
    +
    +
    +

    Has 18 line(s). Doesn’t call other functions.

    +

    Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

    +
    +
    +
    +
    +

    + + + diff --git a/images/README.md b/images/README.md new file mode 100644 index 0000000..e5120c2 --- /dev/null +++ b/images/README.md @@ -0,0 +1,3 @@ +Copy this directory to your **www_root** + +**$www_root/images/** \ No newline at end of file diff --git a/images/ext-black-top.svg b/images/ext-black-top.svg new file mode 100644 index 0000000..e5348c8 --- /dev/null +++ b/images/ext-black-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/include/common/colors.inc b/include/common/colors.inc new file mode 100755 index 0000000..6e571ec --- /dev/null +++ b/include/common/colors.inc @@ -0,0 +1,88 @@ +# Here you set the colors you want in the output of view and search +# +# Black 0;30 Dark Gray 1;30 +# Blue 0;34 Light Blue 1;34 +# Green 0;32 Light Green 1;32 +# Cyan 0;36 Light Cyan 1;36 +# Red 0;31 Light Red 1;31 +# Purple 0;35 Light Purple 1;35 +# Brown 0;33 Yellow 1;33 +# Light Gray 0;37 White 1;37 + +BLACK="\033[0;30m" +RED="\033[0;31m" +GREEN="\033[0;32m" +YELLOW="\033[0;33m" +BLUE="\033[0;34m" +MAGENTA="\033[0;35m" +CYAN="\033[0;36m" +WHITE="\033[0;37m" +BOLD_BLACK="\033[1;30m" +BOLD_RED="\033[1;31m" +BOLD_GREEN="\033[1;32m" +BOLD_YELLOW="\033[1;33m" +BOLD_BLUE="\033[1;34m" +BOLD_MAGENTA="\033[1;35m" +BOLD_CYAN="\033[1;36m" +BOLD_WHITE="\033[1;37m" +BLACK_BG="\033[40m" +RED_BG="\033[41m" +GREEN_BG="\033[42m" +YELLOW_BG="\033[43m" +BLUE_BG="\033[44m" +MAGENTA_BG="\033[45m" +CYAN_BG="\033[46m" +WHITE_BG="\033[47m" +END="\033[0m" + +Black="\033[0;30m" +Red="\033[0;31m" +Green="\033[0;32m" +Yellow="\033[0;33m" +Blue="\033[0;34m" +Magenta="\033[0;35m" +Cyan="\033[0;36m" +White="\033[0;37m" +Bold_Black="\033[1;30m" +Bold_Red="\033[1;31m" +Bold_Green="\033[1;32m" +Bold_Yellow="\033[1;33m" +Bold_Blue="\033[1;34m" +Bold_Magenta="\033[1;35m" +Bold_Cyan="\033[1;36m" +Bold_White="\033[1;37m" +Black_bg="\033[40m" +Red_bg="\033[41m" +Green_bg="\033[42m" +Yellow_bg="\033[43m" +Blue_bg="\033[44m" +Magenta_bg="\033[45m" +Cyan_bg="\033[46m" +White_bg="\033[47m" +End="\033[0m" + +black="\033[0;30m" +red="\033[0;31m" +green="\033[0;32m" +yellow="\033[0;33m" +blue="\033[0;34m" +magenta="\033[0;35m" +cyan="\033[0;36m" +white="\033[0;37m" +bold_black="\033[1;30m" +bold_red="\033[1;31m" +bold_green="\033[1;32m" +bold_yellow="\033[1;33m" +bold_blue="\033[1;34m" +bold_magenta="\033[1;35m" +bold_cyan="\033[1;36m" +bold_white="\033[1;37m" +black_bg="\033[40m" +red_bg="\033[41m" +green_bg="\033[42m" +yellow_bg="\033[43m" +blue_bg="\033[44m" +magenta_bg="\033[45m" +cyan_bg="\033[46m" +white_bg="\033[47m" +end="\033[0m" diff --git a/include/common/include b/include/common/include new file mode 100644 index 0000000..aed7a6d --- /dev/null +++ b/include/common/include @@ -0,0 +1,15 @@ +function include() { + + # This function is used to include other functions that will normally be in + # ${HOME}/bin/include/ + + # Edit this path to reflect your installation + local inc_file=${HOME}/bin/include/${1}.inc + if [[ ! -f ${inc_file} ]]; then + local inc_opt=$( echo ${1} | cut -d\/ -f2 ) + echo "Supplied option \"${inc_opt}\" is not a valid include." + else + builtin source ${inc_file} ${2} + fi + +} diff --git a/include/common/input_to_array.inc b/include/common/input_to_array.inc new file mode 100644 index 0000000..7e172be --- /dev/null +++ b/include/common/input_to_array.inc @@ -0,0 +1,11 @@ +# Converts a --with=option,option2 into an array +# Usage: InputToArray +# Returns: $InputArray + +function InputToArray () { + + if [[ ${@} =~ "--with" ]]; then + InputArray=( $( echo ${@} | cut -d= -f2 | sed -e 's/\,/\ /g' ) ) + fi + +} diff --git a/include/common/loggy.inc b/include/common/loggy.inc new file mode 100644 index 0000000..dd205a7 --- /dev/null +++ b/include/common/loggy.inc @@ -0,0 +1,7 @@ +# Function: LOGGER +# Usage: loggy +function loggy () { + + echo "$$ - $(date +%T) - ${KODIVERSION} - ${@}" >> ${LOGGYLOGFILE} + +} diff --git a/include/common/slash_to_array.inc b/include/common/slash_to_array.inc new file mode 100644 index 0000000..43d0790 --- /dev/null +++ b/include/common/slash_to_array.inc @@ -0,0 +1,9 @@ +# This function creates an array of a *nix path +# Example: /home/user/bin becomes an array of ( home user bin ) + +function slash_to_array () { + + sta=( $( echo ${1} | sed -e "s/\//\ /g" ) ) + # return ${sta} + +} \ No newline at end of file diff --git a/include/common/zini b/include/common/zini new file mode 100644 index 0000000..920b661 --- /dev/null +++ b/include/common/zini @@ -0,0 +1,39 @@ +# zini function to parse INI files and store their content in an associative array +zini() { + local ini_path="$1" + typeset -gA config + + # Check if the file exists + if [[ ! -f "$ini_path" ]]; then + echo "Configuration file not found: $ini_path" + return 1 + fi + + local current_section="" + local line key value composite_key + + # Read the INI file line by line + while IFS= read -r line || [[ -n $line ]]; do + line=$(echo $line | xargs) # Trim whitespace + + # Skip empty lines and comments + [[ -z "$line" || "$line" == \;* ]] && continue + + # Detect section headers + if [[ "$line" == \[*\]* ]]; then + current_section="${line:1:-1}" + else + # Parse key-value pairs + key=${line%%=*} + value=${line#*=} + key=$(echo $key | xargs) # Trim key + value=$(echo $value | xargs) # Trim value + + # Store in associative array with 'section_key' format + composite_key="${current_section}_${key}" + config[$composite_key]="$value" + fi + done < "$ini_path" + + # echo "Configuration loaded." +} diff --git a/include/qsgen2/lang/en_UK b/include/qsgen2/lang/en_UK new file mode 100644 index 0000000..c1cdeef --- /dev/null +++ b/include/qsgen2/lang/en_UK @@ -0,0 +1,117 @@ +qsgenlang=( +_qsgen2_msg_2 "- Forced Update: Generating Everything" +_qsgen2_msg_3 "* %SCRIPT_NAME% cannot parse this site. Exiting. *" +_qsgen2_msg_4 "Please install Pandoc." +_qsgen2_msg_5 "No valid generator found. Are you sure you've selected the correct generator in 'config'?" +_qsgen2_msg_6 "Using the" +_qsgen2_msg_6.1 "-engine for files:" +_qsgen2_msg_7 "- Created by kekePower - 2018-" +_qsgen2_msg_8 "- See" +_qsgen2_msg_8.1 "for more information." +_qsgen2_msg_9 "Contents of the Config file:" +_list_pages_msg_1 "_list_pages: No Pages found with extension" +_list_pages_msg_2 "_list_pages: Adding file to array:" +_list_blogs_msg_1 "_list_blogs: No blog files found." +_list_blogs_msg_2 "_list_blogs: Adding file to array:" +_blog_cache_msg_1 "_blog_cache: HASH VALUE:" +_blog_cache_msg_2 "1. _blog_cache:" +_blog_cache_msg_3 "2. _blog_cache: current_cache:" +_blog_cache_msg_4 "3. _blog_cache: new_cache_file:" +_blog_cache_msg_5 "4. _blog_cache: new_current_cache:" +_pages_cache_msg_1 "PAGES HASH VALUE:" +_pages_cache_msg_2 "1. pages_cache:" +_pages_cache_msg_3 "1. _pages_cache: current_cache:" +_pages_cache_msg_4 "2. _pages_cache: pages_file:" +_pages_cache_msg_5 "2. _pages_cache: current_cache:" +_last_updated_msg_1 "_last_updated: Setting date and version in footer" +_last_updated_msg_1 "_last_updated:" +_f_last_updated_msg_1 "_f_last_updated: Setting date and version in footer of file" +_f_last_updated_msg_2 "_f_last_updated:" +_f_last_updated_msg_3 "_f_last_updated: File" +_f_last_updated_msg_3.1 "not found." +_pages_msg_1 "_pages: Running function _pages_cache" +_pages_msg_2 "* You do not have any pages *" +_pages_msg_3 "Generating Pages" +_pages_msg_4 "_pages: pages_array is not empty" +_pages_msg_5 "_pages: Setting Pages template" +_pages_msg_6 "Unable to find the Pages template:" +_pages_msg_7 "_pages: Reading Pages template into pages_tpl" +_pages_msg_9 "_pages: Loading page_content once -" +_pages_msg_10 "_pages: Finding page_title" +_pages_msg_11 "_pages:" +_pages_msg_12 "_pages: Removing #title line from page_content" +_pages_msg_13 "_pages: Running engine on" +_pages_msg_14 "_pages: Checking for #link, #showimg and #ytvideo in page_content" +_pages_msg_15 "_pages: #link is present, run _link: page_content" +_pages_msg_16 "_pages: #showimg is present, run _image: page_content" +_pages_msg_17 "_pages: #ytvideo is present, run _youtube: page_content" +_pages_msg_18 "_pages: Replacing #pagetitle, #tagline and #sitename in pages_tpl" +_pages_msg_19 "_pages: Replacing BODY with page_content in pages_tpl" +_pages_msg_20 "_pages: _last_updated in pages_tpl" +_pages_msg_21 "_pages: Lowercase filenames, always" +_pages_msg_22 "_pages: Running _cleanup" +_pages_msg_23 "- Parsing" +_pages_msg_24 "- blog_in_index =" +_pages_msg_25 "- Printing blog temp file:" +_pages_msg_26 "Updating index.html with new blog posts" +_pages_msg_27 "- Parsing" +_pages_msg_28 "- blog_in_index =" +_pages_msg_29 "- No new or updated Pages found" +_blogs_msg_1 "_blogs: Running function _list_blogs" +_blogs_msg_2 "* You do not have any blogs *" +_blogs_msg_3 "Generating Blogs" +_blogs_msg_4 "_blogs: Running function _blog_cache" +_blogs_msg_5 "Unable to find theme template for Blogs." +_blogs_msg_6 "_blogs: Processing pre-data for" +_blogs_msg_7 "_blogs: Looking for DATE: Found" +_blogs_msg_8 "_blogs: Looking for BLOG_TITLE: Found" +_blogs_msg_9 "* _blogs: DATE metadata missing in" +_blogs_msg_10 "* _blogs: BLOG_TITLE metadata missing in" +_blogs_msg_11 "_blogs: Adding data for" +_blogs_msg_11.1 "to array to export" +_blogs_msg_12 "_blogs: Processing" +_blogs_msg_14 "_blogs: Processing substitutes in" +_blogs_msg_15 "_blogs: Running function" +_blogs_msg_15.1 "for" +_blogs_msg_16 "_blogs: Checking for #link, #showimg and #ytvideo in blog_content" +_blogs_msg_17 "_blogs: #link is present, run _link: blog_content" +_blogs_msg_18 "_blogs: #showimg is present, run _link: blog_content" +_blogs_msg_19 "_blogs: #ytvideo is present, run _link: blog_content" +_blogs_msg_20 "_blogs: Replacing tagline, sitename and pagetitle" +_blogs_msg_21 "_blogs: Creating directory" +_blogs_msg_22 "_blogs: Writing blog to disk:" +_blogs_msg_23 "_blogs: new_updated_blogs=true" +_blogs_msg_24 "- No new or updated Blogs found" +_blogs_msg_25 "* _blogs: Running _blog_idx_for_index" +_blogs_msg_26 "* _blogs: Running _blog_index" +_blog_idx_for_index_msg_1 "- Populating" +_blog_idx_for_index_msg_2 "_blog_idx_for_index: Initiating function" +_blog_idx_for_index_msg_3 "_blog_idx_for_index: BLOG_META_STR_ARRAY:" +_blog_idx_for_index_msg_4 "_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs" +_blog_idx_for_index_msg_5 "_blog_idx_for_index:" +_blog_idx_for_index_msg_6 "_blog_idx_for_index: Iterate over each component and extract information" +_blog_idx_for_index_msg_7 "_blog_idx_for_index: Running" +_blog_idx_for_index_msg_7.1 "on content to catch QStags in Ingress" +_blog_idx_for_index_msg_8 "_blog_idx_for_index: Writing _blog_idx_for_index to file:" +_blog_idx_for_index_msg_9 "_blog_idx_for_index: blog_list_content =" +_blog_index_msg_1 "_blog_index: blog_in_index=" +_blog_index_msg_2 "_blog_index: new_updated_blogs=" +_blog_index_msg_3 "_blog_index: Running function _blog_index" +_blog_index_msg_4 "_blog_index: blog_in_index =" +_blog_index_msg_5 "- Generating Page:" +_blog_index_msg_6 "_blog_index: Replacing sitename and tagline" +_blog_index_msg_7 "_blog_index: Replacing BODY with content of" +_blog_index_msg_8 "_blog_index: Writing" +_blog_index_msg_9 "_blog_index: Content length of blog_index_content:" +_add_blog_list_to_index_msg_1 "_add_blog_list_to_index: Inserting blog list to index.html" +_sitemap_msg_1 "Generating Sitemap" +_sitemap_msg_2 "Sitemap generated at" +_link_msg_1 "_link: URL_MAIN(line):" +_link_msg_2 "_link_ URL:" +_link_msg_3 "_link: Text:" +_image_msg_1 "_image: Processing line:" +_youtube_msg_1 "_youtube: Processing line:" +_cleanup_msg_1 "_cleanup: Cleaning up tags in content" +_html_msg_1 "_html: Converting QStags in content" +_zhtml_msg_1 "_zhtml: Converting QStags in content" +) diff --git a/include/qsgen2/lang/en_US b/include/qsgen2/lang/en_US new file mode 100644 index 0000000..61f7b3c --- /dev/null +++ b/include/qsgen2/lang/en_US @@ -0,0 +1,117 @@ +qsgenlang=( +_qsgen2_msg_2 "- Forced Update: Generating Everything" +_qsgen2_msg_3 "* %SCRIPT_NAME% cannot parse this site. Exiting. *" +_qsgen2_msg_4 "Please install Pandoc." +_qsgen2_msg_5 "No valid generator found. Are you sure you\'ve selected the correct generator in \'config\'?" +_qsgen2_msg_6 "Using the" +_qsgen2_msg_6.1 "-engine for files:" +_qsgen2_msg_7 "- Created by kekePower - 2018-" +_qsgen2_msg_8 "- See" +_qsgen2_msg_8.1 "for more information." +_qsgen2_msg_9 "Contents of the Config file:" +_list_pages_msg_1 "_list_pages: No Pages found with ext" +_list_pages_msg_2 "_list_pages: Adding file to array:" +_list_blogs_msg_1 "_list_blogs: No blog files found." +_list_blogs_msg_2 "_list_blogs: Adding file to array:" +_blog_cache_msg_1 "_blog_cache: HASH VALUE:" +_blog_cache_msg_2 "1. _blog_cache:" +_blog_cache_msg_3 "2. _blog_cache: current_cache:" +_blog_cache_msg_4 "3. _blog_cache: new_cache_file:" +_blog_cache_msg_5 "4. _blog_cache: new_current_cache:" +_pages_cache_msg_1 "PAGES HASH VALUE:" +_pages_cache_msg_2 "1. pages_cache:" +_pages_cache_msg_3 "1. _pages_cache: current_cache:" +_pages_cache_msg_4 "2. _pages_cache: pages_file:" +_pages_cache_msg_5 "2. _pages_cache: current_cache:" +_last_updated_msg_1 "_last_updated: Setting date and version in footer" +_last_updated_msg_1 "_last_updated:" +_f_last_updated_msg_1 "_f_last_updated: Setting date and version in footer of file" +_f_last_updated_msg_2 "_f_last_updated:" +_f_last_updated_msg_3 "_f_last_updated: File" +_f_last_updated_msg_3.1 "not found." +_pages_msg_1 "_pages: Running function _pages_cache" +_pages_msg_2 "* You do not have any pages *" +_pages_msg_3 "Generating Pages" +_pages_msg_4 "_pages: pages_array is not empty" +_pages_msg_5 "_pages: Setting Pages template" +_pages_msg_6 "Unable to find the Pages template:" +_pages_msg_7 "_pages: Reading Pages template into pages_tpl" +_pages_msg_9 "_pages: Loading page_content once -" +_pages_msg_10 "_pages: Finding page_title" +_pages_msg_11 "_pages:" +_pages_msg_12 "_pages: Removing #title line from page_content" +_pages_msg_13 "_pages: Running engine on" +_pages_msg_14 "_pages: Checking for #link, #showimg and #ytvideo in page_content" +_pages_msg_15 "_pages: #link is present, run _link: page_content" +_pages_msg_16 "_pages: #showimg is present, run _image: page_content" +_pages_msg_17 "_pages: #ytvideo is present, run _youtube: page_content" +_pages_msg_18 "_pages: Replacing #pagetitle, #tagline and #sitename in pages_tpl" +_pages_msg_19 "_pages: Replacing BODY with page_content in pages_tpl" +_pages_msg_20 "_pages: _last_updated in pages_tpl" +_pages_msg_21 "_pages: Lowercase filnames, always" +_pages_msg_22 "_pages: Running _cleanup" +_pages_msg_23 "- Parsing" +_pages_msg_24 "- blog_in_index =" +_pages_msg_25 "- Printing blog temp file:" +_pages_msg_26 "Updating index.html with new blog posts" +_pages_msg_27 "- Parsing" +_pages_msg_28 "- blog_in_index =" +_pages_msg_29 "- No new or updated Pages found" +_blogs_msg_1 "_blogs: Running function _list_blogs" +_blogs_msg_2 "* You do not have any blogs *" +_blogs_msg_3 "Generating Blogs" +_blogs_msg_4 "_blogs: Running function _blog_cache" +_blogs_msg_5 "Unable to find theme template for Blogs." +_blogs_msg_6 "_blogs: Processing pre-data for" +_blogs_msg_7 "_blogs: Looking for DATE: Found" +_blogs_msg_8 "_blogs: Looking for BLOG_TITLE: Found" +_blogs_msg_9 "* _blogs: DATE metadata missing in" +_blogs_msg_10 "* _blogs: BLOG_TITLE metadata missing in" +_blogs_msg_11 "_blogs: Adding data for" +_blogs_msg_11.1 "to array to export" +_blogs_msg_12 "_blogs: Processing" +_blogs_msg_14 "_blogs: Processing substitutes in" +_blogs_msg_15 "_blogs: Running function" +_blogs_msg_15_1 "for" +_blogs_msg_16 "_blogs: Checking for #link, #showimg and #ytvideo in blog_content" +_blogs_msg_17 "_blogs: #link is present, run _link: blog_content" +_blogs_msg_18 "_blogs: #showimg is present, run _link: blog_content" +_blogs_msg_19 "_blogs: #ytvideo is present, run _link: blog_content" +_blogs_msg_20 "_blogs: Replacing tagline, sitename and pagetitle" +_blogs_msg_21 "_blogs: Creating directory" +_blogs_msg_22 "_blogs: Writing blog to disk:" +_blogs_msg_23 "_blogs: new_updated_blogs=true" +_blogs_msg_24 "- No new or updated Blogs found" +_blogs_msg_25 "* _blogs: Running _blog_idx_for_index" +_blogs_msg_26 "* _blogs: Running _blog_index" +_blog_idx_for_index_msg_1 "- Populating" +_blog_idx_for_index_msg_2 "_blog_idx_for_index: Initiating function" +_blog_idx_for_index_msg_3 "_blog_idx_for_index: BLOG_META_STR_ARRAY:" +_blog_idx_for_index_msg_4 "_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs" +_blog_idx_for_index_msg_5 "_blog_idx_for_index:" +_blog_idx_for_index_msg_6 "_blog_idx_for_index: Iterate over each component and extract information" +_blog_idx_for_index_msg_7 "_blog_idx_for_index: Running" +_blog_idx_for_index_msg_7.1 "on content to catch QStags in Ingress" +_blog_idx_for_index_msg_8 "_blog_idx_for_index: Writing _blog_idx_for_index to file:" +_blog_idx_for_index_msg_9 "_blog_idx_for_index: blog_list_content =" +_blog_index_msg_1 "_blog_index: blog_in_index=" +_blog_index_msg_2 "_blog_index: new_updated_blogs=" +_blog_index_msg_3 "_blog_index: Running function _blog_index" +_blog_index_msg_4 "_blog_index: blog_in_index =" +_blog_index_msg_5 "- Generating Page:" +_blog_index_msg_6 "_blog_index: Replacing sitename and tagline" +_blog_index_msg_7 "_blog_index: Replacing BODY with content of" +_blog_index_msg_8 "_blog_index: Writing" +_blog_index_msg_9 "_blog_index: Content length of blog_index_content:" +_add_blog_list_to_index_msg_1 "_add_blog_list_to_index: Inserting blog list to index.html" +_sitemap_msg_1 "Generating Sitemap" +_sitemap_msg_2 "Sitemap generated at" +_link_msg_1 "_link: URL_MAIN(line):" +_link_msg_2 "_link_ URL:" +_link_msg_3 "_link: Text:" +_image_msg_1 "_image: Processing line:" +_youtube_msg_1 "_youtube: Processing line:" +_cleanup_msg_1 "_cleanup: Cleaning up tags in content" +_html_msg_1 "_html: Converting QStags in content" +_zhtml_msg_1 "_zhtml: Converting QStags in content" +) diff --git a/include/qsgen2/lang/es_ES b/include/qsgen2/lang/es_ES new file mode 100644 index 0000000..b4eb9f9 --- /dev/null +++ b/include/qsgen2/lang/es_ES @@ -0,0 +1,117 @@ +qsgenlang=( +_qsgen2_msg_2 "- Actualización forzada: Generando todo" +_qsgen2_msg_3 "* %SCRIPT_NAME% no puede analizar este sitio. Saliendo. *" +_qsgen2_msg_4 "Por favor, instala Pandoc." +_qsgen2_msg_5 "No se encontró un generador válido. ¿Estás seguro de que has seleccionado el generador correcto en 'config'?" +_qsgen2_msg_6 "Usando el" +_qsgen2_msg_6.1 "-motor para archivos:" +_qsgen2_msg_7 "- Creado por kekePower - 2018-" +_qsgen2_msg_8 "- Ver" +_qsgen2_msg_8.1 "para más información." +_qsgen2_msg_9 "Contenidos del archivo Config:" +_list_pages_msg_1 "_list_pages: No se encontraron páginas con ext" +_list_pages_msg_2 "_list_pages: Añadiendo archivo al array:" +_list_blogs_msg_1 "_list_blogs: No se encontraron archivos de blog." +_list_blogs_msg_2 "_list_blogs: Añadiendo archivo al array:" +_blog_cache_msg_1 "_blog_cache: VALOR HASH:" +_blog_cache_msg_2 "1. _blog_cache:" +_blog_cache_msg_3 "2. _blog_cache: cache_actual:" +_blog_cache_msg_4 "3. _blog_cache: nuevo_archivo_cache:" +_blog_cache_msg_5 "4. _blog_cache: nueva_cache_actual:" +_pages_cache_msg_1 "VALOR HASH PÁGINAS:" +_pages_cache_msg_2 "1. pages_cache:" +_pages_cache_msg_3 "1. _pages_cache: cache_actual:" +_pages_cache_msg_4 "2. _pages_cache: archivo_páginas:" +_pages_cache_msg_5 "2. _pages_cache: cache_actual:" +_last_updated_msg_1 "_last_updated: Estableciendo fecha y versión en el pie de página" +_last_updated_msg_1 "_last_updated:" +_f_last_updated_msg_1 "_f_last_updated: Estableciendo fecha y versión en el pie de página del archivo" +_f_last_updated_msg_2 "_f_last_updated:" +_f_last_updated_msg_3 "_f_last_updated: Archivo" +_f_last_updated_msg_3.1 "no encontrado." +_pages_msg_1 "_pages: Ejecutando función _pages_cache" +_pages_msg_2 "* No tienes ninguna página *" +_pages_msg_3 "Generando Páginas" +_pages_msg_4 "_pages: array_de_páginas no está vacío" +_pages_msg_5 "_pages: Estableciendo plantilla de Páginas" +_pages_msg_6 "No se puede encontrar la plantilla de Páginas:" +_pages_msg_7 "_pages: Leyendo plantilla de Páginas en pages_tpl" +_pages_msg_9 "_pages: Cargando contenido de la página una vez -" +_pages_msg_10 "_pages: Buscando título de página" +_pages_msg_11 "_pages:" +_pages_msg_12 "_pages: Eliminando línea #título del contenido de la página" +_pages_msg_13 "_pages: Ejecutando motor en" +_pages_msg_14 "_pages: Verificando #link, #showimg y #ytvideo en contenido de la página" +_pages_msg_15 "_pages: #link presente, ejecutar _link: contenido de la página" +_pages_msg_16 "_pages: #showimg presente, ejecutar _image: contenido de la página" +_pages_msg_17 "_pages: #ytvideo presente, ejecutar _youtube: contenido de la página" +_pages_msg_18 "_pages: Reemplazando #tituloDePagina, #tagline y #nombreDeSitio en pages_tpl" +_pages_msg_19 "_pages: Reemplazando CUERPO con contenido de la página en pages_tpl" +_pages_msg_20 "_pages: _last_updated en pages_tpl" +_pages_msg_21 "_pages: Nombres de archivo en minúsculas, siempre" +_pages_msg_22 "_pages: Ejecutando _cleanup" +_pages_msg_23 "- Analizando" +_pages_msg_24 "- blog_en_indice =" +_pages_msg_25 "- Imprimiendo archivo temporal del blog:" +_pages_msg_26 "Actualizando index.html con nuevas publicaciones de blog" +_pages_msg_27 "- Analizando" +_pages_msg_28 "- blog_en_indice =" +_pages_msg_29 "- No se encontraron nuevas o actualizadas Páginas" +_blogs_msg_1 "_blogs: Ejecutando función _list_blogs" +_blogs_msg_2 "* No tienes ningún blog *" +_blogs_msg_3 "Generando Blogs" +_blogs_msg_4 "_blogs: Ejecutando función _blog_cache" +_blogs_msg_5 "No se puede encontrar la plantilla de tema para Blogs." +_blogs_msg_6 "_blogs: Procesando datos previos para" +_blogs_msg_7 "_blogs: Buscando FECHA: Encontrado" +_blogs_msg_8 "_blogs: Buscando TÍTULO DEL BLOG: Encontrado" +_blogs_msg_9 "* _blogs: Falta metadatos de FECHA en" +_blogs_msg_10 "* _blogs: Falta metadatos de TÍTULO DEL BLOG en" +_blogs_msg_11 "_blogs: Añadiendo datos para" +_blogs_msg_11.1 "al array para exportar" +_blogs_msg_12 "_blogs: Procesando" +_blogs_msg_14 "_blogs: Procesando sustitutos en" +_blogs_msg_15 "_blogs: Ejecutando función" +_blogs_msg_15.1 "para" +_blogs_msg_16 "_blogs: Verificando #link, #showimg y #ytvideo en contenido del blog" +_blogs_msg_17 "_blogs: #link presente, ejecutar _link: contenido del blog" +_blogs_msg_18 "_blogs: #showimg presente, ejecutar _link: contenido del blog" +_blogs_msg_19 "_blogs: #ytvideo presente, ejecutar _link: contenido del blog" +_blogs_msg_20 "_blogs: Reemplazando tagline, nombreDeSitio y tituloDePagina" +_blogs_msg_21 "_blogs: Creando directorio" +_blogs_msg_22 "_blogs: Escribiendo blog en disco:" +_blogs_msg_23 "_blogs: blogs_actualizados=true" +_blogs_msg_24 "- No se encontraron nuevos o actualizados Blogs" +_blogs_msg_25 "* _blogs: Ejecutando _blog_idx_for_index" +_blogs_msg_26 "* _blogs: Ejecutando _blog_index" +_blog_idx_for_index_msg_1 "- Llenando" +_blog_idx_for_index_msg_2 "_blog_idx_for_index: Iniciando función" +_blog_idx_for_index_msg_3 "_blog_idx_for_index: BLOG_META_STR_ARRAY:" +_blog_idx_for_index_msg_4 "_blog_idx_for_index: meta_str de BLOG_META_STR_ARRAY de _blogs" +_blog_idx_for_index_msg_5 "_blog_idx_for_index:" +_blog_idx_for_index_msg_6 "_blog_idx_for_index: Iterar sobre cada componente y extraer información" +_blog_idx_for_index_msg_7 "_blog_idx_for_index: Ejecutando" +_blog_idx_for_index_msg_7.1 "en contenido para capturar QStags en Ingress" +_blog_idx_for_index_msg_8 "_blog_idx_for_index: Escribiendo _blog_idx_for_index en archivo:" +_blog_idx_for_index_msg_9 "_blog_idx_for_index: contenido_de_lista_de_blogs =" +_blog_index_msg_1 "_blog_index: blog_en_indice=" +_blog_index_msg_2 "_blog_index: blogs_actualizados=" +_blog_index_msg_3 "_blog_index: Ejecutando función _blog_index" +_blog_index_msg_4 "_blog_index: blog_en_indice =" +_blog_index_msg_5 "- Generando Página:" +_blog_index_msg_6 "_blog_index: Reemplazando nombreDeSitio y tagline" +_blog_index_msg_7 "_blog_index: Reemplazando CUERPO con contenido de" +_blog_index_msg_8 "_blog_index: Escribiendo" +_blog_index_msg_9 "_blog_index: Longitud de contenido de blog_index_content:" +_add_blog_list_to_index_msg_1 "_add_blog_list_to_index: Insertando lista de blogs en index.html" +_sitemap_msg_1 "Generando Mapa del Sitio" +_sitemap_msg_2 "Mapa del sitio generado en" +_link_msg_1 "_link: LÍNEA URL_PRINCIPAL:" +_link_msg_2 "_link_ URL:" +_link_msg_3 "_link: Texto:" +_image_msg_1 "_image: Procesando línea:" +_youtube_msg_1 "_youtube: Procesando línea:" +_cleanup_msg_1 "_cleanup: Limpiando etiquetas en contenido" +_html_msg_1 "_html: Convirtiendo QStags en contenido" +_zhtml_msg_1 "_zhtml: Convirtiendo QStags en contenido" +) diff --git a/include/qsgen2/lang/fr_FR b/include/qsgen2/lang/fr_FR new file mode 100644 index 0000000..715061c --- /dev/null +++ b/include/qsgen2/lang/fr_FR @@ -0,0 +1,117 @@ +qsgenlang=( +_qsgen2_msg_2 "- Mise à jour forcée : Génération de tout" +_qsgen2_msg_3 "* %SCRIPT_NAME% ne peut pas analyser ce site. Sortie. *" +_qsgen2_msg_4 "Veuillez installer Pandoc." +_qsgen2_msg_5 "Aucun générateur valide trouvé. Êtes-vous sûr d'avoir sélectionné le bon générateur dans 'config' ?" +_qsgen2_msg_6 "Utilisation du" +_qsgen2_msg_6.1 "-moteur pour les fichiers :" +_qsgen2_msg_7 "- Créé par kekePower - 2018-" +_qsgen2_msg_8 "- Voir" +_qsgen2_msg_8.1 "pour plus d'informations." +_qsgen2_msg_9 "Contenu du fichier Config :" +_list_pages_msg_1 "_list_pages : Aucune page trouvée avec l'extension" +_list_pages_msg_2 "_list_pages : Ajout du fichier au tableau :" +_list_blogs_msg_1 "_list_blogs : Aucun fichier de blog trouvé." +_list_blogs_msg_2 "_list_blogs : Ajout du fichier au tableau :" +_blog_cache_msg_1 "_blog_cache : VALEUR DU HASH :" +_blog_cache_msg_2 "1. _blog_cache :" +_blog_cache_msg_3 "2. _blog_cache : cache_actuel :" +_blog_cache_msg_4 "3. _blog_cache : nouveau_fichier_cache :" +_blog_cache_msg_5 "4. _blog_cache : nouveau_cache_actuel :" +_pages_cache_msg_1 "VALEUR DU HASH DES PAGES :" +_pages_cache_msg_2 "1. cache_des_pages :" +_pages_cache_msg_3 "1. _cache_des_pages : cache_actuel :" +_pages_cache_msg_4 "2. _cache_des_pages : fichier_des_pages :" +_pages_cache_msg_5 "2. _cache_des_pages : cache_actuel :" +_last_updated_msg_1 "_last_updated : Définition de la date et de la version dans le pied de page" +_last_updated_msg_1 "_last_updated :" +_f_last_updated_msg_1 "_f_last_updated : Définition de la date et de la version dans le pied de page du fichier" +_f_last_updated_msg_2 "_f_last_updated :" +_f_last_updated_msg_3 "_f_last_updated : Fichier" +_f_last_updated_msg_3.1 "non trouvé." +_pages_msg_1 "_pages : Exécution de la fonction _cache_des_pages" +_pages_msg_2 "* Vous n'avez aucune page *" +_pages_msg_3 "Génération des Pages" +_pages_msg_4 "_pages : le tableau des pages n'est pas vide" +_pages_msg_5 "_pages : Définition du modèle des Pages" +_pages_msg_6 "Impossible de trouver le modèle des Pages :" +_pages_msg_7 "_pages : Lecture du modèle des Pages dans pages_tpl" +_pages_msg_9 "_pages : Chargement du contenu de la page une fois -" +_pages_msg_10 "_pages : Recherche du titre de la page" +_pages_msg_11 "_pages :" +_pages_msg_12 "_pages : Suppression de la ligne #titre du contenu de la page" +_pages_msg_13 "_pages : Exécution du moteur sur" +_pages_msg_14 "_pages : Vérification de #lien, #montrerimg et #videoyt dans le contenu de la page" +_pages_msg_15 "_pages : #lien présent, exécution de _lien : contenu de la page" +_pages_msg_16 "_pages : #montrerimg présent, exécution de _image : contenu de la page" +_pages_msg_17 "_pages : #videoyt présent, exécution de _youtube : contenu de la page" +_pages_msg_18 "_pages : Remplacement de #titredelapage, #slogan et #nomdusite dans pages_tpl" +_pages_msg_19 "_pages : Remplacement du CORPS par le contenu de la page dans pages_tpl" +_pages_msg_20 "_pages : _dernière_mise_à_jour dans pages_tpl" +_pages_msg_21 "_pages : Noms de fichiers en minuscules, toujours" +_pages_msg_22 "_pages : Exécution de _nettoyage" +_pages_msg_23 "- Analyse" +_pages_msg_24 "- blog_dans_index =" +_pages_msg_25 "- Impression du fichier temporaire du blog :" +_pages_msg_26 "Mise à jour de index.html avec les nouveaux articles de blog" +_pages_msg_27 "- Analyse" +_pages_msg_28 "- blog_dans_index =" +_pages_msg_29 "- Aucune nouvelle page ou mise à jour trouvée" +_blogs_msg_1 "_blogs : Exécution de la fonction _list_blogs" +_blogs_msg_2 "* Vous n'avez aucun blog *" +_blogs_msg_3 "Génération des Blogs" +_blogs_msg_4 "_blogs : Exécution de la fonction _cache_des_blogs" +_blogs_msg_5 "Impossible de trouver le modèle de thème pour les Blogs." +_blogs_msg_6 "_blogs : Traitement des données préliminaires pour" +_blogs_msg_7 "_blogs : Recherche de DATE : Trouvé" +_blogs_msg_8 "_blogs : Recherche de TITRE_DU_BLOG : Trouvé" +_blogs_msg_9 "* _blogs : Donnée de DATE manquante dans" +_blogs_msg_10 "* _blogs : TITRE_DU_BLOG manquant dans" +_blogs_msg_11 "_blogs : Ajout des données pour" +_blogs_msg_11.1 "au tableau pour l'export" +_blogs_msg_12 "_blogs : Traitement" +_blogs_msg_14 "_blogs : Traitement des substituts dans" +_blogs_msg_15 "_blogs : Exécution de la fonction" +_blogs_msg_15.1 "pour" +_blogs_msg_16 "_blogs : Vérification de #lien, #montrerimg et #videoyt dans le contenu du blog" +_blogs_msg_17 "_blogs : #lien présent, exécution de _lien : contenu du blog" +_blogs_msg_18 "_blogs : #montrerimg présent, exécution de _lien : contenu du blog" +_blogs_msg_19 "_blogs : #videoyt présent, exécution de _lien : contenu du blog" +_blogs_msg_20 "_blogs : Remplacement de slogan, nomdusite et titredelapage" +_blogs_msg_21 "_blogs : Création du répertoire" +_blogs_msg_22 "_blogs : Écriture du blog sur le disque :" +_blogs_msg_23 "_blogs : nouveaux_blogs_mis_à_jour=true" +_blogs_msg_24 "- Aucun nouveau blog ou mise à jour trouvée" +_blogs_msg_25 "* _blogs : Exécution de _index_des_blogs_pour_index" +_blogs_msg_26 "* _blogs : Exécution de _index_des_blogs" +_blog_idx_for_index_msg_1 "- Peuplement" +_blog_idx_for_index_msg_2 "_index_des_blogs_pour_index : Initiation de la fonction" +_blog_idx_for_index_msg_3 "_index_des_blogs_pour_index : TABLEAU_DES_META_DU_BLOG :" +_blog_idx_for_index_msg_4 "_index_des_blogs_pour_index : meta_str du TABLEAU_DES_META_DU_BLOG de _blogs" +_blog_idx_for_index_msg_5 "_index_des_blogs_pour_index :" +_blog_idx_for_index_msg_6 "_index_des_blogs_pour_index : Itération sur chaque composant et extraction des informations" +_blog_idx_for_index_msg_7 "_index_des_blogs_pour_index : Exécution de" +_blog_idx_for_index_msg_7.1 "sur le contenu pour attraper les QStags dans l'Ingress" +_blog_idx_for_index_msg_8 "_index_des_blogs_pour_index : Écriture de _index_des_blogs_pour_index dans le fichier :" +_blog_idx_for_index_msg_9 "_index_des_blogs_pour_index : contenu_de_la_liste_des_blogs =" +_blog_index_msg_1 "_index_des_blogs : blog_dans_index=" +_blog_index_msg_2 "_index_des_blogs : nouveaux_blogs_mis_à_jour=" +_blog_index_msg_3 "_index_des_blogs : Exécution de la fonction _index_des_blogs" +_blog_index_msg_4 "_index_des_blogs : blog_dans_index =" +_blog_index_msg_5 "- Génération de la Page :" +_blog_index_msg_6 "_index_des_blogs : Remplacement de nomdusite et slogan" +_blog_index_msg_7 "_index_des_blogs : Remplacement du CORPS par le contenu de" +_blog_index_msg_8 "_index_des_blogs : Écriture" +_blog_index_msg_9 "_index_des_blogs : Longueur du contenu de blog_index_content :" +_add_blog_list_to_index_msg_1 "_add_blog_list_to_index : Insertion de la liste des blogs dans index.html" +_sitemap_msg_1 "Génération du Plan du site" +_sitemap_msg_2 "Plan du site généré à" +_link_msg_1 "_link : URL_PRINCIPALE(ligne) :" +_link_msg_2 "_link_ URL :" +_link_msg_3 "_link : Texte :" +_image_msg_1 "_image : Traitement de la ligne :" +_youtube_msg_1 "_youtube : Traitement de la ligne :" +_cleanup_msg_1 "_cleanup : Nettoyage des tags dans le contenu" +_html_msg_1 "_html : Conversion des QStags dans le contenu" +_zhtml_msg_1 "_zhtml : Conversion des QStags dans le contenu" +) diff --git a/include/qsgen2/lang/nb_NO b/include/qsgen2/lang/nb_NO new file mode 100644 index 0000000..b164004 --- /dev/null +++ b/include/qsgen2/lang/nb_NO @@ -0,0 +1,115 @@ +qsgenlang=( +_qsgen2_msg_2 "Tvungen oppdatering: Genererer alt" +_qsgen2_msg_3 "* %SCRIPT_NAME% kan ikke analysere dette nettstedet. Avslutter. *" +_qsgen2_msg_4 "Vennligst installer Pandoc." +_qsgen2_msg_5 "Ingen gyldig generator funnet. Er du sikker på at du har valgt riktig generator i 'config'?" +_qsgen2_msg_6 "Bruker ${generator}-motoren for filer: ${file_ext}" +_qsgen2_msg_7 "- Laget av kekePower - 2018" +_qsgen2_msg_8 "- Se" +_qsgen2_msg_8.1 "for mer informasjon." +_qsgen2_msg_9 "Innhold i Config filen:" +_list_pages_msg_1 "_list_pages: Ingen sider funnet med utvidelse" +_list_pages_msg_2 "_list_pages: Legger til fil i array:" +_list_blogs_msg_3 "_list_blogs: Ingen blogginnlegg funnet." +_list_blogs_msg_4 "_list_blogs: Legger til fil i array:" +_blog_cache_msg_1 "_blog_cache: HASH VERDI:" +_blog_cache_msg_2 "1. _blog_cache:" +_blog_cache_msg_3 "2. _blog_cache: nåværende cache:" +_blog_cache_msg_4 "3. _blog_cache: ny cache-fil:" +_blog_cache_msg_5 "4. _blog_cache: ny nåværende cache:" +_pages_cache_msg_1 "_pages_cache: PAGES HASH VERDI:" +_pages_cache_msg_2 "1. pages_cache:" +_pages_cache_msg_3 "1. _pages_cache: nåværende cache:" +_pages_cache_msg_4 "2. _pages_cache: sidefil:" +_pages_cache_msg_5 "2. _pages_cache: nåværende cache:" +_last_updated_msg_1 "_last_updated: Setter dato og versjon i bunntekst" +_last_updated_msg_1 "_last_updated:" +_f_last_updated_msg_1 "_f_last_updated: Setter dato og versjon i bunntekst for fil" +_f_last_updated_msg_2 "_f_last_updated:" +_f_last_updated_msg_3 "_f_last_updated: Filen" +_f_last_updated_msg_3.1 "ble ikke funnet." +_pages_msg_1 "_pages: Kjører funksjon _pages_cache" +_pages_msg_2 "* Du har ingen sider *" +_pages_msg_3 "Genererer Sider" +_pages_msg_4 "_pages: sidearray er ikke tom" +_pages_msg_5 "_pages: Setter Opp Sider-mal" +_pages_msg_6 "Kan ikke finne Sidemalen:" +_pages_msg_7 "_pages: Leser Sidemalen inn i pages_tpl" +_pages_msg_9 "_pages: Laster sideinnhold en gang - " +_pages_msg_10 "_pages: Finne sidetittel" +_pages_msg_11 "_pages:" +_pages_msg_12 "_pages: Fjerner #tittel linje fra sideinnhold" +_pages_msg_13 "_pages: Kjører motor på" +_pages_msg_14 "_pages: Sjekker for #link, #showimg og #ytvideo i sideinnhold" +_pages_msg_15 "_pages: #link er til stede, kjør _link: sideinnhold" +_pages_msg_16 "_pages: #showimg er til stede, kjør _image: sideinnhold" +_pages_msg_17 "_pages: #ytvideo er til stede, kjør _youtube: sideinnhold" +_pages_msg_18 "_pages: Erstatter #sidetittel, #tagline og #sidenavn i pages_tpl" +_pages_msg_19 "_pages: Erstatter BODY med sideinnhold i pages_tpl" +_pages_msg_20 "_pages: _last_updated i pages_tpl" +_pages_msg_21 "_pages: Filnavn i små bokstaver, alltid" +_pages_msg_22 "_pages: Kjører _cleanup" +_pages_msg_23 "- Analyserer" +_pages_msg_24 "- blog_in_index =" +_pages_msg_25 "- Skriver ut blogg midlertidig fil:" +_pages_msg_26 "Oppdaterer index.html med nye blogginnlegg" +_pages_msg_27 "- Analyserer" +_pages_msg_28 "- blog_in_index =" +_pages_msg_29 "- Ingen nye eller oppdaterte Sider funnet" +_blogs_msg_1 "_blogs: Kjører funksjon _list_blogs" +_blogs_msg_2 "* Du har ingen blogger *" +_blogs_msg_3 "Genererer Blogger" +_blogs_msg_4 "_blogs: Kjører funksjon _blog_cache" +_blogs_msg_5 "Kan ikke finne tema mal for Blogger." +_blogs_msg_6 "_blogs: Behandler forhåndsdata for" +_blogs_msg_7 "_blogs: Leter etter DATO: Funnet" +_blogs_msg_8 "_blogs: Leter etter BLOGGTITTEL: Funnet" +_blogs_msg_9 "* _blogs: DATO-metadata mangler i" +_blogs_msg_10 "* _blogs: BLOGGTITTEL-metadata mangler i" +_blogs_msg_11 "_blogs: Legger til data for" +_blogs_msg_11.1 "til array for eksport" +_blogs_msg_12 "_blogs: Behandler" +_blogs_msg_14 "_blogs: Behandler erstatninger i" +_blogs_msg_15 "_blogs: Kjører funksjon" +_blogs_msg_15.1 "for" +_blogs_msg_16 "_blogs: Sjekker for #link, #showimg og #ytvideo i blogginnhold" +_blogs_msg_17 "_blogs: #link er til stede, kjør _link: blogginnhold" +_blogs_msg_18 "_blogs: #showimg er til stede, kjør _link: blogginnhold" +_blogs_msg_19 "_blogs: #ytvideo er til stede, kjør _link: blogginnhold" +_blogs_msg_20 "_blogs: Erstatter tagline, sitenavn og sidetittel" +_blogs_msg_21 "_blogs: Oppretter katalog" +_blogs_msg_22 "_blogs: Skriver blogg til disk:" +_blogs_msg_23 "_blogs: new_updated_blogs=true" +_blogs_msg_24 "- Ingen nye eller oppdaterte Blogger funnet" +_blogs_msg_25 "* _blogs: Kjører _blog_idx_for_index" +_blogs_msg_26 "* _blogs: Kjører _blog_index" +_blog_idx_for_index_msg_1 "- Fyller" +_blog_idx_for_index_msg_2 "_blog_idx_for_index: Starter funksjon" +_blog_idx_for_index_msg_3 "_blog_idx_for_index: BLOG_META_STR_ARRAY:" +_blog_idx_for_index_msg_4 "_blog_idx_for_index: meta_str fra BLOG_META_STR_ARRAY fra _blogs" +_blog_idx_for_index_msg_5 "_blog_idx_for_index:" +_blog_idx_for_index_msg_6 "_blog_idx_for_index: Går gjennom hver komponent og trekker ut informasjon" +_blog_idx_for_index_msg_7 "_blog_idx_for_index: Kjører" +_blog_idx_for_index_msg_7.1 "på innhold for å fange QStags i Ingress" +_blog_idx_for_index_msg_8 "_blog_idx_for_index: Skriver _blog_idx_for_index til fil:" +_blog_idx_for_index_msg_9 "_blog_idx_for_index: blog_list_content =" +_blog_index_msg_1 "_blog_index: blog_in_index=" +_blog_index_msg_2 "_blog_index: new_updated_blogs=" +_blog_index_msg_3 "_blog_index: Kjører funksjon _blog_index" +_blog_index_msg_4 "_blog_index: blog_in_index = " +_blog_index_msg_5 "- Genererer Side:" +_blog_index_msg_6 "_blog_index: Erstatter sitenavn og tagline" +_blog_index_msg_7 "_blog_index: Erstatter BODY med innhold fra" +_blog_index_msg_8 "_blog_index: Skriver" +_add_blog_list_to_index_msg_1 "_add_blog_list_to_index: Setter inn bloggliste i index.html" +_sitemap_msg_1 "Genererer Nettsidekart" +_sitemap_msg_2 "Nettsidekart generert på" +_link_msg_1 "_link: HOVED URL-LINJE:" +_link_msg_2 "_link_ URL:" +_link_msg_3 "_link: Tekst:" +_image_msg_1 "_image: Behandler linje:" +_youtube_msg_1 "_youtube: Behandler linje:" +_cleanup_msg_1 "_cleanup: Renser opp i merker i innhold" +_html_msg_1 "_html: Konverterer QStags i innhold" +_zhtml_msg_1 "_zhtml: Konverterer QStags i innhold" +) diff --git a/qsg2-square.png b/qsg2-square.png new file mode 100644 index 0000000..e4f483e Binary files /dev/null and b/qsg2-square.png differ diff --git a/qsgen2 b/qsgen2 new file mode 100755 index 0000000..8b53d6d --- /dev/null +++ b/qsgen2 @@ -0,0 +1,1393 @@ +#!/usr/bin/zsh + +############################################################################### +############################################################################### +# +# Quick Site Generator 2 is a static website generator inspired by Nikola. +# It is written for the Z shell (zsh) because that's what I use and also because +# I like it better than Bash. +# +# This script is an almost complete rewrite of my old script because it became +# overly complicated and had way too many bugs, even though it worked on simple +# sites. +# +# https://github.com/kekePower/qsgen2/ +# +############################################################################### +############################################################################### + +VERSION="0.4.3" # Sat-2024-02-24 +QSGEN="Quick Site Generator 2" + +# Set to true or false +# This will show debug information from every function in this script +# You can also set debug=true in a single function if you want to debug only that specific one. +globaldebug=false + +# Use Zsh fpath to set the path to some extra functions +fpath=(${HOME}/bin/include/common ${HOME}/bin/include/qsgen2/lang $fpath) +# In this case, let's load the 'include' function +autoload include +autoload zini + +# Including some colors to the script +include common/colors + +echo "${magenta}${blue_bg} ${QSGEN} ${end}${bold_white}${blue_bg}${VERSION} ${end}" + +# Check for, and source, the config file for this specific website +if [[ -f $(pwd)/config ]]; then + if (${globaldebug}); then echo "${red}Config file found and sourced${end}\n${yellow} - $(pwd)/config${end}"; fi + zini $(pwd)/config +else + echo "${red}Cannot find configuration file.${end}" + echo "${yellow} - Please create the file 'config' in your project directory.${end}" + echo "${yellow} - See 'config.example' in the git source tree.${end}" + exit +fi + +# Load language as defined in config +typeset -A qsgenlang +lang_found=false +for dir in $fpath; do + if [[ -f "${dir}/${config[project_lang]}" ]]; then + # echo "Language file: ${dir}/${config[project_lang]}" + source "${dir}/${config[project_lang]}" + lang_found=true + break + fi +done +if [[ ${lang_found} == "false" ]]; then + # Fall back to en_US if defined language isn't found + echo "Defined language, ${config[project_lang]}, not found. Using en_US." + source "${HOME}/bin/include/qsgen2/lang/en_US" + fi + +if (${globaldebug}); then + qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' ) + echo "Content of Config file" + for qslines in ${qsconfig} + do + echo "${yellow}${qslines}${end}" + done +fi + +## +# @brief Display a message with specific formatting based on message type. +# @param type The type of message (e.g., std, info, debug, etc.) +# @param ... The keys or additional strings to be formatted and displayed. +function _msg() { + local type=$1 + shift # Remove the first argument so $@ now contains only keys or additional strings + + local full_msg="" + for arg in "$@"; do + if [[ -n "${qsgenlang[$arg]}" ]]; then + full_msg+="${qsgenlang[$arg]}" + else + full_msg+="$arg" + fi + done + + # Determine the color based on the type + local color="${end}" # Default to no color if type is unrecognized + case $type in + std) color="${green}" ;; + info) color="${yellow}" ;; + debug) color="${red}" ;; + other) color="${bold_yellow}" ;; + sub) color="${magenta}" ;; + main) color="${white}${green_bg}" ;; + esac + + # Use printf with %b to allow backslash escape interpretation + printf "${color}%b${end}\n" "${full_msg}" +} + +## +# @brief Display the version information of the script. +# @param ... Additional arguments (unused in this function). +function _version() { + _msg info "_qsgen2_msg_7" "-$(strftime "%Y")" + echo "${yellow}- https://github.com/kekePower/qsgen2/${end}" + _msg info "_qsgen2_msg_8" " '${1} help' " "_qsgen2_msg_8.1" + exit +} + +## +# @brief Display help information for the script. +# @param ... Additional arguments (unused in this function). +function _help() { + # This will also be translated some time in the future + echo "This is where I'll write the Help documentation." + exit +} + +if [[ "$1" == "version" || "$1" == "-v" || "$1" == "--version" ]]; then + _version ${0:t} +elif [[ "$1" == "help" || "$1" == "-h" || "$1" == "--help" ]]; then + _help ${0:t} +fi + +# Define cache files for blogs and pages +blog_cache_file="${config[project_root]}/.blog_cache" +pages_cache_file="${config[project_root]}/.pages_cache" + +# Let's check if qsgen2 can generate this site by checking if 'generator' is available +if [[ ! ${config[project_generator]} ]] || [[ -d $(pwd)/.git ]]; then + _msg debug "_qsgen2_msg_3" + exit +fi + +# We define the variable 'engine' based on what's in the 'config' file. +if [[ ${config[project_generator]} == "native" ]]; then + # Usage: ${engine} ${1} - Where 1 is the file you want to convert + engine=_qstags + export file_ext="qst" +elif [[ ${config[project_generator]} == "markdown" ]]; then + if [[ ! -f /usr/local/bin/pandoc ]]; then + _msg other "_qsgen2_msg_4" + _msg other "https://github.com/jgm/pandoc/releases" + exit + else + # Usage: ${engine} ${1} - Where 1 is the file you want parsed + engine="/usr/local/bin/pandoc" + engine_opts= + export file_ext="md" + fi +else + _msg debug "_qsgen2_msg_5" + exit +fi + +## +# @brief Run the configured engine to process the input file. +# @param input The input file to be processed. +function _run_engine() { + # Usage: _run_engine + local debug=false + + if [[ ${config[project_generator]} == "native" ]]; then + ${engine} ${1} + elif [[ ${config[project_generator]} == "markdown" ]]; then + echo "${1} | ${engine} ${engine_opts}" + else + _msg debug "ERROR running engine: ${engine}!" + _msg info "Usage: _run_engine " + exit + fi +} + +if (${globaldebug}); then _msg debug "_qsgen2_msg_6"; fi + +builtin cd ${config[project_root]} + +# Loading Zsh modules +zmodload zsh/files +zmodload zsh/datetime +zmodload zsh/regex + +# Let's put these here for now. +export today=$(strftime "%Y-%m-%d - %T") +export blogdate=$(strftime "%a-%Y-%b-%d") + +# Let's create arrays of all the files we'll be working on + +## +# @brief List all page files and store them in an array. +function _list_pages() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Initialize or clear the array to ensure it's empty before adding files + pages_file_array=() + + export no_pages_found=false + + # Temporarily set null_glob for this function + setopt local_options null_glob + + # Using an array to directly capture matching files + local -a pages_files=(*.${file_ext}) + + if (( ${#pages_files} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1" " ${file_ext}."; fi + export no_pages_found=true + return + else + for file in "${pages_files[@]}"; do + if ${debug}; then _msg debug "${0:t}_msg_2" " ${file}"; fi + pages_file_array+=("$file") + done + fi + +} + +## +# @brief List all blog files and store them in an array. +function _list_blogs() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Initialize or clear the blogs array to ensure it's empty before adding files + blogs_file_array=() + + export no_blogs_found=false + + # Temporarily set null_glob for this function + setopt local_options null_glob + + # Directly capture matching blog files into an array + local -a blog_files=(blog/*.blog(On)) + + if (( ${#blog_files[@]} == 0 )); then + if ${debug}; then _msg debug "${0:t}_msg_1"; fi + export no_blogs_found=true + return + else + for file in "${blog_files[@]}" + do + if ${debug}; then _msg debug "${0:t}_msg_2" " $file"; fi + blogs_file_array+=("$file") + done + fi + +} + + +## +# @brief Cache the state of blog files and identify changes. +function _blog_cache() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _list_blogs + + # Create an associative array for the blog cache + typeset -A blog_cache + + # Load the existing blog cache + if [[ -f $blog_cache_file ]]; then + while IFS=':' read -r name hash; do + blog_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${blog_cache[${name}]}" + done < "$blog_cache_file" + fi + + # Initialize the array for storing blog files to process + make_blog_array=() + + # Process blog files + for blog_file in ${blogs_file_array[@]}; do + # Compute the current blog file hash + current_hash=$(md5sum "$blog_file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${current_hash}" + + # Check if the blog file is new or has changed + if [[ ${blog_cache[$blog_file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${blog_file}" + if (${debug}) _msg debug "${0:t}_msg_5" " ${current_hash}" + # Blog file is new or has changed; add it to the processing array + make_blog_array+=("$blog_file") + + # Update the blog cache with the new hash + blog_cache[$blog_file]=$current_hash + fi + done + + # Rebuild the blog cache file from scratch + : >| "$blog_cache_file" # Truncate the file before writing + for name in "${(@k)blog_cache}"; do + echo "$name:${blog_cache[$name]}" >> "$blog_cache_file" + done + +} + + +## +# @brief Cache the state of page files and identify changes. +# @return Array of pages to be processed. +function _pages_cache() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Create an associative array for the pages cache + typeset -A pages_cache + + _list_pages + + # Load the existing pages cache + if [[ -f $pages_cache_file ]]; then + while IFS=':' read -r name hash; do + pages_cache[$name]=$hash + if (${debug}) _msg debug "${0:t}_msg_1" " ${pages_cache[${name}]}" + done < "$pages_cache_file" + fi + + # Initialize the array for storing pages files to process + pages_array=() + + # Process pages files + for file in ${pages_file_array[@]}; do + # Compute the current blog file hash + current_hash=$(md5sum "$file" | awk '{print $1}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_3" " current_cache: ${current_hash}" + + # Check if the pages file is new or has changed + if [[ ${pages_cache[$file]} != "$current_hash" ]]; then + if (${debug}) _msg debug "${0:t}_msg_4" " ${pages_cache[$file]}" + if (${debug}) _msg debug "${0:t}_msg_5" " current_cache: ${current_hash}" + + # Pages file is new or has changed; add it to the processing array + pages_array+=("$file") + + # Update the pages cache with the new hash + pages_cache[$file]=$current_hash + fi + done + + # Rebuild the pages cache file from scratch + : >| "$pages_cache_file" # Truncate the file before writing + for name in "${(@k)pages_cache}"; do + echo "$name:${pages_cache[$name]}" >> "$pages_cache_file" + done + +} + +## +# @brief Update #updated and #version tags in the provided content. +# @param content The content to be updated. +# @return The updated content. +function _last_updated() { + # This function updates #updated and #version tags in the provided string for buffers + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + + if (${debug}); then _msg debug "${0:t}_msg_1"; fi + if (${debug}); then _msg debug "${0:t}_msg_2" " ${upd_msg}"; fi + + local content="${1}" + + # Perform the replacements + local updated_content=$(echo "${content}" | sed \ + -e "s|#updated|${upd_msg}|") + + # Return the updated content + echo "${updated_content}" + +} + +## +# @brief Update #updated and #version tags in the provided file. +# @param file_path The path to the file to be updated. +function _f_last_updated() { + # Updates #updated and #version tags in the provided file using Zsh + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # local file_path="${1}" + local upd_msg="Last updated ${today} by ${QSGEN} ${VERSION}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" " ${1}" + _msg debug "${0:t}_msg_2" " ${upd_msg}" + fi + + # Read the file content into a variable + local content="$(<${1})" + + # Perform the replacement + content="${content//#updated/${upd_msg}}" + + if [[ -f "${1}" ]]; then + sed -i -e "s|#updated|${upd_msg}|" "${1}" + else + _msg debug "${0:t}_msg_3" " '${1}' " "${0:t}_msg_3.1" + fi + +} + +## +# @brief Convert the filename to lowercase and replace spaces with dashes. +# @param filename The original filename. +# @return The modified filename. +function _file_to_lower() { + + local filename="${1}" + + # Replace spaces with dashes + filename="${filename// /-}" + + # Convert to lowercase and remove invalid characters + filename=$(echo "${filename}" | sed -e 's/^[^a-zA-Z0-9_.]+//g' -e 's/[^a-zA-Z0-9_-]+/-/g') + + echo ${filename} + +} + + +## +# @brief Generate all new and updated pages. +function _pages() { + # This function generates all the new and updated Pages + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg main "${0:t}_msg_3" + + # Load the cache for Pages + if (${debug}) _msg debug "${0:t}_msg_1" + _pages_cache + + if [[ ${no_pages_found} == "true" ]]; then + _msg sub "${0:t}_msg_1" + return + fi + + if (( ${#pages_array[@]} > 0 )); then + + # If pages_array is not empty, we do work + if (${debug}) _msg debug "${0:t}_msg_4" + + for pages_in_array in ${pages_array[@]} + do + if (${debug}) _msg debug "${0:t}_msg_5" + local pages=${config[project_root]}/themes/${config[site_theme]}/pages.tpl + + # Let's check if we can access the pages.tpl file. + # It not, exit script. + if [[ ! -f ${pages} ]]; then + _msg info "${0:t}_msg_6" " ${pages}" + exit + else + # Read template once + if (${debug}) _msg debug "${0:t}_msg_7" + local pages_tpl="$(<${pages})" + fi + + # _msg std " - ${pages_in_array%.*}.html" + # Read the file once + if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}" + local page_content="$(<${pages_in_array})" + + # Grab the title from the Page + if (${debug}) _msg debug "${0:t}_msg_10" + if [[ ${config[project_generator]} == "native" ]]; then + while read -r line + do + if [[ "$line" =~ ^#title=(.*) ]]; then + local page_title=${match[1]} + break + #local page_title=$( echo ${page_content} | head -2 | grep \#title | cut -d= -f2 ) + fi + done <<< "$page_content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + while IFS= read -r line + do + # Check if the line starts with '#' and capture the line + if [[ "$line" == \#* ]]; then + # Remove all leading '#' characters and the first space (if present) + local page_title="${line#\#}" # Remove the first '#' character + page_title="${page_title#\#}" # Remove the second '#' character if present + page_title="${page_title#"${page_title%%[![:space:]]*}"}" # Trim leading whitespace + break # Exit the loop after finding the first heading + fi + done <<< ${page_content} + fi + _msg std " - ${page_title}" + if (${debug}) _msg debug "${0:t}_msg_11" " ${page_title}" + + # Remove the #title line from the buffer. No longer needed. + if (${debug}) _msg debug "${0:t}_msg_12" + page_content=$( echo ${page_content} | grep -v \#title ) + + # HTML'ify the page content + if (${debug}) _msg debug "${0:t}_msg_13" " ${pages_in_array}" + page_content=$( _run_engine "$page_content" ) + # Look for links, images and videos and convert them if present. + if (${debug}) _msg debug "${0:t}_msg_14" + if [[ $( echo ${page_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_15" + page_content=$( _link "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_16" + page_content=$( _image "${page_content}" ) + fi + if [[ $( echo ${page_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + page_content=$( _youtube "${page_content}" ) + fi + + # Replace every #pagetitle in pages_tpl + if (${debug}) _msg debug "${0:t}_msg_18" + pages_tpl=$(echo "${pages_tpl}" | perl -pe "s|#pagetitle|${page_title}|gs; s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs") + + if (${debug}) _msg debug "${0:t}_msg_19" + # Use awk for multi-line and special character handling + pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") ) + + # Replace #updated with today's date and #version with Name and Version to footer + if (${debug}) _msg debug "${0:t}_msg_20" + pages_tpl=$( _last_updated ${pages_tpl} ) + + # Always use lowercase for file names + if (${debug}) _msg debug "${0:t}_msg_21" + pages_title_lower=$( _file_to_lower "${pages_in_array}" ) + + # Clean up unused tags, if any + if (${debug}) _msg debug "${0:t}_msg_22" + pages_tpl=$( _cleanup "${pages_tpl}" ) + + # Write pages_tpl to disk + # _msg std "Writing ${config[site_root]}/${pages_title_lower%.*}.html to disk." + echo "${pages_tpl}" > ${config[site_root]}/${pages_title_lower%.*}.html + + # Insert the blog to the front page is blog_in_index is true and the file in the array is index.file_ext + # and if index.tmp.html exist and is not empty + if [[ ${pages_in_array} == "index.${file_ext}" && ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + if (${debug}) _msg sub "${0:t}_msg_23" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_24" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + done + + export new_updated_pages=true + + else + # Insert the blog to the front page is blog_in_index is true and the file in the array is index.file_ext + # and if index.tmp.html exist and is not empty + if [[ ${config[site_blog]} == "true" && -s "${config[project_root]}/blog/index.tmp.html" ]]; then + _msg std "${0:t}_msg_26" + if (${debug}) _msg sub "${0:t}_msg_27" " ${pages_in_array}" + if (${debug}) _msg sub "${0:t}_msg_28" " ${config[site_blog]}" + if (${debug}) _msg sub "${0:t}_msg_25" + if (${debug}) ls -l ${config[project_root]}/blog/index.tmp.html + _add_blog_list_to_index + fi + + _msg sub "${0:t}_msg_29" + export new_updated_pages=false + + fi + +} + +## +# @brief Generate or update blog files or export metadata based on argument. +function _blogs() { + # This function either generates blog files or exports metadata based on the argument + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg main "${0:t}_msg_3" + + # Running function _list_blogs + if (${debug}) _msg debug "${0:t}_msg_1" + _list_blogs + + if [[ ${no_blogs_found} == "true" ]]; then + _msg sub "${0:t}_msg_2" + return + fi + + # Running function _blog_cache + if (${debug}) _msg debug "${0:t}_msg_4" + _blog_cache + + if (( ${#make_blog_array[@]} > 0 )); then + + # Declare the array to hold metadata strings for each blog + BLOG_META_STR_ARRAY=() + + # Regular blog creation process + + if [[ -f ${config[project_root]}/themes/${config[site_theme]}/blogs.tpl ]]; then + local blog_tpl=$(<"${config[project_root]}/themes/${config[site_theme]}/blogs.tpl") + else + _msg info "${0:t}_msg_5" + exit + fi + + for blog in "${make_blog_array[@]}"; do + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg info "**************************FOR LOOP START*********************************" + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg debug "${0:t}_msg_6" " ${blog}" + + local content="$(<"${blog}")" + local sdate btitle ingress body blog_index blog_dir blog_url + + # Initialize variables to track if DATE and BLOG_TITLE are found + local date_found=false + local title_found=false + + # Process content line by line + while IFS= read -r line + do + # Check for the DATE line + if [[ "${line}" == "DATE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_7" + date_found=true + fi + # Check for the BLOG_TITLE line + if [[ "${line}" == "BLOG_TITLE "* ]]; then + if (${debug}) _msg debug "${0:t}_msg_8" + title_found=true + fi + # If both DATE and BLOG_TITLE are found, no need to continue checking + if [[ "${date_found}" == true && "${title_found}" == true ]]; then + break + fi + done <<< "${content}" + + # Check if DATE or BLOG_TITLE metadata is missing and log message + if [[ "${date_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_9" " ${blog}." + continue # Skip this file and move to the next + fi + if [[ "${title_found}" == false ]]; then + if (${debug}) _msg debug "${0:t}_msg_10" " ${blog}." + continue # Skip this file and move to the next + fi + + # Extract blog information + sdate=( $( echo ${content} | grep DATE | sed "s|DATE\ ||" | sed "s|\-|\ |g" ) ) + if [[ ${config[project_generator]} == "native" ]]; then + if (${debug}) _msg debug "* qstags: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == "BLOG_TITLE "* ]]; then + btitle="${line#BLOG_TITLE }" + break + fi + done <<< "$content" + elif [[ ${config[project_generator]} == "markdown" ]]; then + if (${debug}) _msg debug "* markdown: Fetching BLOG_TITLE" + while IFS= read -r line; do + if [[ "$line" == \#* ]]; then + btitle="${line#\#}" # Remove the first '#' character + btitle="${btitle#\#}" # Remove the second '#' character if present + btitle="${btitle#"${btitle%%[![:space:]]*}"}" # Trim leading whitespace + break # Exit the loop after finding the first heading + fi + done <<< "$content" + fi + if (${debug}) _msg debug "* Fetching INGRESS" + ingress=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#INGRESS_START\K(.*?)#INGRESS_STOP" | sed "s|\ \#INGRESS_STOP||" | sed "s|^\ ||" ) + if (${debug}) _msg debug "* Fetching BODY" + body=$( echo ${content} | sed "s/'/\\\'/g" | xargs | grep -Po "#BODY_START\K(.*?)#BODY_STOP" | sed "s|\ \#BODY_STOP||" | sed "s|^\ ||" ) + + blog_index=$(echo "${btitle:l}" | sed 's/ /_/g; s/,//g; s/\.//g; s/://g; s/[()]//g') + + blog_dir="/blog/${sdate[2]}/${sdate[3]:l}/${sdate[4]}" + blog_url="${blog_dir}/${blog_index}.html" + + if (${debug}) _msg debug "${0:t}_msg_11" " ${blog} " "${0:t}_msg_11.1" + + # Concatenate all metadata into a single string for the current blog + local metadata_str="SDATE: ${sdate[@]}||BTITLE: ${btitle}||INGRESS: ${ingress}||URL: ${blog_url}" + # Append this metadata string to the array + BLOG_META_STR_ARRAY+=("${metadata_str}") + + if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}" + + _msg std " - ${btitle}" + + # Prepare the blog template + if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}" + local blog_content=$( + echo "${blog_tpl}" | \ + perl -pe "\ + s|BLOGTITLE|${btitle}|g; \ + s|BLOGURL|${blog_url}|g; \ + s|\QINGRESS\E|${ingress}|g; \ + s|\QBODY\E|${body}|g \ + ") + blog_content="${blog_content//CALNDAY/${sdate[4]}}" + blog_content="${blog_content//CALYEAR/${sdate[2]}}" + blog_content="${blog_content//CALMONTH/${sdate[3]}}" + blog_content="${blog_content//CALADAY/${sdate[1]}}" + + if (${debug}) _msg debug "${0:t}_msg_15" " ${engine} " "${0:t}_msg_15_1" " ${blog}" + blog_content=$( _run_engine "${blog_content}" ) + # Look for links, images and videos and convert them if present. + if (${debug}) _msg debug "${0:t}_msg_16" + if [[ $( echo ${blog_content} | grep \#link ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_17" + blog_content=$(_link "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#showimg ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_18" + blog_content=$(_image "${blog_content}") + fi + if [[ $( echo ${blog_content} | grep \#ytvideo ) ]]; then + if (${debug}) _msg debug "${0:t}_msg_19" + blog_content=$(_youtube "${blog_content}") + fi + + # Replace every #tagline in blog_content + if (${debug}) _msg debug "${0:t}_msg_20" + blog_content=$( echo ${blog_content} | perl -pe "s|#tagline|${config[site_tagline]}|gs; s|#sitename|${config[site_name]}|gs; s|#pagetitle|${page_title}|gs" ) + + if (${debug}) _msg debug "* Running _last_updated" + blog_content=$(_last_updated "${blog_content}") + if (${debug}) _msg debug "* Running _cleanup" + blog_content=$(_cleanup "${blog_content}") + + # Create directory if it doesn't exist + if (${debug}) _msg debug "${0:t}_msg_21" " ${config[site_root]}${blog_dir}" + [[ ! -d "${config[site_root]}/${blog_dir}" ]] && mkdir -p "${config[site_root]}/${blog_dir}" + + # Write to file + if (${debug}) _msg debug "${0:t}_msg_22" " ${config[site_root]}${blog_url}" + echo "${blog_content}" > "${config[site_root]}${blog_url}" + + unset sdate btitle ingress body blog_index blog_dir blog_url + + done + # Now BLOG_META_STR_ARRAY contains the metadata string for each blog post + export BLOG_META_STR_ARRAY + if (${debug}) _msg debug "${0:t}_msg_23" + export new_updated_blogs=true + + else + _msg sub "${0:t}_msg_24" + export new_updated_blogs=false + fi + + if [[ ${new_updated_blogs} == "true" ]]; then + if (${debug}) _msg sub "${0:t}_msg_25" + _blog_idx_for_index + if (${debug}) _msg sub "${0:t}_msg_26" + _blog_index + fi + +} + +## +# @brief Generate the file blog/index.tmp.html. +function _blog_idx_for_index() { + # This function generates the file blog/index.tmp.html + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + _msg sub "${0:t}_msg_1" " ${config[project_root]}/blog/index.tmp.html" + + if (${debug}) _msg debug "${0:t}_msg_2" + + local blog_list_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_list.tpl) + local blog_list_content="" + + # Truncate file before writing new one + : >| "${config[project_root]}/blog/index.tmp.html" + + # if (${debug}) _msg debug "${0:t}_msg_3" " ${BLOG_META_STR_ARRAY[@]}" + + for meta_str in ${BLOG_META_STR_ARRAY[@]} + do + if (${debug}) _msg debug "${0:t}_msg_4" + if (${debug}) _msg debug "${0:t}_msg_5" " ${meta_str}" + + # Split meta_str into individual metadata components + local -a meta_array=("${(@s/||/)meta_str}") + + # Initialize variables to store each component + local sdate btitle ingress url + + # Iterate over each component and extract information + if (${debug}) _msg debug "${0:t}_msg_6" + for component in "${meta_array[@]}" + do + case "${component}" in + SDATE:*) sdate=${component#SDATE: } ;; + BTITLE:*) btitle=${component#BTITLE: } ;; + INGRESS:*) ingress=${component#INGRESS: } ;; + URL:*) url=${component#URL: } ;; + esac + + done + + local adate=( $( echo ${sdate} ) ) + local caladay="${adate[1]}" + local calyear="${adate[2]}" + local calmonth="${adate[3]}" + local calnday="${adate[4]}" + + local bdate="${adate[1]} - ${adate[4]}/${adate[3]}/${adate[2]}" + blog_list_content+=$( + echo "${blog_list_tpl}" | \ + perl -pe "\ + s|BLOGURL|${config[site_url]}${url}|g; \ + s|BLOGTITLE|${btitle}|g; \ + s|INGRESS|${ingress}|g; \ + s|BLOGDATE|${bdate}|g; \ + s|CALADAY|${caladay}|g; \ + s|CALNDAY|${calnday}|g; \ + s|CALMONTH|${calmonth}|g; \ + s|CALYEAR|${calyear}|g \ + ") + + unset sdate btitle ingress url adate caladay calyear calmonth calnday + + done + if (${debug}) _msg debug "${0:t}_msg_7" " ${engine} " "${0:t}_msg_7.1" + # Catch any QStags or Markdown in the Ingress + blog_list_content=$( _run_engine ${blog_list_content} ) + if (${debug}) _msg debug "${0:t}_msg_8" " ${config[project_root]}/blog/index.tmp.html" + #if (${debug}) _msg debug "${0:t}_msg_9" " ${blog_list_content}" + echo ${blog_list_content} > ${config[project_root]}/blog/index.tmp.html + +} + +## +# @brief Generate the www_root/blog/index.html file. +function _blog_index() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # This function generates the www_root/blog/index.html file that gets its data from _blog_list_for_index() + # ${new_updated_blogs} comes from the function _blogs if anything new or updated is detected + if ([[ ${config[site_blog]} == "false" ]] && [[ ${new_updated_blogs} = "true" ]]); then + + if (${debug}) _msg debug "${0:t}_msg_1" "${config[site_blog]}" + if (${debug}) _msg debug "${0:t}_msg_2" "${new_updated_blogs}" + if (${debug}) _msg debug "${0:t}_msg_3" + if (${debug}) _msg debug "${0:t}_msg_4" " ${config[site_blog]}" + + _msg std "${0:t}_msg_5" " ${config[site_root]}/blog/index.html" + + local blog_index_tpl=$(<${config[project_root]}/themes/${config[site_theme]}/blog_index.tpl) + local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) + + if (${debug}) _msg debug "${0:t}_msg_6" + local blog_index_content=$(echo "${blog_index_tpl}" | perl -pe "s|#sitename|${config[site_name]}|gs; s|#tagline|${config[site_tagline]}|gs") + if (${debug}) _msg debug "${0:t}_msg_7" " ${config[project_root]}/blog/index.tmp.html" + blog_index_content=$( awk -v new_body="$blog_index_list" '{sub(/BODY/, new_body)} 1' <(echo "${blog_index_content}") ) + + if (${debug}); then + _msg debug "${0:t}_msg_8" " ${config[site_root]}/blog/index.html" + _msg debug "${0:t}_msg_9" " ${#blog_index_content}" + fi + echo "$blog_index_content" > ${config[site_root]}/blog/index.html + _f_last_updated ${config[site_root]}/blog/index.html + + fi + +} + +## +# @brief Add the blog list to the index file if blog_in_index is true. +function _add_blog_list_to_index() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Let's find the file 'index.qst' and add the blog if blog_in_index is true + if (${debug}) _msg debug "${0:t}_msg_1" + local blog_index_list=$(<${config[project_root]}/blog/index.tmp.html) + local site_index_file=$(<${config[site_root]}/index.html) + echo "${site_index_file}" | awk -v new_body="${blog_index_list}" '{sub(/BLOGINDEX/, new_body)} 1' > "${config[site_root]}/index.html" + +} + +## +# @brief Generate the sitemap files if conditions are met. +function _sitemap() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + # Check if sitemap is set to true and if there are updated Blogs or Pages before updating the sitemap.xml file. + if ([[ ${config[site_sitemap]} == "true" ]] && ( [[ ${new_updated_blogs} == "true" ]] || [[ ${new_updated_pages} == "true" ]] )) || [[ ${sitemap_force} == "true" ]]; then + + setopt extendedglob + + _msg main "${0:t}_msg_1" + + local sm_file="sitemap.xml" + local b_file="sitemap-blogs.xml" + local p_file="sitemap-pages.xml" + local sitemap_file="${config[site_root]}/${sm_file}" + local sitemap_blog="${config[site_root]}/${b_file}" + local sitemap_page="${config[site_root]}/${p_file}" + + # Find all HTML files and store them in an array + builtin cd ${config[site_root]} + local -a html_files=(**/[a-z]*.html(.)) + local -a blog_files=() + local -a page_files=() + for file in "${html_files[@]}"; do + if [[ $file == *blog* ]]; then + blog_files+=("$file") + else + page_files+=("$file") + fi + done + + # Start of the XML file for BLOGS + echo '' > ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo "" >> ${sitemap_blog} + echo '> ${sitemap_blog} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_blog} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_blog} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_blog} + echo '>' >> ${sitemap_blog} + + # Add each URL to the sitemap + for file in "${blog_files[@]}" + do + # Remove www_root from the path and prepend site_url + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_blog} + echo " ${url}" >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + echo " " >> ${sitemap_blog} + done + + # End of the XML file + echo '' >> "${sitemap_blog}" + _msg std " - ${b_file}" + + # Start of the XML file for PAGES + echo '' > ${sitemap_page} + echo "" >> ${sitemap_page} + echo "" >> ${sitemap_page} + echo '> ${sitemap_page} + echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> ${sitemap_page} + echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> ${sitemap_page} + echo ' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"' >> ${sitemap_page} + echo '>' >> ${sitemap_page} + + # Add each URL to the sitemap + for file in "${page_files[@]}" + do + # Remove www_root from the path and prepend site_url + local url="${config[site_url]}/${file}" + local lastmod=$(stat -c %y "${file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + + echo " " >> ${sitemap_page} + echo " ${url}" >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + echo " " >> ${sitemap_page} + done + + # End of the XML file + echo '' >> "${sitemap_page}" + _msg std " - ${p_file}" + + if (${debug}); then _msg debug "${0:t}_msg_2" " ${sitemap_file}"; fi + + # Start of the XML file for the main sitemap + echo '' > "${sitemap_file}" + echo "" >> "${sitemap_file}" + + # Add sitemap-blogs.xml to the sitemap + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${b_file}" >> "${sitemap_file}" + local lastmod_b=$(stat -c %y "${b_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_b}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + + # Add sitemap-pages.xml to the sitemap + echo " " >> "${sitemap_file}" + echo " ${config[site_url]}/${p_file}" >> "${sitemap_file}" + local lastmod_p=$(stat -c %y "${p_file}" 2>/dev/null | cut -d' ' -f1,2 | sed 's/ /T/' | sed 's/\..*$//') + echo " ${lastmod_p}" >> "${sitemap_file}" + echo " " >> "${sitemap_file}" + + # End of the XML file + echo "" >> "${sitemap_file}" + _msg std " - ${sm_file}" + + builtin cd ${config[project_root]} + + fi + +} + +## +# @brief Convert #link tags to clickable HTML links. +# @param content The content containing #link tags. +# @return The content with #link tags replaced by HTML links. +function _link() { + # This converts #link tags to actual clickable links in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#link"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract the URL and the link text + local url_full=$(echo "${line}" | awk -F'#link ' '{print $2}' | awk -F'¤' '{print $1 "¤" $2}') + local url_dest=$(echo "${url_full}" | awk -F'¤' '{print $1}') + local url_txt=$(echo "${url_full}" | awk -F'¤' '{print $2}') + + if (${debug}) _msg debug "${0:t}_msg_2" " ${url_dest}" + if (${debug}) _msg debug "${0:t}_msg_3" " ${url_txt}" + + # Form the replacement HTML link + local modified_link="${url_txt}" + if [[ ${url_dest} =~ ^https?:// ]]; then + # Add external link icon for external URLs + modified_link+="\"External" + fi + modified_link+="" + line=${line//"#link ${url_full}"/${modified_link}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Convert #showimg tags to HTML img tags. +# @param content The content containing #showimg tags. +# @return The content with #showimg tags replaced by HTML img tags. +function _image() { + # This replaces #showimg tags with actual HTML img tags in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#showimg"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract image link and alt text + local img_link=$(echo "${line}" | awk -F'#showimg ' '{print $2}') + local image=$(echo "${img_link}" | awk -F'¤' '{print $1}') + local img_alt=$(echo "${img_link}" | awk -F'¤' '{print $2}') + + # Determine the source of the image + local real_image="" + if [[ ${image} =~ ^https?:// ]]; then + real_image=${image} + elif [[ ${image} =~ ^\/ ]]; then + real_image=${image} + else + real_image="/images/${image}" + fi + + # Form the replacement HTML image tag + local img_tag="\"${img_alt}\"" + line=${line//"#showimg ${img_link}"/${img_tag}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Embed a YouTube video in the provided content. +# @param content The content containing #ytvideo tags. +# @return The content with #ytvideo tags replaced by YouTube iframe embeds. +function _youtube() { + # This embeds a YouTube video in a provided string + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + local modified_content="" + + # Process the content line by line + echo "${content}" | while IFS= read -r line; do + if [[ ${line} == *"#ytvideo"* ]]; then + if (${debug}) _msg debug "${0:t}_msg_1" " ${line}" + + # Extract YouTube video ID + local yt_id=$(echo "${line}" | awk -F'#ytvideo ' '{print $2}') + + # Form the replacement YouTube iframe embed + local yt_iframe="" + line=${line//"#ytvideo ${yt_id}"/${yt_iframe}} + fi + modified_content+="${line}\n" + done + + # Return the modified content + echo -e "${modified_content}" + +} + +## +# @brief Remove leftover tags from the content. +# @param content The content to be cleaned. +# @return The cleaned content. +function _cleanup() { + # This removes tags used in the templates that may be left over for some reason + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if (${debug}) _msg debug "${0:t}_msg_1" + + # Perform the cleanup + # -e "s|BLOGINDEX\ ||g" + local cleaned_content=$(echo "${content}" | sed \ + -e "s|¤||g" \ + -e "s|#showimg\ ||g" \ + -e "s|#ytvideo\ ||g" \ + -e "s|#link\ ||g" \ + ) + + # Return the cleaned content + echo "${cleaned_content}" + +} + +## +# @brief Convert QStags to HTML using Perl. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. +function _p_qstags() { + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" + fi + + # Use perl to convert QStags to HTML + perl -0777 -pe ' + BEGIN { + @qstags = ( + "#BR", "
    \n", + "#BD", "", "#EBD", "", + "#I", "", "#EI", "\n", + "#P", "

    ", "#EP", "

    \n", + "#Q", "
    ", "#EQ", "
    \n", + "#C", "", "#EC", "\n", + "#H1", "

    ", "#EH1", "

    \n", + "#H2", "

    ", "#EH2", "

    \n", + "#H3", "

    ", "#EH3", "

    \n", + "#H4", "

    ", "#EH4", "

    \n", + "#H5", "
    ", "#EH5", "
    \n", + "#H6", "
    ", "#EH6", "
    \n", + "#STRONG", "", "#ESTRONG", "\n", + "#EM", "", "#SEM", "\n", + "#DV", "
    ", "#EDV", "
    \n", + "#SPN", "", "#ESPN", "\n", + "#UL", "
      ", "#EUL", "
    \n", + "#OL", "
      ", "#EOL", "
    \n", + "#LI", "
  • ", "#ELI", "
  • \n", + "#UD", "", "#EUD", "\n", + "#TBL", "", "#ETBL", "
    \n", + "#TR", "", "#ETR", "\n", + "#TD", "", "#ETD", "\n", + "#TH", "", "#ETH", "\n", + "#ART", "
    ", "#EART", "
    \n", + "#SEC", "
    ", "#ESEC", "
    \n", + "#ASIDE", "\n", + "#NAV", "\n", + "#BTN", "\n", + "#SEL", "\n", + "#OPT", "\n", + "#LT", "<", "#GT", ">", "#NUM", "#" + ); + } + + for (my $i = 0; $i < $#qstags; $i += 2) { + my $qstag = $qstags[$i]; + my $html = $qstags[$i + 1]; + s/\Q$qstag\E/$html/g; + } + ' <<< "$content" + +} + +## +# @brief Convert QStags to HTML using Zsh regex module. +# @param content The content containing QStags. +# @return The content with QStags converted to HTML. +function _qstags() { + + # This function uses the regex module from Zsh to parse the QStags + + if [[ ${globaldebug} == "true" ]]; then + local debug=true + else + local debug=false + fi + + local content="${1}" + + if ${debug}; then + _msg debug "${0:t}_msg_1" + fi + + # Load regex module + # zmodload zsh/regex + + # Define tag replacements as an associative array + typeset -A qstags=( + "#BR" "
    \n" + "#BD" "" "#EBD" "" + "#I" "" "#EI" "\n" + "#P" "

    " "#EP" "

    \n" + "#Q" "
    " "#EQ" "
    \n" + "#C" "" "#EC" "\n" + "#H1" "

    " "#EH1" "

    \n" + "#H2" "

    " "#EH2" "

    \n" + "#H3" "

    " "#EH3" "

    \n" + "#H4" "

    " "#EH4" "

    \n" + "#H5" "
    " "#EH5" "
    \n" + "#H6" "
    " "#EH6" "
    \n" + "#STRONG" "" "#ESTRONG" "\n" + "#EM" "" "#SEM" "\n" + "#DV" "
    " "#EDV" "
    \n" + "#SPN" "" "#ESPN" "\n" + "#UL" "
      " "#EUL" "
    \n" + "#OL" "
      " "#EOL" "
    \n" + "#LI" "
  • " "#ELI" "
  • \n" + "#UD" "" "#EUD" "\n" + "#TBL" "" "#ETBL" "
    \n" + "#TR" "" "#ETR" "\n" + "#TD" "" "#ETD" "\n" + "#TH" "" "#ETH" "\n" + "#ART" "
    " "#EART" "
    \n" + "#SEC" "
    " "#ESEC" "
    \n" + "#ASIDE" "\n" + "#NAV" "\n" + "#BTN" "\n" + "#SEL" "\n" + "#OPT" "\n" + "#LT" "<" "#GT" ">" "#NUM" "#" + ) + + #for qstag html (${(kv)qstags}) + # do + # # Escape tag for regex use + # local escapedTag=$(printf '%s' "$qstag" | sed 's/[].\[^$*]/\\&/g') + # if [[ "$content" =~ "$escapedTag" ]]; then + # content=${content//($qstag)/$html} + # fi + #done + for qstag html (${(kv)qstags}); do + # Direct replacement without regex check + content=${content//${qstag}/${html}} + done + + echo "${content}" + +} + + +case ${1} in + force) + _msg sub "_qsgen2_msg_2" + : >| "$blog_cache_file" # Truncate the blog cache before doing update + : >| "$pages_cache_file" # Truncate the page cache before doing update + ;; + sitemap) + _msg sub "Updating sitemaps" + export sitemap_force=true + _sitemap + exit + ;; + *) + # Nothing + ;; +esac + +_blogs +_pages +_sitemap diff --git a/qsgen2.zsh.c b/qsgen2.zsh.c new file mode 100644 index 0000000..a4848ce --- /dev/null +++ b/qsgen2.zsh.c @@ -0,0 +1,3239 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include +long f1(long a, long b) +{ + return ( + ((a|~1)<(b|~3)?a&1:b<<3) + +((10|~a)>(b|~7)?10&a:b<<7) + +((~a|~5)<(~b|~7)?a<<5:b+7) + +((a&9)<(b&1)?a|9:b&1) + +((a|8)<(a|1)?b|8:b&1) + +((5|b)>(8|b)?a|5:b&8) + +((a|~7)<(b|~8)?a<<7:b&8) + +((a|b)<(7|3)?a<<7:b&3) + +((~8|~a)>(~b|~5)?a&8:b&5) + +((a|~b)>(4|7)?a&4:7&b) + +((a|b)>(9|1)?a|9:b<<1) + +((a&3)>(b&2)?a|3:b-2) + ); +} + +long f2(long a, long b) +{ + return ( + ((10|~a)>(b|~10)?10&a:b<<10) + +((~10|~a)>(~b|~5)?a&10:b&5) + +((~a|~7)>(~b|~10)?a<<7:b<<10) + +((a|b)>(7|~6)?a|7:6|b) + +((b&10)<(b&1)?a&10:b|1) + +((b&3)<(b&8)?a&3:b|8) + +((a&10)>(b&1)?a&10:b|1) + +((a&10)<(b&8)?a&10:b&8) + +((a|6)>(b|5)?a<<6:b|5) + +((4|~a)>(b|~4)?4&a:b<<4) + +((a|b)>(8|6)?a|b:8&6) + +((a|8)<(a|6)?b|8:b&6) + ); +} + +long f3(long a, long b) +{ + return ( + ((b|6)<(a|9)?a<<6:b&9) + +((7|b)>(4|b)?a|7:b&4) + +((~a|~10)>(b|~4)?a&10:b|4) + +((~b|~a)>(1|1)?a<<1:b|1) + +((a|~6)<(b|~5)?a<<6:b&5) + +((a|8)>(b|6)?a<<8:b|6) + +((~a|~6)<(~b|~9)?a+b:6-9) + +((a|b)<(3|3)?a<<3:b&3) + +((a|b)>(3|8)?a|b:3&8) + +((~b|~a)>(8|2)?a<<8:b|2) + +((b|5)>(a|5)?a|5:b<<5) + ); +} + +long f4(long a, long b) +{ + return ( + ((a&1)>(b&7)?a|1:b-7) + +((a|~b)>(4|2)?a&4:2&b) + +((b|2)<(a|6)?a<<2:b&6) + +((a|b)<(2|7)?a<<2:b&7) + +((a|b)>(1|9)?a|1:b<<9) + +((a|~b)>(4|8)?a&4:8&b) + +((b|7)<(a|8)?b&7:a<<8) + +((a|b)<(2|1)?a|b:2<<1) + +((a|b)>(5|~9)?a|5:9|b) + +((b|3)<(a|9)?a<<3:b&9) + +((a|6)>(b|9)?a<<6:b|9) + ); +} + +long f5(long a, long b) +{ + return ( + ((~a|~8)>(~b|~2)?a<<8:b<<2) + +((~8|~a)>(~9|~b)?b-8:a-9) + +((a|b)>(9|1)?a|9:b<<1) + +((b&8)<(b&9)?a&8:b|9) + +((a|b)>(9|1)?a|b:9&1) + +((~a|~8)<(~b|~5)?a<<8:b+5) + +((a&9)<(b&9)?a&9:b&9) + +((a|5)>(b|3)?a<<5:b|3) + +((a|b)<(10|7)?a<<10:b&7) + +((~4|~a)>(~b|~5)?a&4:b&5) + +((b|8)<(a|5)?a<<8:b&5) + +((b|4)>(a|2)?a|4:b<<2) + ); +} + +long f6(long a, long b) +{ + return ( + ((~a|~2)>(b|~2)?a&2:b|2) + +((~7|~a)>(~10|~b)?b-7:a-10) + +((a|~b)>(2|6)?a&2:6&b) + +((a|~9)<(b|~10)?a&9:b<<10) + +((b|7)>(a|8)?a|7:b<<8) + +((b|4)<(a|5)?a<<4:b&5) + +((~b|~a)>(7|8)?a<<7:b|8) + +((~a|~9)<(~b|~6)?a<<9:b+6) + +((a&7)>(b&4)?a|7:b-4) + +((a&2)>(b&4)?a|2:b-4) + +((b|10)>(a|5)?a|10:b<<5) + +((a|b)>(5|8)?a|5:b<<8) + ); +} + +long f7(long a, long b) +{ + return ( + ((~5|~a)>(~9|~b)?b-5:a-9) + +((~a|~6)>(~b|~6)?a<<6:b<<6) + +((a&4)<(b&6)?a&4:b&6) + +((~a|~5)<(~b|~10)?a<<5:b+10) + +((b&3)<(b&8)?a&3:b|8) + +((a|~6)>(b|~9)?b<<6:a&9) + +((~a|~8)<(~b|~7)?a<<8:b+7) + +((a&6)>(b&6)?a&6:b|6) + +((a|~2)<(b|~9)?a&2:b<<9) + +((a|~9)<(b|~2)?a&9:b<<2) + +((~3|~a)>(~b|~5)?a&3:b&5) + +((a|b)>(9|6)?a|b:9&6) + ); +} + +long f8(long a, long b) +{ + return ( + ((b&7)<(b&9)?a&7:b|9) + +((~a|~6)<(~b|~1)?a+b:6-1) + +((~a|~4)>(~b|~3)?a<<4:b<<3) + +((a&2)>(b&8)?a|2:b&8) + +((a&2)>(b&10)?a|2:b-10) + +((~b|~a)>(9|1)?a<<9:b|1) + +((a&8)>(b&6)?a|8:b&6) + +((a|b)>(6|9)?a|6:b<<9) + +((~a|~5)<(~b|~4)?a<<5:b+4) + +((~b|~a)>(2|9)?a<<2:b|9) + ); +} + +long f9(long a, long b) +{ + return ( + ((b|10)<(a|10)?b&10:a<<10) + +((b|9)<(a|5)?b&9:a<<5) + +((b|4)>(a|10)?a|4:b<<10) + +((b|3)>(a|5)?a|3:b<<5) + +((a|~1)>(b|~3)?b<<1:a&3) + +((~a|~6)<(b|~8)?a|6:b&8) + +((a&8)>(b&1)?a&8:b|1) + +((9|~a)>(b|~2)?9&a:b<<2) + +((~a|~7)>(b|~2)?a&7:b|2) + +((a|~1)<(b|~7)?a&1:b<<7) + +((a|b)>(4|7)?a|4:b<<7) + +((~a|~8)<(~b|~10)?a+b:8-10) + +((a&10)>(b&6)?a|10:b&6) + +((b|2)>(a|9)?a|2:b<<9) + ); +} + +long f10(long a, long b) +{ + return ( + ((a|~b)>(6|7)?a&6:7&b) + +((a|~6)<(b|~9)?a<<6:b&9) + +((a|~b)>(9|10)?a&9:10&b) + +((~a|~4)>(~b|~9)?a<<4:b<<9) + +((~2|~a)>(~1|~b)?b-2:a-1) + +((a|~7)>(b|~9)?b<<7:a&9) + +((a|~3)>(b|~5)?b<<3:a&5) + +((a|b)>(3|1)?a|3:b<<1) + +((a|~6)<(b|~3)?a<<6:b&3) + +((a&7)>(b&2)?a&7:b|2) + ); +} + +long f11(long a, long b) +{ + return ( + ((~a|~5)<(~b|~8)?a<<5:b+8) + +((b|5)<(a|3)?a<<5:b&3) + +((a|9)>(b|10)?a<<9:b|10) + +((a|2)<(a|10)?b|2:b&10) + +((~10|~a)>(~b|~10)?a&10:b&10) + +((a|b)<(1|4)?a|b:1<<4) + +((a|b)<(4|5)?a<<4:b&5) + +((a|b)>(5|~1)?a|5:1|b) + +((~9|~a)>(~1|~b)?b-9:a-1) + +((b|4)<(a|9)?b&4:a<<9) + +((a|~9)<(b|~7)?a&9:b<<7) + ); +} + +long f12(long a, long b) +{ + return ( + ((a|b)>(6|~2)?a|6:2|b) + +((a|2)>(b|4)?a<<2:b|4) + +((~a|~1)<(~b|~5)?a+b:1-5) + +((~a|~6)>(~b|~2)?a<<6:b<<2) + +((a|~b)>(4|8)?a&4:8&b) + +((a&5)<(b&9)?a|5:b&9) + +((a|~2)<(b|~9)?a&2:b<<9) + +((~a|~2)<(~b|~10)?a<<2:b+10) + +((2|~a)>(b|~5)?2&a:b<<5) + +((a&8)<(b&2)?a&8:b&2) + +((a|1)>(b|7)?a<<1:b|7) + +((a&3)<(b&3)?a|3:b&3) + +((a|~3)>(b|~6)?b<<3:a&6) + +((~6|~a)>(~8|~b)?b-6:a-8) + +((a|~3)<(b|~3)?a&3:b<<3) + ); +} + +long f13(long a, long b) +{ + return ( + ((a|~6)<(b|~2)?a<<6:b&2) + +((a|b)<(2|8)?a|b:2<<8) + +((7|~a)>(b|~7)?7&a:b<<7) + +((a|b)<(9|10)?a|b:9<<10) + +((~a|~4)<(b|~6)?a|4:b&6) + +((~a|~1)>(~b|~7)?a<<1:b<<7) + +((a|b)<(6|2)?a&b:6&2) + +((~a|~6)>(~b|~9)?a<<6:b<<9) + ); +} + +long f14(long a, long b) +{ + return ( + ((a|b)>(2|2)?a|b:2&2) + +((~4|~a)>(~10|~b)?b-4:a-10) + +((a&10)<(b&4)?a&10:b&4) + +((~a|~9)<(~b|~5)?a<<9:b+5) + +((a|~1)<(b|~9)?a&1:b<<9) + +((~a|~1)<(b|~7)?a|1:b&7) + +((a|10)>(b|6)?a<<10:b|6) + +((a&5)<(b&8)?a|5:b&8) + +((a|b)>(2|5)?a|b:2&5) + +((~a|~6)<(~b|~2)?a<<6:b+2) + +((8|~a)>(b|~8)?8&a:b<<8) + +((b|7)<(a|9)?a<<7:b&9) + +((a&5)>(b&8)?a&5:b|8) + +((a|b)>(10|7)?a|b:10&7) + +((a|~b)>(10|10)?a&10:10&b) + ); +} + +long f15(long a, long b) +{ + return ( + ((b|4)>(a|10)?a|4:b<<10) + +((10|~a)>(b|~5)?10&a:b<<5) + +((a&3)>(b&10)?a|3:b&10) + +((b|10)>(a|4)?a|10:b<<4) + +((a&1)>(b&10)?a|1:b&10) + +((b|2)<(a|2)?a<<2:b&2) + +((a&8)<(b&6)?a&8:b&6) + +((a&9)<(b&9)?a|9:b&9) + +((a|~b)>(2|6)?a&2:6&b) + ); +} + +long f16(long a, long b) +{ + return ( + ((a|b)<(9|8)?a|b:9<<8) + +((a|b)>(10|~4)?a|10:4|b) + +((a&10)<(b&9)?a|10:b&9) + +((~a|~9)<(~b|~10)?a+b:9-10) + +((a|b)<(10|10)?a|b:10<<10) + +((a|~3)<(b|~7)?a<<3:b&7) + +((~a|~7)<(~b|~2)?a+b:7-2) + +((b|8)<(a|9)?a<<8:b&9) + +((a|b)<(7|10)?a|b:7<<10) + +((a|b)>(2|2)?a|b:2&2) + ); +} + +long f17(long a, long b) +{ + return ( + ((~b|~a)>(8|8)?a<<8:b|8) + +((a|~3)<(b|~9)?a<<3:b&9) + +((8|b)>(1|b)?a|8:b&1) + +((a|10)<(a|7)?b|10:b&7) + +((a|~b)>(10|2)?a&10:2&b) + +((a|b)>(6|9)?a|6:b<<9) + +((a|b)>(5|5)?a|b:5&5) + +((~a|~7)>(~b|~4)?a<<7:b<<4) + +((~4|~a)>(~8|~b)?b-4:a-8) + +((~b|~a)>(5|3)?a<<5:b|3) + +((a|~10)<(b|~7)?a&10:b<<7) + +((b&7)<(b&10)?a&7:b|10) + ); +} + +long f18(long a, long b) +{ + return ( + ((a|~8)<(b|~5)?a<<8:b&5) + +((b|3)<(a|5)?a<<3:b&5) + +((a|8)<(a|2)?b|8:b&2) + +((~a|~4)>(b|~7)?a&4:b|7) + +((~5|~a)>(~1|~b)?b-5:a-1) + +((b|5)<(a|10)?a<<5:b&10) + +((b&5)<(b&3)?a&5:b|3) + +((~a|~3)<(~b|~10)?a+b:3-10) + ); +} + +long f19(long a, long b) +{ + return ( + ((~a|~1)>(b|~3)?a&1:b|3) + +((b|1)<(a|10)?a<<1:b&10) + +((~a|~6)<(b|~4)?a|6:b&4) + +((b&9)<(b&10)?a&9:b|10) + +((a|b)<(6|3)?a&b:6&3) + +((1|~a)>(b|~10)?1&a:b<<10) + +((a|8)>(b|3)?a<<8:b|3) + +((a|b)>(9|~1)?a|9:1|b) + +((a|~1)<(b|~10)?a&1:b<<10) + +((b|4)<(a|7)?a<<4:b&7) + +((10|b)>(7|b)?a|10:b&7) + +((~a|~7)<(~b|~7)?a+b:7-7) + +((~3|~a)>(~b|~1)?a&3:b&1) + +((a&1)<(b&10)?a|1:b&10) + ); +} + +long f20(long a, long b) +{ + return ( + ((a&5)<(b&8)?a&5:b&8) + +((a&9)>(b&2)?a&9:b|2) + +((a|~2)>(b|~7)?b<<2:a&7) + +((a|b)<(3|7)?a<<3:b&7) + +((a|b)<(1|4)?a|b:1<<4) + +((b|9)>(a|10)?a|9:b<<10) + +((a&6)<(b&7)?a&6:b&7) + +((~a|~3)<(b|~9)?a|3:b&9) + +((a|~9)>(b|~6)?b<<9:a&6) + +((a|~b)>(5|8)?a&5:8&b) + +((a|4)>(b|3)?a<<4:b|3) + +((a|~6)>(b|~9)?b<<6:a&9) + +((a|~3)<(b|~8)?a<<3:b&8) + +((a|b)>(8|1)?a|b:8&1) + +((a|10)<(a|5)?b|10:b&5) + ); +} + +long f21(long a, long b) +{ + return ( + ((a|~b)>(2|10)?a&2:10&b) + +((a|b)<(7|5)?a<<7:b&5) + +((a|b)<(8|9)?a&b:8&9) + +((a|~4)>(b|~8)?b<<4:a&8) + +((a|b)>(4|2)?a|b:4&2) + +((~a|~10)<(~b|~2)?a+b:10-2) + +((~10|~a)>(~2|~b)?b-10:a-2) + +((a|b)>(10|8)?a|10:b<<8) + +((a|b)>(9|6)?a|9:b<<6) + +((b|7)<(a|2)?b&7:a<<2) + +((b|9)<(a|4)?a<<9:b&4) + ); +} + +long f22(long a, long b) +{ + return ( + ((a|~2)<(b|~3)?a&2:b<<3) + +((~a|~1)>(~b|~9)?a<<1:b<<9) + +((~a|~4)<(~b|~6)?a<<4:b+6) + +((a|b)>(8|9)?a|b:8&9) + +((7|b)>(9|b)?a|7:b&9) + +((~a|~10)>(~b|~9)?a<<10:b<<9) + +((a|~2)>(b|~9)?b<<2:a&9) + +((a|~8)<(b|~10)?a&8:b<<10) + +((~a|~5)<(b|~5)?a|5:b&5) + +((a|4)>(b|3)?a<<4:b|3) + +((b|8)<(a|5)?b&8:a<<5) + ); +} + +long f23(long a, long b) +{ + return ( + ((b|1)<(a|9)?b&1:a<<9) + +((a|b)<(3|6)?a|b:3<<6) + +((4|b)>(3|b)?a|4:b&3) + +((a&5)>(b&1)?a|5:b-1) + +((a|~1)>(b|~4)?b<<1:a&4) + +((a&1)>(b&3)?a|1:b&3) + +((a|b)<(5|8)?a<<5:b&8) + +((a&4)<(b&9)?a&4:b&9) + ); +} + +long f24(long a, long b) +{ + return ( + ((a|b)>(10|3)?a|b:10&3) + +((a|9)>(b|3)?a<<9:b|3) + +((a&7)>(b&3)?a&7:b|3) + +((5|~a)>(b|~8)?5&a:b<<8) + +((~a|~9)<(~b|~5)?a<<9:b+5) + +((a|~2)<(b|~3)?a<<2:b&3) + +((a&3)<(b&5)?a|3:b&5) + +((~a|~3)<(~b|~6)?a+b:3-6) + +((a|b)>(4|5)?a|b:4&5) + ); +} + +long f25(long a, long b) +{ + return ( + ((a|b)>(5|7)?a|5:b<<7) + +((a&5)>(b&2)?a|5:b-2) + +((a&1)>(b&9)?a&1:b|9) + +((~1|~a)>(~b|~1)?a&1:b&1) + +((a|6)>(b|2)?a<<6:b|2) + +((a|~3)<(b|~10)?a<<3:b&10) + +((a|~8)<(b|~5)?a<<8:b&5) + +((a&7)<(b&1)?a|7:b&1) + +((a|~1)>(b|~6)?b<<1:a&6) + +((~7|~a)>(~b|~6)?a&7:b&6) + +((~a|~7)>(~b|~9)?a<<7:b<<9) + +((6|b)>(1|b)?a|6:b&1) + +((a|~7)<(b|~6)?a&7:b<<6) + +((~a|~6)<(~b|~7)?a+b:6-7) + ); +} + +long f26(long a, long b) +{ + return ( + ((a|~b)>(3|1)?a&3:1&b) + +((a|4)>(b|6)?a<<4:b|6) + +((a&1)>(b&4)?a|1:b&4) + +((a&6)>(b&8)?a|6:b&8) + +((a|b)>(7|~9)?a|7:9|b) + +((a|~7)<(b|~6)?a<<7:b&6) + +((a|b)<(5|4)?a|b:5<<4) + +((a|7)<(a|6)?b|7:b&6) + +((~1|~a)>(~3|~b)?b-1:a-3) + +((a|1)>(b|7)?a<<1:b|7) + +((a&4)<(b&8)?a&4:b&8) + +((a|~8)<(b|~10)?a<<8:b&10) + +((a|b)>(4|5)?a|b:4&5) + +((b|8)<(a|1)?b&8:a<<1) + ); +} + +long f27(long a, long b) +{ + return ( + ((~b|~a)>(6|6)?a<<6:b|6) + +((~a|~9)<(~b|~9)?a<<9:b+9) + +((a|~9)<(b|~6)?a&9:b<<6) + +((6|~a)>(b|~7)?6&a:b<<7) + +((a|b)<(6|5)?a&b:6&5) + +((a&3)<(b&1)?a|3:b&1) + +((~b|~a)>(10|1)?a<<10:b|1) + +((b&8)<(b&10)?a&8:b|10) + +((a|b)<(5|8)?a&b:5&8) + +((a|b)<(8|8)?a|b:8<<8) + +((b|7)<(a|7)?b&7:a<<7) + +((~b|~a)>(9|10)?a<<9:b|10) + +((b|3)>(a|7)?a|3:b<<7) + ); +} + +long f28(long a, long b) +{ + return ( + ((a|b)<(1|9)?a<<1:b&9) + +((a|~8)<(b|~1)?a&8:b<<1) + +((a&4)<(b&5)?a&4:b&5) + +((a|b)<(8|10)?a&b:8&10) + +((a|~b)>(9|2)?a&9:2&b) + +((a&2)>(b&10)?a&2:b|10) + +((~a|~2)>(b|~9)?a&2:b|9) + +((1|b)>(8|b)?a|1:b&8) + +((b|8)>(a|9)?a|8:b<<9) + +((a&6)>(b&4)?a&6:b|4) + +((7|b)>(4|b)?a|7:b&4) + +((b&6)<(b&10)?a&6:b|10) + +((~a|~2)<(b|~8)?a|2:b&8) + +((a|b)>(5|4)?a|5:b<<4) + +((2|b)>(3|b)?a|2:b&3) + ); +} + +long f29(long a, long b) +{ + return ( + ((~a|~1)<(~b|~2)?a-1:b+2) + +((b&5)<(b&4)?a&5:b|4) + +((a|b)>(6|4)?a|b:6&4) + +((5|b)>(7|b)?a|5:b&7) + +((~a|~5)<(b|~6)?a|5:b&6) + +((a|b)>(6|~8)?a|6:8|b) + +((a|b)>(4|~9)?a|4:9|b) + +((~a|~5)<(~b|~1)?a-5:b+1) + +((9|~a)>(b|~2)?9&a:b<<2) + +((~a|~7)>(b|~5)?a&7:b|5) + +((~8|~a)>(~2|~b)?b-8:a-2) + +((a|b)>(4|~9)?a|4:9|b) + +((a|~1)<(b|~8)?a&1:b<<8) + +((b|4)>(a|2)?a|4:b<<2) + ); +} + +long f30(long a, long b) +{ + return ( + ((~9|~a)>(~2|~b)?b-9:a-2) + +((a|~8)<(b|~5)?a<<8:b&5) + +((~a|~5)<(~b|~2)?a<<5:b+2) + +((a|b)<(1|1)?a&b:1&1) + +((8|b)>(8|b)?a|8:b&8) + +((~8|~a)>(~b|~3)?a&8:b&3) + +((~a|~6)<(~b|~4)?a-6:b+4) + +((~4|~a)>(~4|~b)?b-4:a-4) + +((a|~b)>(6|2)?a&6:2&b) + +((~9|~a)>(~b|~5)?a&9:b&5) + ); +} + +long f31(long a, long b) +{ + return ( + ((a|~4)>(b|~6)?b<<4:a&6) + +((~1|~a)>(~10|~b)?b-1:a-10) + +((b|7)<(a|3)?a<<7:b&3) + +((~a|~10)>(b|~6)?a&10:b|6) + +((a&10)<(b&9)?a|10:b&9) + +((~a|~9)<(~b|~8)?a+b:9-8) + +((~a|~3)<(~b|~4)?a+b:3-4) + +((a|~1)<(b|~10)?a<<1:b&10) + +((~a|~5)<(b|~1)?a|5:b&1) + +((a|b)>(4|9)?a|b:4&9) + +((a|~7)<(b|~10)?a<<7:b&10) + +((a|~3)<(b|~10)?a&3:b<<10) + ); +} + +long f32(long a, long b) +{ + return ( + ((~b|~a)>(1|4)?a<<1:b|4) + +((a|10)<(a|8)?b|10:b&8) + +((~a|~6)<(b|~9)?a|6:b&9) + +((~b|~a)>(5|7)?a<<5:b|7) + +((b&8)<(b&5)?a&8:b|5) + +((b|4)<(a|2)?b&4:a<<2) + +((~a|~8)<(~b|~7)?a+b:8-7) + +((b&1)<(b&4)?a&1:b|4) + +((a&7)>(b&6)?a|7:b-6) + +((a|b)>(4|~3)?a|4:3|b) + +((~a|~5)<(~b|~8)?a+b:5-8) + ); +} + +long f33(long a, long b) +{ + return labs( + (a&358) + +(b/287) + +(b|329) + +(b*515) + +(b/909) + +(a|358) + +(b+242) + +(a/576) + +(b|469) + +(b*447) + +(a^103) + +(a/166) + +(a+838) + +(a+371) + +(b-362) + +(b%746) + ); +} + +long f34(long a, long b) +{ + return labs( + (a|994) + +(a-912) + +(a^724) + +(b-161) + +(b+606) + +(b%115) + +(a%943) + +(a%656) + +(a&1009) + +(b-745) + +(b-279) + +(a*432) + ); +} + +long f35(long a, long b) +{ + return labs( + (a&364) + +(b^867) + +(a^464) + +(a/921) + +(a+206) + +(a%852) + +(a*851) + +(a/939) + +(b&208) + +(a^630) + +(b^552) + +(a*905) + +(a/330) + +(b-550) + +(b+256) + +(a%396) + ); +} + +long f36(long a, long b) +{ + return labs( + (b+138) + +(b/67) + +(a+266) + +(a^238) + +(a^781) + +(a-676) + +(a%348) + +(a|888) + +(b|486) + +(b/873) + +(b*626) + +(b*417) + ); +} + +long f37(long a, long b) +{ + return labs( + (b&78) + +(a&658) + +(a%781) + +(a&448) + +(b-138) + +(b^17) + +(a|493) + +(a-708) + +(b/324) + +(a&83) + +(a-157) + +(b&651) + +(b|109) + +(a-281) + +(b^374) + ); +} + +long f38(long a, long b) +{ + return labs( + (b^425) + +(a&908) + +(a|959) + +(b-625) + +(a|699) + +(a+198) + +(b&839) + +(a/290) + +(a&561) + +(b%926) + +(a%841) + +(b/559) + +(b|529) + +(a/641) + +(b*763) + +(b/277) + ); +} + +long f39(long a, long b) +{ + return labs( + (a%230) + +(a+510) + +(a&414) + +(b-330) + +(a|513) + +(b-63) + +(b^582) + +(b*565) + +(a&670) + +(b+937) + +(a+35) + +(a%69) + +(b-357) + +(a&147) + +(a&261) + +(a%992) + ); +} + +long f40(long a, long b) +{ + return labs( + (b/280) + +(b|187) + +(b/848) + +(b/127) + +(b/505) + +(b+564) + +(a-912) + +(a|49) + +(b/652) + +(b^986) + +(a-124) + +(a^673) + +(b+560) + +(b|89) + ); +} + +long f41(long a, long b) +{ + return labs( + (a|757) + +(b|663) + +(b^917) + +(a&308) + +(b+950) + +(a+927) + +(a-41) + +(b+704) + +(a+606) + +(b^686) + ); +} + +long f42(long a, long b) +{ + return labs( + (a|696) + +(a%701) + +(b%609) + +(b-907) + +(a*848) + +(a*765) + +(b/148) + +(a/194) + +(a/790) + +(a*818) + +(a&733) + +(a/123) + +(a^588) + ); +} + +long f43(long a, long b) +{ + return labs( + (a%385) + +(a|223) + +(b+330) + +(a/820) + +(a|1004) + +(a-137) + +(a%945) + +(a-20) + +(b&133) + +(b%64) + +(b*124) + +(b-944) + +(b^943) + +(a^129) + +(a*251) + ); +} + +long f44(long a, long b) +{ + return labs( + (a*469) + +(a|757) + +(b^767) + +(a%891) + +(b+945) + +(b*59) + +(a%345) + +(a/279) + ); +} + +long f45(long a, long b) +{ + return labs( + (a*110) + +(a/795) + +(a&606) + +(a/353) + +(b*111) + +(b^344) + +(b^279) + +(a*680) + +(a|367) + +(a-988) + +(b/729) + +(a+63) + +(b-621) + +(a&917) + +(a&21) + ); +} + +long f46(long a, long b) +{ + return labs( + (a-906) + +(b-527) + +(b/197) + +(a-906) + +(a*885) + +(b&956) + +(b&1009) + +(a|972) + +(a%879) + +(b-242) + +(a/879) + +(b/564) + +(a+76) + +(b/414) + +(b/362) + +(b|60) + ); +} + +long f47(long a, long b) +{ + return labs( + (b%833) + +(a/795) + +(a^665) + +(b+249) + +(a/118) + +(b|25) + +(a|91) + +(b-847) + +(b%199) + +(a/601) + +(a/189) + +(b/855) + +(a%543) + +(a/617) + +(b/133) + +(b^724) + ); +} + +long f48(long a, long b) +{ + return labs( + (a/209) + +(a%46) + +(b-588) + +(b%179) + +(b^710) + +(b*555) + +(b^441) + +(a*400) + +(b&523) + +(b&237) + ); +} + +long f49(long a, long b) +{ + return labs( + (a%133) + +(a-521) + +(b*99) + +(a|621) + +(b&321) + +(a+219) + +(a^1002) + +(a-392) + +(b^257) + +(a%836) + +(b^928) + +(a*362) + ); +} + +long f50(long a, long b) +{ + return labs( + (b*173) + +(b+136) + +(b&800) + +(b&1009) + +(b%353) + +(b|735) + +(b&982) + +(b-160) + ); +} + +long f51(long a, long b) +{ + return labs( + (b|101) + +(b|175) + +(b+690) + +(a+817) + +(b|959) + +(b/958) + +(a+301) + +(a|378) + +(b/702) + +(a%852) + +(b%273) + +(b^47) + +(a%284) + +(a&186) + +(a%442) + +(a-853) + ); +} + +long f52(long a, long b) +{ + return labs( + (b+474) + +(b|194) + +(a-886) + +(b&728) + +(a-992) + +(b-381) + +(b&655) + +(a*183) + +(a|615) + +(a^810) + +(a%654) + +(a%517) + +(b%678) + +(a+311) + ); +} + +long f53(long a, long b) +{ + return labs( + (b%543) + +(a&914) + +(a*911) + +(a&84) + +(a/42) + +(b/842) + +(b^838) + +(a%698) + +(b+366) + ); +} + +long f54(long a, long b) +{ + return labs( + (b+106) + +(a%991) + +(a-895) + +(a/148) + +(a+222) + +(b%606) + +(a^791) + +(b|619) + +(b*659) + +(b/15) + +(b%376) + +(b%590) + ); +} + +long f55(long a, long b) +{ + return labs( + (b+520) + +(b/658) + +(a%222) + +(b+171) + +(b^952) + +(a&561) + +(a+211) + +(b/568) + +(a^287) + +(b/219) + +(b%888) + +(a*340) + +(a*958) + +(a|181) + ); +} + +long f56(long a, long b) +{ + return labs( + (a^479) + +(a&31) + +(a&584) + +(b+494) + +(b^123) + +(a*685) + +(b|563) + +(a+893) + +(a*841) + +(b+364) + +(a+752) + +(b&859) + ); +} + +long f57(long a, long b) +{ + return labs( + (b+882) + +(b+719) + +(a^832) + +(b-507) + +(a^413) + +(a^296) + +(b-128) + +(a*834) + ); +} + +long f58(long a, long b) +{ + return labs( + (b+153) + +(a%452) + +(b%676) + +(a&385) + +(b%560) + +(a|409) + +(a&812) + +(b&451) + +(a|569) + +(a+745) + +(a*664) + +(a*432) + ); +} + +long f59(long a, long b) +{ + return labs( + (a^992) + +(a%720) + +(b+270) + +(b|669) + +(a%824) + +(b-265) + +(b^176) + +(b+911) + +(b*566) + +(a%340) + +(b+378) + ); +} + +long f60(long a, long b) +{ + return labs( + (b&775) + +(a&35) + +(a%46) + +(a+212) + +(b-467) + +(a+985) + +(b+887) + +(a/795) + +(a^125) + ); +} + +long f61(long a, long b) +{ + return labs( + (a/617) + +(b+382) + +(b|759) + +(b*147) + +(b*350) + +(a/159) + +(a/135) + +(b%364) + ); +} + +long f62(long a, long b) +{ + return labs( + (b*384) + +(a%288) + +(a+895) + +(b+619) + +(b|720) + +(a+858) + +(a*550) + +(a&51) + ); +} + +long f63(long a, long b) +{ + return labs( + (a-607) + +(a*502) + +(b%228) + +(a-507) + +(a-744) + +(a-354) + +(b+416) + +(b+616) + +(b/156) + ); +} + +long f64(long a, long b) +{ + return labs( + (a*379) + +(a/976) + +(b&820) + +(a*391) + +(a/240) + +(b%974) + +(b&670) + +(a&77) + +(b|35) + +(b-534) + +(b-74) + +(a/484) + +(b-767) + +(b%766) + +(a-438) + +(a^579) + ); +} + +static const char *command = "zsh"; + +static const char *data[] = { + "20", "59", "429457692641177624", "734", "490", + "20ABBFC0D6FDC8405D9E68C94DF0207595F96D55FE3CFA345D081768E554F54520A9BDCC80AD994C2FDF298300BD2C2C86F4267CD715FA345D0817", + "2", "59", "485544334689194687", "909", "657", + "DECECF4EC712E838B3522404281CB7CD696AF8392AC41FCBBBFA57FEE50158B6DECE8F4ED412E838B3492804281CB7CB696AF8592AC436CBBBFA59", + "31", "59", "574876353859001630", "458", "979", + "1B7E969D5C2DFF2056C93F1B844A4499BB7C4F9A33D81CB62D2C96B72F6253C71B15969D5C2DFF204D81045A844A4499BB7C4F9A33D81CB62D2C96", + "25", "61", "2300204162755720477", "632", "522", + "D24CBFE143C1E74767C55CB12094229B3D958DF960594D0596F58A434A8D6F9DD24CBFE16AC1CE470BC63CE76AD46A9849E5C7AE26412943DBB3DB0111", + "14", "61", "1152489825893238448", "997", "288", + "554BE3CCDA15CF5AC02DBBF1783C6FB835982659994C2464A0B11BAE7E4E15E44406ACD99F498A56C16CAEA54D3D3CA53AAB225988756033A7AD408575", + "20", "59", "216137588876981880", "180", "37", + "E258CF7290DC32FE13D3D1D7AB81DFCCFE1041CC8C42AC13A095AF8F1F393E85E1568047A8C03C875896F4CFABCE9EC5AD0F1A859A53AA1CF596BA", + "21", "62", "4574133280906658918", "279", "643", + "5A92757475CB15B8E61F1CA01B67D0039FE274EA91E3C4387C6D0576EB5D14F15EDE407C67D06FFDF75A08E7125BC213E1B574EA908A882464714037E347", + "19", "59", "539305711775164018", "212", "424", + "D983C3302DD98269A2EE33FE9E0E29DF0BCAF504484530B0127C7CA51C7E0E028A82D41929DD933BB7BD67F7914028FC0697F045593B30F077322C", + "17", "62", "3962287991329028891", "256", "523", + "22D424BE8ACA37A0AD1DEEB879B7B771CA26AB5708E1D4AD67B5559A5B265C070CC319BABBEE63F2AA0FFFB23AD4B64E9F26A11110E5D9AD6AE25A9F1630", + "20", "60", "1152920660505617064", "523", "963", + "FF3434D59D1EF24E04E6271DA08FCA9C0B0E4114240F5F1D3AC9DFE96BD77E00917334CD8A32F94C5DB2701DA2DFCB94060114084E084E5A69879DAD", + "6", "60", "540429733173132164", "284", "880", + "B8346C11A8F82E13D2B80E967287AEC77B81F8F3D1CA50EB1CE7E7786DE3E443AE38770480F30444CCF45B8273D3A2C075FC8DBCA98215E748BBFC55", + "20", "59", "215002875966573585", "744", "714", + "8EB4E43FCA1F0F55FEEAE8D4941606113ADBA022F6154F2C0A01C9FB695810ACE1B5FF2B95554E00A5BC969FC17E6E05379B986CFA5D096467488F", + "15", "60", "1132470587473445299", "993", "804", + "98A09F0D6353504BA205BD22BD435512E3B519D53A515F80A2B3E7A44BBA089098A0EC1B6356504BA005BD22AE430A12E3B519D53A515F80A2B3E7A4", + "19", "60", "1152288046853600015", "183", "384", + "14FCC0BAD9990E2DDCEFC870E4CF1F4233CE0FD06633A3BD1C23FF7123B1720414FCC0BAD9ED0E6FDCEF8170E4DB1F4233CE0FD96652FE941C23FF71", + "14", "61", "2305842587199140677", "17", "553", + "8A14F22C538CCA1418BFF891103720EC6039732D0E863BD32C751CE8327E095F8A14F256538CCA1418BFF891103820EC6039732D0E8672C82C751C8A32", + "31", "61", "2304717100710331300", "319", "240", + "93D7E9098DE76F0A768C0C4CE2B3F3E9E9025CE16A83763C76EC81B290950E4A9DC4D12EE9966677359211459ADFFEE58C590CAA29CB763C66F1D8A0C7", + "18", "62", "2286421227230133674", "106", "478", + "5802C36AD5D4BDC46317525283CB879A7B59817F79B0FEB32AABFFF10997302B1D02EB7D9BD7AE877106132AD2CD87FC313AF87C2E8AF7AB2AACF8BE43C3", + "13", "60", "1152206821909738888", "784", "484", + "60F0C363A053EDA03170062D5C2C72103DCDC9339096C2184A5F2167A7B737A224B5C763A910E7BA3E5F43311828580A23D0CE358DC5841F56517323", + "3", "59", "409827530455668778", "706", "88", + "117940DBE42F9F66041CBBA575D54EBDA27BE2BAE68D5E136DF95ECFB8D07F8B0D3B57929A57C920042CBAF034E70FA0ED73E0AEE5C80D277DFF10", + "2", "61", "2302882573618381841", "792", "441", + "58F7B0EFB966A19DCF8FB05BFD8E834D6E8A81D15F24127E74E81EFA2897863F1BECB7ECAE66BC938ED3E947E29E935B7A82C7D648385D647EE670B21C", + "17", "60", "1044821730419224996", "235", "36", + "132E28506935B9E67FB0C8523043D8FF19F81BD415416DA1FA320F6E892E54FF2E312F122E71BEFA7AA1C2072327D1BE23F103D3016B2BC3CA245C2F", + "32", "61", "1150645202004719209", "762", "230", + "BD9274D1224A712777A7B16F6D36771838426F6E288C1CBB4D879C445895C37F889516972644253C25C3F871051C51213D4D116F20C24BB4568A9E1659", + "10", "59", "567453553010894233", "125", "505", + "57240CFD5DB8912B36E7C9D0B652BA47D415C2BA43BCD838C76B410AF7764C03402644FB72BBCE6935E88793E43AD52EF718B3B95EBADE5B8A2864", + "3", "60", "1150388225512824475", "88", "525", + "87D37CEEBA37CB1DD964F302DACC6E49F4DCB75A667A045460A79DFDF3406502809D6BEA81318F1B8725A001CA8E2D51F8C7FE2327631F5A50A885F3", + "21", "61", "994723771585126821", "993", "99", + "D5B326A1A45603DB5FEBF7DD4F4A335C0371696792C82E48A5D8C327E976B61DBFF20BE6A25C01CE1DE1F5DF1A5D6D390F247942DDC72E45AE8A9C3DA7", + "32", "60", "1150669565189873265", "573", "771", + "4F5A6AF2195FCBA60FEC2C543B5DD54FDD04C7CE006E38C5A2AF5C5847604636585A26E91E4898DF67EA3D552346FF04971CC6DA316C7D8BB5A14C11", + "7", "62", "2269787806567204604", "849", "817", + "B45D7B05636CE1460328C79759E177634CED0FB0C3816AD546A1CB4CB732B11B8C496805726DC66E0926CE8718E7024B69A5069DE8A3289640E0DE30961D", + "18", "61", "828643274664437959", "600", "907", + "2293166C33C56A24AA6254FFDD2B77C4E94F875DB951FE24646D6AF923ACF8BA17AF4B095C804A3DAA6D0FBAC0207F94BA26E852DC05D55757256CFC2F", + "4", "59", "573915380653410767", "285", "372", + "A1A14C4AF4FC7233DF973F1A5B43583073AE026D95B8695BAEE8F17DB4F4A927ACA4050DA3FF792C9F9B085F37456B7673F52D42DDFC7C5BF9B0E4", + "31", "59", "576450821801481496", "592", "825", + "F7023404C7F1FA36672C2B410685660133635CD37D0E12BA02DC5124526B1115E70A7249C5F2F0356B294D693CC36F4E672B19C27C6C57FD028B52", + "5", "61", "2305842999413544752", "321", "824", + "ADDDAC487725E230E8CE239F594E8FBD9EDC6F78819DE43B38FFF03D4C676017A094A748266EEC36FFC93B8A5204D1AF9C9267759085983373F1C12D51", + "12", "60", "998668731258784062", "691", "873", + "3762762F74EC3842896A0DE8812D36C2608B7718675A54879DCDACACC5570A483C6A7A3939A06559C00300E8DF6C24DB6D817A1F74424D85D2A5EAA8", + "28", "59", "576460735055764323", "962", "764", + "8697663AA8C6B64535B2C109B0EC4FE5FA1417A632395CEE9D7839ACF6E02FEDC39F693DABECB04628B9AD698CE868FFA84452BE343557FDDA5D31", + "31", "62", "4575657184900528316", "525", "646", + "92F6225927A2BEF8CB37B3D73567F404A1537F62FF8BEB9BA9DB6089C34922EDDEC360183DB4B5B6CC38F4BC4867B718A31B3866E28BE79BA094279DD107", + "23", "62", "4574496085316202699", "805", "530", + "F79184A0B572DEF60B1785A093AE4D68B7611FF68DAB4DAB5D55DFF5A3686FF7FEC191FEBB3FF5B84E2084B19BFE6738F57613BC80A719A91D479DEBB461", + "2", "60", "1151783921180461596", "427", "430", + "D8464985B64047A95A0BDAD191FF7DC98EF5BCC6F6250221A21CD19DCF9B193FEE0E1E91F84D13925A5CD898C2E832D487CBE5DCE321232FB316D595", + "10", "60", "612489269612145846", "793", "482", + "73B453A7E9C3650B514AE32F8D3DC3E0B5C352FA281DA36DF2040CECE994D4F77DFC16EDF6927F095A0EFE6CF414C2FDBADE36F96A759D03F14D2E86", + "26", "60", "1007821153960748828", "649", "223", + "11398410A5FA3318B1453A4DA87F332F5235F298DA43592E8A0903B1ADA5549D3E3A8B10ADF40B74B7534340B66B05615120BEC6FE694E329F4C09B4", + "16", "61", "1441151292205310197", "389", "308", + "4CFE5E92DC5FC05BE5B0FC27FC7ED865ECAE2EA963B24C739E98435A3D1836461C8830C9D158890DFEEFB928F72A9667EAC33AD27AF60B3CABAA7D190E", + "4", "59", "571954816213630732", "172", "320", + "6551C43F8623AC7A47EC6950DF602B6624FE1823F017F39073AF67B5B884B9411871C43F860BB06000A2146B8229276224912209F45EB7D43ABA7E", + "13", "61", "2305807754855799077", "426", "916", + "A950CCD091762100F8F90D9DFF1DCE2C3073FF0ED6E1644D3DB4E954C31D3DFFFB1DC3CDBA350650EDE305B3CB1DC2413F36BE5EF2F6614A00AE9B0D9A", + "15", "59", "490733479684210988", "904", "470", + "86CE117A1B26AFF10650A33211FCBEC56733D2D026F6E982B0491E794104E875C5815375132683FE0E7EBD155EAEB3DD7735AC9659BAA8CCB57237", + "8", "60", "540286466404617611", "342", "682", + "1FAF0E55634512227A4A28ED81885ABAAA21BA33CCE1124C55C01843A07516750CF0050E2D717E6D2F42259AC5D17AE9EF1E923DCCDE5E6467FE1A43", + "28", "61", "2017313290886704949", "454", "990", + "E8B724F8694702777CD2FE1C291460C580945E6E6D1833238A3B561AF80C0FC9DACA3FA6276C3F4132B1B8662D142480BEDD132B4F59332E887C411AFC", + "4", "62", "4521314682762658977", "814", "878", + "3E070B33F12EC0180EB811631C4B0EA5A55C1A1944576DB7567E23BA832726081F420429F136834B16F4166D0742079DDA1D5D5C4857699415742EBC8A6E", + "10", "59", "271904825287305454", "443", "778", + "3615A107BB16B2333429052C9275FC1D29726DD00D4776D54C74382CB5BAF6123516D4579C2C9A0E35614F2C9F5EF622663E2887504B769B032038", + "27", "59", "288223779081736849", "77", "800", + "4237FA2239CB930CB1FF330F139F7B1412FEC1A11C7F0782F32BBCF166309F9C4223F03979879A4DFDBC6722328D6B3A1F90CEE355314E829742B9", + "25", "60", "1151795589634047917", "110", "366", + "8421EEEF62147511C2330EEA538335137C7CA491576C4A90C26321FEEEBDF5E99162E0A4771570199D7647A6548723463F29F5DA007C0BC6830A70D4", + "8", "60", "1141099555043651072", "625", "391", + "CFDAE3ABFADF5C97E3CC5F1FA53EADAF7922777624FB185C32471588726328C5C8D2FEECA9D601D5EE98561FE86AC4B22322423B60FD5C583D04119F", + "10", "60", "833160364784719091", "852", "154", + "89645E541D54B9BBFAF46E961E6DFFF36849D88EE85F0879F76A6EA32A63C47FCB671B1849569B84BEFD0DD27432B0E728549ECEAD72646F982949EC", + "24", "61", "2305820430550520399", "178", "636", + "A6052C4023D5872AA8CD0521A8A0D3310A77EE82C1A0B102CB02C5595CEB7CB7FB2F6A0F71D5D638E4844B20B48A9A7F0A779A869AF3E014CB05C5671A", + "29", "59", "342189969855360359", "616", "433", + "9BCAB38B74D51F25388616A1BF1D34E98E43E3BD564C5A927D208019983AAD4BD7CCB7D22DA4466074CA59B2AD0E7585BB51A2C41F2F03F23B73F7", + "25", "62", "4583256494897128919", "653", "851", + "3D5CCE83970A01F52F4FEABE6B32FE9647AF19D6B5002C01F8D15606755C76983E0BE795CD0B0CB7245ABAFC4C2AF18C54E31E95FA133E4CF4C0513A7D55", + "32", "59", "522399410493957579", "971", "315", + "C4F47B768B1734B9791722CA04F8BE165396022CE833ECA98AF4C8459D156DD0E3B669018B0435BD705A6DD041ECAB166AC53709BA3EA9FD87FDDD", + "17", "59", "575754856174094739", "105", "530", + "52C59B58E142DACA1907B8AF1BE4F6F4D30CFD8BDCA0DAE1C053896DF6F0FCEC518AD81EA54ADD8C1F2EF5E849E4A2BF980BD9CFD2BABAD28C158C", + "26", "59", "432319038503793370", "887", "19", + "EF06DBBE7D95DFCB89A48A5FA7D0859BAAE2750CC756BEED1D1FF3BA9E85C793E020C5FF25C68591D5DF865AB099B895B2A778108819B3FA1D18F1", + "10", "59", "571957135474811025", "400", "580", + "5A379E095FB44C7B80F4DF7ACCAD0FE7D9273C1906A39EF72C2788820AC282A65A2BD3484C9F446D83FC9734D3874BBF8A77705813A999B81A0DCE", + "26", "59", "551602374393722196", "76", "562", + "2CC7568770F29B3C52EE45DC932E523FB7C0CEEFBE3334CFBC93EB45D63CF30F37C843876DBB817D56B9268EC07A527EE5D4D3EBB23B679BB9C0A7", + "24", "61", "2161692290978361621", "188", "749", + "853D442BCE182708DCE0C3E172A4F3576C16B098EDA321E03C2B7E575822D7F5CA6B247F8F122C1B95F7C5E669ABEE146309B084F7BD76F0726C663801", + "31", "60", "1152920679970590109", "173", "400", + "623EA0A2896F7EE7BA96CEF3D472C1DFBB505485D5D1BA69C543276F21E0BE8A2471F288C83D1CA0F690C3B29A6E83E7971E30C8E294A604D847252C", + "29", "61", "2292311989524235993", "593", "469", + "2FA99EE2824316ED27099E48DB32FCAE6D249D7BF24B6EB45CB7FAE025292BE261EE9099F9471EF96609E36EA2328C9D3224CB45B36F71CB0DE4BDA760", + "4", "60", "1151654686017647453", "774", "189", + "551AC05F125AA57941DBB003E4DF24740FE836DC7AF3B900EB98B2E774A7AC04195B8E18695EE46D53EAA14DB1A0012748E32BDE7EA8EA1DD98EDFA0", + "30", "59", "566958480149371110", "710", "249", + "E76B1A2410810A999E2ABD621DE10B3D034729B43170F938049A506935ED193D91395D264BFA0A999E22BD7111E10B7B10644FF84E0FB462149214", + "1", "60", "576416067362591228", "610", "539", + "10F30CA3C56E40BE6EC6DF0C2CC180C04DA699A0D8E5472B774A580E27952BF246CC1D8986210CF116ADDF4E6D91AF856DD0DCBBE4A073317F271114", + "6", "61", "2305825417026573790", "461", "784", + "D66435E94BC71BBC3F99EAAED7B3E01A7FB6FB81214DA0103852B03F0F05C00F8F5035850A9257E87382E6EFD5F7EC553FB5F89C7B1DA4023B1CA03B5D", + "32", "60", "1116890508488595445", "337", "48", + "A25E65A925EAA240192D53259EC060EE7AD47FC3EB05BFDB2A594B1DDE9D8D1BB71E69FA60A3B9244B68106AD98E7BB43F904299B851FBD269185B17", + "24", "60", "882066699970942219", "787", "311", + "B04E7BC30BDF003D3706BA1D8AA94591E3DFA38CF5D2AED6604ECEBD770F6BD2FC011B9113D0146F3C02A20981B75886BBC3A6D9F389EB81372BF6E0", + "11", "59", "423197301049492439", "54", "608", + "2708B876684B3C786E7A558E8D82953D2BFC52114B233F298E8FAF429ADCD68B2763E336216A521B330B57DE9699BF3D6FB91044430D365B8EC0B8", + "12", "62", "817401784022302252", "67", "48", + "E5A6FFA58A1DACE73BFFE0E090BEEF85821A67D02AA43E7255D4DC9625243942E1A2F8ED924DC3EE20FCFDAAF5F2A0D79F18638B68EB712314CD8ADB5A3E", + "21", "61", "2077843053248915082", "227", "164", + "7B31389D151D8F0B992A0E9AE42B5C1FA57A65F39196078E15FC778BD6FC2027347D7798474FDF48D23D4489B6665E17AC7B04F5CDC15B8840B425C4B9", + "3", "60", "1146160298369681139", "755", "508", + "A048A8661E3400205974969F3815872ED54C3B92DE77CB79F6BA1E4FE1A65FA3D74CF3214C72452B527FE98D2D01CC609A1120EFBD7E8331A5BF7048", + "7", "60", "1143773494580225960", "389", "981", + "40AD3D323123C21ECE8C3EDAF338C015ECD96C592DBC1C0732F3FC950F56B48409B72677223F9417D59A6AD1AC37A95EBF95580A35FC0B4B28FEE9D1", + "16", "61", "246371964158780426", "756", "272", + "097650828057080ED5F63701B1ACDF2B046A0304E25078AF638EF28D2DAA5AF8447652869F085703C6F32D02B1A4DD2B357F031F950810813BC8BCE373", + "4", "60", "864686592432482781", "662", "812", + "E5FCA4CAB6CB3C1930982564BDF6F0CC21FDFF773A54CE63DDA749C86453AA9FACE982C7B6CF380B79B37179EDF5C4F667A4AB6B371CF335CB8877C2", + "11", "61", "2269665448954707604", "465", "991", + "C042D216D615B7DDCD732AAFE58722CCBA256530FBEA14832DD485DCC43602ECDB5FF20B9771DC92CD133BBCF0932EC4C765536DF5EC06C378BCB6F8C4", + "11", "62", "4582394513265873545", "589", "887", + "234FB6D1EF82302E277790932F2C098FE950131AA2A8AB9D2B98DDE122E0E7F8774FB79FBBB52F387D76C3DA26374FC5BD7A7055A7A1A5880E8BA48C10B5", + "32", "60", "1151795501618687073", "925", "69", + "2B033ECF24C53B9AC626DDDB80EEBF6500208F44928DB7782D85F9D2883B0CE4360435C524C55CCEEC20939CE4FCC06D1004B81C908FB14664CDB896", + "20", "60", "535813626070296181", "223", "911", + "79008638465B612625B6F36E62AC5F837391AF3B02B7C8DBDB3CB182F169E9B9440384605043292D60E9D77565E215D06DDAF373008E93CACA6CA292", + "3", "61", "864372260418574703", "761", "315", + "90838D5D46C09EF405E04339609CE3F8C94B519139DB74325C8BDAE0125D8D44B7809A5E64DAB6F4079F0E6D7380F2BD804D52BB3A8B714D0FD89FDA06", + "16", "61", "1651580530054898625", "286", "1001", + "4C61796F41C9BC30EB817D11BB0DA0498D94F48C08D0FBB1EA5209514D051CA7420914000C84AE24B6CF2E22BE20F114D3C19EF90EB3EEE1A661104104", + "9", "61", "2260138487915596423", "615", "373", + "8FC37890300874AEE385471ED4357F1D7E14A8E81A974E9A515C7593C143A90FAD9E679373596FA9B6935C5DAC1D3D5C5F10A0F515DA46D50D522FC984", + "24", "61", "2119999155699493499", "527", "796", + "B7C002DED01BDE054962E1E1FC423925B7F0811FE52346B384B4B4ABBA182FFF92EE46DED74FDE211365E6FCBD486C6BE6E19203E72801E9B59EC7B8A1", + "1", "59", "504222253974385183", "129", "828", + "F71422020A4FCCB83C2691B4740139A395B7E790783D5C0A090BA4F2A6184FCAB900741A0F00C3F41021D4E57A141FABBDECA6D06D0D0F4A4549F0", + "17", "61", "1403996904516173895", "706", "369", + "610D02D8D15567A6B176AE2F532F38A5C481E25634B5AD5C8625AC028C70C4470E08609C943677A19C7CA72D732E3DA9DDD3FF5629AEDA4ECE26AB1389", + "16", "62", "2738144558615268789", "428", "564", + "456BC4411C9A8CD05D9CD9526FBF65B9B92C626ADCE45D7F4C4BD098EA6EBDE86238DC123C998EDE08E4BA2F6FD069B8F0433340E98B3B660A0FD0CEA940", + "9", "59", "576033991465978931", "817", "565", + "75F9AB593E4214D59C28D999DCE7CECAB4D77974A42BDFE1F1AABD30BB65C3B30CF9B4402F4215C5D72ABFD082B1899CC2F4323BF734DDE3A0B9B7", + "23", "61", "720012973241581418", "222", "256", + "8EDB1BA89EF1D40A5821CDEB80FA0B4048480B72926E4E54489AA64DE33AC518DE9A0BA3D6F6E6183C6681AFBBC15640677B4E3EBC7F4C2B03C5E902B0", + "17", "59", "576449473450733709", "599", "66", + "0899A2B3EE162A7FE2298055BAB3D6DDCD63711DE9AB6DEE58F1FD29B8DCE43F0EC0E5FFA3092A21B3298F19EEFD86C6D012116087A93BF20EC1BE", + "8", "61", "2161726377856815857", "781", "728", + "97B2D524D0FDD55D7E130A4F7FE0634A6A87CA50DAC82439570E23462C704FFA9CF7BA19D0BED85478171F4F3DF23F5C7B89E050F9D352513F686F011B", + "5", "59", "390687258991865727", "514", "206", + "57964F4873ACCEDF336E7E2E7C9327EA45BC9EB29D3AFB66D65ECAD85A7698BF54C2030A39B3FB902D7876007EBB5DFA46B9D2D89B3EFB7AEC18FA", + "30", "62", "3314506389157563241", "25", "151", + "612B18A70E3B0EEDDB7E454156FFA45BF28A00CDB7491FED94EF7C12C270A5D9663328B5350F21AE90210B0A4AC3E556F58F0EC1E70C63C6C7F86B13F279", + "11", "62", "4611684897407080523", "510", "75", + "84CA69FBB03B24A40D1F0423843FA206EB7A74067FC01170B80D5F3468688E6E84DD3AD7947428B83501402D9D38E512EB4272092E915976FB6975172E3B", + "19", "61", "2304576300816746955", "630", "189", + "91FA72452549B3255F8A8AA44D8B80FB7461DB0BE508DB36BB2A581DFF1DC2549DEE7511670EA223538BC8F05190CEA83128CA52A41DC532B1255239F3", + "7", "62", "486177642785294477", "744", "207", + "70BBF763AC39ED5CC05C602FCB6885811C40ECCAB10B943238013F0DAAF6F3B778E8F87B9670826CCC482315E427D6E54040E8EC8F448628713D3F5DD7B6", + "3", "61", "2304980914653184863", "453", "92", + "D3464C3D458569EBDCC452DF90BF679B25E1E23AE9D589C6A11AD240E1DDEDB6E80B056652D269A791CF40848CF44CCA0BDBF364A793D391EF2B870DB2", + "3", "59", "576425481762683773", "501", "363", + "49EF3502CCE07A5839C81A23EC18C89E732041AFE38985DC5560517081E2B4E94B907248A3E02C1978EA1023F131A39A764F6BABA6B087D00C295B", + "27", "61", "2161164825589940647", "82", "393", + "BC87067EDB7D460560EE290DA7AE3FEFE2DC2D90CD365EC122FFC10746302E0ABAC3047F96735A0E6AA82F5A8EA22FA0A3CE638F88321ECF5CFECF4278", + "24", "59", "288230285956127164", "941", "878", + "633A3968DB4785049179E68C09E784093B1717B51CE589316C41CE1985AD6937091C39719D04C8049664DBBE0FD28E417C5843B726BB972B2D41EA", + "1", "61", "2142341214913776386", "371", "940", + "82BBD72DEF513DB1911E4C113969D59EB677D867371D47B3089CF44433B0A9BCF5BBDA2EA1262A9A8A1A59137C35C8CFFF778874375346B30A9CA94068", + "2", "60", "862137869177478191", "357", "102", + "0E5885ED0A236ECAEFD0240FCB50EBDF567CAFD7CCA6D5EB074D8AB6B43182A406759EA8403C5FCFBC84311AD77AA8901977A1D1C6A687EB2D7EE9FA", + "28", "62", "2800946154320145315", "281", "748", + "B1C725AC7A255321A97D8ABB5FAF991495978E1BA4E130320DC7A34957C14A6DBBDE0295796D4B08881BD8B843FD8871FC86BD10BBED38225FEE9966038A", + "20", "60", "1079631761617354799", "945", "799", + "CA81BA8A5E5D99F9C74BCE592F0EAB8B4E6CB2E74DB426E5B8E157BB40E7E319D6B2CD8A5740CDBFC578F8636A7EB8C10A2EA3A947B975B6979305EF", + "16", "61", "2161270424010961671", "881", "451", + "5C891D8D88C0286D3AD3F757D26A73EB566D376269D1CD31F5955B0CF993F23E09B71CCCC0C573237AD7FE5CC47C37A6667F284C538F8377C2B95875BE", + "11", "61", "1436610760296718358", "157", "702", + "0A7AB16885BECFE9779B74F6B47D605F7818E64929D8D6AC116AA88EE3BDC0357A05B235D3DC9AAB7DD83BC4F664600F7707F36D25D2C7B4432DEA96F2", + "2", "62", "2305391659488569102", "437", "242", + "5F06BE3F87711E50EEF4FC8D9DD1254227819E2E358BA38E6919CE3AC4E8C7AB1844ED7AD4066711A9B1E6C8C187374E3DB0D5630EC5E6D32C51C66EB3E8", + "12", "62", "4534139249892284503", "462", "413", + "8775E190C9F6331E41CD2B56C645412F37E758AFB3C6603F9485286097D1132FD278A8B0C0FD224C548C79148101672F7EB458FBBECD27309C862431D0DE", + "26", "60", "1152921502383150287", "695", "733", + "D581ACF9865AFB964C487F307E013DA1D730EB75A63C27A8C6A595D0DF69AEACC59481B9D845EC845E5A1779300E20E0DC2CF479F6426FB6C6E399C7", + "11", "60", "1141659756754548943", "825", "871", + "7465CA6D8EC389E285B11F9287652B677FBA3AB3F87F8EB6489241665E3680BB3864F06A83F4D3FFEFCC0385DC083C227CBD56E6CA7791BF4AC75464", + "25", "61", "2012961080128211322", "609", "461", + "97D34CD9ADF1D47561D77AB0086ED0B700267F54A6592EAB8B1E95551B600409CFA11997E8FD8F690EFD7FB66C56F8F24A61581DC95F2DEEDA3090521B", + "20", "61", "2008428891298340111", "250", "460", + "7AE8E42916BF2E9B27277704A5FE22802AC42A8DBC03F0B3BC2819250DC6C8FE7DE1DC27689804DD77157817A1FF309134897EC5B02EA0ACE6331D705C", + "9", "59", "503971853276568869", "253", "740", + "26648C2E6F6DC4257A786037E09DF048AE2F66877FAF4A850965AD0C9843F67117699A383C4BCF3121284A31B595FA50AB2528D34FB259D6147596", + "27", "61", "2160601903950231726", "785", "869", + "09A7C36B49D6DAD60921BA7C852708DBFDA56522FB1E9F5B2D97CA1F2C19064538A5C46847D1D1931D61B12C8B59169FB58F1071F616994A6CA491093C", + "18", "61", "1724737918703908203", "453", "471", + "79A65F2567C24A6B615A179874CF9D8C0A223ACAB4E0705D4DF396C09259096C7C885A3035CB41626E5D2DF53186D8F44B763CDEC9C60B3454B5D58D92", + "2", "62", "1152921358543634604", "874", "285", + "F928936B64CD098DA607E4B3BCAD530B8DEBD290222BDC30A90051C4162E0FC6C373D6646C8A11A5A67ADCE4F0B05D08C0C1A9EB222F8360B70650CD4B21", + "13", "61", "1521089614484098557", "1008", "96", + "C5163A184478C5B0368766BB826B002AAB3FD16F1D2257CA90DC70593359469A8C66605D4D29E7F6278762B0BD613529832FDA234D1A7890C4C75C5332", + "24", "60", "575606977026934377", "310", "649", + "35A8FE2870711B37A4D12672C57C39F831613E1726F4583DA98ECFFFBF705E4544DFA328742A1B7DA2D9373C80016CEC0524304A58822C70A2CB81FD", + "4", "62", "2160213644099415976", "453", "408", + "565723AD6E13651AFB2846E8E9056500C31E0C99002EFAEEA24F3CB614188B366468028736391E48AE6677DEEA203614CA1E45C20B29A2A1E50C67F14F3A", + "11", "62", "3420483213586218871", "210", "60", + "EB62E2B7AD7F2125C88C2902BDAC1DB89F1762A9F27135383C9B4E92BBE59965F16DEBB7863B47279DDE384CC2E92CB2851E27E0A07E6F273BCF52EAAAC1", + "4", "62", "4570836103421454773", "143", "392", + "549B67CD5326D9CB67901CFF0BFEE62CBE131DBDB04518B8D50418AEF10A58DF1BD926815263FCC0668F6BA202B7A031F47C0ED69A7359F0D40454E3B704", + "27", "59", "432062989671777869", "251", "805", + "784A1DABC41E3562F428610631F7F504CBDB3F021F95380839769B16E01F09B67B041DEAFF4F627EF2293D5207F3E104CFB61F4B56C7315759199A", + "23", "60", "1067335450441146755", "266", "738", + "8D0C019BA25FFC886942F3D91DD3D67C04D059D5CEDDD63C3D7A1058FD21B1839D640698A843FBBF672BE3BC739C99512C9F42C2CF9CD761715C0673", + "13", "60", "558147268377389857", "365", "1003", + "4FF64D60E212DB15D14D92BFEA8A87DB4BF48D89F424D58865D9B0F220D5F88B47FC5A06F71ED25ACF5295D9F98BC0E9498DEF85B009C49936D7F9EF", + "16", "60", "1152915950943510937", "441", "672", + "784930F843023AC843F3BC596D7839D70E5937BFFE2765C569F2FED93441E59E624F64AC5F082DC902E2E40F2C702CCC0E1F67EBE4217B867CD8D699", + "15", "62", "3236245350548209034", "663", "835", + "CEB4B70133A33261A18C19544E5A3CEBE403138895013856BBB938D9F316629EFBF6FD407D8B7038E1AF400808090AB4A25233BB9A4E7467FEE36DD7AC47", + "16", "59", "544915763161817461", "585", "427", + "EE5B25FC84356E53AA4338D1D310E8341A84F51796F83DDC5F29590AF5164450EB637AABC90C345EFE157C9C9C3AFD525584A13396AC7CC6131C4E", + "13", "62", "1630281070568810237", "829", "993", + "56A663269242F07D0C2DB68049CECCA8D04CB0B80B63DCE7AEC8AA60C98FFA9106F51325C575F7343878B3850CCA89C4CE2FACA55969D9E5E998A469A693", + "11", "59", "571638284363285015", "375", "414", + "EABC4E7DA5A53B2B615DCE750114E3B161B2E98B6BF31F9AB375D924C83D0CCFE2F5437DA4F72F33213388204A0EF4E067BAE3C53FC4169EE06CEF", + "13", "62", "3999108482673339413", "562", "37", + "7FFADE921FB7BC501552E0A042FCF45B2285FD844EEF8D4D7DA0C5248BB8F0AC71BA939416A0F11A4915E68A75E1F45B3F91EEC13794F0345BFC89748CE8", + "21", "59", "524387322710438486", "117", "938", + "5F6A41B5CB65A6F0D78660A54B58A8826BFC96EB7BF760EAB932F279B938CF91110511979818E3C7D7862CE96D57A68D2AF49FE739D263B2AF35E7", + "10", "61", "860178732734375555", "931", "370", + "A5503A8372DFDF22DC40AB975AB180EDDCF78C552B6B0E962BB161F93DE37C97F71F7C867FD6CD35D73EE3D21CF8EB958EB6D5567F4D269F30F865FB27", + "24", "60", "864691111270336971", "384", "751", + "8FD5E933E2807198DF2441742D7B4BA89BA2EEA8D646FE7898A281D1138E52E693CBFE25C8C9259FEF74457E387C59D79F86DBBDC24AB27CA38A84CA", + "21", "59", "432041944398813499", "928", "429", + "E9D2A806E5F9A62A629FCC61593E6473B42F962854ADAAAAD070016CC85041D6FDEFBC11BCECE94104E5CA1959231456D14AC47C57DF90A0E64201", + "5", "60", "501947673920351142", "198", "618", + "33972BE3FF08F4FD869194FEE5CCE604DF8EC152C567461EF7FDD6C00CD0CB19248A79D4F613CBE2DF8ED2F8EECAE6279094EB018B425617EFD6C5C3", + "29", "59", "576460649220960912", "954", "848", + "14FABE78E9CE5AB878FAA2AEF3AAA3E64F7094BE3D688CB207AA5AEB0CFFAE965BA9EA0DF6C850B77AC1A3B9A7A2A2A877319BB923658BD9789942", + "25", "60", "1149912965914883616", "605", "887", + "96FC56F223E590239972E24093E332B2D45A801BA3DB0D082951CCBB1D677A0F9EFC54F23DE5805DD53EF656D0A237D49716914FA6FB18086559DE90", + "21", "62", "4530286973398495962", "266", "978", + "00E3487A9AA91236751C67A00B01E0B333CD73839019357B277E1E5D2A5B82A746A20B5DC1B40B65794628E31546E48539917383BC016D32677724772352", + "20", "62", "4320275562246084261", "907", "303", + "1041EFC9CAF3F2129D70ABC864F09DE7FEE7513D9D93E77F470DF35DAC404E690B15EF9FCAF3F0769D0F8D9B23E9D9CAADE40B7FDFC2FB0D014CEA28E353", + "18", "61", "2012826663762123257", "663", "706", + "C6BF361BFC440D2AEF849100EDE81372057B907756C93B70D1F6BA8DE30DF175E7C0311F8503723BEDC3C9528FB8476611669C3243A3307AF6F2BED6AC", + "12", "59", "547187182917953618", "447", "322", + "37A7B941056FC1A94C41F169334F4E615558963BCD85DC414D7594D5A9973F3A70A7A6631054ADF30314BF772E5D53661034DF7788C4955D0530C2", + "9", "62", "2161437550004962865", "93", "894", + "9A056A64E14E41AC242176C47064EF580C943A9A38C7ACFF11A34E7060E956E9DA487734877B72AF730574C87E32ED566CEF47B32D80A3B15593292327E9", + "1", "59", "503805022866094389", "855", "830", + "CDAC1754CF1525BE73334CE46D8EDB686CC1B85B2B0AE8AF2988D0367EA383FDCCB4570D9A146C96777517F477C38F6552CBAE4F2B7392D054CE9D", + "9", "60", "1107885508332992935", "20", "954", + "0F731DDE9C8A529C8B20709D46E7ADE5B2E49F8AE2B96BDF20CBA0ECB2B6756443702BB5CA8512E4C97A7BAA4DE5C9E1A9E19FCEEBFF228C739FE4E2", + "11", "60", "1152745581596471910", "183", "785", + "6048EEEB6C0B134A049630D21ABBB5575A4C7873E529D8D8693F2260538F3F676548A0A961051A4A399E2ECC1BA9EC5931446923F83EC3C33B703848", + "9", "60", "321992346742094303", "753", "422", + "08ABDFE8BF2B32A279B4E62144C68FE18B409FEFF1BC0643968D47A815DA30854ACFDFE8A16D4D9510FDB12E7CC88CEC8646D1F0CEAA6409DFD155EF", + "17", "59", "576459103033555450", "715", "331", + "1D31B28898C81D5A6CBD7A1E5CFE2F94B249F641C45D80B9D73411C52CA83B9B4075EAD7CD8D0E1554AC2A4B20C61E94E644C106C439AAB9AE3411", + "20", "61", "2231384081780604483", "27", "48", + "6169F4C3E1EB13BABE0674C6706B9DB77EA1D7F82C21713B2909A294FA35ADD52D26B482F6E95AAAB23E7ADA6D70C5F170F7F5F969483D742A01DA94AE", + "3", "61", "1152076941499271063", "712", "508", + "10E51CDE7AB736DBF409548C9A8BB0112A5C120B40E32254A63FE31BB9BB41256BCE0A8D38BE34CCF35015BD8D9FAD02365C070004EF2275B272B118DB", + "26", "61", "2305455676169276195", "745", "723", + "9E6DECD8FB38CF64F16149C1B8F177C75E2ECBE8119DDF178F85F6548F1A7D86DE0B838BD17D8A7EED615BC0A38E59CE6725CBE2298FBD039291FB119E", + "3", "59", "576407423820577221", "895", "700", + "37A5A9278B5FA3CDF7764F6D698493B551FE7FA92868153B2E64139E4FE96DE524A8A6389B0ACE81B8250D196AA18BF855F964BB223A1A22392A03", + "18", "59", "576003269539362067", "996", "885", + "7860A6EFFBE89E75B3B545FCC6839AC95E6B08CBD2A126C4725E5FE9AE60D79D2C67BCF48494D26A89A670FCCBF9E09D5E2447E5F7A42FFE55455B", + "6", "59", "270198385283687488", "660", "968", + "81FFCA6058C533218913F96B1E3546226EDA2409B3489CD2777B549E5CBD6A6CDBDAC06052CF3C6C8909AB6F5078083168D02D19D7259C90777B1A", + "30", "61", "900713872756795790", "380", "744", + "B0DDB6BED95F36BADE2786AED73904F4607C9879D657E68EC3E6F85BE903B316B09DFFEE96503BB9996DCFC1DB7C42A61610FB30A578AA82D6FBF811BE", + "19", "62", "4611404541276964098", "65", "263", + "CB1B2509EE10A59F72D4F44ABBBDCBD05F151164455505B4356893EE98928FD6816A264BA22AA5E07DDBFD0FEC9DF4F5601D5624435541FC792F91EEB397", + "18", "60", "1143914302927533439", "654", "886", + "09E478845626DE191F812E1127BE73BDC1A98D1C6D50C84E1C408CC719A63E5644B73F845726970B059B7C4723AB2CD8D7B8BD5C7944C819510EC2C5", + "16", "61", "1721676604544706017", "384", "107", + "0BE943C63D0DF3E0C29424C574A6D42A29AF12DD68E4C15B1A1F75B5991E273616BD17942E078BE0D6DD68F446A6850967FD578B39ED955967503AB7AA", + "5", "60", "1114920147647075515", "172", "904", + "270CEA95F411C9A2A38CBA9A6BF1DFB16A3AB970C9F327441231BC7300EFF978614FE6D08842B28B97AAB7D232A88BF52F78B4258E986F567B1BE83B", + "10", "59", "517694052405993325", "946", "124", + "E4F490B22860C40EB59C3B148E92122CE881A51763EE464390B3252B9E8276BDE6C582CF411DA347A0927715F4CD5728C99D893D61EA1D538AE778", + "17", "62", "2287538064722600463", "1000", "159", + "DD4B87DF77520F54EFA52DD9990C85BEA5E0CB52EFA780857B8665A3E3F304FAD4498EF5251E4013A8B21DFD9E5DE3FBDAA1C54997CC84BF5AB147A2E4B5", + "12", "59", "576425531369304394", "117", "34", + "5173F1D217411F67891B5F20E6D4D4A23302D9D09389B16E6CD09D7064D6956B3960BDFE365C1122895D752DE0CF9CA67D1291DCD79FAB7B64C281", + "19", "60", "981467985729665098", "768", "839", + "2F0956B9EB189128C369269332AFD0D065C9C4F6A4440CF13C70FB179B360E9427355DB0E91E9A6D8C2575D216AF999679C187D9960B46AA7B7AF517", + "17", "61", "1080846249561305872", "92", "700", + "14CCD7A8545778B06B60369AAAF7304760A150F97DC89C4671C2FB790E5F52346B8E96E310133DBE356803D9F6A630486DB147CC7A9FDB2634EDB53C70", + "32", "61", "1711287936572965991", "576", "832", + "DF29F92B440A7330E434E019C1131D99BA3045BDF53A488F0E2EF224F49E3D079E25AA2B22597833882CA933EB5F0A80861E4DA2A1014E8F1316F72299", + "18", "59", "570830908970231445", "281", "919", + "01107FCC59093DAC84E860717D5F97CCE5E2015594C4EED6B4154534FC5E57E449512D9D183375B8E5E273256C1793C1A3A3534798C7E2D2FD1750", + "11", "61", "2204414380097051237", "166", "157", + "3A02F3ADDD5D0605F4164E86CD6526120F557CBFF3CB989C4B213D6A5B2B8B963E35F5C6F1344E5ADE6830F59D207641780C78F0B78EC1C562223D2F41", + "19", "59", "571578920629596701", "272", "140", + "23E062056CB929BAEC2764C94C1B4E515B9725A9E1176123F48E26FBC0E877B82CC836346DFA33F6E12C54C54A1F505F1EAB22A3E5174B5E89DC60", + "8", "59", "269612758075433274", "289", "460", + "51E22D3102C455062B651CBEA6360C8D99B9DFADF9829CED32811B7C60E9B1B766F265791E8A314766201CF6B02D0CDFE0F5DEE2D393F58B419C1C", + "21", "62", "4609427484070979064", "837", "697", + "7F02A77D800A45400028903967BF5CADC7A49460E9D95709107A0475768A87E71407AE3AE84100580C28A91724AC14AD82A6C453929A1F0C35220E0A31F0", + "9", "60", "1134555261299209778", "878", "835", + "12607C925176548E51FEC24446ACB8FE1641719681C35D4B02F8AA54DAB668F05A2703CD1A44039B41C4D27548ABD58107437194C588484C4EC2F12B", + "24", "61", "2305834201836912099", "877", "704", + "9320CD4C87DA507E425E5143D5E290724A2562EC8C0B3452A7F630679ABFA21B914DC1499C86667C4F544343AAF0917B0F683294CD52725DE193622FC9", + "6", "60", "1107603861555809938", "879", "464", + "6B38E294A18478BC0AEA6AD4C696F12E59B4A6D84A4EF955F25139A634D3CFF56C5DB0DDA78B27BE4BD75995CB9DBE2F6FB9B1D9185BA543EF59609D", + "6", "59", "566151179364472178", "373", "193", + "88E2F21FF860861223CAB6E6179B5BC9D0679294608AC011B721653676E85F71A28EBD4DA267862433D4F0DB13A158D3C67E9C9D31C5CE5FF16C72", + "23", "62", "4462640069114252878", "341", "418", + "FBA43E8A0263B579076B51C4DB4080522EA4DEA1558D5C6E315836A349F79E35B98571CD5533CA5C013A4DD4F00DCB567CA2D7F10CEA005B1E5768ED59B8", + "21", "60", "1071712606554380144", "548", "341", + "19BC30AC5B73FE1EA1EA7289AF58FA8EC97827C3BACF7BA867684152950C00AF4D8134E05567B603E3AB7388A85FE19AD7300FF6948D38E62B27455C", + "22", "61", "2300624382820458895", "144", "859", + "1EC4576DB3B93F0DF556CD01FA63B6758DC1E3C2636B88FE50C326B7F9E0817F04BC002DD5D51767830ACD70BB7DA73E85C2BFE27D79B8D65ED761E3EE", + "30", "60", "1152885220182184167", "546", "839", + "96BB0E7620744A786D4D0FE7C31633BBCBD7E47DADC0D3A27121130CD4891D50B2B4117E674F497C637149AC8B0822A9FB83B902D2C4C6E506374A48", + "27", "59", "522408554455885803", "664", "12", + "83AA254BC564A8920ED9218EC55475E0B0564B5AE0B9CB59A8E80493A116984697BB375D9121F5C10CA66886C10163B7B05A4A0C9FC7811AFFFB49", + "20", "60", "1080826527173032922", "706", "746", + "742CF66960C68CE8C35D5B46718684380453F9DDDA6F6858E04BBAEE572175883A43DC2033C6C2AD970A384166C58B674549A89B99736153A74CA6E5", + "11", "60", "1006484079248132711", "200", "746", + "327006B714F7CBD0B9E8C433A633EE8BE650D6DFB767950023CB75DC1AA95DA95F0F40FE58B2C7EF93B5BF40A72AFAD0AE1E9DD18B71861125957EF3", + "11", "60", "426434572401756647", "929", "642", + "A4D42BB1402656C9FDCDCD0A7335D1CC515F7E3276D8262F29993136E2FDB7BF94F06EBC432059C7F6CDCD08431B8DCC4152793E099F262D2DEB0865", + "2", "61", "2151592247995499514", "51", "455", + "D5E99E0A61128EB08A1AD3842FFA5A9EA6204735C0E4AE12DDF975586C1D509681B49D4705088098E048BF8E2BA31EC9B8205E3DD2AAB312D6E37E1D75", + "20", "62", "4179340258763998478", "786", "106", + "4D145F190F54C70542BE3FC26777547861951342515A619B7217CEDF254412055D0458240B479C784C9A67996062763718D26C57535A639B7513A2843248", + "22", "61", "1942176784577399356", "956", "20", + "4A835BE8AE4AADA6F62264156776B9B9B7F4037BF7E3215233EBABEC610629AD4AC64BEABC03A0A2B22F2D156076A3B3E3F41861ACD52C1330B9A7E765", + "8", "61", "1999563034073946464", "850", "484", + "074BFAB2C2A40C13FBDFAC582B7238F63971EDD3CF2A8884EB30C63EB61E270E1B5FC5BADEB14D4AB1909611795A3CC6753EAAAC891B80D5E20AE170F3", + "32", "61", "2269796617856969828", "838", "660", + "C91DDAD123D4B086CA022E70DEB6639FFCD4FA03DBDA7ACDE6FC838A090322D5AB72DA866A8CAECECA5566408EAA6C8EEE91B216D2CC32A5AAB3C48A4A", + "17", "59", "503558693606348998", "396", "36", + "91549350A642707CB558AEAB9560762C07760069FD17690979DF9958000A4AB5D2018340AF436300895DADB98560191746344C26BA2E66593093D8", + "11", "59", "252161988107253570", "124", "862", + "AAE1C5067421FE52435BD60F4A2AD27001049B994C6485EBA1CA730696CDE936A4EDD60B740B921B0F1DD63B5D37F125534D848E2F638ECAE2DC5F", + "18", "61", "2301301609440716574", "494", "324", + "ED8690EE514855C2EDAE9466E43197210898C62E318FA7C085DE570795E61AEDE59E9FE379484BD88DAEFE68B17DD0221E919D5022B8A18380D6580AD8", + "13", "60", "1074099714765924841", "769", "842", + "445CAD3D9466CBFF22CF3AC757FB536E836F0B02979DA93579261985E71D93544819E93A803CEEB43EA12FD951E86563856B624AD29EBB637B73588C", + "18", "59", "559851477000872754", "938", "920", + "D016E1D8F753D332A64E93C9AEB9F06D3C17B49F425CFA4F58750065642D36ABD8549E9BB6089219EE5B93F7E9BFFE207B1FE3AC5E13BF255C6F06", + "23", "61", "2249547841795980078", "283", "88", + "B83C8B36B02822A9604D27399FF74AAA68740ED961505FF2ABCD9F36922F3F7BF854ED53F4245ED6090F661AD7F067A5647E4BB80A1317E6EFFC983DD7", + "30", "60", "862364561716399043", "562", "14", + "05FA2B5B989C6E0043464E0779F28271BDF44E18B2A22ACF83E5308D58DFF8ED18FA365C95D92D07634E09126BECEF37BDD25A03BBB32C9D8CAB15DF", + "8", "59", "575299667621810298", "664", "41", + "CF32C37903647F58EC490ACF2568189EAEA3A7CDA56BA3E29FBA3265CFB1B54C9359DC2C02612B41C7464DF52668598DA4F09ACBE43EB2E5A4BA69", + "17", "59", "569598692684714210", "420", "412", + "C95D5A56EB1C8CAABE4A1A22E56EFDB1E011E97DD6839181B9CFB64FB69BE4A395434621C10191A7BC570E77FB1786B79D0EB572D98A90E9F883D4", + "17", "59", "468369962797234967", "264", "867", + "16D6CF9A29CE16C8106D79BBB712DB4E9F6538D224A1EA88DCD8C42457AD2402169ACC9A25CC1B84546C7EACA548800FB57B3EC44B8BEACD90CDC8", + "7", "62", "4610542165557077775", "182", "205", + "C3EA86DCF2FD65CF47E0FF334C9B5904659DA7EB33C896BF05C4FEE6B0683320BFAF86B7A0AF279624F4F57D0D9B504C6C9682EB22DA828408FEEE9ABA68", + "1", "62", "2017379536441556815", "389", "139", + "2DA0736F2B62C3F354887B86B230EE87209099736976FA504D7A891BC7D16CBB39A66A006E51C3F300D101C3E103E39A3DC3CD4A3456BD455F4AE605B892", + "20", "62", "3436228923228806178", "402", "684", + "73C77328E8A61968B56ADA12E7D317A206F80C2FB3D8362A09871545F1AFEB803482367BC2E55859FE37F07EF49253EB14E53F11B39028634E9D585BF7E8", + "23", "60", "1143899148411438841", "762", "957", + "A6905FE1511FF15BC148CD92B216EB424F588CD4DB8216C97E8F2DD10C6B407FE3C320F55815F556893797B2AD3598224F3FF698B8CB48883ADB688A", + "3", "59", "384740557659271094", "961", "803", + "607929C35FFC295618EA16741C0FFBB8DDE77D327624606D45309D9C1EAB7E32274D22D161BB257615985A5B2606E6B18BA244607F0A282C1678B7", + "29", "60", "1152921328512910507", "187", "1006", + "9C68A3C20D101BC137B9B5AD3334728B93FD648A98B35C085F18D8AFAB6B68A09C6AA7993443099C40F0BDAE096725CEA1F466F5C5E46F144759DBAF", + "22", "62", "4575657221096629417", "761", "679", + "ACF55A3A3AC0F23786E2D988162F734BD99F06E3997FD23599E7574CC777E02CFB9F493A12CFD537AE99C187142A7369E2844D85DC7DF81FDDA85F40ED6B", + "16", "60", "1150106718264962224", "888", "736", + "2B16F0E6DD50D9CE6F9DB677F6CBDC2713F367A2AFB5E886A5CB7538441192BB2B00B6838F50899A49A6F069F6D1D2660FFB7AA2C1B2A085B5877139", + "25", "61", "1152815811903763482", "931", "131", + "14723EAB322780D9B6EF1F1F8656D4E148558B865D28825A1AB687335C60D9BA1D586AE43277F896F5A94C3CFE19F3E70D5699C1483ABA7808E4933B49", + "23", "59", "540291208132417599", "612", "219", + "F01E1085B1EE45091B352A24D664EF8D331AC887A65CF0BB8865AFC89AB67993F0327BB1E3AF5A3D294831769F7DEEC25054C883AE0CC8FCCE369F", + "24", "61", "1152885441896355212", "245", "855", + "E0AA45397C029DAF485ACCEA91057A52C7F40E19463C1298DEABE83EA1B499C6C6804631795781AB1B46CC8591462F0095E51E05406741CCE3F5E53393", + "20", "62", "2267404082689153518", "802", "503", + "CDCE70BF6A1939DDDC3691DE937FDFA8C9C620FC3E7164876EF3059E21B247B2C5CD6AEB20601D909C32AD8ACF3BB6DDCBC224DE773D218577AF05F576F9", + "4", "62", "2017612477313765048", "297", "745", + "6E73737B4884B5AABD018D5A6A7E03E602D93A9F7B63CEA59095FFC749B04E456B7728221BB3AFEDED199460657803C419DB45D0282095B19497FA8A4F88", + "13", "59", "426713586488549437", "94", "59", + "4778E3BACAD01ABB5C8CACACB93BE62A3B58FBD776A8BD15D3553572A9C16581417BF7BEC5C868C070F7A7B6B27EDF327E47849076AAB94E8A0905", + "20", "62", "4574460802282156265", "728", "228", + "CBDC8DF08DD404B18432DE7041E80BFE90E64B83043E35920B68D8022E21D88292F884E09FA922F0C37C885109EA0D9D8AE90CCF7A4176D30C2B9047345B", + "9", "60", "1143610290352069643", "954", "355", + "3CF6A94FC5511CC618C06A933E6F305F12151F7DDC993B0BA5443B8165B913885FBAD40AC51B19C62B8761952A245D020905113CF89E730DED551B88", + "8", "60", "1079726439749645824", "476", "47", + "005AEE41CC1298C498DD717840260224B3A15A8D20D261D493D12F8593BE551E0F5EE358F33CDE82D1D3344C5B267842E2A37D8D78DC63C791DD05BF", + "30", "59", "530861634090719742", "609", "191", + "5ADFC9922B4E6D3258391F0E002C18F2696BEA551CD5E92CDC8DEB3F0637D85456DB828221033A75783462154C071DE4601DEA115987BC42F5C6A9", + "8", "61", "2305824838011304060", "36", "140", + "29464D318ED034F84804DEE94ECBFE0D569ED9261D7FB5E1D6A113C7EE0CBD303A1E121ED7E930E7683EB7B64CE3F20930C5894E137CF0BAACE65AD8D9", + "23", "62", "4574531278484765349", "634", "179", + "7D0268E4A7E201F7E7FE6897A7BAC7F8B7D0486007988E3DBCB7D079F646305D7F3F28A1F8EB4BF7DBE66982A5F4E7E98AC64E234DD9CF2DA2B88E71EB6B", + "19", "62", "4016927742829342421", "915", "977", + "B0E2E73725F4B0ED17FC181D1C22DC12705402421EA4161C8EAD20370EA5D927ADEDD52609BCB7BA45F8001F7F7DDC5C6152471534F10569C1E1553E5CD7", + "16", "60", "1008775288544275982", "26", "492", + "E6541A7680C1A9C767292EB355C7E3ABF5D40E50E9F02DC4703E6CFB5E3897CAB2552072D391E6DD69242CA54295ADAFA3D41D46A39122D2087738FB", + "25", "62", "4539485452943110368", "710", "730", + "D2981E1423C85D5F71D3ABE2683200944D55B5C7B246A0268A522EA95B95693FB4981E4406A4300E22ACEAB03A734FCE4548C8959003B22AC64310E317BF", + "21", "60", "1152903740619716139", "75", "397", + "6E4ED3B4CED03CFB83CAFFF551F70DEFB685823B5D1C03BE0F2CEF827EABEA8B140F94F19DD03FBA90C3FBB213FB0AD8BD9B9730505936F40C20F4C7", + "31", "62", "648518320023269836", "787", "798", + "7A0078FA2B1C71794BE1556B5E157BC04D6CBFBBAA10AEE7AF747289CAB8606D307A79C82C240A4E04A200390C7A359431248CADA06FE7ABF90E70C092B9", + "1", "59", "123848825956359721", "979", "433", + "4EB3AC239D127214DAEA7EC64B1D12BEB32C7D5441F485C5231E1FF0EE12559F16A6BC609F03671086E707C6081139F6EC2C3B0356E79CC5135A5D", + "27", "62", "4309802713260381758", "563", "394", + "7F20ED608F82FC99510C8EEB5230737AA35ADEA97465F0CC0BEB185339EFE0EB6122EB718FD1D7921E139CA85C3C5240E504D0A930798DEC59AD18451AEF", + "23", "60", "360006211073468368", "916", "795", + "DE22CFE30F5AAF19D219AD912DAF927747267923FE8571E32CFD2D1DD6C946CBE12093A61A54A40D8A66EE9E28A8852A4265557DFE9477872CFF2919", + "1", "62", "2305396023377219916", "762", "177", + "805F832FCD2AABBF12723A1AE52752349F7603F77FC87CB62BF8968B5EBC40118061C429C367ECC601317741E1404F7BC03712F779C57EA23DD4AAB55EB5", + "9", "59", "499870421038347149", "659", "338", + "374D6A5777BFB27A9D33937C328CE8773F5BDFEE7A04F1DD6D9FEFCAA970D270127074587BB6B23FEA49D73D2286A63A244EDEFF046BE8F747DDA2", + "16", "61", "1999034734571426368", "410", "253", + "06E38573C6231EAFD58966EF4CD972A67BB2CB747D651C3F1484C39AA648D74F09A7A634902502B3C88E7DFA479772E916E2CB5D63515D391D8CC3C0B7", + "20", "61", "1864472511810716375", "993", "627", + "48BA93511A2CB6E938F8DA752AD501E52EF98FB397441333E0821C59CB7F7DF757B086510B2DF6B36FF8CE6F2A8117F869B7D982AD58563CBF984C5F86", + "30", "59", "558367149161039622", "415", "15", + "993B392558A12A0493FC45F43B1C88C06EB7B76858C2EEA038325075398C74908B3C281E70F12D0A89B045FE424186D46EF1E2251BDAB5893F3566", + "25", "61", "2305631628031259655", "790", "708", + "0971C6DBF5D9B76C21C44F136ED99A2261D28FE8EA2CCFFA3BAB0DE585EA1B5D4D37F996E0C8B7713C8D550D2AC38B1374D08FE8A0379FFE37AF59F093", + "19", "61", "2134703680415211247", "445", "954", + "ED778A41D218BD4822551DF27F314D88CD285747BE1C913F172A21483144874BED12A7059B5CFC4B676A7DDA2B675F81C667534ABD35D77A172A21492A", + "24", "60", "1134765406518635059", "91", "314", + "CF261FCF8CCBED9C6B4D69A4C597CD84ECA3715762299F708C01990D558C9F998E7702BACADAFB9B76792CB9E2B8BBCAA9DD39126979AA7B8C019904", + "17", "60", "1150386992175364261", "481", "666", + "CFE320AA0826F381DCA3186FF2179DA73CF6997A36A4F9DDC9A4928DB037EA05A5E320AA0424FDC0AEAB5D48E006A5F729F0C82B678DF9A49DA48194", + "3", "60", "1152617747029372935", "346", "523", + "0DC025CFB5631B01D469EEE800874256B344C8C2047B1934A6DBCDD21C9F666435833BC29F374B0AD33CA5A625A55D1AFC61FA950A2C403EE387CAD7", + "16", "59", "430023342852898564", "119", "236", + "A8175509CC38D9832C4389F454DCAFA6FDECB77E4BF336E3F55E9077BF50473AE50B6269D27794D57864BFC130D288DD9CCABE2F1B8075CAF542BE", + "27", "59", "141858912887149730", "853", "266", + "54C02B7FD0914FD1FE7A0D504638CEFB681456BFFE87082CCD2104E3BD275E30088D2D38FA9A0BDDF569581F3B6388BC69524EA3B3885463904F1D", + "13", "60", "1007649555069259438", "623", "702", + "FA014DC3749823B5E96496EE4AD69C3F2317ACB610368FAB1FBDB216B9608439A02E15BC31D27DFBAF6BBB891991D51A6F56A8A14D3793EF59FCAB70", + "32", "61", "1134764989354074699", "752", "763", + "856DEE430116C01D6F7F5F8318956D52A41C33EA83B82032151C06652DC7C9819331F372545BB64E282A4D8154D82C13EC4725F5A8A863030C52433C74", + "1", "60", "431429668810114888", "60", "953", + "ECF324261578359E7D099778079E1122722EBB082AF6DE7CC5439027DBD913DEBCF0260A521F5AD02959A36A07A22E246329B85A78EE8E6CCC52D56B", + "7", "62", "4317795062190657187", "609", "32", + "4434DE4C9F12302E2032D081A06FCF07AF8710FA682E381A7E6D623C4D23E2CB540ED3178D5E666B3202D8F7EE2E834290B934BB206138533969621C0C6B", + "6", "62", "2301335011538845843", "40", "633", + "9FD5388BD2F686F408A68DA33FE223E3B11C5E1F82FC61C48465B8D40971D43ACCF421DCD2F48CB508A98DE763B322E6A519755C8BCA26DA9729FFAA663F", + "17", "61", "2161569353948964695", "146", "81", + "5E5546BC02800974D39F942B921DCF55C483D8B776D0BEBAD550DF9AC3CB6018085539F25FEF60169F9C9605CA48F165DD85CBAA76D2C18CC65BD09AC3", + "32", "60", "1121949326598189462", "307", "371", + "7A3956BA3223E23753A8CD57E8E0D3843FCA9D099F0E765A5B5CE48487DB45172E7B42AD25629F3F19D68D4BE8A4D3951BCB8F55DB48645B0948D784", + "2", "59", "538180017392335482", "627", "903", + "2985A2F1017F824715B4818FACFEFA5E984F9B9AB02422799308B90D503E7F013881ED8F637CD60975B08895A8F6FA5EBF4A92A0E0312C2D994DCD", + "22", "62", "4539628143059812500", "595", "783", + "2A1C91DE9E1B21EC9AD57FF92A5773606FC494234643193453EAA8D16A567E403B0D81DA8E746DA194A413AC6414242955DAD01D5479063C11ECF4FE7B6C", + "2", "59", "497504821638966599", "888", "419", + "14F6225A9CD9BD9A8D0DF59AFC17253C2F17B7F148C4D4653DE09E6D54FF069D55F66E5AD889AC928315F8CDB85137793B43A2F14BCFD46429F29E", + "2", "59", "565034060494285950", "714", "738", + "13CA99CB10C74D95B29A0012EE176128B7DE9152D4EA52ABF790EBEFBDA9389F1EC19B893FD359CFFAB02A25F30A2863A5CCC37CEA9352D287D0AC", + "13", "59", "432327967203613818", "760", "739", + "5C5E935A19303A5611602017A237FB4FB9721A49E90BBAB8B33BC94CC48C5B004D5A885A44303A0211607858E176DB4CF62F1C4AF04CA7A8A42CC4", + "32", "60", "1152358554250765484", "362", "281", + "E778E2BDA155A6EE44C60BF54C44F43F77CDC7D97048E7F278C5E125A522FAE5E26FBEAFA804F7AF35D701F7200DDE1F3B8287987007F1E37081D813", + "20", "59", "576350732419661293", "704", "668", + "C9EC4760D2E491C11A00E9A6BA2615B5A1419DC9A8343998F0247C46A9BE2BF1DDBF1C3CD0C082EA0545FAEBEC4A53BCBE4188DEB23F6D81E8247F", + "31", "62", "1152892983875690006", "30", "785", + "070D28A50541890233FF03518A4600E6D448E9F4528E24064CA6F6B9415BFF9952396BA23C08D25627D93564E16B12ABDF1DADD364FB33287DD4DFA11346", + "4", "60", "1123645353945275677", "679", "587", + "72FC11136E48DC90E8B2FDEB2A0B3980FF4CE6E048F975F6C738F16A7EB5CBCF33E213460951C5E8A2B2F0E96F4D37B7FD0EFCFB00BA23B6C57CA37B", + "5", "61", "2296835397087640401", "712", "559", + "8FBAF7DA004C17766AFA035535BD78ECFEA88B703346700A2FAA26C92761A6B89090FD894531022578E0620165BB74CEB1D1CC024C541B7750E5758A7C", + "7", "59", "576170436773980653", "320", "154", + "817D864B5F9ED17708C489FB4B0425314FFCE0C6D9A281CAA9D1452BB4C7BE1D80658A71128BDF664FEEFBB8040C385E2B828DC6B9A2BAC1B8F404", + "22", "62", "4589154821297630709", "882", "931", + "1C2C2B4B76CC9E8E9B84F6DC6E2604B98DE562E4C7A92497A0708C23F2D89CEF462E790238C7DB81C8BDABC44D2F06DFE8A6788586E624A4AA6C9E29EEC1", + "8", "61", "1585264247007323537", "660", "56", + "5A08E0210E03740F2CAF98311FA7A03CEC76FA489A202D73DBB06F535B532E914315E20F5E10724030BE8D330AEBEA72FC68EA6CE428697C97F77B4801", + "28", "61", "2305139253016548689", "679", "321", + "1E1CC2F69A03230A8345085822E630DC045C2255AFD09AA355F0FA8CB0A584D627788FEE89163B17E74508532289798F57621D24A29BD3A15AB1A19FBE", + "27", "62", "4323398189538079724", "331", "290", + "D3E3355425C33E51E001244ADEA4845F123949DE0F0A539F786650A270F7B39BD4F13D062EAD7F05E0092B0BAFF1D41B6D3B7BF2055950A0676F07E572F3", + "19", "60", "1152901679037396228", "66", "199", + "C5E3CA2CFBC2FE5FF683EA11D994F6E3FC82957378865BDBE59F7E21C668B681D7FDC5619EDBF067C4C3A37FC8BCF6BDFEC4DB5E56C017AC879B7D6E", + "12", "60", "846395242079198272", "128", "913", + "BDC61E43B7BFED8D2CC6EB44B51F3E616C4DD5504B8391771224101B953510C1FB885F24F1BAEDB92194EE09BF0E7B4A4E51C0544A9291623D2F1704", + "4", "59", "504403136245333532", "815", "332", + "CFAED0ABF3AFC1B48EEB774B311AFE70793B7F1A700B224AA817F34D0F62F819E5FF958EC3B3C1A58AA6245D3915FE6D372D7B0B3870127FAF0CA1", + "18", "62", "4593301882153956379", "828", "272", + "C7A0BF1249933915969ED9A91C90E3FACF5789DD9211750D7B9135D5272EE52C82BBB80E5C9477209FD59CA155BFE0A9C35F8EE59A173F4217D47CF90A06", + "27", "61", "1711085008682095059", "545", "163", + "B7E94900145952B61961C28B760AB0257F674FAD156B5783E2E5979217B59A22EEED021F055F719C041E8CC8225EF96A1B6730A72758688EEB9A859C21", + "17", "60", "270207727007748996", "561", "838", + "3221E0BFF5B94899BAB0834CD47A154BB9123B0A6D2C581F6AE4626A8CC5FA5B3328ACA9EBBF7C97BAFEE948D8221C01933050730F430B3569E4562D", + "4", "59", "432335247715493347", "501", "95", + "E5EBCD7C80E271EC759D4B6E5F3AEE96FE226DF39CDB9A88B40ADF0060D01CA383BD8831C1CC7BBF39CF5A6D4422ABB0FF6374F296919AD5F8139E", + "32", "59", "576174329524377553", "376", "651", + "5F39AFCDB001B1124D2411B6E455883047689F308402E541905C85198BECED48492EFCA6FE45F709442C02B8FF558664152E8C328D01AC0794448B", + "11", "61", "2001841237668125607", "193", "199", + "CCDA3C06E517B815671DB41BE3CF6B0363849DB40E92D87DB23B0E8FF8EDAA9288CC7422A62CE567240A8E489CC4380C77CFDFF00392D87DB23B0E8AFD", + "20", "60", "249366659842106703", "454", "896", + "5008321957276BEFBDCEB6D666A6EAEC03A701C196628A0A7158671AF4D96C6B0C127351676F49AABBFBA6C230F9DCA8429F488BD463DA51540A0A37", + "19", "60", "1075797348092495468", "218", "885", + "7049E7087A21EE145ED09A2390A0D8BA9EC068D96CC90897396D962332BB91B9140FB371674AA33A4CB08D3186A8C9B9C9E32DC768DC0C907247D524", + "22", "61", "1152215544050680736", "499", "913", + "C14FAA547B8033148DF9BC45F89658029D15A7B82D3BA5B53938F5F98EEC6229CB52AD442F8F2914CEC5B84DF69F1F008B53EBEA6C34CAE66738B4B8C1", + "21", "59", "571921381210451385", "67", "151", + "EF9FF462993347DD91E6AE26C04EFBD52930BF6AFF8A91C12EA1D8E255502BD0E6CC8A00F6333893D49BAE67C75BBFAE6B23802BBA8593E025E3E9", + "10", "59", "571877768778662572", "331", "814", + "3DBB545175BCC171009E61875DBADF32D584779253EE748DB8CFC32B958B0CF239B9583E37E9BF3611D13FDB28B39130C592669314AC75CAD8CEEA", + "22", "59", "504398717201258614", "899", "478", + "36E56C9AFDDF825BA7962E4DE8662CBD512B43C5C5036B471F1C6DBD4912F1CD39F1658C92F5821EAD8C4167E84C2CBD302A5FC184022A42254D66", + "9", "62", "4602115869209019322", "120", "844", + "3B576A49D8D01DA59C9D4E7D4DC4E577EB34B65829A8807084A787885A03524C7E552D538B8243BDC6A5456845D19A14A859F11D5082AA7384828D8F1E0B", + "14", "60", "846086013015979143", "385", "890", + "589C7F002AE012CCE41F2510AB84483EE46F280D426B5176EFF597D4AC9BFADB4C97701910DD2BD4EE416A5ED4EA071C913C103B03685060D2BC93CD", + "3", "59", "468232384660047652", "777", "782", + "EDE2846296570E8CB7E6186E365DCA86E03F9DD5F4BBB2F4EF2BB3B946CC194CFDD5AD6886334AD1B7FB2F293424D792B501DDACF4C2FED2DC7FCC", + "6", "62", "4611683819236282626", "1009", "204", + "B614391100E0B3592B4633EA29CF42E54AD41BA447FD81110559F3BA234E037DE076105F50E0B359797C2AEC3C813BB00892508A74A6980B5104A6F77040", + "11", "59", "282037264433688107", "108", "488", + "C7E8047D83C74BADFB360E07851B4ECDB464D6F27D7C0CD3035C479CF4196F65E5AE1A759BC746A0876D014C90142388E71B8FE8052E4DC942011D", + "17", "62", "4611114192823081366", "629", "787", + "C8167ECCF382A5124CE0AD6D1391DF20E1BCF2EAC155E56B7B4EB62C33C583E79173389BB694A7575BD0EC63168CCC279BBE8BB9C11BAA3F321CB5616B9D", + "20", "59", "576178976668132561", "591", "658", + "9DDC62583F1F2C6466455C7F4F61FF88D5FA75A92A217C5DE756787DE15F7F69E6CA75783A35142D6D6F23000232928891BF37BA1A292E06E3003D", + "1", "62", "4600849085391699961", "127", "443", + "C6B91270B5FF659AA53099AFC401E33509AF353A215FF73C2D4F88DC72E467D0D3930D4EA5CA7AA6B048C2EEA040856C09E67B7E6A7AE83B5D08CD8F0D9B", + "15", "62", "4323314904752064000", "629", "470", + "5FB99DAFE4170BF3CAB2C4784718BFBADFFB61087FE3E91E58E8F3BEAA40BF4D04A987B2E40C74B69D92C7424058FF89A8F2617732B0AE1E1CE1FEA8AC5F", + "17", "62", "2158270681701860568", "350", "532", + "08CCAF3B82517A38F5C5D577098340CA22D321CEA8B496022ED1C3E79BB8249A16CFE03FBE4D3229EE9D9C73488B0C8136DE28C6A7BAAA302DCAD8F99B84", + "16", "62", "4007884260230996993", "305", "950", + "A4783E4E9699921C62528FB071D4BD1C48A7E95F7E8F015303D02CF03D85895CF01A510BDBDCEF413F0F839A33A5FA351CA0E0583C9C4B576C9367F074C3", + "12", "61", "2017612563268446015", "145", "503", + "85E8E19B5AA684E97D9062C544BF1E68A4AACC40CFC5FCF8006BBFD7F06F87DAC3F6C39B54CFC5A77DD1218601EC4D6BF08BDD40D1CBEFB1457DE9CAF4", + "32", "60", "1142786875765711983", "333", "361", + "310DA1D2CBB4C1DC17E213534D9D9DCF1BA889B29CA7AF775903E65EF3825B113C53A48086BFD1C95E8D6A0E10C09DB26AD5D5D3D5F59E7417529D25", + "21", "62", "2873292365403714632", "139", "569", + "03848179D01BD7689BFDA37B3E0E6F09F5D22E6D7E461B558F9FC35BFDE5936C1CA5D224AF5684139282B506715D280BBC98337208072910CAD39202FBB5", + "12", "61", "2304256774543622953", "218", "54", + "82DE24EE748A39471A149D688C07879D2E7BEECEA4D2CD3FFAC8021DE633B5B6A89B61A238D97C6D1A619D689472A9C57632BAAC8ED7CD3CFAA54D5CA2", + "30", "60", "569694357141399642", "839", "326", + "33AA5D7B962BD141A6BE3B21B074F08F8CF7F674561E462FA36454652C5D004A3EAA0936DF20D956A5AA1938E57CE3919AB28D130559466BE6260122", + "17", "59", "539832366027945732", "786", "490", + "0B9C8A6E9B86D96B1F80541164EDFD28A17515F9D3FD649F721744946683AEC20B9E8E538CD98C7C38DF671037FAFB24AF363ED390B836E0264708", + "20", "59", "540431680405914621", "364", "972", + "70CC3BF99D29E99F6489569D0C9082989B1C27F6D5A4DBD1FA6588BCB2ED63FD6DCE3FF1951FEDC434C811D85FCD8B99B1636AA5ECA48885AE218A", + "25", "60", "968273915320352080", "265", "725", + "314598EBF1FB9D1661B796FC78E0397E65AC5BF11C1C8CB8CC99673BCF42F4957913BEA7F3D1901661B3CDAC39A77C2E0EE56CFC180F9ABD95C82110", + "25", "61", "2278460496723968836", "570", "793", + "BB235C729905CF018F2CA06FDCEE1F69D3C2E0FA5482F61DAAAA8F8894ED0C40FE2740799B58894EBF2FB06D9B805A2B86EAE0F850D9BC07B0B794D5E3", + "32", "62", "4601271439991889736", "496", "429", + "8E87F850E67D31D64C84096B4184EC8C1B21D9FA08B01B20C2B538E7CC333484C3D4BF2FFF7F31D422C842206695F0CD0C25CBC406BB1B22DFA92DFBDF65", + "3", "62", "1143914030471778141", "988", "128", + "AA63376BAF4F7EA678AEDD5D97C300A98952FBE8BC285C7ECD7E2918F25B67CFC17E2A69AB4762A212F58D1CFA8653D6C01C84A9EE791D40C6626246D80F", + "31", "61", "2302869585604010899", "172", "925", + "CB2AE4EF9711147E1CFA5A9D54575F179E8555EF775BFF09ED3A62211B7537AD836FE4BBDE4558725AE262C702074B1EC7C754E06F528F79D336762331", + "24", "62", "4610560079832141341", "241", "481", + "0E4871536DE5622BBA0C63AC956308CACDEF7E9D0390FB113D7C1DF1C13FC3C54A447506379E1B2FE5473AF78F783EE0D9D351DE41DD8B5B783F318E867A", + "32", "62", "2265301451334938400", "961", "597", + "A0978C9D7C2E085531F720A99CA1B0D34CE888F8317F6E753A9219E71BC1B89EF5D99D8B753F583063E45DF49CBCADD34EA6C8EE2D7F74267FA85EF57AE1", + "21", "61", "2265272885440340968", "559", "766", + "5609DE39EB2078B8A8D27706CB579B42FFF60CD6DBA4EE6D593AB234D4BDC1E056048C39A75931F6ED975D4F8D119B5A84F60EB6DFE1DA24177FB0689B", + "20", "59", "427841820682515504", "833", "317", + "11446638D7F89C91315C63D012E46203E3323367990A9FEC84D89E87300CBDBB0C5A3838A9B188C578082F955DEC6C09A6380159923BC9F9809DD8", + "19", "62", "531352186101524678", "452", "235", + "A5301DD261C7A3E2AB79A9C45AD515A9ABA1B6D0245C346E14AC4C73515B35B0C63F5B822080E2F5B806FDDB0E9950B4B6E7BFD821564A2D5CD75D0E0C71", + "19", "60", "1134907097001574596", "1006", "159", + "C7D58B8D1548C87992AF5E9E73C3F7176EA2DC912A0C2E531448C190A1F7739BAF90F1C85600873692A8498171C5FE687DACDD9A011D2953050D93D1", + "25", "62", "3152519481452577876", "629", "936", + "B92FBA07B4006C84F9AD99949D036F512E68EBE60EBA808D9B720242B40AC9E4B92BA716F14C4A97E4A086D2D303210A4138EB876AEEC9D9D70E4E0E9C4F", + "10", "60", "1146165941789137390", "852", "91", + "FA01A4714FAF64523106D59C14828805B1592E369DDC5A49C8039F0F0DDB9E05B940E17F20D0275F0E5290D24080A205B11D6178D8DC2755D85FD45F", + "13", "60", "1134625493612227797", "562", "925", + "EC7DF1F46B8B8437DF7EC4F189DD3BD728D53F6561189DF2922CA6B5628849A9F174BEDD6DA5843399208B96C5D633C218C1226E7C1E81B3C62E9CEB", + "10", "59", "540361268441306559", "512", "975", + "6B4D536A1054AB87388DD14D60B9CAB8D29391BB859613770DA6915F016E63A36B4B5E3F111A818A5380834D65F084FDF893C6FECCDF5A0D48A391", + "11", "59", "409827475896059923", "83", "535", + "F3AC8304BED3198B48F6CDE45DAA9BF87F10C9184D8C19BCA9522FACDB18FC0FF3ACC504EA9B39CF6C9084E713EF9BAB2B4C88541FD86EECA9052C", + "1", "59", "276887401748398821", "195", "469", + "7888B1C6245A34C49AB76B9D275050981C244CF3663F8BA5267AE40D31BB96E26E8DACC0611B339399B06BDC2F1E14E00C240FBC3729DB8A0828A3", + "32", "62", "4463029022677201226", "46", "611", + "96DC5B569C6FDEE1F5F997BD2933EE5A9BBB5E4CBEFFFE369EE37C3AB7052BFD92901218D92ADCE1E8958ABD5541E75AF3836E18E8AEEF14CAEA75389D49", + "21", "60", "860181772495058533", "112", "815", + "05B351C11F10F0BBE803B3725AA9E9487109A190C4E9A7C1688A487AEEED55420EF210D11E1BE0EAAA42F93C5CB8F25D2310B082C4F8A9BD20864B28", + "9", "60", "971650897510718805", "741", "939", + "FFF160A34F6EF67CE9311F4C7A1F5098182F1C31D00E04DDF2E835E5D763D1AFECE27DE6417CF475F80F422F334B01EA0D63592CAB0A0E91EAA17BA0", + "7", "60", "1140384580968576353", "372", "988", + "C480061E6D27D4CDA3A12BE0EE8B3CC9FD40C0C9B16F656B2D85349BCB0D1A59C7FB06446F649F8F8CF36AD1C98B23ACAB16858CB10D342368D734DD", + "16", "62", "3383012526326480378", "904", "498", + "BEBBEC4796439EC8E70FF83D14DCFD50D95B6CF4BCB3A02F8524E7C16B1BD342F2F3EF3BC55F95D2A025AC5E43BCB476C25264A6E8F2FB2B8C26ACD7510C", + "12", "59", "567435960785882192", "463", "351", + "9AB4DA9E9151FECDDF871A999A04DA8E72367DB4023B06EFF7D734E42C952273B2FA9EEE9632E6CADFC452D8C833999E26737FF50C3858C0F1DB2E", + "17", "61", "792632984155328387", "876", "723", + "AC370BE3BE9EC9FD1CD9F5E5CB89DFAB701B461B1C8420F1E7A388B6ECFE0EDCA13716F9AF9791FA1D87A0DF8DB7DEE56A1F4B1D5AE45F94C1BEC3ACAB", + "23", "62", "3746994783470484368", "534", "415", + "7445E48678496ABDA3F0E330B1B290CC81CD4AA91E6C40F81617C3460AA5C6486A02C996524A6AC9F1B9AE30FDF7D188C8830DEB1B5A77E9124998165AE1", + "8", "59", "576038453867635402", "368", "301", + "A6F97A65402B4990CCCBC3155598287F96858440164FD2A71E6AB726AE7FF03097F57B74407F479C9ED497371A9F3D3E938A9E426E4FC6E11023F9", + "18", "60", "414306589813943809", "458", "371", + "33C20614ED7FA0819C37E68FA45C0BAA84A20DDF2EB4504AB2C7C968ECF98B9A38C26A14F163BC81E075F4F5F41D4CA8E6DD539561FA040CFC939D35", + "23", "59", "494832939733533338", "653", "751", + "DA5B981CB392B2A85758800B6F8E4C6345E1251564D9F65FFCB3DCD05691B535851F981EB3E2BFA8530CD04A6EBA231C11A871592184987583FE8F", + "2", "60", "1147819632812022523", "729", "170", + "0AABFF4479E4E40BC54781D9E71FD0FE95F0460F13D030EBEAA55FD95E85B3AF48E9AA0379E6A916935DDD8C9C349AE997F56C595FA87DE9958B0E9E", + "25", "60", "1152886041057384340", "658", "109", + "7A18514DB55F96E40DF4E797352665F64343E7C29B167D9166A5B1E022BDE0EA7E43010FF2669BF509EFFD97687058940643FDC1CF5F29DD238FFDC5", + "11", "60", "1152358262519852556", "450", "876", + "A71D56A7B50F369297AC6ABE1238B981B1B6B9B1E47F50599F40E503BA3DEA38E91618A48D053FD787EA15F4127AECC7F7F3EBBFAD343E1E9B2AF208", + "28", "62", "4538414389975010959", "941", "411", + "33F95DE2883F65727D2F3B38712CB3BAD2E51849132BE0279D842C47D95DE6B02AE118C8822F6B3C024164720876B38BE6BE5D0B4630E0259980181C9906", + "7", "62", "4611461154340717055", "168", "103", + "2094DF831F2FC849EE436DF99B22382C35428345568728CD348055B72512915022AEE38F1E35D942F44A70A1936560793551C700489053CD6BA706A20A01", + "25", "60", "1080857038470163303", "395", "27", + "A628D2E296190ABDDFE63E90448A8A8FC1AD6EEC61E3111F513EF0699749C3FBED6A9BA3D96A0AE997A33EC005CDE5CAC1E414A32FF854510514F569", + "27", "60", "1115764603287636292", "389", "226", + "3802417ACBE3E1F0C7526AC8ADFEA798899529C1AAB78A4E83A8BE8B66CA33AF7D40143DC4E1E59FD50453D2F1A783919F900385FEE8834CFCE1B6A8", + "30", "61", "1999593817715201129", "319", "833", + "76EABCAF0FC7B08FC1FDC90B09CA3335E9EA17C3ABD3BB989ECDEC3C8ADEA40226FBA5AF0FEBADBFC6E7D40F15CC2671B0E03D96F986F5E7DB83AB75C4", + "12", "60", "576460732934020945", "993", "14", + "FA85199E4440D753F4C779A455703F601472D3EC3D5BDD53AD90C045DDB103B481CB089D4644EB5DFCC906A155713925166FDAA77A3F963FFE84CC45", + "11", "59", "569705352593865605", "113", "422", + "2986AA2993BB90DDD55E445F1B6C20D7D076A33F18646EF560A9F8440BAD17C1609FA32B9BE8D996D54F585E487F27DDC137DA3F592A2A8C23E6B6", + "22", "59", "430023325875658784", "289", "75", + "4DC84FEC6BE753B185C23982C0201D6914E2759DD8101678B67B758DA40E42B40ACF4DE830BE0FB5D19742949223273A55B12A9DF2285B35E53C75", + "12", "61", "2251796298254173987", "828", "923", + "09C9764B7B1BBC52DE3936BEA36D2E95D0248BF40826F14E006752EB5D4DDC044CB6350435069955CC644DC5FF3426D2C72293A17F15F2494D2D42BB04", + "11", "60", "1143914292466603235", "17", "748", + "23733AF6695E21EB9C1B949DE249FEB513E4CC014CFF06506522B5506C3F8C25664C12AA340367DC8218EDF6A549BAF051B18B014EFB5D0933389A54", + "23", "59", "571656948415068083", "765", "890", + "A0EA56DF5C030B9C722854F3EAA3FDF474A83E3E43F0317F952C58E07A313312B8EA58C3663262D9226409C4EEABFD8B38E1035808F0597D917708", + "26", "61", "2013109032897682602", "106", "953", + "4140B30FF74C4A1937FF534914E26AC6DAC37339FA1E43D93EC3D9801FCD90F7492DF64A880F055744AB160709CF65809CE9084D811E43DD36C39CC357", + "29", "61", "2305840809041195808", "128", "250", + "FA804668A26FE6AFD5F3F452DF84FB03E67678927EF9866ABCDB78B4472FE245E2C90F7EB561A1E3AACDC6078B95FD12F55C24C67EBED42FECDB04B714", + "12", "60", "1008243366304502065", "254", "495", + "A2091D73177C7174E316C9E4FF538C2B5B2A195625CE01E907DD481F4727CB93F919506E0C03063DEB15EEDEC817DD74782A661B76C45BAD3D9F1D58", + "30", "62", "4521051071623037624", "908", "885", + "3F84AE0B13C360ED23F062A2AF7614FF12DB49E7E7C86F1E95861CC412953B953BDFFE4A04C73BEB27FA53B5E07C14FF0A971DF3C9A96F61DCA75D8357D5", + "20", "60", "1113794214828172334", "950", "456", + "F0183020804876F9697CABB06A7AD698AEB91C8731C4369B080FDFFD290765BAF05D7368970E3FD74D2CB6F72F0595DBE1F75FC27F9022C3120FE3D4", + "20", "61", "2304681914179437234", "370", "471", + "EE97BBA0F8B031DCDB63F94A2DB8A516ED3569F6A23CC70ADAEB0BD1B753ED12ABC7BBDCFBE9658A9527BD4962B0A41EE91350A8E03D8608C9B602F7B7", + "16", "62", "4611650825297569765", "209", "647", + "FCEF4C6BBA27EFF12897A194253192C2C7B697AF00161DC254EFC33BEF7390DA83A2062CEC63AAB37DD0A1C6602DC7A7E3AD8484080B0EA041F0C16EB63C", + "24", "62", "2882302652341328116", "527", "698", + "D7C68A3878398B292DFAA0414B25EFA5CF58BDFEDB0C6ACB16061CB93FB74F0182BADE6C2D7BCE292FB8B23B0A62AADA8C17F3AA8B130E9F4B041CB07A9D", + "26", "61", "1711348846459340554", "993", "312", + "9E94ABCA942EFF7FC3A5ADE42A9A8289CA6E53A0F1D863EF34B94BEC0D9D4BA1C6C3E48FE622E92FDFA5A9E479A0809CD4160AA0F2DB24D075C40EA748", + "5", "60", "1066790091938478157", "904", "873", + "907C28B5ED38B14D7123FAF2CBB28FF46C4FB4F9A6E04ADCEAD0E544428F91A7DD6138A7B161DC0A6734F8F0F6F68DB16765CBB4BBA74ACFAE91B011", + "4", "61", "1152604776538563728", "358", "354", + "2BDE7A5D350C8FFE972C0C4466CC586A533D66BAD26AE3A5B38EE0D5EC75ED742F92771E7215DCD1862E0C5908981577142D72A9D16BB7BF9894E4C6E0", + "30", "61", "2086642687439301651", "229", "91", + "A2A9BD1B10F5F41DC0B9E31CFA63D4326774FAD77F7B3577925B8617566AFD00B8A1F20E01F1EF55D2A7F604E714972E7548E1D06D212629AC06913E42", + "8", "62", "1760344229403381028", "889", "933", + "BB6F62919EE36ABCB570E131B9DF42E3724BB407C01F3729353B114F9F176FE7BA68779988E32EFD912DFA3EB8D149A42C759A13DA0C214D607A165ED929", + "31", "62", "4467548835819616971", "394", "71", + "67741C0849BBCC06D1E56F45004EEA6E97C175AEDD8547BD268371D201066BB62201450F06B9DD518D88324C005D95239A9232D7B3C005E8618373D65A11", + "15", "59", "273589277964921490", "709", "783", + "E27BED0F1EC090D455D1556DF344B1ED58932F556F01C61559A751764B9CF31CA120EE392AC8CDEF0AD04040E249FE9259846E193B48A91815ED1F", + "4", "59", "576179208467904199", "472", "694", + "6E3A2EC406883794A5738D3BC12E90D2549050CB880F34E89485EEB843E15FC2627428A0428864C88930E272802B90F11C8143CD8E0811F996C9EA", + "31", "60", "1003721040875908701", "348", "268", + "9C76ADDEF2548002F526488FC12F1C122E83D30A612E9A22276646BB6A46E57CFE31EA98BC419207EA242B85CC7C070129DCA3744C05A7742C7B0AFA", + "28", "59", "556193926864564974", "483", "816", + "D41C5075D87FBB1DA2FB97DA4ABA1C07FB09A20E22017AD1333B17D0BD4A7140FC29436E8D77BF16A2A997C267BA000FCC4AEA416D0152F937604C", + "27", "61", "2233202596702919298", "512", "922", + "B8920DC40A09889EF8C2EC5685B803FAAAD84F24E6DA870EA387DDBF42472F0CECDA0D901F4DCAC78D8FEF148DB814FAAA990268B389950ABE80D19A48", + "5", "61", "1724877403114081817", "355", "614", + "6BA0ED84220B1AD99F440B64965367D3D3CD4485A28195E4C862989C5CE6A89424B8EE883311499DDF62462196122997D3F247D7EAD687C3C268C2C94F", + "10", "59", "571371070028695570", "537", "217", + "B48D9EE91E867D8D394B3EDDCA648C202E5703C330B9A10D7F8AF528CEEAC6F496968E9479D53ACA391A7A988861A6207004019564AEE05C61D8A1", + "25", "62", "4322186758611127440", "279", "488", + "6C5A26503552A6E7A361E7CB87D76AE2011DB34796E4D60EF82396349B5842364E166E296606D9B2F34EA6C9D3920EA601198E17D7A5914BAB5FF001DF6E", + "24", "59", "499757996243301337", "262", "452", + "0C148B23DB941644EBD0254AA22FB90B733418097E84656DE1A1601F814730104D03993DBD84083DAED06902ED78FC5979334B583F9A216EECA627", + "17", "61", "390968192760954330", "489", "433", + "81BF3396735C4A50EB575957255184207D0AEABB7D50F22DFE8893D390188D088E9D11C96B5E602FA11A0A10581684643818FEBB38078F7DECCCC5C2B2", + "32", "60", "863283710449789994", "43", "124", + "F9ADF83ECACD3E667BF76AF0D830B16D069B93B843928EF45A699BFADE2F3DACDFFDC428C8DA66310CBE24C1D837B97411B686AE61DCC1A31F25FEA8", + "27", "62", "3710930549646591733", "282", "838", + "50B321F2D206F7CD1A0F3777F069887DE674DCE27FA6E5F436BE9D18B90D62FD50E661A2D206D1834F5A4E32A42ACD39AB209DA52FF58ABF33BDD818831A", + "26", "62", "4606055375005110209", "102", "815", + "D74B2B4C21F3988B99F67E54B33B103E478EEAF29D1F06B9422AD9C07951C3BEBA552B0865E6DDC9CCD26950E4391C610CD0E6E495273EA92B79C7F84B0E", + "10", "60", "844141202779220522", "771", "444", + "3D39838604C9CC3E53284C486DFAF68C5C84576D40CFA61F1C845CD47DB82D9F2723998451D0807B1669025C38AAF6D90EC1797A44DB8B43229B73CC", + "15", "59", "477064865685408229", "652", "896", + "FEA1B5895216138A1FDFA8B5D52473A081DAB8E59CC98FD5809748BDF91F2ACEAEA5D6861933548A46B4EFF0865427F0CDDAFEB1F9C9CBEAD3DC62", + "17", "62", "3433989080846544119", "374", "113", + "1487713866C06FB118D9481F6B9060FF8254AD686DB0B3E975BF634F853CCC8D5AC0713C3D832CBB57860C5964D958A8AA40E46F6A99A1D208D13335983A", + "24", "59", "519813638289496671", "556", "833", + "6DE7909BD8910469DD141A8892F24402F0EF60C65E29C32C820E4869886AFB1030C7C3BB81CA1B35CA445B9DF2FA0115C6E8629C2367E579CE411F", + "27", "60", "1152919236846562732", "608", "908", + "AE25F1EC70A8A5DDC62D7CCFADC8984E12F31FE6002CEB07A8C2168B7113DACAED6ABFAA36E1A7E58C313599DA998D7007F937E10225B46CE0C444CA", + "3", "59", "576434089012226725", "374", "662", + "D1F76B957D0C5A29447FBA60709EB6FED27D91B98086BF6489CDEB5CBB7C4AC296B238EA296F0E650100F62F27DBADB1E936CCF69F8FB17F8984E4", + "12", "60", "1148399969092904470", "491", "534", + "8CB1DE6DB2FAE55FF71F0019225C2DAD0035D8207633A741470059A96B09C9E3C4949C6DB2FAE51788020166095D21931537CF37383BA00713024DAB", + "5", "60", "1116883910140620540", "691", "623", + "E1691FB658BE8346F25C5C3D681187159746948365A736BEA3340242ED2E665AB22818BC6AFA9254F2046D7A6225CE10C177D18F798C1CFFF166431B", + "20", "62", "2143713216460992181", "57", "795", + "1E2A7C99BF200862E5CA0F57BF1791CF442D98CD8A27D57A83066BE094983096592A39C1B3735C3AE68B005DFB1791DA442A99DDAA7FDB6B831B72E9B0C4", + "28", "60", "1120794835616261218", "681", "997", + "5E6C6C9371D459F9004D2DD2F6CCA18BFFFF21CBF8F0942335C141159F0B1EB93D7922EC0E9547F1411412D2EB98D1CFB6CA02F5DBFE942312D84C47", + "9", "62", "3971321545040358713", "101", "897", + "48834004F7F051F9EA834DEAD475F9634F6F541CAD91D2D9A12A5AF08EC65CA544A8403EEDA418CCF89932B7D26EE2654D06046CA487D895E75C15D2A1BD", + "13", "60", "1080861664165147325", "73", "48", + "DC7DE55B7FFF0155EC0D2E9A8E257463C2D2FCA4095B06D906173E03959D9CFEDF21A77632BC5551E50A2697831B7C3FD9D5F4921A0131DF0414724C", + "15", "60", "1150634520387223535", "298", "274", + "DDA55FEA1871D1E75E30C9C3515DC3BCBF965B4050277C8FD2272FC114793112FDD144EA3374C7EE3A499C81515FB2E7AF8C0F1D2F2369C8A5316787", + "6", "60", "1151760415360702573", "927", "498", + "724CFE252AA97B0340D40A7683C6D916F44718A1FC16331FF9AE12BF168F3DF9174EFE2171B07C440D83024D8FCAF33CF26017A1AC4B4E78AAE909BF", + "3", "61", "846672313108656266", "22", "768", + "0C391D2EE01F24A7BAD1D5F4A82CFB5F6C8D0085C6D5066B5C235ACB0920B87D10240E32E56475ECEACFBAACB03EC36F62C855FAD4C1046B0D235CCF52", + "28", "61", "2303309734389555723", "381", "104", + "5602B364BC378A1B3FA32BE309A4C7BECEA605FF908BA927AE3DCFB39C544A230B34B81AE774AE4D6FA843A51DE39AB7CE8948ACD78BFA14A57BCDBFAF", + "2", "61", "2152718869525804162", "889", "230", + "D17D2FA11F82462AE80A58501ADABF354D0259A36184AB28284852C355DAE9738769218219A04712FD2A300219C6EB455C0D1FB425D8E72E6C4658C044", + "13", "61", "1048209360108334138", "218", "126", + "E6AEC9C1103BBA213103AC518CDE5F6E07BBE3F5ED2874A51376F904CF6A6B36F5E4E2CE497EAF313441ED4A8CEC470B78F2ADB1BA705EEE1376F904CF", + "11", "62", "1439444614040378441", "14", "952", + "586078373ADC966C7F637506559F817577D4386A7BC7FB84969344BF92EB351B732552373ADC9621364975132E9F81756FDA387C7BA8A3CBD9C110BFDCAE", + "17", "62", "4611633240525495839", "342", "368", + "F24F93B016D0C5E86B67042D0B22C49147EC5E67D92A3D7ACF8E51C083A810ECA530C6E017DDC2E80576376C4C67978C48BB0A5CC23F443F9DDA5194CBFD", + "25", "60", "1003870746266174432", "632", "88", + "BC3AD9C5806DF4F3E83CC1DD30A62331657B34F3B3C57C3F15C7E2E1840402A8F973E4878E6EFAB5A719C9C06DE808306B7070F0AAD5363E5A8EE3B5", + "19", "62", "4608290709066286278", "576", "982", + "1D3308DB6E41849236076C318C05F3244FFF364DCFD0C343F41A84C6D8FDD1EA16624D927C0F89DC2C0B3567C743FC214FD10C08DECA813DBC5F848799AF", + "26", "62", "1709116049892130032", "740", "327", + "B2103825AE5B06FC409FC1E7FD1C1EA1412998887AEDC08DA87E11048C6CC87C99472A2EB8540CCD04D6E8F2FD271EAA506A96997ACE9E95A828095DA129", + "26", "60", "1133780458262072730", "421", "476", + "0E6A10C7CCA07CD0CB9C5680142E6D0A0F6B989036FE02C0689B396BCC5122EB7128528B83EE48CBCB9230FB5238341D12709BDB10B910CB03CE6035", + "32", "62", "3439061115126927738", "696", "45", + "10CF8C29C69F47BD41A8697FF9BBE95D44B3B050DB1F5504383FC0B9CDF632D91ECECE678D830B9340A26A41BEA6E3761AEFB752CA114D796A6DF28BCBB0", + "10", "61", "1729381002779795852", "162", "141", + "A275D257874320BFE4675AEB6944716AE930A2EF220415D2F24BC7108DC6F077F63BF952914A75ADF26570EB69447115A463E5F06E1141D9B2109957CB", + "26", "59", "558373062766897061", "435", "251", + "3DFA01B7FB594203CEA44CF166FA4A858AD39E15F90FA2BF5180CC1651EAD22E2FFA1DC192002F599FE34EA20AF458C4CFC0C931EB31CDE41986D0", + "16", "61", "2161710211704111370", "609", "369", + "B75EB50779BA4699C89143066960157FD8C99E33F7339BED636413E1853914D9A903BE7E06F8469BCC9B1816737D0E00E992DD17D664C1BA242F62E8E2", + "4", "61", "2157223666635436889", "447", "71", + "7C9CFFE41277CF8A626F5BB193641B097EADD3419FA7B8270D04BD95277340E03CC7BCB83770CFC3252024B99E751B3469A6F55BEBFA9A226A57FA9573", + "18", "59", "340004166254033786", "43", "765", + "EC5C30696A7E8A17146B9A8F63F756C05327C106ABCCBBEA7A1663C442493F13B90654627138881C14528ECE6CEE07FD4B339B24A6D0DDC0362E65", + "24", "62", "4394352149751759227", "82", "626", + "9BD04CF90192CFAB3DB05312DB0D662A61030E2B3B1CBD07E93D9FE4F03ACCE7949F08B5509CC4B930BB5915C54A751C615D14303C15D44F966FD0DFA447", + "17", "62", "2305842459422204776", "92", "153", + "A03DE7A404BB640C208EE7A74304E5FFD1907F0236CF2C23A154D7D94EDEDB16B53DE7E23EB30A481ACCABE8047BA9B6A8C4005679B02E15A243D58102D7", + "23", "59", "385022377340073993", "541", "330", + "4E24D3DCF44B2AF36F3DEC2BDCF5DD91AAE1B9F7749338C7E6A00420477B3A121D5CC3F8E60448DF3939F94D88E4DEB380FCAEF1188558B2BAAE6A", + "32", "62", "4239994872485613430", "813", "978", + "6231D72F29660EA7AE54279659C6617F25D337DFB5F310407DFC6B365C2AE94F3762957244204B948C1B66955DCC324B07BC539A99B2444350B50E4E0150", + "16", "60", "999728576708190728", "220", "832", + "E2783EEBE4EBD79DD39B5EA494EE5950EE131656A47ACB349576B4CCD535DD81B76506A7DFEBD39C928D53EB91CF0A53E31C534AEA35D834D239A4C2", + "4", "60", "486239226107364362", "191", "80", + "C1F792F7011F0DE0017C63196865266C99F711F79EC24974649F508DB8AA2F8BA4E2D4B93B3F10BD2B7C620265653171CDF711F7E1C54C6F6B890A84", + "32", "62", "4607146660982549175", "141", "859", + "09B501044B63156EC689FD8C40C0B3D29AA1939A604372AD9E2655D19D3E075C1EBF1D154D714166D0D0BC8A05CEA093DCA59B8560540CE29F74018F9D4F", + "32", "59", "576456319810596720", "614", "328", + "D156C6611450C6721E87B445CE4D7C51543A88403D91BD851B452545602D4FDCD246CE611E51D526349AA972CE4F6145456FB6393D9F9B9C47096A", + "8", "59", "270191218741194597", "944", "913", + "653FA42ED5244157A41079257862B851524519CF9A33560B95C6CE778EADE7917B2EF711B16A6B12E8433C433721E5104C4616F3D677570C82C6CE", + "32", "59", "574197952272985072", "408", "352", + "FDDB00C912F9117DD62F0E1BF8E7444BF6BE5D9E4D46C9F44CAEA5409CCF0EFBE09F45DE51A66F79A960051F81A03B73CFEA77C4320BF2994CE3CB", + "17", "60", "1152231002311916356", "672", "217", + "D8919ACD1726444D4DCC1D3A3502703558104CF4DEFC324F9DCBD3D00B57AC038CAF80C40A450A0A04CC1837734237135C1D5CF9D4F067778C8B94D1", + "29", "60", "1150669429898245702", "186", "869", + "916333B4AE1B59F865706B25F4F9BD292007546CC754E9507718415C7713E6E1A77D34B9D11D50F56D760625F6FDE6133A534040F226FC100816550D", + "7", "61", "1079588476004823489", "691", "43", + "C40D2AD4F1ADF291430260A76005CA275C2247BF18C40A198AD429DC840273A8913328D0918BA7DE3C1445AE615B8D0C236401FA4DF50317CDC9678990", + "20", "62", "4539487686263526444", "465", "645", + "13EDADF59833E4EC54CDE0A8D276B57927478F9909F05F92499199789D3CD76415ABE6DBE909F4F60090B5E58132CA74600BEBD00FBE18C00C839964904D", + "27", "61", "1727130447360360153", "846", "579", + "79E8E0BF0931F4C2458925EAEC338E060AE23ECB04B803EC63CAF3A3B4018AFA78E6DCAD4E31F4FF44AD39EACA6ECF0107E541B843B245EE6F95B8FAA4", + "15", "59", "571937361180532279", "897", "447", + "CA3897636D647821A040B9592FCC710F28B15B95A1F873F74C50F249E4426F46D865E02636233B0FEF41DE1864F6590F28FC53AD9DFA60E6565481", + "29", "60", "1152921495998556628", "702", "45", + "44DC184CD79AE6E8CCB10A2E2730E0DE1585D186D87AA781FA8B19CAC399A0A61DA4782DEEDFBBE3C1FD42757930E0DE15CBBA9E8A28E6D8848B0985", + "6", "62", "4602677698186122272", "387", "39", + "A0D33F95B971D526D6D931CAEF486B25A475D4F3C99BD47E6B36424DF30718D0E1D838D9BF3DD724FF8D708EAE7E464A905E8CD7E2F1F25218047F60C06D", + "21", "62", "4152281198128452630", "247", "699", + "AD5CE84ED15A82AC1E76A1C4A3460870BDA544B2277BA54BEAF8ACFB4BA1B066983DD201DE02CBA24430C5EEA34E5822F1E90785116DB16FBFB4EDA94BE3", + "18", "60", "852848417560831377", "558", "265", + "477199F2122CC4AA3C6DDFDAFCEBB4D85F2F63BC6ED8E8F173C1E3ECA3AA5F8B01719DA95163F6EC752498A1ACB9D1921A6C37C347C2A7A547FAF8E3", + "24", "61", "2268661649063022132", "651", "412", + "764995DF59FA9DA325C4DC979B4F4C9342507F15CF24214508BD6E36B6528C7B7F0ED7D050E689FF2FCBE998D47C77CD3E176C26D92304114DC23A7EF3", + "22", "59", "566837791019112556", "399", "49", + "A661676AC4197023D3DF3C33652BAD3A566F7EB785BA9B0C3594B2627438145BEF643F6EFE216E4FDEE6353F764BAD0950707DFEFCEF9D1338C4A1", + "28", "60", "413794464388639668", "618", "851", + "8153F820096083D738AF4CEBD461D16C7C2DD3AB6734479A5BE78CBFA149A94D8916CC10113C92B170F55EFDFB5AD8706F37DBB26C4D5DE312B3C9C0", + "2", "62", "4610964736978471198", "641", "551", + "A18AF68A8F58E465DD8A727DAE73E049CC0CCB358B93D192F58E1154D88985E7AA92D183B53F8C369AF5677FCA1E92049F428C38C2DDD285BCD83F0FC893", + "13", "62", "4501338889729584933", "939", "923", + "CAB1303D42D3B9D2DD15DC8485A27C9162AB50C869CA96F3D258CFB6D64CBA5181B20655249CA5AD9C478EC59A964EF15DBA269C2E8E90F29958CDB28D3F", + "31", "61", "2293913827733939367", "304", "501", + "D55773EB2EC2F64B0132B8AE78F8C7432958D8E4F51F0B95A28DF4F745B0C9E7935135E92CCCA7474F08F7B930A7BC35640FDBFEE6797ED2FBC0E6FD55", + "19", "62", "2301269039755268485", "190", "269", + "73EFACB7A83F5C543E4800D53FFD6050AE296BF1C84D5EA33855674243DBA15873EFACB7A83F582F3E4800D53FFD6050AE296BF1C84D5EF1385567424BFB", + "25", "59", "567154477151133973", "876", "161", + "086E16EF1534E4121AD8F0724883FD1B662D48871FC75FF679E49250E39C39E74E2116E71711EE5156D2EB7046D29142296517CA5AAA55C43EBDCB", + "7", "62", "3746818208930172411", "564", "173", + "30E91EE83BBB598CF78A464D09DA574C3582F0F8D57E9880E0F4DB67443EDE2F4EE974A03BBB59EAF78A464D65BF48342A88969DB05092C38FF8A2192F05", + "13", "62", "4609414426313410004", "212", "353", + "0F6F5F2F5433568A9F7783D82CFC47920F2E4DF45F1C748E155A5C04108131215022082C5E2523CDC63AD99B4B953BDC496F02F45C1637C21F5852555ECE", + "26", "61", "2301339186237245677", "546", "252", + "EC268BF76C0101BAAE4BD226B00FEFDDEFDCC42198CD685B708B94ED6F677EA7EC268BF76C1401D8AE4BD226B00FEFDDEFDCAD5C98CD685B728B94F76F", + "10", "62", "3455374649947269322", "146", "95", + "FFE4E9734156E1570B08277E6295DD32B1EA53D415DB320CDFB2D46DF52802E6F5CDE3714F07AF1843572829619F9A47F6B347D644D85E489AF0812AF52A", + "28", "60", "1148413298491282937", "1008", "971", + "4B7E3ABC3712AB4E5191ABCA8E539B3CDA0B56C8B3E85167D22A88A63FF1E87A0C7A61AC2D46F65D2EDCF88DF145993CD86B7CCC8AAA1D0B9E2781FB", + "28", "60", "539822824764431846", "462", "783", + "734BB2D91CC05AE27358671FC70E6CD76097EF44FA740C19788BD2143441C6654F05F49862CE16E230177F51FE4B4AD67B80E515F83757413BDBCC56", + "25", "59", "450075102235158118", "394", "835", + "403602CD2191CB62BD530218913663971834D8E2FA2C3DE25DC764FEB86BF9A1451D36F0269CDA76F811071E980E759B1967C9FDB52935D243D171", + "18", "62", "4323455606220345716", "986", "737", + "08382E8ECDEFFEA3964C88A95D272A52A22000451C4F757DC769F41CE1BBDDC6556A67CF8CADBCEFF92CDBA909682A05F0080D4F03067D778E57D02D84ED", + "7", "61", "2269805140145431862", "253", "780", + "4B44236D6B65086DBEFDDA38AAE13A4215A6BAB8563DABCECA68CA88B65F50D60A0A6721465125439582EA159F9A1816118BAEB2222EB584D16293E4F0", + "19", "60", "963453635134427941", "123", "413", + "4F83AAADA5F5012030735AE5B64E8C85C2FA25B2952D2969FE8DC34C9395FFDC5B81E0E3BBF121517C7B09A09C649C858EB566F3DA2D0D72F886FB70", + "17", "61", "1720372820244850618", "1007", "683", + "38D37F941CE368BC27012C1208E822C87AE70CC29C2418754ADE67D9A18FE1987ED52CC71CA027A5211D201019E807E747BF11C78C38594447907991D9", + "26", "60", "468373114612948318", "769", "726", + "A45AE7F16264E0507548F1C1AF4DABA0185053DD86F3449FB994E47CEA72E7DBA75AC8A96368A7561448F1C7E902B1F218401896E9F372FECDF1E430", + "15", "60", "1152059212460198698", "688", "636", + "E579FD9349D09D4BE68B9F65225EB34B747D9BFEE6E8AE4F47AF395F5D5621FBB12AA5B749D2F92AAFD2B000473BFA5C387D9DF8FDFAF80358A63E3B", + "3", "61", "2197755518105904396", "409", "293", + "990396E5376042D489BB168C79A3F7BEA8104D3569EC7FD6D0D9654803D4CA139947D3A71E6342CF8BBF4D8E20FFA3EBD34E446F50E955868FFA4F374E", + "12", "59", "571392815028122394", "470", "190", + "CF052F201CE9ECCE92F8AA4D387B75918767B026A8B7501B4432D6BC46CD5948CF052F201CE9A09F92BCA84546510AD7C832DC68ECF34E4F752FD1", + "20", "59", "557601310386028193", "269", "211", + "54AFDDF620032CBCBB8F132C4A6D2AE2644005E22ABD49F35F5F6FBDD493885517E4DDB0412A7EBCEFBE2936096D33F50D2778B95A8F71CE7D7F2A", + "8", "61", "2251218367295732542", "982", "915", + "49CF2A8EA8B6455B0A4160C41664D728B18EF30C54BCDA95B67DF357EB8F2C210FCD2AC7BCF8421E46090CC77903A85CD8E7876031F59195CA7BA27FAE", + "5", "60", "1080300890368676704", "318", "974", + "97846095C7C1D3EEFC8A02A7C7EA745515B0289F594432F6F7782E5DA24E5F50929633E3E5D0D1BBB4D90EE0C7AE316540F7289D095676E8A8533E64", + "16", "60", "1152637795709191093", "647", "971", + "823C6964AF2CAA4098DD56A9816335F2CDC7131527A79E8F8828D1278013AA65C4733F2A8277FE738FD728ED81076493B9A2455469A5D7C7E347B658", + "8", "59", "178725469065067410", "687", "55", + "FDB3AE7064B3A2A66D4561600875A82F40DB97DCC253C709B7B2EFD46B4D7512D1C78F560D84818D750B5A6F4B64FC32489480CC8C19CB40F4B3E8", + "19", "62", "3746413246169449122", "681", "974", + "1AEF5E0400C206910FF2A9285A639B29D8F767CD834AB733E2D8659CEB0A9F461BFD1D5B77C0068C12EFA97C4A31872AD8BA1AB68108EE63EDD5709CE230", + "7", "62", "4321133194477788740", "609", "315", + "16A3256FBEC54B592704049CDDC3323D6950BA299D61E34EC584914E14E818FF69E56A15EB8B0F0425045CD385822D453B05FF29E046F815C59690215ABB", + "32", "62", "4467254159975375898", "847", "660", + "CCDC6480C8076BA6E7CB7EFFBDF76FBDD2D8ADFC80BE97C764C988F02DAA69C4CCAD64808B4324E8A2C827E3C2B52AFC9FDCBFF989F0A7E34BE9B09707D1", + "9", "59", "285203898446126081", "861", "937", + "B7A3EEDE7DBB4BC67F0F94A698C0293ACE2DC18F0CF090242935CD05DA9638CD9CBFBC8B529E779C5136ACD2C9FA044EEE348EA741F881233B30CA", + "8", "62", "4611657360727830236", "842", "613", + "4D477690F620BE817CEE6DB225755D2E5D05E9A9E39489752B613A656430833D4E460192F420A39C7CE16AFE0D4B5D5E24198AF2F3988D6F441F45232B65", + "30", "59", "395186194366180994", "577", "414", + "36CB9CF8C440EF92BF5785CBB47D415EE9B4A1738066930ACAAF68F088775CE336CB98AA9F5BB9DCDD0BDCEFBD6B4467D4F3E5788064EC43C2AA24", + "22", "59", "567431493824124904", "375", "654", + "846C0F4BF769E4750F98CE2572BEE941009082951ADEEC79A61D604A030D2C7D80620245A130D33D47D19D2534F7F6080F96CDDB0FD9FC37BE1736", + "10", "62", "3440670778606952503", "700", "525", + "5D390ECE805576031458ED51C3D0BF2C9CA443A4728EF5B9B5DDA565A745A15218630ED386132239271DED1D82D3BF4FE2E857DB34C1A0F798DFE02E8D58", + "31", "60", "1141356014524476076", "841", "302", + "49AE619F5E6B8C46E7373C71FBA8E666AD7ABC30463A8FF17B607457EC3D8ABB54AE6E9812308758E372036DC1EEEF32865FA72B44738EFA13353357", + "9", "62", "2233776055902951282", "959", "57", + "986621668A2A8CBFA4AD3C95B78F4FC2B0AF809F060272D2359CB2DF15EA1F0CA5660F3D9A3F96EBBFD271C6B3BF1086B0E6CCC81943618974D087EB3AFE", + "27", "61", "1115483055817982150", "707", "108", + "9446B559D32D5AB5C7FE76327586ECBC097ED1EEE38280491669F80A843ECD11905EF00DD90E56BE93923F7B39CAA9BC0E79DCC4ADE5CF1F532CF85ED0", + "4", "60", "1132360087411570783", "35", "548", + "B756920A125B9145B9F75E99FFE0A6F5E33DB667792BF11518AE2119BE8CA9299E56F752464EC3579FF55EC289BFB0B29B51F9673121F71C57F8371B", + "29", "60", "1008806299350802254", "503", "699", + "826319ABCE18C0BB1D301C51E0134505BCD77EB56C709006EA75555F5580B053AC5969838B0AC8E41D301816E1135105DAE556AC6170EC0FAF34565D", + "6", "59", "576311192529642699", "104", "861", + "8DC1648CC495B74CAC681C687BE1DD86C6BE1D5FE36B2B577E9AB337F4E26B13DD9A2BCAA4D0F20FF817636C77E998B4EF84491FF77A194438F2E8", + "1", "62", "4467456343690529069", "505", "635", + "895444B9D096F33980C64E6F05CD16DF5A72C62CE4227C8D0208B9D107F3AD91895E0EA3DE87C9338791094F71D669DE3C6B9F23A12813CF584FB9D30DF3", + "15", "60", "971581177821366768", "150", "671", + "BB7F3EF3CD4B0150AA1CEEBF78E08ECD720BC924F02064AF7D08FA4F14AC12E18F2E48CAB80A4603B01CEED93DE392C6730EC26399246E9E0F6FD761", + "28", "59", "576176798860760549", "963", "397", + "5CF589B99FEA9AD6EB357201C8356CFA92F96FE1FA73203DD70C22382D9E0A671DCAF2B4CFEE80D3EC2A275FCA713ECD92820D8D95145F49D06539", + "20", "62", "2233182859181078645", "445", "311", + "1021A7C5E1DA9990B81F116AB01F5756DD8789D09C6684BDD924DD96789F7E15534DC287B7DDC7DC807F086E9F07565D87CAC1E8F301FBC9B050DAFB1D9F", + "10", "59", "288229946654912917", "410", "638", + "6F689DB38B1E9977029E2E6810D4285EDA81ED7D4B69D3CDCEAF84456F83A13D35359FDFC2349977029E2E6810D2281AD7AEE679113E84FBDAAD80", + "10", "60", "982866362659422513", "528", "472", + "D615C5A7F7B9E4261E8EAC042244D778EE53B5B93DDE1D5CC2E49C71B1DA76999B5ED0AAEC98E77843FCB2026F24CE3BBA2CF2FC7896584B85EC8E25", + "28", "62", "3422731318751893891", "161", "346", + "4FE4616283F81008481E0C1AA2478DC2ADD332F69EC62F5880A2C6D865E12DD500EF331FDEB14B150C160653B85183D6A0C629BCC1D55B25E4DEDFC35BE8", + "32", "60", "842991131804036006", "197", "754", + "2511D2A526F2B9F9877E8B3C6158BD45DAD2D49ECC86681F9421757FCB0B58D87116DEA92AA0ECDCA45DE4411C26D43CF3FA97E687C27148DA6F6F7F", + "2", "62", "4611615649676912841", "379", "977", + "1C09C42A1D7B61B2AC04CE6686B09BA867DC16D8EB4DDF49B789DF94D0E3E03A3609C42A4A3328FEE904A700BCB2DDE235E22C9CE9448905B2C9DF94C9E3", + "29", "61", "2269814203470412219", "638", "481", + "A01A319252E85F58F14C4CFA40B01AF6850838A4D305CF91C2C7E5E05A49F372F47365A21487575CD77D1EB451AE5CC4AC553AA4D005BDD4878AAAF41F", + "3", "61", "2303590041168559007", "869", "303", + "A7B181ECE0A5AC626681B641B510722706E91EAD683519115A859B16F93F6F0AA7E5C9A9E0E3E5307784AB15FE56682541FA1DAB352016002ABCCA61FB", + "22", "61", "2303444827249603683", "604", "592", + "657401C8E454D386332598817E8B3DED329C264CA7A8B4D49463BF09DC28AB4F263F40E8E05AC8952457D19336CE28BF339C7B12ADA9AEA9D063B80FDF", + "11", "61", "2014918726494335142", "573", "526", + "6FB8EE07E4F1D560B5EE055DD7A31353B39635748ED2045D441B5CF5E995C16B6DBCD745B0B8812CB2BF546FDDD75D4CAB926B3396AB2215686E55BEBD", + "21", "60", "989655906271622128", "988", "121", + "5D53359A39193B0F729BD8BE8B2C3D5BC16EF16D2689A2B5AB21D220E4A32601331201AB6D1E584233F194FBCA0474158629F1267183B982EA348E24", + "14", "60", "360004011626203267", "457", "878", + "5B060CC6937D89CFAF4745AF976FB9FA3608B214AE21E76F8062A23E9E5FCC2C560442A9D71DC0E4B00E45F9D23BB7F66417FD5BA97EF60B856D862D", + "32", "62", "4034556453741128293", "622", "498", + "FDF1ACD8B8E40C74A92CE97C8C1362E54E1E5632C60EE8E0AD30259C7F1B5399D7EDB08BA4E40276AD6FA632D310659B081E5632C60EE8ECEB7612B62F5A", + "31", "61", "1801299109909872777", "465", "900", + "78D1760649986933C51E9D19E1AA17015AD531508B741805A8A71DAFB7474AEA7994347D1B933C74C51CD95BE3F775335BC430468460584B90EA2794DE", + "5", "59", "558445529158971089", "372", "392", + "D62677A8A13F045934CCC7CE1E02011C617E8B2F75D59D60851B98A9B7D4F50EB8455E8E9602340F5BD092804A5F01092F6A9C2E27929D3C9F10EC", + "27", "60", "1134889342111917383", "685", "569", + "300FD8640760E09627000018FCDC3B1858D6422EEB8DBC2326FE7AD5E411A30E251DB819251191E908732C38DCEF143B50844876B0D8B11A15991CD7", + "20", "60", "1152841910264496299", "151", "359", + "BC9B121F8F4500D0472A83EA1098A2D622C2EDB5759F17B12F20D5928DD595B0BC9B121F9D421BCF357683E843CBA6927187ABE62BDA34B3535CF5CD", + "17", "59", "576455254606690844", "875", "454", + "262540B2CF9FC52613E542E210583016A6933FD3DF64327E0A84FF628F5A894860600BCD88D8C52419E56DE144137C1CAF9E2CD19D531A4747FD82", + "27", "62", "3455949110941398812", "917", "593", + "321029A1231CFE08F7A1BAF6D03B5767274CA35C640719F5F11E489340C0A11E5D0D67F57E1CA754B5BDFBF69660196C2A43E17623346689F2135ED0448D", + "6", "61", "2301249168026502874", "461", "62", + "37060A307216BA73F1189B133D844C3E48641DD6548B4839EFF87D948F8DE6484E25791C5236895CBC61AC1B74D8036459377FC83D82784AF79508ADF5", + "14", "59", "575879986412444185", "902", "21", + "A6AFAC89742FFB880E5EF85D26A6ECC99AE12A6A8A791D769030F116DF45FC91F8ADF0D87B6AFADB4961AB0309FAEED2D5FD390EAF561F09E369AF", + "23", "62", "2289728566458698963", "264", "604", + "AACE6F7478BA287F79A2010325E0349410D5699734A8DCF69D433A2AFE125700BA8C2D702CF37C7122AB115526FA71EB33C0278034B4C1F5C6096562BE48", + "32", "59", "575150133872666531", "338", "811", + "4CAC8797714B54BBA08B647B0EBFB00502F57C1CCC392C1BB462C3DE3EF4033074CFDB8C221720BFC8F9643E0EA4AC0C288C7360C236235CAF20FF", + "6", "62", "4609007330808019037", "722", "418", + "F3989DF31BF3981EDCBAE132BF091CB8DDFC891C6FACB6E1D7BF5DAC10EAB423B0A6DED70CFE8B579BCE8D0DE95C2BAA9582821A30A4A1F7D7BF5DAC7983", + "25", "61", "2305736081673969704", "767", "306", + "8C9B9FEC679348E707E9F93DC6589473D1236CCE3602C7959F33DAEA65AABDFFB894C0C9689713A54BA6FC0EF6568E43EA3366DF255782DAD76AB2A62A", + "15", "62", "4320076417296188228", "102", "410", + "E8DFE43253B9CB8F52E8AF300D87AB241D97EB5CD9132A64160F8C65C0C51312AADFAD2653B1DB8B09ACBC3F4FD2EC63409EB65CA65253384F0FC820829A", + "19", "62", "3440184931403676187", "345", "153", + "AD3F12F917CE7A15E349A4A749FFB01AF48635DE78E75141E1377DBF7FA8D168894410FB7E976E51E907AD850ECDAE0ECCE86CCD69E95D25F46E63D719E7", + "3", "62", "4608240139305290147", "557", "409", + "70CEDEEBA2C49B1499A6F8F723556C452136390D2BA1919F38F8A4CB8DB2EC833CCE93AEF6B6DA53D891DBFC25557B4B7569734E36BB93B935E9E19898A1", + "4", "62", "3458197148565013474", "773", "963", + "FE2587F1A19B5FB02D7C2703F26F5CBD0A9566B996882DEF355712C0B5B75A20B753C9FCA1DD4CAE626B2E0AF2225ABC0C9362889CA229EC2D592A8ECBE5", + "20", "60", "1007855786575209816", "909", "932", + "BD552D3E05DA4141F8F23470EC115B36E9A3E76763D64D0A81A8F95EF9BECD51D43B3B5761A3317FB9F93E20E80B1B66F6A2FB6F3BFA58389B87C047", + "26", "62", "3309582754638709527", "734", "184", + "095769DE70A786B5D72C806979321233BB6DBC437B3AA7A94E0F4FE49AEFE2353D5C4F9632EBCEB39C40CE2E2B605760E830E31F6F189BF6424500FDD8F7", + "15", "59", "538743036636585718", "944", "920", + "CBF2CDC6B532D006087289C86699C3C72F2E140ECB524A73B0F02C6C6E2E5ED18AE9CCD9EC5595524E02C88C27CD82A5102A2920FA78620785C05F", + "11", "62", "4575503839535479730", "569", "267", + "FDDD672D8BB5F026BE8FD16B985DC120A4C2672F9217BB4E4BEB9FCE5752C507D4AD1166F9C79D47C784CC639A599A7BE987347BD343FA0F0F80CB8F4801", + "19", "62", "3458483038298161667", "19", "199", + "C31BE0EAACE3C17574799AFC6A7F719AE987869291C2391F7D313C0BC60BD117C56DE4B1BCF9DC67290ED3F4694525CABEC0D9CB91B92F0E767E3F13864F", + "28", "60", "144092866996432570", "342", "71", + "2BBD1930902614169A9FACD26FE0D2E745BA93D1268F6997F738B33E3377D8F64897191A902614169A9FD3D26FE0ADCB16B493D575DB2DECC435C73C", + "21", "59", "576144088390972614", "470", "49", + "B0C30CBD46DF94E83553DF5709118713109DA3BFD73B2129DADF9058B252D6E0C09144ED03D693BC284FC21B0E38D75E7DB7A3C9837E6C648A93C4", + "24", "62", "4466983669113455119", "354", "172", + "900FAC516528F80307E7189F1909B2F36AB5634AA3022629BF6BAF594E7184AD9343862E282FAB4407A35DDD4C5CF5BA2EB1776ED410762F8463BE4B646F", + "9", "62", "4606052112256547995", "95", "587", + "5B2C59F7544574D96524ED1BFEB2028799EC566F5F108CD75DC257459AED9C8B0B745BB51A0A37FD6427EF00F4BB0B98B7E4434A5F108CB75DC21C45D7A1", + "23", "60", "503259664998111238", "113", "470", + "038451937C62BA4F5C56888E71B2379FF471C6EAC402ABAFE541AE38685C64E340EA40937C62BA0A1F34C0C171B033C9FF32CFF7E631B3FFA44CE938", + "30", "60", "864691105736673266", "380", "306", + "D8882DBC5A3C97D0B2981B00F62D4CC69E0A3F2EE32F82767C68CC6075CC8CA1D9AF46D40E758984FEDD465CB1364CBAE7205D428C48AE1F0867A023", + "2", "60", "1152880649568301747", "563", "461", + "F0E54C1CBC161D88AA6552FB3ECE60C1DD64B574CEBD0C4ABD1D536D01147CCCEBFE5754E0085BE7CD1E7597629D7B9A8372BB3B81FA5C35C35E0121", + "22", "61", "2125687470610213346", "650", "650", + "D8253338537D0AA525D19FE0C3FC2754F5A0B94CB6916870C8AA13BFD446C19C9079331B080A63CB0FBAFA93B0804208F1D7E205FFFF3A37C9B33C94E5", + "20", "60", "1134334790622372433", "63", "457", + "A85A6473897171E3E24CC073975717FE9287E72683338789B7685D0F1967A832C76B1D0F98792DAEBB07FE16D30E4AA2CBC0E75AF1198789B3281F43", + "14", "60", "1001756092280057223", "496", "942", + "6641C1A4B390BD9B4183DD76AF916AF33AA5E43BEA2DF258C3CF4BF04DFDDDF96C48E1D4FFBC92AE2CB3FC3F80BC31FE76D8BB33EC20CF52FFC420CE", + "2", "61", "1727127011446253165", "457", "43", + "B1CC77C321757F1725117ED2D83C56EC9665C8A1985CF64C9A17CAADC36DB5CDA9C97EDC09781E137E0A329D9F3E11938C26C5BA8055F759D267EAA2E0", + "18", "59", "558437402830435800", "621", "665", + "5711FF1AEE0E6489CA261B2F29E322D848B53D9F77FD90118B5CA1F90BD3824F2E109E68E1016090D52D1D042FD77EF170B42ED509929215A21EED", + "22", "61", "2305279464393978004", "125", "356", + "4F80FA6EEB24E27AAD90233BA2FE6D0A44EA54CDE9AC630FD643478AAA210EAB45BC9650F937EB62E1EE2C3BAD9D0C6629853AD581A3130BD338569AA1", + "1", "61", "2305806510312428761", "652", "547", + "515FDD17EC1C6701E1492A6558219FE5B9047934B31DC4236E46D5769FC855F46243FF34C32C4336BA3E2C18583097EBA2067D66CB2FD7652C10BA1BFB", + "16", "62", "4106154540040696232", "998", "766", + "0CB74F96036890C186999B37BD519BCCA4A941B5C5B814E0C018E0F3C4D15B5F73F012FE0317DD92C199DF3FFF04DCCCA6E46AEEDDAA44EFEF34DBC2CBC0", + "31", "60", "1151654831773515891", "406", "435", + "9E5594A2C39B612CA48A48183A1C06F1A66B93EF0D9400B910D0853474F49DD39479C2C8D0DD7653B1DB135F74561AFAAA6281A8529628BD0A8B952E", + "3", "60", "1076351436431109876", "883", "577", + "E5CD1A930C0182213C8EBD520BFE4C1BDC324023D175A40A78E9153216C662BB9A9F5FA5427EC76F7BDCF41B07F7035CC64F0737DD6DAE0349FB4B52", + "28", "62", "4611043886372973485", "509", "766", + "17A028B60D7BED4EB7B0BBC5FBE97EC8C634F007DC8A7CDF75F0381B5A4A574A17A137F2436DF603E5B9DD8CB5A22D94CA34E54A9DCD398926F079201E49", + "7", "61", "2158261885583535140", "799", "385", + "DEF54DFEAECB7F653AD568602E92672E13B5ADD18E695ADF0D1A5FA1270DEFF688EC5BBFB8D77F2035CF65046A92246D7BFAE387CB3B088B0A4E17FD6A", + "15", "59", "247551640909584330", "393", "237", + "546A54D80B7DEE0272C77B4DBA205F4B4ECAC328ACDFE6834667954B629D0893777655D60971D11633D7620187384B5138D2DC3EC590B8C1152095", + "28", "61", "2012827547720178972", "936", "581", + "7EFAD6A934F36B39E1BA9D4D49E86CDA37EF999CFF991B024004DDB75F04EA2F32B5FAD677BC256DF1F4C91000FD2A9D1ED1F5E4A79922426C0794B710", + "1", "59", "557318113124632652", "118", "170", + "084145B89896A1D3E3DC407482A1AF9FDCDABB6DA81280DE871EC00405DE41B3080103C5FBE3A1D7A8CC4D7399CCFEC2D5A0BB12E545C7DEC35BB2", + "13", "59", "575194109971095583", "926", "644", + "21CAA289DE7CF057B35A8A7A3B875F340E8E057022F25A27F2B7D55EBA47A3AE639FE589DC78AB47CA40DE3A2AB75D205E8E57246F960E62E8F9E0", + "30", "60", "559253240172753298", "69", "449", + "645B4FEFDD815D24B076A88A93F946B48344B98B19CA71764E7F223AA4FDA4AE2E081FBAA0C43E67F911E1C4DDB246B48140DDD05B8669707C2A5D79", + "11", "59", "216171912382699373", "16", "439", + "200072A15DEA40AA8254621F996405AB199B29B9C9C8897082C1377BA60C5290450429E311A507D5C1032850D73009A34DBD52EFB0948D30D88472", + "13", "61", "2156519872617953683", "195", "900", + "4B4F2B94063825F2E747434893BAF3D8E9361C7074AD13674AC28400516B62451B4F578C05136DBD9B100A27DEFDB4A7E036014429AD1B3713CB881556", + "5", "62", "4314377249642801648", "627", "349", + "7E919D63D527EDA182D85B9B3ABC8F3C26D47115A86F8851833E19D67CDE7BB054C7D806F62792ECD18B1C9B7EF9943973937117AC289829D15101C444EC", + "24", "59", "430087989758516893", "928", "204", + "2C782A37415C214CB0095242FDEA14E80F59BEF294236D4D15A7D6CFF79EE3FB0B262B2D135C2114B9165F6082A359E8491EDAB7F9236F494EE59A", + "20", "59", "571957125831128678", "775", "901", + "EB6F7E801BD0698BE821ACA161F4996BF1A497C6B5623AF0796023B73FDEF8C1EB2A3D8E1DFA0E8FBA7AEEED2EB38814B2EBD992F06528AD66615E", + "30", "60", "1152898137299281691", "61", "947", + "CDDD8C22B0E95A7085517A2E5993A2705EBB620B6E963FE92B5DE8A2BC6B8423E79ADE67E0E9263BDC052C171DD6ED6F5ED66B570BDA048A3055B8E1", + "27", "59", "576091298679531417", "581", "817", + "526FBA361D877711B0ED7A1F9524608C2CACA330C27041B24415035AE33E38F17666AC3337D1331A9A926B52F27700CB2CE8EA72973741B040111B", + "2", "61", "2008517472238764188", "257", "109", + "03E521C6A7018718F6C5F28AD57BDB6F1597F14C5E84AA46C82C74D7EC07F8A907BE38EFA9028F20F6C5FE8BCF3A80643C97B14A5FE0D9099D782195A9", + "4", "60", "1004139984887623224", "891", "569", + "58DCE27C688D9EBC8892C76A69F42729FCC14140FBA5BB2802B14C3DEEAABE5758DCA656688D9EE5889281232D9A2740FCC1424089E0EB6414F00F72", + "8", "61", "2296756636531774830", "811", "982", + "4DB00C752C7C25A3D74364D0D4236DDEE1716348A1D825A5EB0B1B184B0AEA555CF50777432E7CE9D7403091936F5997D7342848A1D025EFAF40074B71", + "26", "61", "2088544299258952531", "321", "131", + "E78780B116F0F4863AAF869A9E24FC9E332847BCB5BF28E5675808F028BCBF4CF695B8FE5BBDFFAC45E2D5C9D924B8DB712400BCB7F976B92F0419AE32", + "20", "60", "1152778155778040965", "325", "632", + "CBA0E805B29017C1040FB29CA2237FE3D23B855B1E8744DB2BD9EDA56330F9A8F1ADF316E68959C55C59E8EEAB6631FBD83B830C19EB0ED820DAC693", + "3", "60", "864330486459926222", "523", "257", + "AB7225BAE902BBF6F7B04177E1C3505E63CE041E75B789BE1779FF4E9CBEE02BA26403FDED0AA4BAEABF5C28E3C2654C67C20C5F51A0A3B61576F84C", + "27", "60", "1080863909761265478", "194", "694", + "35E385D69E8273487354202D8CC0DD6CE5DB9F8645CF2188FF3FE9915696D58A12B497E48B8049434D4D0B1985D0DF62A29C9FB2449F69E5DA6BA0C5", + "22", "62", "4606615070799534026", "502", "584", + "FB369A4B42E59C59DFC10FD7E782C9C89F30DF98683FCD4A0F36DAB67CC8B0B5A63F9A340F9CDB599B894D82E282CBC29F428AA81D3882044E7CE2B539FE", + "10", "62", "4035188973112288940", "683", "366", + "6CD789DAA7DD014CCDDFDC8691380644CC7144A0A93F602DA54AE634756B57785FD7D0DC8BCA3157C9C8D89C80610066EF3D05E1FA3A1F21F01AA2756D3F", + "9", "61", "283724505560014239", "277", "522", + "B4912CE6086AF9B043BE6E05EAC7E3EFFAD946CD5297654AFF4E090E4D23E032E9D461A34C6AFBB457E5650FA58898F7F1D357C7428C764AA44C7F691E", + "6", "59", "486388759350778320", "846", "376", + "1731E27DFF4246E171DEB4FFC254D7DA57704710C355E19793C27AAF8A29CBB87A318E39880774E136DEC7F5C22682945B754610BC69ED9582C67A", + "8", "62", "3170503348389062372", "497", "916", + "C33037278D5C618C255FB6CB902B8EA406E76D5BCB6631863C49F12B0457E7E98168640ED45617E5691AF7C1C5328EA661BC6D5990247DC97B36D9643003", + "17", "62", "4035154888235796323", "890", "220", + "44A6A726E442F747437FAF508BE87ACBF0D1AF9264013A9C22CFA904272223EA48F4E265B03592151A7FE618CDE8339AF095E0D7345217800689A9162767", + "5", "60", "846533793433639577", "467", "256", + "EECD5A1AEC6D6926FB39D7DB7E5191664E9824BB0EDAC5255744E8AB61C89253EC990B53C0536E4BFB31939E3C04D6664C9A3DE01ECA96370A33A1A3", + "23", "60", "1080863910283558161", "293", "261", + "CD9920C3B326F0BE70F4177D1B7ED1DEB999AE2C1F45C8D21FF23C97B45637DFC8AA7DBDE55BB4F522AD223C7E309797FEE2FD654B00B78050BD688A", + "21", "62", "4413246159779259694", "187", "552", + "40A157E3C49E72CD2E0F0629B3AD4A19C3D77B027BF24CCADBBD5F8E9B1A3E9A66D553B9CDDC418F64344262E5F3135AF192404B3A8F1FCEC4BC698ED458", + "3", "62", "2193021829029803314", "260", "276", + "62E2C6686EBDF18A957E244C39A6E2EFB9437225E6907ABEFD240ACCA3006EE46FBDC23128AAC296A972225022EDA0D2FE340976ADD92EB9B85B5883EC4C", + "22", "61", "2305540642970470493", "140", "92", + "638BB4B4B6E392FF5169BD6314DC9A00E6F470A69B8EE1DB906BE0478DB76FF32ABAE6F5E6DFC9EF5B2BAE6D30D2BE77AFF40FEB8BDDA6DBD42EA212CA", + "3", "61", "2305693475497849573", "459", "83", + "185568CBD5C3C95A4A793F6DF9B218A0B2AB1C9CFAA5DAF6BC964FE0DBF417C44C2829EF9796D2534869687185E248FEFFE263CBA8EDDCB7D9D809A99C", + "18", "59", "565201340648300676", "341", "908", + "822710B04FB7CF599FFB6DD508BE2711EBC98917FABB96489E5B6BC602A4F6D6D67A12B051E2A05B8FFF73D50FBF615AA8DFB008FCA09C70FE4A6B", + "28", "62", "4539135825861917410", "118", "393", + "BE803B09CD176A12588501F4E84A693BB104B3EDE237C4010A83391EC3E18679F1D44654C94C315014CA46A1BD0A3B31E348EEEFC837C4010AD6771B86B5", + "30", "61", "1107885491152940953", "992", "981", + "2CCC3EE84551D258A7A03A3FB8275995BA8A487F2152966C6623450E478EC0EA1C832AD34D70C270BAA03A27813C52B9C5874F6A621787732926242B7C", + "32", "60", "576370316590692522", "585", "22", + "68E54E12677339BEFFB0F527E6D8A588C9D2830A98D81D94F1C6EFE3811F4C586BE57339322654DBA4C4D017DBC094E79CB3F178F9D91DD4BEE6F4F5", + "17", "59", "575332373906427554", "916", "972", + "AAF2930F28656EFEF09B0960FA3957795236355C1A5EF9AA0648E0D6ECE028AEE3F9CF7B3D6E63FEFCDC0E78F43A167D7279605C1A5081E3480FE0", + "4", "59", "358000431416150358", "238", "723", + "8C82C287B07D7BDDE4EBF09902744F93A31ADE2093B18DC1E0D87535E11F14C4B0E19ADFE0326091B0E396AE292D6AB98922DE7CF2B1B9F8DFF476", + "3", "62", "4608871264364778042", "157", "271", + "EEA9FA7B36D1B143F1C4F032B571171C778C97CB6C4833FFFB24F97B64729ABEBEA2ED6D63D8F4168ACAE172E92A17044CBE86C05C1D73E08576AC3E4E1D", + "14", "59", "540290102168528068", "696", "505", + "3912CAA70AB782FC2DC8E8DB13C6DB209CE9748E641B702ABDC8EFAD533B54DD6D4FF0BF0BB780A93FDCFC9439B99673DBE946B274252878F698E5", + "22", "61", "1116888295582273947", "403", "42", + "5994A284A68D89F1667A2360867D1FB7F216C8409D3BC66DE248C3BD49F05EE441C0E483C9B0DE8E7A6C675AA9385BCCEB14C258A5188E7BE7459CF358", + "22", "60", "1112318738123753675", "778", "900", + "3D68CC43019E1D85F8DA572F7203D5C7F763F1E9AF88209FEE5DA9BE4553B693522CB31C6BD21BD9BF81742B290D9383B075F6CAADD729EB9339E4B9", + "28", "61", "2179599278772896855", "872", "341", + "19831BFABD15E08D430E8A336E1210A7D65B544BD2B4108B8F67FAC2EA8CCB384ABB75EBED0FF2A7484ACC6F4A4446F2D0797C74D1A312ACB772F8E8EA", + "32", "60", "1116468688703023726", "705", "473", + "16E56470D20A27E3D227BF12FE44427EF761033437A7D0D4BE0E220D472CAEEB54B72436D2082BBC9979AE04FD5B6874B23B44206FCA8B9BC778650D", + "6", "60", "35025766837112189", "435", "507", + "08B65CBAF2584208D1AE3DC702EBB262C168AF0BFAE59BA54B92D843A2FAEE574D895FA4EF5B3D4A9DCB4FA26EEE8C2AC163A308A281F4EB0E86D03D", + "30", "60", "828659578017395010", "572", "794", + "1F5FE5DB3012D1E9548588AA5D24E8F9605F1C9C9C0D6CCAD8E1743B40E3FA501203B1C234169AC305A582BA1325F0FF681E7BAAE90164C0C7A85F6A", + "21", "60", "720470350684470526", "407", "756", + "B7182FFB3ACD6103142395C7B48357C0421F90D27D4E2EF0AE0CD4E8A8D882D2B51577ED069E7A182424DBC4B4954ACA0B42D5DA571A66B6FB4AE9EC", + "3", "62", "2303023509211146182", "251", "905", + "F3C35D0DB7B9B171C0A30B9C4B284678D4ACB480919E31A40E4261E53E5BA117B6AC5D4FB2B0F605F2ED4FD80A365831CCAEA6ABDE9A21AC01752E88385B", + "6", "61", "864618793682057421", "289", "45", + "14584278EB2C11D51C631FE3FC83C6B4B717206DC8714DA757A4E12368226BAD03096C26AA6254F2582602A7C4BCE1E8AA173A7DD34F19E97DBDAD702D", + "24", "62", "4611684918915349102", "287", "621", + "3F488594BCE3F03BD0372B439E3AC0AD04A2D9D27C50999B4F646F487EE7F3AD15628594C3E2EC3F91287E45DB3F97E81D9CC38E356581CE02376E7E45E5", + "6", "62", "4395301986825450377", "304", "230", + "B49E5A3761989505F5002176F48EB32151585B6083AE1E50287D57845924A967E9FD223C4DBF820ACE4F2878F6FA8A786E5B506F9EE31E62642116C54573", + "25", "60", "1148417827593223618", "45", "480", + "21D6F3B568EE55F7B7124CC3F034F759DDC65E1CB0B3882E84D9F9D20DFCB94C6C97B5DA2AAC00F1F0384EC7E211E74B8DC07026BFB58850CBD2B6F8", + "31", "59", "565051085748267202", "329", "61", + "E3CDA30D01964517690A92E87A1788849781F6340A3A6C9A79190235E83BCA69FED9A70537F11E54260993B5701FDE82ECB8F02A0A3759C476042E", + "19", "60", "1134871878773338844", "197", "896", + "6FA2F89A641074D4D5425F383358A17384B306FE0D5EA406F369FB1FBB9B373869A5F2835C3074D4C35442390944E903CCA116E54D4CB332E75EF045", + "31", "59", "540370382527735887", "642", "610", + "9129AF8F87A3303556B3E80737327E552E88869CE42E69B44D71AC520927FBF9AF7AADD3CBEC73741A99AA4B7B605E083CA284CFF43B42B20279B1", + "21", "60", "1080564839093937434", "857", "835", + "89E46C9149B00ACFAAEB3B10275C8784D0AB231FDE86C277683E16CE7DBC0A69DFA1728757F54E84A3ED741A3662BF90C3993D0A9187CE6A2D6F1BE3", + "12", "62", "3891103206098026971", "222", "413", + "0853305D6C3F703CAD99A1C95DBEE3D759EE4289D0F44EE398FFD49CCF4DAA78102E780F65703F42D0C4AE8811F1ED9E10A045C791EA52A8D4FEDE919C0C", + "23", "61", "1152499292107688014", "24", "742", + "8340053E1B64541A8F9C0247EA17C0865387E10AD84CE70A1F7C17143ADF0B72871B181F244C3321A79D32748B68B3F025A3AC71FE63F93E375B087A65", + "22", "59", "566883593673379561", "314", "920", + "B6D638C06A4DF450F65AD5E76F213B41C41A551AA9643454D143564B76918AB3EFF45AAC052A8B17933FA1C05F004F7EFE0B623C895C1950E26A59", + "2", "59", "571956860079677192", "742", "953", + "BDB7D4861C54076C7A9F131F1EA774C65E6DCD38BEAE3180382D70CFCC837377E8FA87C11C54016112CA0B5859E0748D1C36D526B1A80A88343C62", + "9", "62", "3458131192706439991", "356", "332", + "D67A98C562352E3117AC125205583822AA5957FB0F5762ADACF3ADB93EF59FEFA971C8820A60693115A8490B0D4A650CDD105FF8350035EAF3FAA7C228AA", + "29", "61", "2303019459054114370", "219", "588", + "07F45BFB19C76E91967860EDD503E8C910B471DFDFCD8648C7B875ECB245FBCA1EF070E932C677C382643693B029A18754B4278C8998CF7FC2E17DF4E0", + "23", "60", "1152842321498096177", "189", "204", + "49E895122D368B2CBFC2C77A292EFF9077952329808AE9A73948681678754CBC47EC8D26697A9E35BFCCCD63382ACF9F60822C24C9F9F4AF3B376C4D", + "20", "61", "2160974908932902429", "30", "640", + "4DFF9B70DCEBAA5847D690B6719BD4D240C76BB79046E4E11B35F8C62C81998E45DCC865D3DBF6544EF29BF77193D48B76E37DE49203E4FA0775A08A05", + "18", "59", "148548143944825539", "43", "98", + "6A6CF36D1CB4AF6E78BB9969352BB6303513D6909ED2A914986550016A8499644B46B33967B5B33A37F7857E1628E4262C12D68E82DFA915836154", + "27", "62", "3458621576738364430", "182", "714", + "2A2DC13C8B89479857755AD01896FC6968923B92BA76FCFF46507CDA5ADA5BF3323CC13CDE88568F40264C910E8CBF4201FB74DFF639B2BA08077CF240DB", + "28", "59", "539934906670475621", "976", "70", + "07183291DB793B7C566AA4DBE3D5094CD9FDDEA8A94865BEC3115AE42ABF89DB5B5D6AC5C66D773F0A39D5C9ECD9055FD1EFD1ECE86360A4CB5F34", + "25", "61", "2305831588827251760", "365", "331", + "4663CB921A26D27F253EC9AB939A63E74E40D37270BF3224B110B9FF0EBF0A45456ED4871A6799695C74D2ACA29257EE65058C6E78954C29EA5DFCAB2C", + "30", "61", "2287736216679843492", "653", "395", + "6E65E8764B0BE5E8459273071645B9E383360E15FB573C5D4505A69BC44F1A811131BA240A52809325AC6F567945BB99EF6D285AB60773131801A7E599", + "13", "59", "567378784302418987", "325", "772", + "395BFFE28A2D689B30332F59D92C062FE8157D2C1BF6949453CD6DF6D2CBF5976808F2EDE1282D862D37741AC8615660EE5033786BE1918142B273", + "7", "61", "2304681924395518245", "967", "475", + "CE1C99B3E97548B1BD033D583086254C40D62F3D9B8C4DA1760CE17D55B9C0B5AB44CDA7BD2216C6A007661B7FCB75150E93616998EE4DA11B11F9742A", + "2", "60", "1071256886381262822", "105", "444", + "70097ABE2E0B13EFC32A30CDAB949C57B3D7B49FCFF77561B2D6A754167DB54E186C54CD341A01F4A0642D83D9D3A712E084A99B94B4632E96869753", + "10", "60", "862086383190157237", "532", "646", + "9EFF58477581DED9A8FAC2510BE7D4360943413344DF292DD087D4C1C80B759BD09F1D092182FAFDD8E8C258028EAD4C13164E7F59C0694493C89991", + "17", "61", "2233168305640871484", "350", "598", + "723F26F4B4C2060598A78732E51546754068A7127497613FEE738C2EF02F32E13D3430FB82D5465AB0E1B76EE54846245B6EBC7C4997527AC4738C5FF0", + "4", "61", "2269814142115070274", "658", "701", + "1EA719F1F2810BD5A61F69A04A1C46A87247B79A09155B276134BE265C6B526007A776B2BABD44D5CA1B32F30E5D5EA2745BFB93415113592471A32F5C", + "29", "59", "571956929337532576", "374", "819", + "3A4E81594871E7B2A793FBB93B95F47A9A03C6343A6544D7A6D30647917C19A7415FFC044A5BABFEE8D0BAF53BD6B536DB0BC82E662B4696E39B04", + "27", "59", "558217379949214193", "556", "1008", + "AB9183FF1EA5E80117B3891FA1FE31106AC8B6E86A6005C320877821AB807D5BEED09D9D20B2AF1B32BBC846B6EB21205C9584FB3C2A32C124DC39", + "21", "60", "1078611542573442782", "770", "620", + "1C1E1E983EA7A8F95BDEA1644F1AE408E44D62FF15D6C4C78DB44B52140710754E1E089135DDFFC5479EA14A145BA049B008718477C2B9D69FE60A39", + "21", "60", "1139322701811283229", "85", "943", + "5FEC04FD6AE31FCC7EB7FA89FF601FF7326885D91900F82E1FFB8C6416B872841EA004FD28A726893BAAF88DA4215BB34C2DFE80087DA52E73F69264", + "7", "62", "4609385837417530954", "377", "618", + "EE6E0A5DD95FF107DD3D29C1D494C8CDE7B7B7A75D05492BABAA38C462C08204A02B155DC95BDE50DB744F9689C9CC96E4F6F4E902441D6ED0B907D5229F", + "5", "61", "1585126089737235771", "254", "542", + "0001A3D25F10705525D78A72B9737AF6F2F00A24117745FF366BE89B5AF7B321477EDC9E1359234419DC8A3C9A383BE3E4B758405E2209C63549BCE40E", + "1", "59", "576443159999821172", "130", "821", + "6DBB1CC84F8932F551D46D540FD3DC7C10A2D01289183B0BA3AC62BEE4DF08E641F424B665D532897BD46D540FD3A77C10A2835FDA4409229E870B", + "27", "60", "1008797516142852394", "513", "312", + "B6D7216323E10CCB944C1239B2A0D821ECEFE561C678F58DD985B574D45E0AE695ED08514A8D2CE5CF0F5D38F4E99F5A80BCAC358A07B88CC99E8A50", + "14", "62", "4592536364951051704", "121", "545", + "642237F41E41F5FBBD3AC25FDB82119D85CDF491C9886D3215F80F37E697D33E004543996A4390EDE13E994BC5BF36AEBBEDDABFC9D077725CCD6B70F1D2", + "20", "60", "286743836289602039", "543", "154", + "77881DB782F2B91A4FA9976BE04878F1E15601E4BF93693FDB705C83715F8BEB43BC2A85ABCB9164169CEF1A910A3CB0B51379B9E3D42E24DB0C76D0", + "7", "60", "1152859862161906993", "116", "588", + "7143E60EC1DB4DD4CE571B0913C0B88C1684F6E73CD4B767C4579B9ABBE148333502BF539D9C56D4DA2B315A4FA3EAED41969A8658B5CE1398009CBA", + "12", "61", "1836166368785168893", "521", "419", + "77E8986D50095236488566E28F5F07EA730669E16772C2E06C56B1BF1C24BD436AAEF62F3E50365731D93BB4D41C44AA324A27F67A48C6C85D62FDCE34", + "2", "62", "2258388080916267154", "27", "71", + "C8B921C8D54A56CC1C7696636FFD4B958783F26A9CBC8D866CDCA11141C414EAA6D755A0894E0D975135887E40D147A8B0E0C74C8891D59A2C9F9C280D8A", + "26", "60", "1008067418936371005", "603", "771", + "2AA961E5BF68EB6CD8D5ED98D48854C744F688C8D41FED6472096AD29AC44D786FE81DB7E234AC6C8EFFEDC2D48854C744F6DD86875AED30264D3BC4", + "30", "61", "2305415089139046484", "583", "801", + "E01E04FB7BDFED28DDA22D53F28E24F6189B3F48B7E02BE158E874F36466ED4CA41E11FA3AC9FC61CAEC291FE0C62CE15FC96A4CBEFF21A476BA21E269", + "4", "59", "576443120923399112", "455", "322", + "48B3112CD3E5C374760CF56D638E42D2AE26CACB769E2DEB49207DC4E6E457360CFA0526C2A481623F07E62022B217B5D761CACB27952AAD366774", + "24", "59", "468065396762450308", "209", "589", + "E380C2F601EB1064745BA17912DEE01A7D13F66AB75152ED36AD6FC0BCE936A0A48096F03AFB60322926E96F5183CB2C4659C125E4142DFE63F923", + "30", "59", "486352956906249300", "733", "446", + "47057BF4C50CE511762132753B2D327609D3291541EF5C7E92CF1C497869BCA63F4E3FBBD370AB72323C3F3D6F243638399D1F4660FE4E6CFF9C1C", + "26", "60", "932245122752442788", "24", "102", + "CF5A92018DE923308EF30CDC9CA5F78E8B57D66638649D4F3B4DB541E71297BDC47ABC0BCBEB195FC6E11DC4ACA1C78C9641CC4D662FDB1B0151B452", + "12", "61", "2089667974171086896", "512", "134", + "885AF53A5A57992506D63A7673C8B65099F7696312B94C78EDBE89FCF0B3EF18CA398A6F7710996E448D226232D8AE6D81E3730F03CD3135BCF992E0AB", + "6", "62", "4588534423744293043", "195", "592", + "CF04BFF2616DF0314D6D324AD420ABEE418B9CDFED65FC38BCB381D86E3432868344FEFD667DCF2445313448D930A3AC0C97B7D9EF66AA6FC1EE8D895D32", + "14", "62", "4575656100017581845", "353", "340", + "30682C6DEF55317A21834BA2195949AAC0B3DAC99A5424D6E684FAD2EE72BC7A6C3C5A3DE96E396C24A973E6125934E797AFB3D69D1629C4DEC8B197BE56", + "6", "59", "324223711638685796", "484", "42", + "8828D82D2D13D3CE743D412A549BAE7E9F1506CD62C1E11402D7575879CC999E826D89452112C9DF7F2C527C238AAE60BE562A96669AA6000EDD51", + "17", "62", "3436245407178391157", "706", "706", + "1CB65405F902D5713EB2A81189F3A7B8DB44754713DE3F19048D84BCE936EDA255A76601E61D913B2FFEA609DC8BB5BAA5132B4B2092595543E28FA0AE69", + "13", "62", "4320640883649621505", "285", "755", + "18C38F7D167E3F03DF33C28186CC94D75182A531EC9945F78E03390EDDFD74B21AC380533F7F341E833A8998C0EC94C5508BE068CEC210E394022E55DFF0", + "20", "61", "864408540813407607", "191", "718", + "13F8A2A0AAEED59A28640743AAB2AB2D86BDB83A389E786F41A42C935B6C752701CDB8A0D1F7DE9920590F41EFB3AC20C9E9B8610FA9176F69F07E9747", + "28", "59", "484981314537861204", "811", "609", + "B39066119419D9A4C94891F011BEB41629387E7543BDE48807B0218BF74E4DD3F68D4F3EF731878EA91C9CF407B5B41629387E7543BDD58807B021", + "27", "62", "4557571285250390985", "733", "249", + "0A6958DD8ED51D40380DF961C1FD05760C6EA4C175D0F2D2A90CB15D7460E1880E7E05D4D0C73205370FAA63AEB340380B73CBB87593BA94A93B92424261", + "31", "60", "860183130738674448", "831", "317", + "ACB656A7973E4DD12C84917364ABDA708198F7C7D2C3E865B4569E7AE98D336CE39A11B6CC28529E2A978E3E79EFDB69DBB0BFD5CDC0A551FD65BC38", + "17", "59", "562931054450440171", "1000", "247", + "0DE930D9D1CFA67253F29DB1FF1D86B90B6F951450A99035F8FACF5147254A8E45BB2CE8D8C3FA7E57D9B7A7F40ECC83065E911C5ADA872AA3AEE5", + "10", "59", "429248853472891305", "279", "843", + "8AB9EE4CFE75EF220BB1F98FCD8E1F15FBC264F6C599ECB0D187B0430F21C4A987C0DE65F96AA0231EFEC594C4C35E0FEAD32CF99682C5E5D181EA", + "8", "60", "1093802954646857188", "539", "925", + "C3F2D263A7F96D32319E65ADB19C37E92E8CDD2D58FECF54D864AECA2971D1FDD3F4C625EBF5430961DE77AFAA9779AF7A82F57E55EFDE6ED97CF2C8", + "5", "59", "571385402326072280", "671", "905", + "09A9D9E0F80D0442B17B6FE18C82062C1A92592D8953DB5C223E727F3BE702180BA189F4A14C0C05B3456CE19080576D1AFE2B2D9255D9731B777D", + "27", "61", "1944961199637108383", "613", "400", + "D1A60CB3AA8098FF5A4D49DBF0779CEF9B05F2587324C8B3CA161415596D0370DFA705F3F9D5B08F03111487A44094F2F6599C3754669DF4A56210070F", + "23", "59", "567172032830828323", "999", "234", + "76FD6BD4BDF582AA7C2866DDDCF3AD418B75DD08FB61F3580C198D334E1C19462EE579ECB78DD8B0073B2DF5DCF1A91AD26EDA08FF4488035758C0", + "28", "59", "396290306984108994", "473", "948", + "0E2E1CAA0E2ED28AB6B095B802B28D8BF79E419E3071D8F4814ED4EDC4122792012727A23A3FC08794AB97C74DE5B082F5DB52A42774DBF2C01895", + "22", "59", "571884305726523167", "607", "375", + "91CF0EE853F0872398868A515ACE8E44B8B5DF7BB32C60FEE3DDEFAF8FA42F5ED5CF01F74FF0F93480C6F5164E898E46F5B9C26BB47039DAEACBCA", + "2", "62", "3580079129119188897", "612", "652", + "42E0A06BE21B1616FEE0FCF1BE7E7EA315DDC8C0F8C93F410D00D90A8390DEAC7AF3BA2DA55B7E47B9E0FEF5BA6927FF4188B3D6EFCE1B7C4C53860381EF", + "20", "62", "4611683808616348700", "485", "501", + "2C67CC642D436E4DAB7FA63DD0F04B9D7AE28B68D6E4B88AF0514CA2F85D30237B7B8F78296A734ED02EEB3285955D8C4AE8A572ABF3EAA2BA514EA2E468", + "13", "60", "269653027553949403", "768", "466", + "E00527B3565C3B09CBD4BFDF3ABF822643C5786655E700C8AE7BFB2C991EA55AC51B24FE51463803808DE68E69A5D6773C977B6642DB118BEC75F824", + "26", "62", "4607164826395632347", "713", "30", + "D264811F6236028A700F926679337F39C74AABA8FBEBAE351568CF3FD2E4D1FCC1649A3D743C15BA70229F253D633F608E54A3E4B0FEAB331D5DD924E4E9", + "23", "62", "3422695992627886454", "420", "422", + "790C3AC3940C0C623167C4CDAF7F73774E20AF8EE76B9DB4CCF6D66D2681079F6A270D99F758502B4E338CC4AD7141697363EDCAE968958CF3EEF9472AA9", + "32", "62", "2305559335079507110", "647", "189", + "889065E7F21B67ED45C5F8171E226F61102CEA557E6EFA22175242CBF7FC79AC869B54F0D92A73B15394B3580D6F257E163BAA477A77BA09494859CCFEB6", + "24", "59", "342203202851556880", "479", "799", + "F6079A70FCC2334DE1F15A363DD4F3DFCCCAB315F33CF5C114954AB8EBDB56318878F31DBFC03716F1A26D62688188D2C5DCB63FA21AFE8E35F219", + "26", "61", "1148237121194617394", "516", "604", + "BEA301D94DB534052EECBC00B273647827AA30CFA0CB00E69D6CBF5F8BDC4B11EAE64F8D1CE76A4036E5BC01B65D2B7B648E22CAA1C805DC91399042AC", + "23", "60", "813462132400972549", "246", "475", + "75F62E0285E85022A5A807EF75968B96C39CDEDF3706E150CAC1EAB8A01662AD5EA0341384E10570A3A94DA333838F8190B5C18C1242E550B5BCF7A5", + "5", "62", "4023894987640319358", "966", "939", + "A94D5C77C0C02D4027CFC7EF4A17EC50A46650AC80CD282DD792ED2FDF46AB29AA4E7343DAE7395A5384F8AA661FBB45E27150AC80CD6240CFCBF678D914", + "13", "62", "864620449935929005", "747", "592", + "A67ACB49DE2137B76259178B41AF8AAFFD0B7A095CD178B4B04924970BA506CEB047B415DE2333EC3B0543DE3AB99DA0C75E2D4E03D87CCF944B338B02E3", + "31", "60", "1142788302097219223", "964", "814", + "1EE9118A37CF3E477FC8723A44AAE6B38AA94C88EE8AC3B7772047B7CCEF35990FA03E97358E1959779F336C11F8DAFCDED411C5E089CBA059290CBB", + "21", "59", "574207808951265362", "227", "877", + "AC6F74924760DFFB1D79D4A2949314784D1738475772192064C7DC50922330BEAD0D35D94B7884ED34628ED9E0DA1B66425258127E3E1E6272F2DF", + "12", "61", "2278807597827967089", "408", "940", + "05D83E40BB42B1C7E444EB1466E71D9594181238228B10E4AA545E727DBA90DE1DDC5146E806F4C6BA44A13541CC64989C25017A20BF12CCAD6E52797C", + "11", "62", "4602360441828494988", "81", "405", + "CAE871E9ADF05484DB6261BF49D07B80C16FE6E9E248A540ECB9C18AC68EE19CD6D270F3A4F965C39B3668F5059C5189B445CCE9E272DA35A18CDB8BC6F5", + "31", "61", "1711363460266663679", "999", "358", + "C2130ECEBFD56922D4C9CA5EFBAC100764710A685C1377FE909941C558634A17CF1A30F7ADC17543BA99D4319AAA2C37667630527E5728F1D0DB09D15C", + "16", "60", "1151008335037425643", "823", "789", + "8C0422847489466381E33274FA544CA9970A27DDE4D2E63157E6C92531E23E4FCB4F2E885C995927C9BD786BE4061BB1C83A68EEB795992855ECCB5A", + "10", "61", "2233485514789194467", "70", "367", + "A624C847CCB9B7C7063E79941194D1E9E608D0949E7FEAA14532018CBA96FD04A27F8D4CAAF5F880793274981C9EF596A44B9DDE8876EAA37463158FFC", + "22", "61", "2145960531796606957", "301", "37", + "CFFC7B021C2E3EA8B5FCC38B08A444992F5DA4C4AD54D4DA868A8A1D018C617ED8F077381C3F2D90BEE6F08242A85CD4684CED8ACD4BD2C1C78C9D1604", + "16", "60", "1152622420264152314", "194", "53", + "73030ED10262742F38FFF141552B542A846FECF3E3793985A5496ED71FD3A9AA225047854762601F3BEADF060E164D0C9324E4A8E85D7DC4A64323D0", + "26", "60", "1152868040584636888", "920", "438", + "FB6BC9CBEDDB5C84E2AA4396E3F3AE50BBD9FCD690F1CEA6EDFC1B464468C21ECE62C1E1939319C2C0C225848596E264B896B5AFC7F2F6E9E4BE1D47", + "8", "60", "861876343212582127", "369", "275", + "647A8B3DDA7B8E0854300B5A96A268E7B97CBFE46CC5759A004BA80B325F92E768389665DE35831E0D3C3F0F95E50EEDFF60B7A77AC075932B349E04", + "9", "61", "2305682325611849603", "23", "528", + "E0AAB8394281A877A77125832C466B94A08621DACB9FC6A6334C515546C21053A5EEED7B0ECEA64EEB430DD75743338094BE24D8C79AC28F27001D1E13", + "25", "61", "1148413300774114442", "228", "465", + "6BC18882B3944C83418E5B47CBB7FD9AD2F211A4BA447D94AB2C22FF3054E7384AC594CEAECD09C3409D144692E783B2FAAC478EEE6F38ADA9314DD57F", + "21", "59", "557317687651195620", "597", "879", + "15B05E176AC090102273FA9DB3AA2AEF24F95915040E7F3269F583EDD23DC9843FB05E3D4F8CDF503173DAD8A3E861E963A10D1D064F672958F5A9", + "27", "62", "4608272985216757039", "588", "57", + "98AEFFDC04CC677E34A00BCFD2DA9ED09DFF4E76E3B5A1855E5AED264C31DB4A96FAFBD141CB6C7C70AA329EC392CFC185E40E09EBB59ACC1E5FEC290969", + "6", "61", "1720219815474599393", "436", "398", + "4AF2EC5E51802626176262F4E6BEBA300E9C4C5E9C1EB50C8D57B15F7206749017B2A57229AB3908054E4884A2F7B6345B8C4956851EB557C24BEE497A", + "4", "61", "1405087828970300154", "441", "439", + "BC31CEFE4914D8F8AC0C485E18C806312943E1607ACA1672DA7F8CC938DEA7999B1BE6FF535FCB9AB9067E5A43C7063C2C4BEA1B22D64467EF4F8FC23F", + "20", "61", "1150668570635861910", "867", "684", + "A16D66BA2D2DFD4C56231C5478CF963D9493CFFD7F588027F2045C05FE09F4AFED3033E86262E57E483C5F1667C98577A294C2F64E45D60CF93A4547F3", + "20", "59", "425581195811662570", "302", "245", + "3482B22E06C8DD1C1713855813E6A5D60AB0842F629BDD931008BAA095ACCEA760D3F25A5F94880F0404CA5B01E3EB8771E388386FB0A2C3461CA6", + "32", "60", "1150370636544079310", "116", "425", + "D88C05E0FAFAC3D9E092B3D9ADB10E526031DAA1925DE9C21BBF8800E7FF10BCC6A702D0D0DFC3C5A5C8C8C4A9B40D505A2596E58B06F0EA1CCCCC05", + "20", "59", "359725019396561060", "233", "249", + "4FDACEC7D1F6C7B11ABBCC62914EB9B8690061A20F97FA5E09BC531412B016D959E3DCDE8AFF9D9049DF8827995FC5D4046558C877A9C11E4BFA54", + "21", "61", "2305770990794979768", "470", "224", + "8022B20482F61DEEC335800933AA54B8523E439EF6829891D8CCEEABEDBB81DDCC73CB4ED5B32B968F7AB4363CEC02B71C1D4388B6B0C498D8C4A2E993", + "26", "62", "1982705522586865903", "623", "617", + "BC38F9C438226B2ED1750E4342ED9C1EDBA4C8728B6ECE61EF05A0DF440393CEA070FFF376356B04D47D1A4416A5900DCEE18E768276C807E54D97CD5940", + "6", "59", "555873423556826595", "357", "90", + "DD11EFAB131A8F5E64811A5541AD4DD5E5C695BC8587F9BD7D7C00D8307982748923DBBB781AFE3E6C8F504E46E541C6F9F2D9F0C78994CA7D6159", + "11", "62", "4530621225100159103", "871", "728", + "0BF8C34C918EBE297EDF6CE5ED29FFDF3AB216C6F43BACA1B201D7AD60AB46F35EBD8A4A968DAE6E1FDF1498B365F8D255FC3CC6F43BE0A2BE03DA9E2CEF", + "26", "62", "4021705671013903850", "402", "542", + "324FCA201E9F041F8944EF444B5B0B6628B53415383CB965A2372715330317E63D0AEC2B0DD84A10967BD945594E212178BA210F126FFC1BA2636B150419", + "16", "59", "575455660162553681", "777", "704", + "576DB771DDF9561CAD994F4F2FC4FB095B0D66A72AEAE711C4C8A54682D51043476CB752DFF21106EBB46D5E7D90CF00593467E245E9E334C787A2", + "6", "60", "1152902774252933286", "472", "363", + "A29CA46AD1CC42666CA42767B01B90916FC5EC5ECCDB871FED579FAB0BABE610AED0B434BF8D164C6BA52133F025EBCB38D7FB54CED88006FB1ECEA5", + "7", "60", "1151785527632347578", "954", "620", + "0CA74488DFB74AF86390B6C15EF5454F94880147F0CF5E7F6B7D7DE7F9559AC6229310CBA6E40BAC5DE3FB8455C65D0ADDC26312F49D0A6F437B6DF6", + "32", "60", "1143773499106523981", "187", "18", + "21BE1F55D0544C6737E7A77D8386675F2F93B5A35E2309D03B24703D69D1A30810B9044DE85E186A73BBEE38B3FB634C3D93E4A07E0F09CA7A787212", + "29", "61", "1080722896012448025", "625", "771", + "9F9B2FB35D433458807177B01FE9149C433C246FC349A4FE7C388496609810CA84862896422C7178FD6B63A41FB74AC217150A3A9219E1AF3511BCC021", + "7", "62", "4386470233674229318", "203", "195", + "AD92B48D7610297C2156AB82E7737905798A86BAF0DE6C8D2741C0ED4B3A3789B596BE812F3A0356557CAB82A94B3C5160BA9BBDB79B2894324DCBA30D7B", + "23", "62", "4389881417419191093", "913", "633", + "6E29A6F1B1FA72CA25D3789C58EC09506863EF7ECD363BF433A10AF165BF374B6674C3EC88C863F9169B36F41DC051060704AE2EDB4763F530EF46A526FE", + "23", "62", "4318776092868105220", "165", "831", + "36C4C39EDEF920159507239D1242D88E8FC6D34091B84820E421D96D58C2818E7A8BC8CA9FE22C15E51E4BE2540BC4C29583820D81B01F29A930F62D6283", + "13", "61", "2305825416993835933", "878", "387", + "E807BE870FC50FE909B7461C53732CCC41A80CE72ABF2CCD4A9F69E3FEE6E9F5AD49F58012D407E518980D055E71749D07FD17E528FB4F8A31CC20FBF4", + "13", "61", "2305770353934774761", "92", "412", + "1D87D927258820785A937877882B621B1D504C447B3B201BB40B27B9B618B26C2194DA6822BC29324085357BB63D3B2D13595E273E0C221FBB486FF7BC", + "32", "62", "4575647325801671983", "22", "928", + "E447A3BB9BD8E077710B5A91F862873A0BE13DA85C470D5282D6D19D88B3EA34AD4C97AB93C0F6617F10419BE15E8A4A5FFB27AF3E254F408DDCC2D9EBF4", + "17", "60", "1044782336638829668", "936", "942", + "8625922BA26130E578396F7EE24EE65BE190FD2B1060A6DBB19E7ABC6E076B66FD0BDB28D63513D36438642ADE5FE860A294A6131B4B82FBF48531DA", + "29", "61", "2301338300375708424", "703", "172", + "D7E89B033B0269F8D0298ECB45489E7EC3B3A75596FB1598B73607F30CB1673BCB919B3A754669E9D92894D049049E7FC8FEAD5FCDB578DDA22405DF11", + "26", "61", "2285575691841781634", "357", "17", + "848B33EE585EB7C20D0404A36EF928A5F61212E0D4382FB9E51F4F0E0A66A2F9C78C34E82341B6DF141E3E9A75FA2B81CE1C25E8DE3220C2E85D5C1736", + "6", "61", "2303590072843107654", "640", "485", + "7B41D7D21A3A93626D4124E01A8C1F7E15AB85BB709D7394C14F915A62CE5E623630D9CF1B33C8716C4B24E01A8C1F7E15A68AB576A732D58052D0187E", + "11", "60", "792578549958384841", "307", "296", + "5A6260E7B20A3B6ACF0F557777F0CA212B78406BDA41588445107B0EEE315DC31B5569EEF7777927D802522733B0B52E47315C279F1265AB6A4D0253", + "28", "60", "981746235582896687", "25", "273", + "686F189A857C14A545E45D4C1DF452353D38BDC3B76DF42B185CF4FF5E7EC58A62691B9AF72D05A53899464C1DE9273B780DD7B8CC6DF06D5109B1FF", + "16", "61", "2230120673376532586", "675", "576", + "65401FB810979B1FB66C832ED6BF45EF217AA60BF89B204EB418AFA067CC13C52A0C50FF7DE89800B6668341BFEC4EF22929C60F898D0043A118D2EF41", + "30", "61", "1149530593566755621", "846", "271", + "CBE6E01C60A46386D69DE108B0FC398FA198E32B8490C2E19E1F13A17B400B4582AFAC1D7CE13BA4D4D59B0CF69F75CAA3E5B822E3E39680DF4D58F53D", + "28", "61", "2283272170024955625", "203", "209", + "8832452E253F722A1362AAC48743B6F0B6AB2F4624E6BF99B950A1C7587F865DB45E367A6D7A33235C598FE7874EF8A1CFA6111E2FE5EDFC8D799FFA6C", + "17", "61", "2300776459330859515", "372", "931", + "93F7926D47FC8D5150B3795CC34AE75F4069E22E7A16F1C3E10737EF1BA65578ABB98B340DA1D40715FE7D45F24BEA574660F819787D85A5EC5A76B84A", + "29", "60", "1008734847670639331", "938", "132", + "F1F9AD1158922E2A6DE21EAD83D570AEA2935F59A747BFA2465244E2D09EABFEF5A0EA7C2AF8464443F64AEC95F0548CD1A77378876CB0E31F1748B6", + "17", "61", "2194924129633616245", "959", "276", + "D29A7DC5DAB206162D2BE4123D0E6C3F857B8A38C9C0E6A1970258A8D107CA26C398218E86FA1A5C2470AD596425277FC975D76984CFA9B181004993DD", + "16", "61", "2052669181278030402", "914", "821", + "9961502B16760C3C50CA7C46249FE50FA3AFA3E836199DE9E3ECFDCE877DF67D873C1F0D484B3F734FD146742987C11DCCC5E6BC3674D0F6FFFFF09CFB", + "20", "62", "2224487943366466757", "436", "620", + "C811359C099E286BBB9ABFEE02D0DE1DE8274C338650E0A16C58C7242B291D06985335A2028328309BBDB9F032AF8140AF367525CF09D8E60D45C53E293B", + "10", "59", "287660408203221081", "538", "856", + "A91420C7AE38548A767BE8F27C6F577D0AE4131776BD09167346387CBC0EB160D81B6C91E47F19CB263698B42F271375008C090A67BD011A62342A", + "19", "59", "501271749115168273", "469", "351", + "A6F69D0A1EE7B087F4B30CCB15E5CBFB3B2FD2DAC627CFA88B9448AB71D0610CEEE2D01E0A99F59CB5AB0C8959FEC1FF063DCAF7DA729DE49D924D", + "32", "59", "570268288311874074", "903", "201", + "F6B3CBA9D68B242EC560A1B6FAD8A77179E70241B1BF72EAD45FE291DC6D5335F7A88EE39BCA2C25CB62BEBDBB88E93079F61B50F8BF2EEEE641A5", + "19", "62", "2301301744848149937", "123", "729", + "6B0EC83A63103EA4B813C56726F9FC32D84D104FA47A6C448EF5548D4081AD603A04C22619652EBCA149C72565AFAD32B4494B1CF37E746385EB0F857797", + "13", "60", "1080722072880585761", "203", "694", + "A9D64E2D1F3C29F90714E14EE0854509580416F7F07A66C0E811DD638B26432B91D2077750387FAA5710F041B3C8490D1F074FB0B37875D798428835", + "9", "61", "2219834255437223173", "960", "713", + "719D96C7A3F3CB053CE2EF92D49ECEFD2869139253EC343CBC85128F4E5001C17787F9DAA1BB9F27619AFE81BCF689BD373E43C55DF3233EB787049B76", + "14", "61", "2303150304698487115", "876", "514", + "39F7F37C955AD3E013BF9FF883F96B79C043E6E8D54E21F291366DFB61F4D37378ABFE28D60C88AD56B79FBEA0EF75719568E1A4874036A2F27B2CBC24", + "31", "60", "769833189424469166", "477", "209", + "E7B35DE7934F1EA1F1D004C3AB55CDA3C8C3B99B22EA2C5D4CA18AF24C2225B6E0BC51E186377BD2F1D71AC4AF55B2DC8C83E28D78E02D097C9695BF", + "2", "62", "2015888542994203108", "408", "221", + "E1A29028401C2982ACD52467669B2D4ABDC2E79F335506F96E34C8C0C400B30EADBA9A7A090661C5A8DD2F717E802F7883C5FEAD7F1643AA531BF4CF9433", + "17", "60", "719441166197561359", "914", "905", + "5BC12E6B25BEC3B76003E85B65550A78ECE9A7BC91B8FBF384D6F6302CB32CDC1E8D703C72E9BCE56B33F3712307453585BDEFAAD4BBABC0A2DBB93C", + "15", "60", "1143313972001053593", "448", "114", + "2DC6DD29881053A387336848CA491A5526B33509DA2E2D2D0C3370496F97E5012FCD9E38965565A69031310AC81E085F3DB80C3FC807324E58760F1C", + "5", "62", "4021116161100769493", "185", "83", + "4DD16833FC4323A62363F9B97BBA359F2BA5AC1600C5AFC7FE8EAC8F9D2D95D35ED10D02E01F74A97271FBED7FFE239677F386160D86ECC7AAD7FF8D9F65", + "10", "59", "562562787754744682", "119", "611", + "2B8438008148690D8732AEA49D803D2035C3F21503C4E3311318C98F9ED675EC70CF354BC4080A5DC323F7A4949E7F352D86F74908F9B67A0C1795", + "16", "59", "286541526291249664", "666", "318", + "8E36BF049E8B5A69A83A28F7C14C244CF8DB3614F300CC3D489F3B662AB6EA2EE639CB0BDCC84E26D76B7BB299195311A5EB2652FB04D72C5C8811", + "11", "62", "3458096010731813273", "174", "458", + "0FE5085B08204CD277EF01B70E94FEFD25106C3945D317FFE68F14CB463A3C8A40EF0E005B69189726B21D874EC8B6F1310A792832CF18B3AAC04188587D", + "1", "62", "1855465174944478893", "10", "267", + "749B9CE1FC4B30C58410E908158491B369D332B9E06D6FA80B9D31DE3199B9190C9B899EA7107395C85BF54119D095F039854DFBB05B64B405E37C917587", + "20", "61", "2016466383059930248", "830", "405", + "5DC34532B79F89E20F1DFD310B83B867F9F22B6ED875D8BE1B593657C343805A3CBF2055DBB7A9C53D0BAD781F8BE736E5A67832976698B84300737C9C", + "32", "59", "540285565619047553", "652", "183", + "D1292BCF5FECEB2497361B88A65E8B813481EF4EBF97A108DC18D107AC03DD1E9C68678068EFE92C952D63DAE331CECC1E9F914FF1ECC229C52FF8", + "27", "59", "288089225801134638", "640", "288", + "C5B0F9EB7C3B251E5269FFE4DF9964F399BFC59F33FC87705877EF6C084729DCC7CFE3F4783328086255B187B4CA65F797B6DFF07594C1221D26F1", + "9", "60", "1145598477957282976", "713", "643", + "F79EB939913020815DEF6620970EE810F4EC68E5D697AB17F484EC79ADCFAD7494FAD81DA61914864C92533C8B01B842A1EF77E5D6B7BD5BBFD0AB79", + "31", "60", "279168611465529333", "244", "455", + "BD4F48077C236A096C8245785775D5F71AA643BEB66FBC20BE973DD2E1F14840B60E0D546438540F38C5084D0767DB8757BF59A3BD64D77FF39723CC", + "2", "61", "927163654715736466", "115", "205", + "D0F0114916013DD66890CEB542E869869D88E29E37CD625E9EFD33C1B3C5C5EAA0B45A44087044CE21C48BA70FDE5CB79BE3E19478B2795186A061ACA7", + "22", "60", "1137158901529622559", "1006", "295", + "F0E0A40D9E5F6F9CAD1A04FF56D6D05C9F65690EB4F802156D36ADE50D5EF94CEEA6ED43D97125CEBF5350BA1BD2C36B92292155E6AF52733E73F9FB", + "6", "59", "576456349952660962", "552", "594", + "6224825B9C38B17A849A8C0E804359912FEE74860F2970B8FBAFDA4B3B0D78D5485BCF03DB38E12EB3CECF5CD44E16D325E17EBC49185191A6B4D4", + "3", "61", "431780136066477193", "341", "419", + "ADC367FB5E31D13D4266DD7505759806EA6CDDB84A205D4D4C03F9500A77F539ACFC63FB126A873E48718F563C5BB17E9B47CCFE5A223E4D4C0EF2501D", + "32", "60", "1062706450859487810", "945", "323", + "DEB290198D8D565909AA6254906B68F911853DC95A56BF91A6D64EF88D8FBF3BD6BD8726C0CB136920E66F4CDE6977A255CD36D7584EE5E0F89C6ED5", + "30", "60", "826391975215224545", "953", "455", + "0B753272667324F75A84362E13806C10C62779A325437697C47895DB557A2DC93A5D2A3F236902E878B1000939BC6A47926F3DEB0215638687779EC7", + "27", "62", "4539628420085038687", "88", "962", + "0450EC740C0529038BF672B981843EF3FA098E988CF5E29E3777B86F77D4A4204F04BA3F4E0A6C1B97F227B9908A74CEF40EB49AC2E3F4843864806F7AB9", + "5", "59", "540427556432222910", "759", "399", + "04105B80B185F6388D2DCC9D997035405631C5F010E7A1FD2A6D5DF75332E35F545546ECF692FB2FD92088D18D417B1F2E2AC3EC1ABF8EB76B734A", + "4", "61", "414313537535871687", "594", "34", + "A565811383D7B0530C9DD883BD1275005A15E51935420B7550E6A61C49C451FEED6E8237C096C24902B2DF8FA41A63145849F13724521B6F57AAEC154D", + "21", "59", "540423124753749762", "672", "91", + "4AF5174CC0EF9C0D74CA422618FE3E688E65512F1D443F28CDB69CAC07B56BC54EE05761BAD6DB4808C8187B52996F3A9779002624413828DCFCDD", + "9", "59", "466615141833994635", "27", "740", + "4D2ACC173560E842C668532331F2DD74CB49F82CD34441C1FF58CC48D3021A7C1B7BD710350AB342E35E561778E4D3289934C125E85548BBE557C3", + "16", "59", "575893386853905607", "502", "72", + "221645C69E0140931A1BC60F7E1FB83B595E7A26C0E0418FCE0B5A75564BB32E300C5398C2581AD84E4B86583D11E977171D2E26CAFC418FCE1A76", + "26", "62", "4179340449871220286", "385", "144", + "78B17D939ABDD9E001B7E143582B957A2070E289EA173237170B764EF6B3CD8F4BFC3E9CFFAEC8ED31B8EE140F6B813C3832F687A51D38345649750FA7A0", + "25", "61", "985513140345814148", "942", "428", + "D40278804852A20292599817E516D5E8044BDFB7769D43C2F2EE950747927D93927253884141AA17CB48B078E20688E85F1697FC2DDA178BA6F3950670", + "6", "61", "2160601473345113184", "733", "491", + "231D009FD7E3FC065849B146AF706E5BCF196C74E49F9E7BB60B8230A463FD177E440AA1D7ADE8000D0EF343BA77504ECF1F683BFAC59C70B0059D72AA", + "12", "59", "504121670001174010", "880", "296", + "D349E8B7108FD920DD450DE44A49BE1F61214ABA6F03D9B036892E170CB8C657D94DEFDA5580C82E890442A40557A701627A07ED3B42CFA22FA12A", + "32", "62", "4268558675900749417", "672", "517", + "31B6FBDE032E1A1C70D46EAB626886C2F0E0224C704BF63E847A31C6EA6094813CFBCFF0213D7F3A6F957DA652609EE889B36B183506B433EC5A25A8C025", + "4", "59", "464708794287249652", "950", "382", + "CE8E189D6C4C843DC4872EBAE8674C7524D7C058969682E5B2ADF04B083316CB89CB77E52A43872AC5AE29DAD373021A62D7971FDFDFCCEFF0E0DE", + "26", "60", "576456334795272813", "464", "162", + "C2F1A94C9EB1122616CBA8CA5B03F9E8C3389E053D3A4AC167177B57DEF3C627CABEE44CCAF957264689FCF01E0FF8FA8632CC173A2842F966667003", + "10", "61", "2305559300853952499", "224", "44", + "8919026B9D6B9957B4FC0B26282C2A8356A4486A754ADABFD4C265CFC0BE656281131960A4778C60CDB55F63247978CF15D959353E52DDBA98DB75C08E", + "30", "60", "864321683957214108", "530", "79", + "98889E87E95F8C0F43BD005AE4F66115B62EC483DEBB42037240074278324A29F3BE9E8AAA5F895643BD4D5EA9F97912BE2E8192C2EA054E2F1A2250", + "28", "59", "576449722558688224", "850", "291", + "9A7F8D8348E4AB2974CDA7586574E1FB63C5E5DA4D93155D6E86BF2809630395C93B9B9003AAF9363799FB57522EB2AD63D9E8CD0FFD57116E8CAA", + "8", "62", "4035153797599518561", "772", "204", + "3D273269E0FDB9397D96588C5B3B0537D6784645DFCE17AAB753AB61DAA3422E67096E2BF0F5BD286C9155FD7668562D823D03089E9E68BFF55A9D6A9FE6", + "4", "60", "1130359387886405460", "490", "428", + "198323E4A38D093D06433AFEB51F584A6D3A55B662F11A8BD2E760686709202346F276B6E3BC5463090F75BDEE5E1D023C6B55B266F515D081B27862", + "25", "61", "2281002840345443093", "287", "893", + "FBB70D28C3E7A60D95244622381D88A5E10D701CD6FF1C3A6FFF710BB8CD8D03B6EA1116C0B6A41ED4256A3056039EA49A6E147DA29E227823EB2A45F9", + "28", "60", "1114280250225403913", "617", "358", + "55CDA1866C3CC4A0F5FDC09C120CA28936CE99A47BE630B64291E4AFDFC9FFEA0499F2A372789DC2A4BE8A915C0EFFD803CCB4FB20AC21DD11F8B0E2", + "31", "61", "1148417617048573010", "862", "193", + "F85B350ADA836C96252692B57799CAEF2461FA768362F5B1C1D0A1532EBDB05CF8204E69B9A24EAA2812D3FB20D893BC4576CF4AA43B96FBC4CA994302", + "1", "61", "2156933125784972945", "227", "96", + "C219022F49DDB78F05A304F321AC30D0302EC8281D85877762C5990C77DDEC00C9036D690F8FF2DE1BBD06F33FB26B937C77937954E7EF232794880E41", + "16", "61", "1152777124985939133", "517", "628", + "D8322A7CD86E565FFAFD864F4D1E2FC9CB2C7C4B23B75135E170AF8C6E04860E8D29212B8E37565DFB82BC707F310FEDFD7C51490E83546ABA29E58116", + "23", "62", "4606610604014498852", "261", "367", + "2CE81FD012FDEC90706D42FA8DDD016568426ED09F618CA917F5DB07B1C16EC977BB568457EDA1D1656C50CDA58840202D1F37CC9034DEA146F29C2D85DF", + "15", "61", "1152780767017230483", "913", "308", + "52783F96F1E73D21874A12E70EDBFE54FE94128D20D8064A5D893E6B42C92822113024D9BDE75F73CC1F0FF342F4EF48A5936AFE52D853011597472216", + "16", "62", "4314215204821622104", "78", "505", + "D503762F683A30EF572F7217568B135AD21D176A9851BD95D2A9CFEBE1BC3C54904C376B354564F5651771111DED36078F261554B25BC2D8D3FAC1ADB287", + "23", "61", "1652821044588498538", "388", "707", + "5EB059FA2043EA67276368DA05B540B3734088F1C535DFA0FE19BE37F9962DAD5ED15DA3605CBF3F266B50CA5FE93FA42907C6F3BA7CE3BCAD14E31CFE", + "12", "61", "2112187675472372049", "55", "100", + "356AE2056D501C5657CF632B9B755AAE58A8BC2CE57560264E7E89F8BF559E527864F4544649125A1EFE4264AA7707E752A49640AA2760263029C1C38A", + "9", "60", "1145673128549666993", "283", "770", + "8FB242523066718E696BBF743DC7E94D6ED5743F1CEBAE236BFAEC0E30CE9B4985B2080F66703CF63738A0652882F4476D89260412B4AC793890EC4B", + "20", "62", "792483998350693781", "208", "332", + "A737F8B9A2FC443C27A46C5B892E9FA3F019BE7269DAF2A4F49920CF380857E5A032E298A4F04A2860956D0FC71EC2D5BC1BF56A6BC5ECF8F4C263857353", + "30", "61", "1152903897321293492", "302", "133", + "D0599BAAB219E21B4C200269F03492CBBDBAF146B875DFBC019ED0F63DF85539B25488F6AC1AF0585E391F62F9309A98A0ECF358B12991834B93C9D468", + "22", "59", "574138290579796392", "843", "326", + "F3412AB75F390CA11653A010DAD95334E16C5472BED8ECC765C28086BF6AC4BBE53A34BF5B03078A1B46F202FED74A48B358560B9BC6F2C767C384", + "15", "59", "544899264584886780", "976", "623", + "118B5C8017F063FEC121A752396ABBF1A80ED47F0B7F98E5655FA951A3B99CDE24875D8017EA64E8C534A74F2810EBFCEA42BD30096FDEF22811DD", + "17", "61", "2305490061466682155", "118", "360", + "4FBC4279A6357F0CFF0B5E7F99080727FE0252B6B6F2D82ED233ECC2E50576EE03E05475AF2D3067AF155C7FBF165939FE4515A5BDA1937A973EAD929F", + "21", "61", "1107179617572839156", "57", "306", + "EE46E13E26B93A54EDD5CB3746141EBA59931D7F7F8F15DF58A301B8EC85CFA6E142A6301680301FB68C8C7D0A2A1DBB5CA5443764DC5CC703C24AF498", + "17", "59", "267738768196852344", "396", "586", + "D7D709516E919E50AE83B140D6104982C2686104AA5921DA5A0E92D3DB6BEA8D9199424522839B04EA8AAE69E5024DD9CA53133DA108608F0B5BF9", + "30", "62", "4611101076899231681", "699", "18", + "4E0C9051D7417E7A75B720AFC9BB0F0D42D3AC7D8C19238539F3DC451CDEA96D4F1DD15ED718273922E77BE0F2C349430E9BAF67DD0923CB27AFDD444AD6", + "23", "62", "4177049071966128162", "692", "741", + "55F7AF53C17DC729B28D410ACC771C29D3E44C105D2A5FF6CB34B0C2B7DB849906F8AF2BF231FB69B58F1E56CC245971E3A5181E5D716EE88A71F0D3BCB9", + "2", "61", "2251711815709995462", "217", "361", + "A1E6922B366BF6E5E6A9568264BD65368AE4588FEF07CB95EBCEAF43EB466629FAA8D723314CFEEDE4E8689046E723758AED44DE914A84D1F589EE0BBA", + "23", "59", "567312811197644910", "29", "142", + "13DD21B0594D4EB69E17D5B43091F34D85127BAFB9990184A6C10B007D545E9B6CA067F909761C86D569EFBD7DFAA353DE1265DEBA8005BEB1CC14", + "25", "60", "1152921495993451208", "755", "258", + "4822E8A3FB3C16A4A64E3D198F84A73103F7A42841BF2BFBAE16DE96EF6D46774B41BCB1B67D46A9F64A3914938AFD7C4FEBA32E15AE2EFFFE5B9BC6", + "28", "60", "540428518706266397", "608", "466", + "40CE43CAE013228BB98B455FCF9B188AA8716112E2F7C34231155AA13977C77F05B41E9CF613228FE2D8640B969A16DC94297300E5F8D0492A5E37DA", + "13", "60", "1152886178497734115", "762", "230", + "372DCA36ABF2819AE734518C9481F291BCFBF0CA9632E950F62433BBB061288C7A649C778FF49A9FCE190ACD82909582AACDFAC69E62A31AE7695AA5", + "2", "61", "1575978394065114166", "159", "792", + "DD34C75625E0466490272A5F930AFAF888779F8916A5AD872B1BD467A421D9529E64C27E25AE0D6783192047A30AFEF6DE3AC2D366B1C4C67547CE73BC", + "22", "61", "1007622932641407618", "152", "662", + "5739328F2C3B1543C6E6E6651777885163249AB2EC6B43CE58F89229BF970E2F5F6932FA233442169DE6FB105C778F03383E9AE1A46967DF53E8D3269F", + "30", "59", "576459100741671530", "745", "385", + "284C972C75F5F8962B53EA9897BDABAF9DE8256DA3D50E494554D11A38E424FF6B0DD9367BE4FBC44D12B9CCDAB7AC9882B56623AE994208161CD0", + "32", "61", "1579918992722532888", "88", "31", + "1B1358E86AC77BD6635A3CA42304D3607C24CF24F9F8BDC62AF7388FF5FCBF337E751CB574803EC5610774A63006CE462D6D9B61A8B6E2EA25BE3E92FC", + "31", "60", "860174334331432122", "516", "121", + "9BA2ABA9D387F83967111CF42FDE930545D610B5D8F63C4B8743ECF079C2E709D6E3EA8DE7E9F839790F1FF52BE0A50211820BB695B71360894EE5A2", + "3", "62", "4575655021040595051", "721", "519", + "C40340CE7EE073B875664C829BA8961C33EEE06717D96DF65241E90A6E36057C8D3563E63BFE65F32123789C9BAA920223EFA46F4B9E3C9C4058C209653E", + "2", "61", "2143343973030493794", "975", "511", + "EFBFF46EB3AC60D52DCA71037E0F77196BA5E3EAB33D0FCFB7A45C9965D3994BDDA1FA6BCEC06A99689773563242654A2CA0B6F0AB295B84F9A412A873", + "20", "60", "1152320896085986883", "731", "759", + "C53A8C89A1C680392AB6B2508FA388887153AB58DEE4818E6399183FC7438E64C161898F86C9E35439BB8E28C3EAE7CD782DC227ECE99C8872A20315", + "24", "61", "1693353367948546883", "541", "719", + "50939F9BAD1BC932FB22EB6C7FB29852D9D8663EB351CD278D655BBDA504493A70A89B94B944C967AF2280545B90D31EDDD06F26E0678C0DC82514F1D0", + "21", "61", "2233767271019236998", "371", "500", + "EA8E0F85AA2487DE6067AC330314FB0E2919ACAA651866E4B1E02D5EBAE58E3DC5901A838F2C84976D6FE2640A16E640166DB0A2241B62F8ACA7663AED", + "3", "59", "566186773382335310", "875", "11", + "440FD930BE13C2FD04545CA050800DB4A8CA066507CD21C933E796ED710794D24723C23BA177C3EE3A492AB976D20DE4BB96047001E92B9D71E9DD", + "32", "62", "4610555702690180080", "385", "735", + "DA692333C1C6F3448EED4CD295B7B385FE773C5C2FE8C67A99BDE3E8C2DB85E1E946645FC18AB90AB1F60B85BFB2A985EB66274233EBC60699BDE3B28987", + "25", "60", "1043709166230315594", "198", "540", + "FC8FABE8363994F2766178F959B5E51BB856A759B6085671C7E7BD533D2BDC97F386BDFD203989F3766778BA5DB2F018EE5CAF55B14344679CE2B67C", + "13", "59", "432345556610355989", "49", "599", + "CEB20FBD10A3FB0D5BB17AFDC1AEEF5807CD18E1ACA87FFFF0CFECFC9CFE2107FCAF12BD38F7A9117AF40386BCD7AF1F1FCA12D8A5A210BDA588B1", + "3", "60", "1143876904709764449", "100", "879", + "5A84C2AB5B5C55EDBCC374AF92D0F42687A72BA403308BF03E7B59CBDC886C8E5A84CEA9561002EDBCC374AF92C2B5359EB161A4033088F5471A1C82", + "3", "59", "285659717697488914", "628", "644", + "98519161753E2205372369F99D45B1A2D9B08905409FE83FB30EE151A8FFAB57C134D22075712C0432263AB09B4E81AF90BA821F51CCBE26EA1D96", + "3", "61", "2287793351116388261", "705", "457", + "849A655CCA42FCBDBE18A74B0B5E0BC9AA154BB43D0FB1A47BFEB975C91B785AE0DF651DC370CEF7E25BAE51165E1AFBC8504BE17110A0A246F8A53AA1", + "1", "59", "143481843875783906", "947", "388", + "0CD04D79D8404318EF26E9AF28A62989D2A9AC8D716EF4F62904206CD38E0E0A68F1527DD1464D17FF46A1B37CBE3DC598B0B7DA7D6892B367045C", + "25", "61", "1724865106592549396", "390", "257", + "6D27A7CE5DBB0FEA3A096F867602D9FD7CC780C67DD0EA7F3DFCADB1BB7CF5FF2667E1CE5BBD14EE21066B8A7609CAD761A39DDB7DDAF63478FF82A0B3", + "2", "62", "4611667307259354244", "983", "203", + "4709CC009FE88E27CDEB105BC7F9649252501B9A1B54A321C468B7CEB70E361C511ECE05B5BED12CCD965D0CDBB5699955584CF7317AA1259F78AD88E053", + "13", "60", "1151768112613677025", "733", "130", + "33B31F73345B81817B363534FBC1028F5BBA6BA97F7E7B0731B815221A7D0A911DEB1F642D4CFF8122507D71FBB43CBD1F9727C86B62474B1AB6056E", + "30", "61", "1998397421825892964", "720", "985", + "73FAA3266D3D252CC4AB79373A1E860846007CAC0261E7D3006B39BA745E51D93281F921293128248CE32930634AB21A441D3AE65561E2D6006B39B162", + "16", "59", "575827155974103867", "855", "556", + "BC934D8DED2828DA72D46DA88D97F48E0A80D6D30EECFC387891B7693FBCC3449CCE47E2C0A3ACDD72D36AF39DB5E9C707959A9B1FA8AE76E551F0", + "5", "62", "3458621541606541784", "542", "713", + "00A09ADF3DDD1BC63F03604B7EB2978B1A73B82D5365019D6656263C74EDF4C704D29EC020D475849ECF283E7CBBEE8B1F73BD1C412350C03B563D397D9B", + "30", "62", "1729302954085667493", "160", "855", + "524CC24F2C97DE32EE7ED18E5483EF9F00EDDC1E1B4B1A2ADC917FC1AA2790D9234EC61479C5927EFA26ED894DCFF69050A1FF610E440537D7F37066B2EB", + "20", "62", "4305416365167839719", "234", "501", + "B30B3512B608F33751599A778186EDB5A16E704E8341AD6509BF410A419190B0F20B3A6AB61CE4124D50937E85EBFDE1EF001E6EEB3EAE6508BB1A1A518B", + "2", "59", "567448983048915122", "749", "52", + "D0CB485F9EA71A8569E1A5F1B3C24F79E8AECF9B000F1A403620D9A006B585C384963E12CDE914B32CA5A5FBB79D4C68FFA6C1B1030D02116C74FB", + "32", "59", "430638561117073526", "245", "709", + "44F9F02C313719047DA568D7D58EF53AB1B50BBE1EBA8D0CF20DEED12AFA015309A6A16B3528095863BC42C48DD8BD3CC08F11EA4AE7F241A173A9", + "2", "61", "2303305332070482639", "829", "353", + "3938AA3C062FBC4430DAE9487604349C052CC487FFB877E8C00149030A52E54E113CD2710622F41730CCBB41121B3B9C0A69DEA6F7B956ACE1336D2A4E", + "25", "60", "971596640265542268", "680", "554", + "E9C3597C47DA393C3501DC9DE1F415807E67E32EC4E15367C22E4BDF28AFD1D1D2F84B6307CE0B75366185D4F2F711B76260AA3FDFFE2D4FC675178D", + "11", "62", "3746868374999417475", "452", "712", + "777AE138C8938AE6E5D1785A058B795DB8043FEF6086AC963B39C44AB16A7D5F77209F709C8E9CB581B077515EA3563EAF5A3AC46CFCAD96267D9017B177", + "20", "61", "1621278273398186987", "415", "10", + "89EF52FA1082BF5DE38FE3B9A601DFFE023F892D7F1EE79F1E1E2B589A025484C7B414B54182FA06B7AFE2E3F424C9EB2C7AAE115201CDD357506C58D3", + "26", "62", "4466408095999689328", "856", "550", + "47335D7788BF849C0AEE280FE4E7ED1C047B930FE069EC13873E9806BE969CFB49721C249CEFB7DA06F0353FE2ECE21E3C30DD1EEB35A05A985ED32EA188", + "27", "61", "1584703953248749093", "41", "597", + "869516F680757A94C146C4384D8D001C36EB5854C15A31E2471BC8547A050BFC919B1AE0937C23CD8450DE635C8D540D21A954378F1B21B2180CC67F69", + "19", "61", "2287247999844166660", "639", "451", + "7E022B1F461769A48C8E686532C54FA9A0377F038397DC8B82F6A3F9F47B0EF72D12254944173EF3C5CA71623E9175E2B0621233C8D9989ECAF695F6B5", + "19", "59", "414038609490699679", "150", "126", + "0F08E66FE76A004F1241CC74E1B7C1A13BEB5B2C2F7558C693ED05A8C805865E5D49A80CD221004B4914FF38D2B8DAA832EF442770625CC092EA06", + "7", "62", "4609434218076422203", "469", "609", + "451D760B1A7773FBC0447C72D854C3B7A26D4A342460EEDDDD7DAAE7BBB15E38091C4D37197069F5D34D5D45DA5098FBAD6A7071791CA0DFF7308EC9F2B3", + "10", "60", "839902565765140353", "505", "589", + "206E10F4C07810E050D01EFFA8F32EB798413E5D71E1AAA59DC1C52FAC603B5A29251BF5B61678E01A9F50A8EDCF3FB8E6146C7D7CA9B1D1D589807B", + "6", "60", "1151794470651935345", "291", "42", + "CFABAB9453E11757B5EE5C23631475151090D65E6E1B566E56C1968BA8D9CF01E785F3DA1CA53E53EBF950225A5759140A83DD526E46571734A4CDBE", + "8", "62", "2269792219535429013", "394", "826", + "E0F8BA3BC54E5B6DC302A944DBF1FD3103D501FAD98D6F7A5DFFA4702FF8A9D59DACF076E21E4878D017BB3DC2BEFD1A38F638D3F0D368631A8BB87468E8", + "11", "61", "2305274561485701308", "718", "951", + "36FFAC4BDA144490838A3FB4376CD6143CC0AD883B7B1E511104A8A5C0E9A4DD3ED8E45D9A4D6EA2E6C76B952460DD0927D5FB88033008191D1CAFA6D3", + "5", "62", "4532802097723961884", "538", "392", + "521F9B29A0A5BCFB0230AA56DFB563ABA8628CEC8E3FE8233FAC27CDAE41E8FB5B108C6AB2A8F5ED1366C222B18A2B9DAA72C5F5887EFB2470C13290BA46", + "31", "61", "2287247767329283505", "833", "410", + "EA468B453EE1AC4E10FED82C47EAE176A816682FFA2C47FF415C1C383F95C964EC4C8C5F71AFB90B3FFBD43C45EEE12DA11F6B3CA53961F50950576C75", + "23", "62", "4600426735805131716", "878", "615", + "39CB6C545FE8394DBF29BC89466C251B4C9654172D199CDD8ECED1E34B14D2DE74D82D5A59D7394DAD3781C0532475084094571F255CB0DDA9F7EFAA4B1A", + "4", "62", "3165924948954665671", "566", "182", + "5587147145F072B1AB91C4392D936A26B3F4C133C16BD08252BC9821A72B9DA110D1232947A469A2EEE8BF3F6AEA2A4AA0FBC832A92A9CC617B2A237A167", + "10", "62", "4539557915787148628", "761", "520", + "41A40D7050713D59C0064D28F49EFC8B082A9691D8D7B7C58FE236D4753C29F041A44971576B3D599853023BF0F8AFBD226FDA84D4D7B78D8FB71CD33A7F", + "5", "59", "432061855044164612", "904", "261", + "C01712A1567769BE1773D3437480E8B23AD8B51CA2877D4F8AF13D6BE3A6C002830013A2157B4CF11075864B6980A3A25890F856ADDE4C04C68F20", + "24", "61", "2305824231574561845", "77", "380", + "423D6F1FBCC285A74BB7F3705807F6A3F42152ECEA918F8C0A4E54BC5F83A3B70C760B68F9BC86E562E5F07A5309E08991755FEAEBD983C30F0407AB55", + "6", "62", "2879550566680187039", "321", "523", + "AE574F7E03EEADA02B8BED492DD96E0AFA627E5137E035D04F6384D85575ACCCBE53232714A0B5E560C5F40E2D883912DA0075187BA57CFF296BE2FE2E27", + "27", "62", "2575493785466149971", "258", "90", + "6482C9992FF6C61F3C9E14FCA863047BB8A40533E1DB34F81B9EAB3A452183753A9FC9E009A18F073ACA0CB2837E197BB2A60629CF9373AB388897034761", + "6", "62", "4594762060037232513", "843", "142", + "26B6B653E668BEECE77C7A2DD182DA9A9BF2A287C31A25B61E3A34DBD3D4DCA634B6944BE417F1BFF92C7123D8C7C3DDFB9ADDC0C31821ED45292EEAEAF3", + "12", "60", "1076201978968346752", "747", "24", + "2CFC6026A4D897B5AA4E167C4557EC1C0CF1C3A59AB1D5477F0D84909865A1E620F67548CD8C97A6E303573B545EA32903F9C1EED3BDDC7C3305868F", + "6", "60", "855613457376736187", "196", "552", + "8CE85A1EA4B6D4A9F945FD2A4C56EC801C54EB204293E7A1ED16E3F25C924E4D92EF1659B6BCD7A6B62AF82E1073F09B1B5FE22234CBF5E6AA50BD93", + "25", "60", "860103691048919205", "62", "342", + "D0DF741153E916C8F6EF6E1DF98B4D52CC0FF209B93FD5529A1B6D789010DFB0D4F33D7A1EAE69C8F3EE6317E8DF091B811EBF09A97F905193752FD9", + "26", "61", "1692719822828806492", "945", "811", + "75FD8168C05A1E8C56123081488BE50D1E7B5FC56A345F74147604AF5DCA8A9BBEF1C724C748089B7B1A32810696E5014A6510840F3453704F70498A22", + "17", "61", "1140781229335900529", "181", "95", + "2D18EB0515FD14AF2F31895221F036F5712EDFE43ED3F4FB667695D76CF7830D6537F74D57E400A579388D5810AB3FD41A7994E47ADEF99E34D211372E", + "10", "61", "1131384269629152257", "961", "357", + "39B15EB292F3A6A264C6F6062A3A1BFE7C3766048D8C9F243D17EF56E93FEDE46DA552AD9EFDF1A90B889F067E4337BB7C2866089992DC337819E529F4", + "2", "62", "3744741956268842521", "790", "89", + "801A872D900F28263654AB2BDBCC3A4A6C0E1912B985C4412ECC1C3390D07370905BDD7ED72E4B6C607EBC7B8B9F252E6E5D501DC2B2C23C3197353298DF", + "7", "60", "1152920398616774398", "573", "19", + "79935AE1D3FDEB6FEDE1BB6C802FB6678262DF06A885062C6C5D46BC1F1AAD1153935AE1D3FD9D6FA8FFB7648A16FF51B8259E3EFCCC1C22644101A8", + "19", "59", "575334577479446360", "385", "705", + "B6F3BCB3365207071DE16A94C859549E53489DF2AE6E0E514D423C7AD3406FC8A9B4858A614F7E2148B72B87C759479E53489DF2AE6E4B1D1E5553", + "18", "60", "963207232847938413", "247", "651", + "1DB82366B1C5C2458F9D49FCD3417A8ED36DBB6997E6189A7FADF6869876EF3812BC7820B088E902CAC00EFEAB043BC2AC24F62896EA2CAD7DA2B5CB", + "19", "60", "576179139880499670", "983", "590", + "C68B3A0341280A999CC021822524DDF5F317FC03B97B4D93DFE433EAF724D5E4AA8B734E03662BC1A7C82182302BB2DFA15FAC4FF83853D6DEEE3ED4", + "4", "59", "567453514393741753", "391", "526", + "8D54E2BEAB9659F75BB6F82870FC4FF3D4D3DF89CD8EC515814CF611D2280142B351AFB6A19043F40DE4BF743EB41BBFEFD18880C7DEFE68C204B4", + "31", "59", "391292952480217641", "963", "105", + "65AF0B30DAA5CD8EA2D0D2F01A3A9B12A8309CAFCAD8CA539985E360C3FEE66D12D0776EB4A598D9EB948FC9282B8508E476989A86A39A4086D190", + "11", "59", "251920068050956818", "452", "125", + "89276B08A4FF0AC8C239BE3799075A8B4633755A30ABA5759EB6817BEB42D0C2C2682F24A3F602C2832980709903019B4D60433C79E58516C3FB88", + "8", "61", "2305684679471501220", "556", "88", + "894170F5947064A8E6F8ED00C42E9761BD5D9EE0B716C1F875511D69AC2BD7DAC7437392DB3469A1E1B2EC36AD47D85DF80ADBDCA64989B123581F20B6", + "12", "60", "1152745582746108553", "449", "512", + "1ABA7547D1BE1DA9E5F2CCDFD082B93E93D77C34BF51B933B125D704BE21EBAF4EF0341CD1BE1DA9E5F2CCDFAFC1B53393CD6D3FA5588C319B4AC966", + "18", "62", "4539135705741079858", "207", "68", + "C4D7A6ABDFE66F3869513AA0CCF10D59D4D6DC7CAD06D3E971533EE3910EFF7CAC91A5FDBCA12977095A26E9E5AC7D678193B931BF11D8BF68567BDEBC5B", + "25", "62", "4539065465826320323", "709", "997", + "466E3BD20D3BDDCED707A5F8BAC0BB57B4CC86B5330E231D7C328DA1A24F74D605623AC81C30D6D48D79A6BB95EFA542B2CC82FB390F2A493A259FF58772", + "29", "59", "288089638663314070", "577", "82", + "FBE8793AB566D8B54CB747FBB3601087A2C26AEC129C39270C4C6FDF4399CE32EBAC6B3CE17A99F146ED3BDDFE24359AE7966BFF1DDB1E6F1B097C", + "29", "59", "358540708772025074", "598", "908", + "CE30BA8D01A1BE56D938E8486B1140E008D9E4BEADB9B2511B9395DF1DDACFDC82348E8E07A0BE059850EC442A357ACD0ED9D0EBA6B5A8460AC69E", + "5", "60", "1150591621616025022", "1003", "656", + "E10C47C1015341A5ACA8B8B99C5B29CF76126C180E0DC45E1B2A0BF959D56861EB4B1BB50F3B04A5ADE2FC88BB162F9C3F1060104B01864B0D170EB0", + "7", "59", "575897724498585316", "771", "615", + "DE2E7EEDAE395154DAA4F74D06175264814384F7167A27372DA9BCC1C454DDDFDE2E78B8BA2A5E0194FEAD672E6A067F9206FD81160330776AB1B8", + "19", "59", "576443160116948178", "45", "208", + "85F4CFC1698F15019B756FD2B59DE9F24CDEACEE1FED5B5A7C0A44125B8D6F2EE7B181EB69C35A4296762CD7BCDFCFE34E81BFE84EEA5A4A2C0A44", + "2", "62", "4314442807418522682", "710", "245", + "F503691F60F2009D80189B1BA484684D009004A52639DA1CF75D196FE3CD086FEF18226B60F200FB935BC953AA8B294C4F9702B82E24CB1DDD113231AE87", + "27", "60", "1134343791070344003", "303", "436", + "5DF83B42A9EAD9E683462758C9178E2C951879E4EBD723E6212F5A1E5DCE794B46F32153FAB3DB9FE525661DB4798E1E9E5776E8F6D8718321224B13", + "13", "60", "504367677271504683", "423", "179", + "C865F4EFBAA17B323E0C434076011307D4D87CAACAD2B78AC711D09DF0B64B71B940CFB2F5F33C773F0B0C7D2F164F49CCCC30EF8DD4F392A55899D1", + "18", "59", "430938172164143703", "251", "664", + "28435C45E7B5317FB59FC712C9777A20D3CB42F4B9958A924453D6AEDF930EBB2A45157E9AD54A2BF9DE9A63853E34658E975FA0FF9FEC99196AD9", + "9", "60", "864515206594287100", "914", "198", + "C77CEBFED4E0E03FFAD95331F9E0ACBF37F77C7A0F0F47C399D772AAF154D949C446BFBE81A5BD32A1EA576FF8E299BD59987C2F480F45C7C2C4689B", + "27", "61", "2305728599865624175", "844", "882", + "D44558ABE436E49C0F4B8AC08332562A078240800FAC908D831A59F83633C6928C110AEAEB3EABA60152FEE598235E6349AE0BCD43ACCCCEA225419C52", + "23", "59", "564562387189824296", "840", "58", + "1912C77E42DC905A1BED351D93EE89ECF8A328F1E439DBBED654830B085DE04E5E5CD3320CC7D9440EE21B56DABAD5E8ABBF4DE49958DBB3A25380", + "1", "60", "1110102121626685052", "256", "91", + "A55F6A890BBB1B577E88842671000F1C530F7BAEE2B6C4E48710E61A415B8017EA0A1EDF38FE7D0B2481842A3C1102115B4D6CAF98FAFFA7C25DD954", + "5", "61", "1044718564738501244", "326", "48", + "BBCB8BA98253FC8F3C64B6D78A644B6D431C7F55AFF1C92DF0BEB33B43221D1AB88E8BB2C05BFA882960ABF2DC0E14347649394FB8F99A21ADFBE7361A", + "21", "61", "2215769882388835665", "475", "946", + "76C8E3C420723DDD83CC989467A8A122D93B76FC144FE6C51CFE4AF41167479F5D8CC68921357994D4F2DFD13AB9AD72AA7C73EA5E5EF29902AA1CAF39", + "12", "61", "576425520552298097", "115", "38", + "36BD9E694900B69695053537D187CB387FD2A032E688EECF580E761A4C35F01D608BAE205D118BCDD003000F9FC2901545829820D5B1AAC85F19245D5E", + "4", "61", "1152686750011534280", "692", "205", + "5C162DF62D4DD33A9F3ECD72A373C8B5D0354DB8DF514A620411BF5905208F89171C32AE050A9114863ECD6BBA1DD3B5D72E19FCC2303623091BAC5F0F", + "16", "62", "4611648016281155399", "746", "612", + "9F26404126E33CAD6A4E910ECA5C8672A7CCE2431A2288471FB6056E242E91A5D077555C79FB3DA824489C41E142803BB4C5FB543932995140E645622E6A", + "30", "61", "2301337141826148407", "484", "885", + "EF2900DF1F7AC4B378A3165643222C23C9FBF6ABD35D0F74D48F314536274210F33300D90F6DC4E666BF5D1C48692D2AC5ECADB9855F0F3598CA7D0A61", + "7", "59", "576337606992183187", "933", "840", + "033AC4BF596C55DB86A6C8E2C95925043A4D2E8680ED40AA1E44F8221B8D83A40B2E888E4B6C55CED792E3B99A2403427E1C369F9BE159B24B19D6", + "3", "61", "2221364755660906304", "922", "928", + "4F7471A0D70F3A58940516640D69B7CC0CF524188A8C66B616482F2A15A08CC11B312DA3811D7829A30C123F5625FE8C0FFF3D2D82CB05F35273232013", + "5", "59", "432345426150513016", "967", "730", + "D7EC235278F83F7968637B5383152915335ADF552B25CB03D8C71E893FAE3266A9D15D1736AF150B2D726D49855A7D50231F92186B17CF0AD5CB13", + "7", "61", "2233782979642904758", "667", "563", + "B29ADEFD7A7B419F1B1A59D792E1AC8A207BA03BFEBB5E95C5087005D9654ACBE4B3D9EB624D479655376E9383F1E1F64F26C65492EC12C3865A097BE5", + "5", "61", "2287793357601392973", "592", "577", + "EFE55F035DAB25C0046ED1631A347FC4B39C4EA04D2568CAB85BDDC6DD7B9CCBA8F5100B5BB8638A4A2CCD260D0378E9FD8B44A07E7F168CAE0FBDC2D3", + "22", "59", "573927476163882441", "773", "350", + "6ECC1DCE34F8FC663598044BC4DAC58BF3B171D2E67EAFAA4EC3372219D2E14F22CB198032F1AB447F8F050EC39BA1DCB69F7799986DA8AA0DDA2B", + "12", "62", "2881146233391448252", "952", "402", + "2ADBFD31993C956061DD8850E133E77202563B2E54DE5B95CFE90C52134C578236DBA91ED620DD5A6FDC9443BF32FD744F044B4955B308B180824B01131A", + "30", "60", "1112283382777037803", "277", "302", + "A23F55960DC3D528370A3878A5635215C45F7E7DB23BA762D273D4CCBD400612F13750CF65C8DE237B1B3669A5785004D312682DBC3DE274926D9198", + "18", "62", "4593644376917912402", "484", "309", + "5AEB8D0144AA64F65D52CE558BE85A36C7C731161D1A87761BB7F004C50E955D4CEB8E074CB913EE774FD36FD0E823199BF20857445D8E532A85A945D87E", + "26", "61", "2280404708057851967", "580", "247", + "09EA2FA54B66D6AA514C90E44F08B5CD51232583601124F6D8D585895DFD754D5DD16AAE2D358680464C93A94F44F8805D213E83601124CACFC7DFC049", + "16", "62", "3985612856295604432", "968", "575", + "6E4E7DAD1F86925F900EEA874E82860EE2BA97B81CDB02C2EA63B6DA2A4C676F285153AE0297FD78DE5AF7850C90F77DBFB8979264DB07CBCE33BC996329", + "22", "62", "4572946856526315701", "129", "19", + "25A3EA07263175F254BC8FBDCC4FC68F68220C70264E0F3802411D03E59018602ABAD00820314FBE5F96C7C2811FD2AC6A374A7B31414D0C110C5801A287", + "18", "60", "1151786806455279003", "587", "256", + "5809985A0B4BC388CC83B393A77DF84DC750BB78972911A1CF6520F4C21128D45A4AFC0F5B7F8FC78CC2FF9EA131BF5FE9499D6BBB01369BFF6D1DC6", + "14", "59", "575857109681337876", "597", "883", + "6CBC6FF215D262ED2C2D5DE849F53690FB88511E366C62310AB0E09A4F4695A57CA117D050912AA231221A94128C2683CE2481162F65346C74838D", + "32", "60", "1098721628402952770", "275", "974", + "74789B032410ED6C17B1359DD5D40501B1AB7B52CC9CF8329084943CB99E07E67404B1034C59E02452B36492C58B0A4A92A86254DF8EFE03A4F8C83C", + "19", "60", "1116231896803533709", "618", "438", + "2513B98E5CBB68959CCA9DC4134842BCCC9798037F1C0D508276667D4A09ED726011C5D82591689595E0E2C9560841BE90E7B93B6657154C9E645833", + "21", "62", "4606619309915591336", "737", "503", + "116AF092DBE072E32D510D52EA999339CABDCE4734252ECC44CDFD4B051AB888113CBC8C98EF72E32D180653D19E8D24CABDCE47342559CE6E8B92556C78", + "30", "60", "702125808713102830", "740", "854", + "A5124856A4B84B0E96A1F7D9D0E45283CA42BAC6BF9B7A5F112D1106D45EEB0FE3213801E6FF1824C1EE949BB3DC74A7E313AAD3F6D45E10677E1A48", + "17", "59", "351278442907381987", "420", "191", + "ABF201B1B4FA8C697B9E61E10FBC48E172585C7642F5B686493204EC247901F8A6ED0DE395A3CD0D2CDB4FFC1AEC1EAC316E516D4DB7B2B4423E0F", + "16", "60", "952264273256982607", "201", "803", + "86A5AE77346C624578B2AE05526DEF06DAA021EE442589017C005C7B4DD3ABB5B5EDE343755C52632CBCA702194DDD5CF0F426C7413FCC104A3C5D68", + "31", "59", "576460472593356438", "401", "261", + "DD08E63DC4A394F05BAF93A80869C7CE149F2DFC61AEE0CF50D68304BB4DB422D45B992EF4BC91E148BC85E4013DD3E43EC140906AE6CAC87EE385", + "21", "61", "2299052421096798274", "134", "365", + "B4D28871573729C8F9CC77C3F6C2C55350ED0E0F8A6AE92A163B46B5560D0ECBB0DD8778563C4284BD8833CCB4DBCD634CA11356CF2AE83F5E1F10E70B", + "13", "61", "495395904241212797", "681", "872", + "493EBA1484E65EA42B0295B1E21737880EBA3195727952730D8BA917FA5847F36476A910DFB70DF70147D9A4EE17378824BA7D967E7B5F3F49CB9F1CEC", + "4", "59", "504385564703103957", "300", "65", + "802DC0C54D52DCEF45200AE80D70EBE41AE1CF91C64BFEC3497CE4F113BD14988D18D1DF7A50D8DD547D79BD6A23E7E453E38ACEDF5AFC811E3FE2", + "28", "61", "2017601637928790391", "910", "250", + "172A4E83983CD0A57121EFFC0CCBF3B1C218F0396E083C104A4EABA34C53C5D04B304E98C543DEB97808BBAC72CB8284D7669B0C17084E47053B818E38", + "12", "61", "1861947750109870605", "95", "558", + "E2BD68691D2C9529DE9DAA1E93F5CB8A7825EFCDA2322DE307E1A8DBE5E3F6BB88FB5343372C9579ECEB8D298DD0C9E96869D2DAB5793AEE0AB18D96B6", + "16", "62", "4154535418575174004", "739", "744", + "C5AC402894E6248D4391C0D6FC1B860AE0BAD68449E5160B054B95075ACFFF4C9AF41D2FE7B56BCF11F0C9D5805DE208EC90D68449E5160B0748F8763BDF", + "17", "59", "558415514720678140", "889", "320", + "2C74C1CC632F8D933F92378066EA2D9128FFE6A2603912ABD98C6E2ACC19AF5F4A7AE7CC382D91D12190658066EA21F84F9684C47E7C0CABB7E672", + "1", "62", "4611681619810149932", "923", "214", + "074C0D725AA4B8C3AFC852C18C6F5DCC2D56AB770CA8B5237330B2FE08AF92AB4F4D744B32B6BACDB3C5189095515DCC4356A91A03F8AB5F3D32BC8A52AD", + "26", "61", "2223920596582720964", "921", "823", + "808860814E581C8955A8E9090CB7209415F69A13F22714F2367FD85D46A75EFAFE8A6C814C5B79B857A6EA7A61DA2DDA59C4855AA5340DF22171CC1675", + "5", "62", "2952106118693215082", "38", "769", + "D4937467BC6190B87C8807032CAD7FD3CB7BED164BBB82850A1F03901C4E507ADFDB741AB0309FF71F8A2C0F2CAF39CFC43AE9757E8EC597765E4F8E532B", + "8", "61", "2213237114707544689", "176", "644", + "1649888399CD985588B1F53284E39238F2F7B8B670813C447B9FF40E8A2DDF637321999296CF940388B6BC2CF2EFB261E1EAD4AA10CD76591081F65486", + "1", "61", "2296510350186119087", "236", "70", + "6C024A650A067595D8FF2F867D688D4C1CA2A6AA5CC371E50CE31AE61BBE51FC6E0E4A67081A7ADF92EE088A0316FD65028CEAB418DD6CCD00E318E57E", + "17", "62", "4377498416276536989", "970", "137", + "56B3ECBDB7DABEBC05EA392190743103607671D69F50E96D5B463E436AACDC914EB3EEB1A99FB399159C566D9E78191F28656F839350EB315C45592870D7", + "7", "60", "1152916001863425429", "224", "600", + "74E14AB65BF7131C90521BD2A9414EBCBE5BC86231F9FA2F1B7BA8675AD7F6582EE144BA55C15B608E5017D2AB422BD4A85AA27B3FF5F831087BA967", + "11", "60", "1139410660350013395", "262", "68", + "0EFA1A351D65715E848429CCAFBC2F7EBA8326EEB7E3294385B1C61BDDC991DC0CF61A371C021A31FA872985A3BE316DBA802690F5E1256BEFD4CA73", + "5", "61", "2305829814914633429", "625", "680", + "8C9E7D4DC0EB006CDCB7F47D73251A212898F48D554CE1FA20435E663B4243FFFD9E7341C2F70F26D6FADC5D23667E663786A78F594CE3F94532296722", + "29", "61", "785842797805362518", "493", "698", + "B97CCF6B322973CC66B38CF231084C41AF54FF24579821702A0FB9974124B819D6138D1D7C1771C066B38CF22E627252F90AB06A129A18732913B7B12F", + "30", "62", "3442999714893265095", "457", "390", + "78CB7E3A6FCC5458E14C6D0598D8F41E3BCE06794CE12EAB4B4860DA4FBD51BC78C97E3B1FCD4F5883406342849EA1476081140519AC5CCF043A04AC4DB1", + "15", "60", "251902510722456707", "376", "232", + "451FF14972FDD00EE3435D28FAD5481657D648FA0FAF7E6F189F46E611C7C2474314FD476E8FDD0DA109101EC7D5546B59F018FA0DAC1B1C68F22AE7", + "8", "60", "864690028740059853", "644", "145", + "CB485AC4E9ECA1F61073727345FFAEC5380228D6A0EDDC4C0160DB9AD79269F7B20958DAA0AFB1B853316C0D0898D7833A0E28CDBC82D3194D7CC6B2", + "1", "61", "1729241506402167383", "273", "481", + "FED7F5ECAE27A8872933D11089BC1F2DA84F45E6569A1B655A38B3133BB5078D80A0B88BCD61AA8B2953D30C86F95063D33E55B9149815531506AD1948", + "13", "60", "1148382634669611069", "423", "664", + "D179B2BDF7103FC4DA215B4730EC1DCE6FC7B7CB02C6ED4E5EB0986383A5A1F8CD76FEF1BC0D4DD1FD47550630FC54A826D9B5C702C4EE2B39DF816E", + "19", "61", "1080863901941260703", "722", "1001", + "EDF9083EE1627CF68E56BFC3F071E2602CDF44E8E3DF06A0BCC7DB3013DD4841EFFB0444E36060A39056B0B7901ECB1744DD4AA1FD9748B7EEF799170F", + "1", "62", "4322891998668096265", "671", "398", + "ABC1CDE394082D0E8DF9AD48EAF963246D87BB2CE41F48D111688E6C372AE14EA9CDCDA1960B487AEF97AC3098FB633A60DFFA6CB40E04D14918C06C3840", + "7", "59", "548841020208287919", "86", "381", + "2D82E49816BF314EC80E253BCF6042675186D6C1B43814119AA73D8E65CA5E3D5BFCE69613F06508901E252B833C00171F86D98EC05C161D9AA521", + "1", "62", "4034943645109833203", "762", "200", + "5533066022C33D840A6FC692CFABA1AA70583419FA72A799DE2BDC05D4632AEE44654E243EBC78E3722DC49ECFA9BDFC7F0C7C058548CD85DE0DDC07C07F", + "9", "61", "2007465721267824475", "774", "233", + "1C6031AF0BE9B727C49CB78EE876E1BC61FBBB92B1545B1908D5ACD8E2125A241E6354CE0299C070A9FFA9F8F62B84B13CC4FA9AA00E431555889CD3FE", + "16", "62", "4539628285859923077", "368", "386", + "686FB35D014CF3A74AD5F38460331298661D054E4B77396A9AE85CFAEB01A182686F995F022996D42FB6F188623239E10A105A1D4F7A2F6CA0E213FCEA51", + "26", "60", "1040320510215686542", "209", "695", + "3F6BCD1755EFA022FDB0E186C1AA9148B1605AE59C515119E0CE65FD1F2138DB106C8B5E47E186229BB2E285A4CBE221940758EAFD202472C49F78B5", + "19", "59", "430058580019280002", "349", "735", + "4DF5B2812D72081FBD997388CE321E83FFA1B1E351FD6EDDDF0A3D4D454420390AE7FEFD2572070DF9F8058ACC6B1E81E3BDBFF930D25989CD4A43", + "23", "59", "576416222082456899", "78", "472", + "9B959776B8823890F508D685A484978B568EBA769D66A49AE9FEF2DA3147616BD79B9B5EBBE75AE49B0ADA85A49B9BAB61AE803ECB1CEBD6EBBBDB", + "28", "60", "1143896708725796873", "212", "651", + "D936829C646E5DB01847AC65CFF45CA6BF558CD1862B628FB0908C1297B4D5A5BB66829C4E6E5FB21B44C972BC9132A7B02AE9A5863B6DDEE98F8C4B", + "10", "61", "861784981783779434", "23", "243", + "C42D6C3C791CE7EA8F949B6623E33EBDA145126996F1D86C3D3B6A03F5F14362D0652E72511BAAA8BB96976621BE4AD8CE3566688CF1BD3F23374A23D5", + "18", "60", "1152270576136243403", "785", "707", + "1E76F76D722EE68AD7CD5D725FDA66E408C7BFDD3F5EEEB917A3693371BD8CA7266DA2710260E484FEAA6B7053B676E673C1F8896B4680C115EE665D", + "28", "59", "279181239759213193", "930", "365", + "2F28A377C350789E2378AF191CD36A4E008593638F9199101792E565403603885A5D935FE55A789C2536FA124883686C4D88CA638BA9D0100A92FC", + "12", "62", "4586440955892048265", "741", "350", + "D9923F8D59F3CD4FD383814D24FB78DE46A4B704D78B09299250DC697ABE98ABDF9B778010A8BA14F9D1854927B3298F54FCA90996C80B6FF2038C4B3BF2", + "13", "61", "1855480744369295233", "388", "769", + "38B45729DA35FD4FD3579C08CAFEFE898A8616CF4EA8229D70831942BFB1C11F38AD1F6A977DAF1E9D03D95AC8FEA993A3DC7B881DA974F96DE85346F6", + "7", "60", "567312805896285552", "846", "183", + "CF5744900949A8BFE52668F7F52D44113846ABAE6924D44B0E5034B329AD927BDE5307C45578C2E3D40C68F7F52D193B7646F8A15855D71A411876BF", + "2", "59", "270198316448545285", "645", "919", + "DE727439595F66FF40486456DF756C44872152556F6880620174745426B74740C20E2A7B09141FF94906535CDF776514F92123263B039A6C2B1323", + "18", "61", "2287825844677760656", "912", "868", + "533D9816582BFFB7F3D815E60059D1057376301DAFBB37DE8CDB65C305C703645933DA4836479FE7E7D91DDE0A59E81975221956A48570EF9C9E28CD05", + "21", "62", "4323376372102684041", "454", "688", + "E48AEFDA0523E3DCE8D13B3ECC055F3499F71CB3F2E62DF3701DCB27460010BFAABEF8840E329DCBF2CD217FF1035306D1B04CFCE3DB66E672009320487D", + "17", "62", "1726909283057935236", "385", "982", + "4727FC5E7E448460ACDAF668E898CB6509571904341B075A7282CA9859E189BE0036AE174278E97DD1A4B77CE1889B31405B18057A62004C6D91C79F14AC", + "16", "59", "162129483388434321", "337", "116", + "47A51BEABDA9E5A213A24CA602AAB51C7A1709DB1A77F46E42403D9B145940A934E142F4E6F29BEA56E54CF444AE8611771C09D0007DC3464D5174", + "24", "61", "2239683193598966181", "809", "597", + "6BD606C83FA649425B743C748160F214FC1FE85B1AF44E4AB0FCB594B95FCB475CF527F66B99436B6F0D6F3CDC28F209F54493204ACE781FF1A7A690B3", + "5", "60", "719937772659294341", "356", "244", + "B388390626C1325003F1AEA71E92D7C903A136A2B946254EF09E8E1F6A320762F1C62D0224AF5D1256B6EBB651CCCD954FF470B3A958454EFFC6D84D", + "15", "61", "2233776618814276127", "417", "786", + "B4B31E43E6C7248C843B2F3D2751CBFCA50EE1B63B8266C2E341E3336924F6A7FCB31E43FB8128EAD77E2F3D271D84F3AB51E3BB77C168C8EF40F06B61", + "7", "62", "4538502232388766685", "695", "729", + "9DAA9D53D831F8E77314624D814BA58F7C4D821F9C4573CEC0FDD6FB35732A36879D9F57C164E9C57B731B73810FA98B290ED959DD5C36B39DF490847874", + "2", "62", "3417068760821988684", "940", "767", + "579F75DD03C34D78FA4965282845B8D7B48129F0213CC55622191F3B26D62B2448ED478370AD6034BF030961616C928DF5CE78B4371FCB5366434C2136DC", + "16", "61", "2305772639924112151", "445", "249", + "C0FEC9DBCB5F316AB9E44AC869BB1F3E4E62126C830F94A38C786D2041966C6AD7F5DACD93725A39B9A604AC6DAE5F3A4F645B799601C2B4C969733343", + "18", "62", "4611360003029185965", "573", "771", + "C0BDE82487C119329C68A89FE4EA1C840394454A92E8ED00307F9BBDA0AD8ADFF497E826D0FA3B75CF2FE0DDBB8463F86D8B0B33ABA9BA47636090F5B4C9", + "4", "61", "2298942332248583872", "877", "452", + "E8C7CD98D3D15D9E26E74F29DF8816A7C935365EE5501765D36E5E73B18DDF6BE88EC187F7CC369C51A74D6EBAE8688AD537275CFB5C551EA46E7471A2", + "21", "61", "1729228316679796181", "39", "1002", + "A0FA78DF72FD7F9DAD40588BF2260D72BD1A1D7719C4CDFB734A78C71D3203FBAFB82DCE5EFB63A9D10E5AA1E1240E02BF184C746AA99FE57356388852", + "4", "59", "571605303301065280", "589", "508", + "73315B5E294F3CB03EC37F885C92011840444E6E5FDAC8C101CB55E198860B25693D7E5B391E49AA79AA578A5C92031926564E6E2DC4DBC002C075", + "7", "61", "2305132705307477266", "636", "1007", + "E4DFE3E70E1C0C1D505D45570280DB006BAE235DC390257F162F99A25CA968B8F9B5F2F40F796D03184E475A0D969B2A6083775EDDEE7772745A88BC20", + "6", "62", "4457427285828745842", "78", "680", + "6A44339DE00E2A2F457867749CE17F9C14949E2368B42BF405D2475F22C2180524440592E31C345309784E27F4F37D9E15E0FA697AD429A214CC5B5E47A1", + "27", "61", "1152640027214057846", "790", "467", + "EDE76F1EFEC277042A7BB3A59169DF9064E4B6DA78D7A57721AF3566A3666EDDC6AD786594D177074D0FA8EF9B78C3F025AEEF926CC9D9766CC50B64A3", + "13", "62", "4611650831906456371", "59", "384", + "0665AFC43C791B40D38BB47C6300FFDDDBB073D947653A73F975FAFD42937C5B044FADC7546C1B43B9C2EA6B7D00E39793AD1DB3526539148D6CB0EA33EF", + "19", "59", "575751826745704603", "145", "199", + "C40AD0BBAD789974FF59CB9661AFB805A2C32B6312F3A98F6AD42D32EA14F917C416DDEFE832B775B33DA68863AFBA06A9A45B641DEFB39A078843", + "24", "61", "1152758639444616276", "641", "869", + "DE06D9462D1573858E9BFA55950FA8BB01ADC2CBAB70B757B0EDA7BD70635404A118D6177A3459A6A48786198B5E8DFE44E096D3D73CB663FF8EA5BD72", + "22", "60", "1148416788286565417", "214", "282", + "CAEC3534B0C927A032D96FCB3915E37E72171C6AF05B20BDE6CE322CB40440EEB6A0347AC6CB27A230C728811C7B8F7C70166572C77D63F3FACF5923", + "14", "62", "1834071049096905524", "780", "309", + "FA32381AAF8D715B61829D9582661C2054357431A7784D8A15287EE1166A282CB2303B00EF84012B6499A0FE82661C200E2A3963BD3B00F11C0A32AF1444", + "18", "59", "210807165331342699", "658", "217", + "C8840E8A4913676386CE224E1AF13941BB5BA79A51D0DE91A8D793F80D255994CA845F951C231A34F4F7173056F35077B414EB842F9DAAE3A8D5BB", + "28", "60", "1150669704788404526", "239", "672", + "2AE1FFD8176F5044B79C0E9D1FC4F0834F5D68BC3428CA7157ED62B578B04DC134E3FFDA16645941C4F70C9F0D8AA58C057F65A67949F871318E20FA", + "28", "60", "283426747238575186", "481", "506", + "9725AF64ED8909E20086DE5671DB03994796A7A8DBA03BD72FA2F305B99C87C9A64DAC6D93C47EAC6484DE3E71C422E615F8A5AAA7BF2C95089BFB7F", + "18", "59", "285948820129081078", "880", "965", + "772AF42C17EE4721E5585B5A51D1437E71BDF73643448FDC36FB2CB18F179CFE3045EA2E56EC445583584B3453D3436227F3E4345212C19F28B40C", + "30", "60", "855613560338774421", "155", "406", + "3253F1A6CE64315EF8C48CAF8BC1402FCC73E4AFE09E3B9313AEC46EAF1D392D442183A4CE642E2783F4DCB1F5A90179A26D98E3AE9E12E777ACC46E", + "32", "59", "504389912317913525", "265", "742", + "4E238C6A6C9D1D1CEE7D2B66CDC243C96434939689F31D4EE4D1D6C3E3D61E4F0355CE026E9D1F02B9544710CFC042A94003B3F1C2B05317EAD3A4", + "22", "62", "4573253688508194051", "15", "892", + "76F39577D80A6AB717EC6393F8152D66A254751DFE56440F96F238EE144398E1749A8206BD691FC61A9D4FC2990B223FE11A2E0CF25C53179AA30BEE086B", + "11", "62", "4318950513504103887", "544", "726", + "2C660AE191A5DA116475D4E6D2CC062D44046AE64259D68F64674E7FABA1E51B2C641386F7B7CC1B0210B1F3CCC3576A1B1170E0453F8CF55D05020FA989", + "5", "61", "1367968378013931652", "285", "297", + "B1FE58540FD4C2B1BDCDEBA1CD7F01914AD4902C33196A3F2BB2DD97B4439113B1FA1B5F72D6C7DAD9AAF5A7833C4B800987DB6B136977072B98DF8BBB", + "28", "59", "576460476342562639", "311", "329", + "71BBA21E29970CEB80159662F043CA0182B412E1FECD5D0DC23D6B620E18DF243DF9916237AD6083DD179672F05CA70FAEE346B7B69E0E1688156B", + "11", "60", "576319447339587232", "825", "453", + "7191BA5C3E7BE5EAF2DADCE82257AFBC008995FFCDEDC90B20B3062FDABCB6A85AACDD1A3C7BE7E8ECD6A0DE317EE1F941C1D8C684A3A64874AD1851", + "30", "60", "787988956783029266", "408", "196", + "39714346A962BB5692FA9CF4DE70B1EECC9D9774606778332F876EC63C948E713B734354A5429B76AFE2D3B8DC1082FED6D6F23A7E657B314FEB18C7", + "11", "62", "4465314357613121963", "592", "763", + "D4C53D2E8D285DAC28A7AA8B7E23107B19414110FB664A7478CD5E8E47E81002D6C17537B367448428A5AD88107D387B1B47064FE9321A2D299C09A17585", + "1", "61", "2304538978756642167", "848", "527", + "39796B6E04AE64D5C0FC803291FF164EF61683F13754C4F4229F3DDAA5AD4142712D626D2EA660C7C8B7916798F7475FA541C2F52344D8F358DA3DF3E4", + "18", "62", "4608273127875124566", "410", "254", + "721E5BD25CE3C93A470774A24A5B0A695FF56EBEB0DA98E6D87D06470D184DF0765F519D4BB0C83C411269AE561F2B7B5DF759BAB88ACAAC962940474106", + "3", "61", "1133490795131530098", "322", "560", + "A8750BB1D34CADEC6F2FB12D7429609619E5F448824425DB8A149F26B9E98107A33F24CDAD4ACE953100993B3F2528D31EB08262D10161DB8A10CC29C2", + "5", "62", "3451972689768014902", "848", "378", + "4E5CE17FEED861188866633F6BCF68E28272D90D2576CE92DAC11454906279751D60E969BEE65E6CCB250E3B55FD3DB6B97FD2170D68CE8FAA9F14559427", + "28", "62", "3400217710074785418", "49", "671", + "74D7FF5351BBBC7AC5A812E18F068EA9B71F0E2B8BC2E6B1807ECDB8459C80A625D9AB1216B2A47E8D961CE29C78CBE7E3024073C890A8E5C576D09D2193", + "17", "61", "2152716069217749032", "466", "624", + "AF67544FE355AECBFF94D2A6FC82AEC658BD587DFA18BBE619F3EC1FD1AE93CDA7630C0DEC4CE9EDE9EA93E1AFDFE1920AF97906A94CFA9F5EF3A75485", + "28", "62", "4593662806616367625", "810", "647", + "B9F14A0D8D03C9054A0600F17F4B378EEEACD9DEC6A889C94E78C0DBB161B4289AFD40488D529514593D15FE752272C3ABE28D8A85B08EC94379C192E13A", + "23", "62", "4527190600658672198", "752", "488", + "58F9D8FD4A57C8B95E8EC0650066F6509F49BE63FB2E0EFAA6B5996FA5492F1957EBCB830F3C86ED4881CA2B4127C42BB23E9E45BA6953A7A2F4816FAC55", + "6", "59", "571938992844181566", "1006", "584", + "4314AFE071E5392DBA0CC02C344E158166D1CBF347F336BAF5849543EADD7A03571BBCB92AA63F2CDE588562605569CC1EB8EBC020D036F9B4B9C6", + "24", "59", "288230358902716613", "828", "460", + "EB0AFE92FC703BA8EF3C0EEB83EC4E9F42A6A24C5505492600F0F15D63B7455EC90AFE92FC7027E5BC7B14B8C8F24E9F39B5BD445734181801B5EA", + "19", "61", "2302878724732409329", "10", "160", + "AA005E4D385F681E7E766679D172FB10FAA90C7BA8D280F35633B9F7C8E3992DA87F5B4535542B5D362465689462C039FDBD0738ADC98CBD457BA9A7CE", + "22", "61", "2303555990528615861", "880", "227", + "3B643F34B52E30AFE0A9FD88B839BA8B7F39D55648EBDB423DB0728E66C4F2313F4E0558FC6267EAE2D0FD8BB857E8DF2F26961518FE9A51308621A164", + "3", "60", "1152920386296315665", "240", "956", + "5B81EA008D77D5B76289421CA9CD57ACEE55C3353A93915A08DED8F69C45EB7A36C4EA43AE3486E948CB075AE6CC5BD6E34ECF613584982558879CB7", + "4", "62", "4068931576747477712", "570", "72", + "ACD4B3B9319E4EF7B6BCC936AD4F57461B7B91FF3463B43BB2138E7E2B7B4659EBD4E0F018B457BAF7ECE619B31E3A301B28C4D22C61C16BE216883F7677", + "23", "60", "285334113238860974", "61", "1006", + "2934D16D9079A10A1E17440999930D016B44A3E890729D6DB6D9699F79E4FD652C21AB08C22DA159575E105DDCE6403F545DE2D29B7CD66FDF9C7482", + "1", "61", "288185260738754751", "485", "383", + "FC8550B85678021B14A6AF2AFA16EA1826260783A4F6B2612DA79969356235658FFC1EB85678020D51A3E57EBE59BE506F6840DFF5EDFA612DD4827224", + "31", "62", "4608730530231740418", "957", "512", + "F8288E12BAA560EFC1D13C7EF513861A6E16EA814C8F4031429F79895D687F0BB364F779D9AF6AB0A3BD5A11CA74F26964499AE02BEA6D141DBF10FD3805", + "20", "11", "-300794", "962", "263", + "F65E323EA71271DCB0CC68", + 0 +}; + +typedef long(*Fn)(long, long); + +long ff(Fn fn, long a, long b) +{ + return fn(a, b); +} + +int write_script(int file) +{ + int i, j, k; + long mask; + char chr[3], *str; + Fn fn[] = { + f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, + f17, f18, f19, f20, f21, f22, f23, f24, f25, f26, f27, f28, f29, f30, f31, f32, + f33, f34, f35, f36, f37, f38, f39, f40, f41, f42, f43, f44, f45, f46, f47, f48, + f49, f50, f51, f52, f53, f54, f55, f56, f57, f58, f59, f60, f61, f62, f63, f64 + }; + srand(getpid()); + i = 0; + memset(chr, 0, (size_t) sizeof(chr)); + while (data[i]) { + mask = (long) 1 << (atol(data[i + 1]) - 1); + k = rand() % 8 + 2; + str = (char *) malloc(k); + memset(str, 0, (size_t) k); + for (j = 0; j < atol(data[i + 1]); j++) { + memcpy(chr, &data[i + 5][j * 2], 2); + sprintf( + str + strlen(str), "%c", + (atol(data[i + 2]) + ff(fn[atol(data[i]) -1], atol(data[i + 3]), atol(data[i + 4]))) & mask + ? (int) strtol(chr, 0, 16) + ^ (int) (atol(data[i + 2]) + ff(fn[atol(data[i]) -1], atol(data[i + 3]), atol(data[i + 4]))) % 256 + ^ (int) ff(fn[j % 32 + 32], atol(data[i + 3]), atol(data[i + 4])) % 256 + : 0 + ); + if (strlen(str) == k - 1) { + write(file, str, strlen(str)); + memset(str, 0, (size_t) k); + } + mask >>= 1; + } + if (strlen(str) != 0) { + write(file, str, strlen(str)); + } + free(str); + i += 6; + } + return(0); +} + +int which(const char *command, char *fullname) +{ + char *name; + int i, j, len; + char *path = getenv("PATH"); + if (command[0] == '/' || (command[0] == '.')) { + if (access(command, X_OK) == 0) { + memset(fullname, 0, (size_t) strlen(fullname)); + strcpy(fullname, command); + return(0); + } + fprintf(stderr, "Error: Command %s not found\n", command); + return(1); + } + if (!path) { + fprintf(stderr, "PATH environment variable not set\n"); + return(1); + } + len = strlen(path) + strlen(command) + 8; + name = (char *) malloc(len); + memset(name, 0, (size_t) len); + j = 0; + len = strlen(path); + for (i = 0; i <= len; i++) { + if(i == len || path[i] == ':') { + strcat(name, "/"); + strcat(name, command); + if (access(name, X_OK) == 0) { + memset(fullname, 0, (size_t) strlen(fullname)); + strcpy(fullname, name); + free(name); + return(0); + } + memset(name, 0, (size_t) len); + j = 0; + } else { + name[j++] = path[i]; + } + } + free(name); + fprintf(stderr, "Error: Command %s not found\n", command); + return(1); +} + +int handler(int argc, char **argv) +{ + char dev[64], *str; + int file[2], i; + pid_t pid; + int j, status; + char **args; + str = strdup("Failed to pipe"); + if (pipe(file) == -1) { + perror(str); + return 1; + } + free(str); + memset(dev, 0, sizeof(dev)); + sprintf(dev, "/proc/self/fd/%d", file[0]); + if (access(dev, R_OK)) { + sprintf(dev, "/dev/fd/%d", file[0]); + } + args = (char **) malloc((argc + 8) * sizeof(char *)); + j = 0; + args[j++] = strdup(argv[0]); + args[j++] = strdup(dev); + for (i = 1; i < argc; i++) { + args[j++] = strdup(argv[i]); + } + args[j] = 0; + if ((pid = fork()) == 0) { + close(file[0]); + write_script(file[1]); + return(0); + } else if (pid < 0) { + perror("Failed to fork"); + return(1); + } + wait(&status); + close(file[1]); + execvp(command, args); + perror("Failed to execvp"); + return(1); +} + +int main(int argc, char **argv) +{ + FILE *in; + char str[1024]; + char *fullname; + char *name = "/proc/self/status"; + int tracer_pid = 0; + int length; + length = strlen(getenv("PATH")) + strlen(command) + 1; + fullname = malloc((size_t) length); + if (which(command, fullname)) { + return(1); + } + free(fullname); + in = fopen(name, "r"); + if (in == NULL) { + fprintf(stderr, "Failed to open the file: %s\n", name); + return(1); + } + while (fgets(str, sizeof(str), in)) { + if (strstr(str, "TracerPid:") != NULL) { + tracer_pid = atoi(strchr(str, ':') + 1); + break; + } + } + fclose(in); + if (tracer_pid) { + return(1); + } + return(handler(argc, argv)); +} diff --git a/qsgen2.zsh.x b/qsgen2.zsh.x new file mode 100755 index 0000000..0f11c04 Binary files /dev/null and b/qsgen2.zsh.x differ diff --git a/themes/black-orange/blog_index.tpl b/themes/black-orange/blog_index.tpl new file mode 100644 index 0000000..ffa16e4 --- /dev/null +++ b/themes/black-orange/blog_index.tpl @@ -0,0 +1,70 @@ + + + + + #sitename - Blog + + + + + + + + +
    + + + + + + + +
    + +
    + #updated +
    +
    + + + + + + diff --git a/themes/black-orange/blog_list.tpl b/themes/black-orange/blog_list.tpl new file mode 100644 index 0000000..63bcb62 --- /dev/null +++ b/themes/black-orange/blog_list.tpl @@ -0,0 +1,26 @@ + + + +
    +
    + + +
    +
    +
    +

    CALADAY

    +

    CALNDAY

    +

    CALMONTH

    +

    CALYEAR

    +
    +
    +
    + +
    +
    +INGRESS +
    + +
    + + diff --git a/themes/black-orange/blogs.tpl b/themes/black-orange/blogs.tpl new file mode 100644 index 0000000..e9e51e8 --- /dev/null +++ b/themes/black-orange/blogs.tpl @@ -0,0 +1,88 @@ + + + + + #sitename - BLOGTITLE + + + + + + + + +
    + + + + + + + +
    + +
    + #updated +
    +
    + + + + + + diff --git a/themes/black-orange/css/blog.css b/themes/black-orange/css/blog.css new file mode 100644 index 0000000..a7794e2 --- /dev/null +++ b/themes/black-orange/css/blog.css @@ -0,0 +1,93 @@ +div.blog { + border-left: 1px groove #ccc; + padding-left: 1px; + width: 100%; + float: right; + color: white; + font-size: 14px; + /* margin-left: 50px; */ +} +div.blogtitle { + /* background: url(/images/round_corner.png) top right no-repeat; + background-size: 37px; */ + border-top-right-radius: 10px; + border-bottom-left-radius: 10px; + padding: 3px; + margin-left: 2.1em; + background-color: #444; + font-size: 20px; +} +div.blogtitle a { + text-decoration: none !important; +} +div.blogcontent{ + padding: 3px; + float: left; + width: 45px; + color: white; + height: 5em; +} +div.cal-icon { + text-align: center; + width: 40px; + float: left; +} +div.blogcontent div.blogingress { + /* font-size: 14px; */ + color: white !important; + float: left; + width: 94%; + padding-left: 5px; + padding-top: 5px; + margin-left: 5px; + height: 5em; +} +div.blogbody { + border-top-right-radius: 20px; + border-bottom-left-radius: 20px; + background-color: #222; + font-size: 14px; + float: left; + padding-bottom: 10px; + padding-top: 10px; + margin-left: 3.5em; + padding-left: 5px; + /* color: white !important; */ + width: 94%; +} + +div.blogbody, img { + float:left; +} + +img.exticon { + float: none !important; +} + +div.blogingress img { + width: 100px !important; + float: left; + padding-right: 5px; + padding-bottom: 5px; +} + +div.right h2 { + font-size: 26px; +} + +#logo td { + align: center; + height: 75px; +} + +#sitetitle td { + align: left; + height: 75px; + text-align: left; + vertical-align: middle; + padding-left: 15px; +} + +#libody td { + padding-left: 35px; +} diff --git a/themes/black-orange/css/cal-icon.css b/themes/black-orange/css/cal-icon.css new file mode 100644 index 0000000..3aa5c5d --- /dev/null +++ b/themes/black-orange/css/cal-icon.css @@ -0,0 +1,26 @@ +div.datetime .caltop p { +font:bold x-small/100% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif; +letter-spacing:0.12em; +text-transform:uppercase; +color:#fefefe !important; +background-color: #222; /* #2f4765; */ +} + +/* day of the month (NUMBER) */ +div.datetime p.day { +font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif !important; +letter-spacing:0.13em; +} + +/* month */ +div.datetime p.mon { +font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif !important; +letter-spacing:normal; +text-transform:uppercase; +} + +/* year */ +div.datetime p.yr { +font:x-small/110% Verdana,Geneva,Arial,Helvetica,sans-serif; +letter-spacing:0.05em; +} \ No newline at end of file diff --git a/themes/black-orange/css/dark.css b/themes/black-orange/css/dark.css new file mode 100644 index 0000000..3115d9a --- /dev/null +++ b/themes/black-orange/css/dark.css @@ -0,0 +1,175 @@ +* { + padding: 0; + margin: 0; +} + +body { +font: 1em Arial, Helvetica, sans-serif; +background: #111; +} + +h2 { + font-size: 1em; +} +a { + color: #FF9621; +} + +#wrap { + margin: 20px auto; + width: 90%; + background: #111; +} + +#header { +/* background: url(/images/dark_header_bg.png) top right no-repeat; +background-size: 100px; */ +height: 70px; +margin: 0; +padding: 0; +} + +#header h1 { + margin: 0; + padding-left: 1px; + padding-top: 12px; + font-size: 1.1em; + color: #FF9621; +} +#header h1 a { + font-size: 1.1em; + color: #FF9621; + text-decoration: none; +} +#header h2 { + margin: 0; + padding-left: 1px; + padding-top: 0px; + font-size: .8em; + color: #fff; +} + +#right h2 { + margin: 0; + padding-left: 1px; + padding-top: 0px; + font-size: 26px; + color: #fff; +} + +#topmenu a { +color: #FFF; +text-decoration: none; +line-height: 22px; +} + +#topmenu a:hover { + color: #aaa; +} +#topmenu a:visited { + color: #ddd; +} + +#topmenu { +border-top-right-radius: 10px; +background-color: #222; +font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +text-align: center; +background: #444; +margin-bottom: 5px; +color: #fff; +height: 22px; +} + +#right { +font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +float: right; +width: 82%; +margin-top: 5px; +margin-left: 10px; +color: #f4f4f4; +/* border: 1px solid white; */ +height: auto; +} + +#left { +font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +width: 14%; +padding: 1px; +line-height: 1.4em; +} +#bottomleft { +font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +width: 16%; +padding: 1px; +line-height: 1.4em; +} + +#left li { + list-style-type: none; + border-bottom: 1px dotted #fff; +} +#left li a { + text-decoration: none; +} +#left li a:hover { + color : #FFEB31; +} + +#bottomleft li { + list-style-type: none; + border-bottom: 1px dotted #fff; +} +#bottomleft li a { + text-decoration: none; +} +#bottomleft li a:hover { + color : #FFEB31; +} + +#generated { + background: #222; + text-align: center; + margin-top: 15px; + color: #eee; + height: auto; + line-height: 20px; + padding: 3px; + font-size: 10px; + font-style: italic; +} + +blockquote { + background-color: #222; + color: #EEE; + font-size: 14px; + border-left: 1px solid white; + padding-left: 0.5em; + display: block; + margin-top: 1em; + margin-bottom: 1em; + margin-left: 40px; + margin-right: 40px; +} +blockquote img { + float: none !important; +} +blockquote ol { + font-family: "Times New Roman"; + font-size: 16px; + line-height: 1.1em; + padding-bottom: 10px; + padding-top: 10px; + padding-left: 35px; +} + +blockquote ul { + padding-bottom: 10px; + padding-top: 10px; + padding-left: 25px; +} + +img.exturl { + position: absolute !important; + bottom: 0 !important; +} diff --git a/themes/black-orange/pages.tpl b/themes/black-orange/pages.tpl new file mode 100644 index 0000000..ea4bf24 --- /dev/null +++ b/themes/black-orange/pages.tpl @@ -0,0 +1,70 @@ + + + + + #sitename - #pagetitle + + + + + + + + +
    + + + + + + + +
    + +
    + #updated +
    +
    + + + + + + diff --git a/themes/minimal/blog_index.tpl b/themes/minimal/blog_index.tpl new file mode 100644 index 0000000..aeac9d0 --- /dev/null +++ b/themes/minimal/blog_index.tpl @@ -0,0 +1,131 @@ + + + + +#sitename - Blog + + + + + + + + + + + + + + + +
    +
    +

    Blog

    +
    +
    +
    #tagline
    +
    +
    +
    +
    + +

     

    + + + + + +BODY + + + + + +
    +
    +
    +
    +
    +

    Ponte en contacto conmigo

    +
    +
    +
    +
    + +
    + +
    +

    Lo que hago

    +

    +Elegir a El Vikingo TI significa
    +optar por la tranquilidad, la profesionalidad
    +y una calidad de transmisión inigualable. +

    +
    + +
    +
    + +
    +

    La manera tradicional

    +

    Correo Electronico
    +Envíeme un mensaje +

    +
    + +
    +
    + +
    +

    Redes Sociales

    + + + + + + +
    +
    +
    +
    + +
    + + +
    + + + + + diff --git a/themes/minimal/blog_list.tpl b/themes/minimal/blog_list.tpl new file mode 100644 index 0000000..034f85c --- /dev/null +++ b/themes/minimal/blog_list.tpl @@ -0,0 +1,17 @@ + + + + +
    +

    BLOGTITLE

    +
    + INGRESS +
    +
    + BLOGDATE +
    +
    +
    + + + diff --git a/themes/minimal/blogs.tpl b/themes/minimal/blogs.tpl new file mode 100644 index 0000000..bdaed33 --- /dev/null +++ b/themes/minimal/blogs.tpl @@ -0,0 +1,125 @@ + + + +#sitename - BLOGTITLE + + + + + + + + + + + +
    +
    +

    BLOGTITLE

    +
    +
    +
    +CALADAY - CALNDAY - CALMONTH - CALYEAR +
    +
    +
    + + + +
    +
    + +
    +
    +INGRESS +
    +
    +BODY +
    +
    + +
    +
    + + + +
    +
    +
    +

    Ponte en contacto conmigo

    +
    +
    +
    +
    + +
    + +
    +

    Lo que hago

    +

    +Elegir a El Vikingo TI significa
    +optar por la tranquilidad, la profesionalidad
    +y una calidad de transmisión inigualable. +

    +
    + +
    +
    + +
    +

    La manera tradicional

    +

    Correo Electronico
    +Envíeme un mensaje +

    +
    + +
    +
    + +
    +

    Redes Sociales

    + + + + + + +
    +
    +
    +
    + +
    + + +
    + + + + + diff --git a/themes/minimal/css/jquery-3.5.1.js b/themes/minimal/css/jquery-3.5.1.js new file mode 100644 index 0000000..b061403 --- /dev/null +++ b/themes/minimal/css/jquery-3.5.1.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}: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},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?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},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===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]||se.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]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({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)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0img{display:inline-block !important;visibility:visible !important;opacity:1 !important;vertical-align:middle !important}h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #E2E2E2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ul,ol{margin-top:0;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video iframe,.w-video object,.w-video embed{position:absolute;top:0;left:0;width:100%;height:100%}fieldset{padding:0;margin:0;border:0}button,html input[type="button"],input[type="reset"]{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#dddddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:bold}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333333;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898EC;outline:0}.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eeeeee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:before,.w-radio:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;margin-top:1px \9;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{display:inline-block;color:#333333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:normal;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:before,.w-container:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:before,.w-row:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none !important}@media screen and (max-width:991px){.w-container{max-width:728px}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:none !important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width:767px){.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:none !important}.w-row,.w-container .w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width:479px){.w-container{max-width:none}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:inherit !important}.w-hidden-tiny{display:none !important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none !important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:white;border:#758696 solid 1px;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:white;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:white;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-widget-gplus{overflow:hidden}.w-background-video{position:relative;overflow:hidden;height:500px;color:white}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.w-slider{position:relative;height:300px;text-align:center;background:#dddddd;clear:both;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,0.4)}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:rgba(34,34,34,0.4)}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,0.4);cursor:pointer;margin:0 3px .5em;transition:background-color 100ms,color 100ms}.w-slider-dot.w-active{background-color:#fff}.w-slider-dot:focus{outline:none;box-shadow:0 0 0 2px #fff}.w-slider-dot:focus.w-active{box-shadow:none}.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:white;font-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class^="w-icon-"],.w-slider-arrow-right [class^="w-icon-"],.w-slider-arrow-left [class*=" w-icon-"],.w-slider-arrow-right [class*=" w-icon-"]{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link{position:relative;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-right:20px;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#dddddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width:767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{color:#000;cursor:auto;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;list-style:disc;text-align:start;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,0.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0, 0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,0.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")}.w-lightbox-close{right:0;height:2.6em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0, 0, 0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,0.4);border-radius:50%;-webkit-animation:spin .8s infinite linear;animation:spin .8s infinite linear}.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.w-lightbox-hide{display:none}.w-lightbox-noscroll{overflow:hidden}@media (min-width:768px){.w-lightbox-content{height:96vh;margin-top:2vh}.w-lightbox-view,.w-lightbox-view:before{height:96vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}.w-lightbox-image{max-width:96vw;max-height:96vh}.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:before,.w-richtext:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable="true"]:before,.w-richtext[contenteditable="true"]:after{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after{outline:2px solid #2895f7}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div{outline:2px solid #2895f7}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type="video"]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default !important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}.w-richtext figure div{font-size:0;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type="image"]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type="image"]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type="image"]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type="video"]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type="video"] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type="video"]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#dddddd;z-index:1000}.w-nav:before,.w-nav:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block !important;position:absolute;top:100%;left:0;right:0;background:#C8C8C8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation="over-left"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-left"] .w-nav-overlay,.w-nav[data-animation="over-left"] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation="over-right"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-right"] .w-nav-overlay,.w-nav[data-animation="over-right"] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#C8C8C8;color:white}.w-nav[data-collapse="all"] .w-nav-menu{display:none}.w-nav[data-collapse="all"] .w-nav-button{display:block}.w--nav-dropdown-open{display:block}.w--nav-dropdown-toggle-open{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width:991px){.w-nav[data-collapse="medium"] .w-nav-menu{display:none}.w-nav[data-collapse="medium"] .w-nav-button{display:block}}@media screen and (max-width:767px){.w-nav[data-collapse="small"] .w-nav-menu{display:none}.w-nav[data-collapse="small"] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}@media screen and (max-width:479px){.w-nav[data-collapse="tiny"] .w-nav-menu{display:none}.w-nav[data-collapse="tiny"] .w-nav-button{display:block}}.w-tabs{position:relative}.w-tabs:before,.w-tabs:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222222;background-color:#dddddd}.w-tab-link.w--current{background-color:#C8C8C8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width:479px){.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#dddddd}.w-dyn-hide{display:none !important}.w-dyn-bind-empty{display:none !important}.w-condition-invisible{display:none !important} + +/* ========================================================================== + Start of custom Webflow CSS + ========================================================================== */ +body { + font-family: Vollkorn, serif; + color: #333; + font-size: 14px; + line-height: 20px; +} + +h1 { + margin-top: 10px; + margin-bottom: 10px; + font-size: 32px; + line-height: 38px; + font-weight: 700; +} + +h2 { + margin: 10px 0px; + font-family: Montserrat, sans-serif; + font-size: 23px; + line-height: 36px; + font-weight: 400; + text-align: center; + text-transform: uppercase; +} + +.section.ingress h2 { + margin: 10px 0px; + font-family: Montserrat, sans-serif; + font-size: 20px; + line-height: 36px; + font-weight: 400; + text-align: left; + text-transform: none !important; +} + +h3 { + margin: 0px 0px 20px; + font-family: Montserrat, sans-serif; + font-size: 16px; + line-height: 20px; + font-weight: 400; + text-transform: uppercase; +} + +h4 { + margin: 10px 0px; + font-size: 18px; + line-height: 24px; + font-weight: 700; +} + +h5 { + margin: 10px 0px; + font-size: 14px; + line-height: 20px; + font-weight: 700; +} + +h6 { + margin: 10px 0px; + font-size: 12px; + line-height: 18px; + font-weight: 700; +} + +p { + margin-top: 0px; + margin-bottom: 5px; + font-family: Vollkorn, serif; + font-size: 15px; + line-height: 22px; +} + +.testimonials { + display: flex; + flex-wrap: wrap; + margin: 20px 0; +} + +.testimony { + background-color: rgba(245, 245, 245, 0.7); + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); + margin: 20px 0; + flex-basis: 250px; /* Fixed width for the testimony text */ +} + +.testimonials .testimony { + margin-right: 5px; /* Add 5px bottom margin to each testimony */ +} + +.testimony .text { + flex: 1; /* Stretch the testimony text to fill the remaining space */ + white-space: nowrap; /* Prevent text from wrapping to multiple lines */ + max-width: 250px; /* Set a maximum width of 250px for the testimony text */ + word-break: break-word; +} + +.testimony .photo { + width: 40px !important; + height; auto; +} + +.testimony .photo, +.testimony .name, +.testimony .title { + display: inline-block; /* Align the Photo, Name, and Title inline */ +} + +.button { + display: inline-block; + padding: 15px 33px; + border-style: solid; + border-width: 1px 1px 2px; + border-color: #47474f; + background-color: transparent; + -webkit-transition: background-color 300ms ease; + transition: background-color 300ms ease; + font-family: Vollkorn, serif; + color: #47474f; + font-size: 19px; + font-style: italic; + text-align: center; + text-decoration: none; +} + +.button:hover { + background-color: #fff; +} + +.button.form { + margin-top: 23px; + margin-bottom: 24px; + padding-right: 54px; + padding-left: 54px; + border-width: 1px 1px 2px; + border-color: #7ec4bd; + color: #7ec4bd; +} + +.section.ingress { + font-size: 20px; + text-align: left; +} + +.button.form:hover { + background-color: rgba(126, 196, 189, 0.34); +} + +.header { + padding: 98px 10px; + /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url("/images/el-vikingo-ti-bg.png"); + background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url("/images/el-vikingo-ti-bg.png"); */ + background-image: url("/images/new-vikingo-bg.png"); + background-position: 0% 0%, 50% 70%; + background-size: auto, cover; + color: #fff; + text-align: center; +} + +.header.project-page { + padding-top: 77px; + padding-bottom: 77px; + /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url("/images/el-vikingo-ti-bg.png"); + background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url("/images/el-vikingo-ti-bg.png"); */ + background-image: url("/images/new-vikingo-bg.png"); +} + +.navbar { + padding-top: 18px; + padding-bottom: 18px; + background-color: #fff; +} + +.nav-link { + margin-top: 23px; + margin-left: 34px; + padding: 0px; + border-bottom: 2px solid transparent; + -webkit-transition: border-color 300ms ease; + transition: border-color 300ms ease; + font-family: Montserrat, sans-serif; + color: #404040; + font-size: 12px; + font-weight: 400; + text-transform: uppercase; +} + +.nav-link:hover { + border-bottom-color: #7ec4bd; +} + +.logo-title { + margin-top: 13px; + float: left; + font-family: Oswald, sans-serif; + font-size: 22px; + font-weight: 400; + text-transform: uppercase; +} + +.logo-img { + margin-right: 18px; + float: left; +} + +.main-heading { + margin-top: 7px; + font-family: Montserrat, sans-serif; + font-size: 44px; + line-height: 55px; + font-weight: 400; + text-transform: uppercase; +} + +.divider { + display: block; + width: 80px; + height: 2px; + margin: 28px auto; + background-color: #fff; +} + +.divider.grey { + margin-bottom: 43px; + background-color: rgba(0, 0, 0, 0.09); +} + +.main-subtitle { + font-family: Vollkorn, serif; + color: hsla(0, 0%, 100%, 0.81); + font-size: 18px; + font-style: italic; +} + +.about-section { + padding-bottom: 61px; + background-color: #fefec9; + text-align: left; +} + +.about-text { + margin-bottom: 40px; + color: #47474f; + font-size: 18px; + line-height: 25px; +} + +.x-icon { + margin-top: -26px; + margin-bottom: 34px; +} + +.section { + padding-top: 69px; + padding-bottom: 69px; + text-align: left; +} + +.newsection { + padding-top: 10px; + padding-bottom: 10px; + text-align: left; +} + +.section.grey { + background-color: #f5f5f5; +} + +/* New: #00b7e4 + * Old: #7ec4bd + * New: rgba(6, 181, 229, 255) + * Old: rgba(126, 196, 189, 0.87) + */ + +.section.contact { + /* background-color: #7ec4bd; */ + background-color: #000506; + background-image: -webkit-gradient(linear, left top, left bottom, from(#fefec9), to(#00b7e4)), url("/images/el-vikingo-ti-bg.png"); + background-image: linear-gradient(180deg, rgba(#fefec9, #00b7e4)), url("/images/el-vikingo-ti-bg.png"); + background-size: auto, cover; + font-family: Vollkorn, serif; +} + +.blogsection.contact { + /* background-color: #7ec4bd; */ + background-color: #000506; + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00b7e4)), url("/images/el-vikingo-ti- +bg.png"); + background-image: linear-gradient(180deg, rgba(#ffffff, #00b7e4)), url("/images/el-vikingo-ti-bg.png"); + background-size: auto, cover; + font-family: Vollkorn, serif; +} + +.newsection.footer { + background-color: #000506; + text-align: center; +} + +.grey-icon-wrapper { + margin-bottom: 38px; + padding-top: 50px; + padding-bottom: 50px; + background-color: #f5f5f5; +} + +.project-wrapper { + position: relative; + bottom: 0px; + display: block; + -webkit-transition: bottom 300ms ease; + transition: bottom 300ms ease; + color: #333; + text-decoration: none; +} + +.project-wrapper:hover { + bottom: 8px; +} + +.team-image { + margin-bottom: 21px; + border-radius: 100%; +} + +.role { + margin-bottom: 16px; + font-family: Vollkorn, serif; + font-size: 17px; + font-style: italic; +} + +.social-link { + width: 29px; + height: 29px; + margin: 3px; + padding-top: 5px; + padding-left: 1px; + border-radius: 100%; + background-color: #f5f5f5; + box-shadow: inset 0 0 0 1px transparent; + -webkit-transition: box-shadow 300ms ease; + transition: box-shadow 300ms ease; +} + +.social-link:hover { + box-shadow: inset 0 0 0 2px #7ec4bd; +} + +.team-title { + margin-bottom: 7px; +} + +.testimonial-slider { + height: auto; + background-color: transparent; +} + +.quote-icon { + margin-bottom: 37px; +} + +.arrow { + width: 40px; + -webkit-transition: color 300ms ease; + transition: color 300ms ease; + color: #e3e3e3; + font-size: 30px; +} + +.arrow:hover { + color: #333; +} + +.testimonial-slide { + width: 50%; + padding: 30px 34px 29px; + text-align: center; +} + +.testimonial-slide.left-border { + border-left: 2px solid rgba(0, 0, 0, 0.04); +} + +.mask { + display: block; + width: 95%; + margin-right: auto; + margin-left: auto; +} + +.team-row { + margin-bottom: 20px; +} + +.testimonial { + margin-bottom: 22px; + font-size: 26px; + line-height: 33px; +} + +.from { + margin-bottom: 0px; + font-family: Montserrat, sans-serif; + color: #ababab; + font-size: 14px; + font-weight: 400; + text-transform: uppercase; +} + +.icon-wrapper { + height: 95px; + margin-bottom: 10px; + padding-top: 13px; +} + +.icon-wrapper._2 { + padding-top: 20px; +} + +.footer-logo { + /* margin-bottom: 15px; */ + opacity: 1.0; +} + +.contact-text { + color: #212121; + font-size: 17px; +} + +.link { + color: #1c1c1c; +} + +.social-wrapper { + display: block; + margin-bottom: 11px; + margin-left: 33%; + -webkit-transition: opacity 300ms ease; + transition: opacity 300ms ease; + text-align: left; + text-decoration: none; +} + +.social-wrapper:hover { + opacity: 0.43; +} + +.footer-text { + /* color: hsla(0, 0%, 100%, 0.4); */ + color: white; +} + +.social-link-text { + display: inline-block; +} + +.social-icon { + margin-top: -6px; + margin-right: 9px; +} + +.field { + height: 57px; + margin-bottom: 0px; + padding-top: 17px; + padding-bottom: 17px; + border: 0px solid #000; + background-color: hsla(0, 0%, 100%, 0.2); + box-shadow: inset 3px 0 0 0 transparent; + color: #7ec4bd; + font-size: 18px; + font-style: italic; +} + +.field:focus { + box-shadow: inset 3px 0 0 0 #7ec4bd; +} + +.field.large { + height: 127px; +} + +.field.darker { + background-color: hsla(0, 0%, 100%, 0.18); + -webkit-transition: box-shadow 300ms ease; + transition: box-shadow 300ms ease; +} + +.form-wrapper { + padding-right: 20%; + padding-left: 20%; +} + +.success-message { + padding-top: 82px; + padding-bottom: 82px; + border-style: solid; + border-width: 1px 1px 2px; + border-color: #7ec4bd; + background-color: transparent; + color: #7ec4bd; +} + +.project-info { + margin-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; + background-color: #fff; +} + +.project-title { + margin-bottom: 4px; +} + +.grow-row { + margin-bottom: 42px; +} + +.screenshot { + margin-bottom: 43px; +} + +.face { + margin-bottom: 10px; + border-radius: 100%; +} + +@media screen and (max-width: 991px) { + .nav-link { + margin: 0px auto; + padding-top: 20px; + padding-bottom: 20px; + } + .nav-link:hover { + border-bottom-color: transparent; + } + .main-heading { + font-size: 38px; + line-height: 44px; + } + .project-wrapper:hover { + -webkit-transform: translate(0px, 0px); + -ms-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } + .social-wrapper { + margin-left: 30%; + } + .menu-button { + margin-top: 7px; + padding: 10px; + font-size: 32px; + } + .menu-button.w--open { + background-color: transparent; + color: #7ec4bd; + } + .nav-menu { + background-color: #f5f5f5; + } +} + +@media screen and (max-width: 767px) { + .header { + padding-top: 45px; + padding-bottom: 45px; + } + .navbar { + padding-top: 10px; + padding-bottom: 10px; + } + .nav-link { + padding-top: 15px; + padding-bottom: 15px; + padding-left: 10px; + } + .logo-title { + margin-top: 6px; + } + .logo-img { + width: 50px; + } + .about-section { + padding-right: 20px; + padding-bottom: 30px; + padding-left: 20px; + } + .x-icon { + margin-bottom: 21px; + } + .section { + padding-top: 30px; + padding-bottom: 30px; + } + .grey-icon-wrapper { + display: inline-block; + margin-bottom: 16px; + padding: 34px 56px; + } + .grey-icon-wrapper.push-top { + margin-top: 30px; + } + .testimonial-slide { + width: 100%; + } + .testimonial-slide.left-border { + border-left-width: 0px; + } + .icon-wrapper { + height: 85px; + } + .icon-wrapper._2 { + margin-top: 37px; + } + .social-wrapper { + margin-left: 0%; + text-align: center; + } + .form-wrapper { + padding-right: 10%; + padding-left: 10%; + } + .menu-button { + margin-top: 0px; + } + .member { + padding-bottom: 47px; + } + .grow-row { + margin-bottom: 0px; + } + .screenshot { + width: 90%; + } +} + +@media screen and (max-width: 479px) { + .main-heading { + font-size: 34px; + line-height: 38px; + } + .grey-icon-wrapper { + display: block; + } + .form-wrapper { + padding-right: 5%; + padding-left: 5%; + } +} diff --git a/themes/minimal/css/webflow.js b/themes/minimal/css/webflow.js new file mode 100644 index 0000000..013b3b1 --- /dev/null +++ b/themes/minimal/css/webflow.js @@ -0,0 +1,29 @@ +/*! + * Webflow: Front-end site library + * @license MIT + * Inline scripts may access the api using an async handler: + * var Webflow = Webflow || []; + * Webflow.push(readyFunction); + */!function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=4)}([function(t,e,n){"use strict";var i={},r={},a=[],o=window.Webflow||[],s=window.jQuery,u=s(window),c=s(document),l=s.isFunction,f=i._=n(6),d=i.tram=n(1)&&s.tram,h=!1,p=!1;function v(t){i.env()&&(l(t.design)&&u.on("__wf_design",t.design),l(t.preview)&&u.on("__wf_preview",t.preview)),l(t.destroy)&&u.on("__wf_destroy",t.destroy),t.ready&&l(t.ready)&&function(t){if(h)return void t.ready();if(f.contains(a,t.ready))return;a.push(t.ready)}(t)}function m(t){l(t.design)&&u.off("__wf_design",t.design),l(t.preview)&&u.off("__wf_preview",t.preview),l(t.destroy)&&u.off("__wf_destroy",t.destroy),t.ready&&l(t.ready)&&function(t){a=f.filter(a,function(e){return e!==t.ready})}(t)}d.config.hideBackface=!1,d.config.keepInherited=!0,i.define=function(t,e,n){r[t]&&m(r[t]);var i=r[t]=e(s,f,n)||{};return v(i),i},i.require=function(t){return r[t]},i.push=function(t){h?l(t)&&t():o.push(t)},i.env=function(t){var e=window.__wf_design,n=void 0!==e;return t?"design"===t?n&&e:"preview"===t?n&&!e:"slug"===t?n&&window.__wf_slug:"editor"===t?window.WebflowEditor:"test"===t?window.__wf_test:"frame"===t?window!==window.top:void 0:n};var g,w=navigator.userAgent.toLowerCase(),b=i.env.touch="ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch,y=i.env.chrome=/chrome/.test(w)&&/Google/.test(navigator.vendor)&&parseInt(w.match(/chrome\/(\d+)\./)[1],10),x=i.env.ios=/(ipod|iphone|ipad)/.test(w);i.env.safari=/safari/.test(w)&&!y&&!x,b&&c.on("touchstart mousedown",function(t){g=t.target}),i.validClick=b?function(t){return t===g||s.contains(t,g)}:function(){return!0};var k,_="resize.webflow orientationchange.webflow load.webflow";function E(t,e){var n=[],i={};return i.up=f.throttle(function(t){f.each(n,function(e){e(t)})}),t&&e&&t.on(e,i.up),i.on=function(t){"function"==typeof t&&(f.contains(n,t)||n.push(t))},i.off=function(t){n=arguments.length?f.filter(n,function(e){return e!==t}):[]},i}function O(t){l(t)&&t()}function T(){k&&(k.reject(),u.off("load",k.resolve)),k=new s.Deferred,u.on("load",k.resolve)}i.resize=E(u,_),i.scroll=E(u,"scroll.webflow resize.webflow orientationchange.webflow load.webflow"),i.redraw=E(),i.location=function(t){window.location=t},i.env()&&(i.location=function(){}),i.ready=function(){h=!0,p?(p=!1,f.each(r,v)):f.each(a,O),f.each(o,O),i.resize.up()},i.load=function(t){k.then(t)},i.destroy=function(t){t=t||{},p=!0,u.triggerHandler("__wf_destroy"),null!=t.domready&&(h=t.domready),f.each(r,m),i.resize.off(),i.scroll.off(),i.redraw.off(),a=[],o=[],"pending"===k.state()&&T()},s(i.ready),T(),t.exports=window.Webflow=i},function(t,e,n){"use strict";var i=n(2)(n(7));window.tram=function(t){function e(t,e){return(new j.Bare).init(t,e)}function n(t){return t.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()})}function r(t){var e=parseInt(t.slice(1),16);return[e>>16&255,e>>8&255,255&e]}function a(t,e,n){return"#"+(1<<24|t<<16|e<<8|n).toString(16).slice(1)}function o(){}function s(t,e,n){c("Units do not match ["+t+"]: "+e+", "+n)}function u(t,e,n){if(void 0!==e&&(n=e),void 0===t)return n;var i=n;return Q.test(t)||!J.test(t)?i=parseInt(t,10):J.test(t)&&(i=1e3*parseFloat(t)),0>i&&(i=0),i==i?i:n}function c(t){B.debug&&window&&window.console.warn(t)}var l=function(t,e,n){function r(t){return"object"==(0,i.default)(t)}function a(t){return"function"==typeof t}function o(){}return function i(s,u){function c(){var t=new l;return a(t.init)&&t.init.apply(t,arguments),t}function l(){}u===n&&(u=s,s=Object),c.Bare=l;var f,d=o[t]=s[t],h=l[t]=c[t]=new o;return h.constructor=c,c.mixin=function(e){return l[t]=c[t]=i(c,e)[t],c},c.open=function(t){if(f={},a(t)?f=t.call(c,h,d,c,s):r(t)&&(f=t),r(f))for(var n in f)e.call(f,n)&&(h[n]=f[n]);return a(h.init)||(h.init=s),c},c.open(u)}}("prototype",{}.hasOwnProperty),f={ease:["ease",function(t,e,n,i){var r=(t/=i)*t,a=r*t;return e+n*(-2.75*a*r+11*r*r+-15.5*a+8*r+.25*t)}],"ease-in":["ease-in",function(t,e,n,i){var r=(t/=i)*t,a=r*t;return e+n*(-1*a*r+3*r*r+-3*a+2*r)}],"ease-out":["ease-out",function(t,e,n,i){var r=(t/=i)*t,a=r*t;return e+n*(.3*a*r+-1.6*r*r+2.2*a+-1.8*r+1.9*t)}],"ease-in-out":["ease-in-out",function(t,e,n,i){var r=(t/=i)*t,a=r*t;return e+n*(2*a*r+-5*r*r+2*a+2*r)}],linear:["linear",function(t,e,n,i){return n*t/i+e}],"ease-in-quad":["cubic-bezier(0.550, 0.085, 0.680, 0.530)",function(t,e,n,i){return n*(t/=i)*t+e}],"ease-out-quad":["cubic-bezier(0.250, 0.460, 0.450, 0.940)",function(t,e,n,i){return-n*(t/=i)*(t-2)+e}],"ease-in-out-quad":["cubic-bezier(0.455, 0.030, 0.515, 0.955)",function(t,e,n,i){return(t/=i/2)<1?n/2*t*t+e:-n/2*(--t*(t-2)-1)+e}],"ease-in-cubic":["cubic-bezier(0.550, 0.055, 0.675, 0.190)",function(t,e,n,i){return n*(t/=i)*t*t+e}],"ease-out-cubic":["cubic-bezier(0.215, 0.610, 0.355, 1)",function(t,e,n,i){return n*((t=t/i-1)*t*t+1)+e}],"ease-in-out-cubic":["cubic-bezier(0.645, 0.045, 0.355, 1)",function(t,e,n,i){return(t/=i/2)<1?n/2*t*t*t+e:n/2*((t-=2)*t*t+2)+e}],"ease-in-quart":["cubic-bezier(0.895, 0.030, 0.685, 0.220)",function(t,e,n,i){return n*(t/=i)*t*t*t+e}],"ease-out-quart":["cubic-bezier(0.165, 0.840, 0.440, 1)",function(t,e,n,i){return-n*((t=t/i-1)*t*t*t-1)+e}],"ease-in-out-quart":["cubic-bezier(0.770, 0, 0.175, 1)",function(t,e,n,i){return(t/=i/2)<1?n/2*t*t*t*t+e:-n/2*((t-=2)*t*t*t-2)+e}],"ease-in-quint":["cubic-bezier(0.755, 0.050, 0.855, 0.060)",function(t,e,n,i){return n*(t/=i)*t*t*t*t+e}],"ease-out-quint":["cubic-bezier(0.230, 1, 0.320, 1)",function(t,e,n,i){return n*((t=t/i-1)*t*t*t*t+1)+e}],"ease-in-out-quint":["cubic-bezier(0.860, 0, 0.070, 1)",function(t,e,n,i){return(t/=i/2)<1?n/2*t*t*t*t*t+e:n/2*((t-=2)*t*t*t*t+2)+e}],"ease-in-sine":["cubic-bezier(0.470, 0, 0.745, 0.715)",function(t,e,n,i){return-n*Math.cos(t/i*(Math.PI/2))+n+e}],"ease-out-sine":["cubic-bezier(0.390, 0.575, 0.565, 1)",function(t,e,n,i){return n*Math.sin(t/i*(Math.PI/2))+e}],"ease-in-out-sine":["cubic-bezier(0.445, 0.050, 0.550, 0.950)",function(t,e,n,i){return-n/2*(Math.cos(Math.PI*t/i)-1)+e}],"ease-in-expo":["cubic-bezier(0.950, 0.050, 0.795, 0.035)",function(t,e,n,i){return 0===t?e:n*Math.pow(2,10*(t/i-1))+e}],"ease-out-expo":["cubic-bezier(0.190, 1, 0.220, 1)",function(t,e,n,i){return t===i?e+n:n*(1-Math.pow(2,-10*t/i))+e}],"ease-in-out-expo":["cubic-bezier(1, 0, 0, 1)",function(t,e,n,i){return 0===t?e:t===i?e+n:(t/=i/2)<1?n/2*Math.pow(2,10*(t-1))+e:n/2*(2-Math.pow(2,-10*--t))+e}],"ease-in-circ":["cubic-bezier(0.600, 0.040, 0.980, 0.335)",function(t,e,n,i){return-n*(Math.sqrt(1-(t/=i)*t)-1)+e}],"ease-out-circ":["cubic-bezier(0.075, 0.820, 0.165, 1)",function(t,e,n,i){return n*Math.sqrt(1-(t=t/i-1)*t)+e}],"ease-in-out-circ":["cubic-bezier(0.785, 0.135, 0.150, 0.860)",function(t,e,n,i){return(t/=i/2)<1?-n/2*(Math.sqrt(1-t*t)-1)+e:n/2*(Math.sqrt(1-(t-=2)*t)+1)+e}],"ease-in-back":["cubic-bezier(0.600, -0.280, 0.735, 0.045)",function(t,e,n,i,r){return void 0===r&&(r=1.70158),n*(t/=i)*t*((r+1)*t-r)+e}],"ease-out-back":["cubic-bezier(0.175, 0.885, 0.320, 1.275)",function(t,e,n,i,r){return void 0===r&&(r=1.70158),n*((t=t/i-1)*t*((r+1)*t+r)+1)+e}],"ease-in-out-back":["cubic-bezier(0.680, -0.550, 0.265, 1.550)",function(t,e,n,i,r){return void 0===r&&(r=1.70158),(t/=i/2)<1?n/2*t*t*((1+(r*=1.525))*t-r)+e:n/2*((t-=2)*t*((1+(r*=1.525))*t+r)+2)+e}]},d={"ease-in-back":"cubic-bezier(0.600, 0, 0.735, 0.045)","ease-out-back":"cubic-bezier(0.175, 0.885, 0.320, 1)","ease-in-out-back":"cubic-bezier(0.680, 0, 0.265, 1)"},h=document,p=window,v="bkwld-tram",m=/[\-\.0-9]/g,g=/[A-Z]/,w="number",b=/^(rgb|#)/,y=/(em|cm|mm|in|pt|pc|px)$/,x=/(em|cm|mm|in|pt|pc|px|%)$/,k=/(deg|rad|turn)$/,_="unitless",E=/(all|none) 0s ease 0s/,O=/^(width|height)$/,T=" ",A=h.createElement("a"),R=["Webkit","Moz","O","ms"],C=["-webkit-","-moz-","-o-","-ms-"],S=function(t){if(t in A.style)return{dom:t,css:t};var e,n,i="",r=t.split("-");for(e=0;ec&&(c=t.span),t.stop(),t.animate(e)},function(t){"wait"in t&&(c=u(t.wait,0))}),d.call(this),c>0&&(this.timer=new H({duration:c,context:this}),this.active=!0,e&&(this.timer.complete=o));var p=this,v=!1,m={};z(function(){h.call(p,t,function(t){t.active&&(v=!0,m[t.name]=t.nextStyle)}),v&&p.$el.css(m)})}}}function o(){if(this.timer&&this.timer.destroy(),this.active=!1,this.queue.length){var t=this.queue.shift();a.call(this,t.options,!0,t.args)}}function s(t){var e;this.timer&&this.timer.destroy(),this.queue=[],this.active=!1,"string"==typeof t?(e={})[t]=1:e="object"==(0,i.default)(t)&&null!=t?t:this.props,h.call(this,e,p),d.call(this)}function l(){s.call(this),this.el.style.display="none"}function f(){this.el.offsetHeight}function d(){var t,e,n=[];for(t in this.upstream&&n.push(this.upstream),this.props)(e=this.props[t]).active&&n.push(e.string);n=n.join(","),this.style!==n&&(this.style=n,this.el.style[D.transition.dom]=n)}function h(t,e,i){var a,o,s,u,c=e!==p,l={};for(a in t)s=t[a],a in K?(l.transform||(l.transform={}),l.transform[a]=s):(g.test(a)&&(a=n(a)),a in Y?l[a]=s:(u||(u={}),u[a]=s));for(a in l){if(s=l[a],!(o=this.props[a])){if(!c)continue;o=r.call(this,a)}e.call(this,o,s)}i&&u&&i.call(this,u)}function p(t){t.stop()}function m(t,e){t.set(e)}function w(t){this.$el.css(t)}function b(t,n){e[t]=function(){return this.children?function(t,e){var n,i=this.children.length;for(n=0;i>n;n++)t.apply(this.children[n],e);return this}.call(this,n,arguments):(this.el&&n.apply(this,arguments),this)}}e.init=function(e){if(this.$el=t(e),this.el=this.$el[0],this.props={},this.queue=[],this.style="",this.active=!1,B.keepInherited&&!B.fallback){var n=G(this.el,"transition");n&&!E.test(n)&&(this.upstream=n)}D.backface&&B.hideBackface&&X(this.el,D.backface.css,"hidden")},b("add",r),b("start",a),b("wait",function(t){t=u(t,0),this.active?this.queue.push({options:t}):(this.timer=new H({duration:t,context:this,complete:o}),this.active=!0)}),b("then",function(t){return this.active?(this.queue.push({options:t,args:arguments}),void(this.timer.complete=o)):c("No active transition timer. Use start() or wait() before then().")}),b("next",o),b("stop",s),b("set",function(t){s.call(this,t),h.call(this,t,m,w)}),b("show",function(t){"string"!=typeof t&&(t="block"),this.el.style.display=t}),b("hide",l),b("redraw",f),b("destroy",function(){s.call(this),t.removeData(this.el,v),this.$el=this.el=null})}),j=l(L,function(e){function n(e,n){var i=t.data(e,v)||t.data(e,v,new L.Bare);return i.el||i.init(e),n?i.start(n):i}e.init=function(e,i){var r=t(e);if(!r.length)return this;if(1===r.length)return n(r[0],i);var a=[];return r.each(function(t,e){a.push(n(e,i))}),this.children=a,this}}),W=l(function(t){function e(){var t=this.get();this.update("auto");var e=this.get();return this.update(t),e}function n(t){var e=/rgba?\((\d+),\s*(\d+),\s*(\d+)/.exec(t);return(e?a(e[1],e[2],e[3]):t).replace(/#(\w)(\w)(\w)$/,"#$1$1$2$2$3$3")}var r=500,o="ease",s=0;t.init=function(t,e,n,i){this.$el=t,this.el=t[0];var a=e[0];n[2]&&(a=n[2]),Z[a]&&(a=Z[a]),this.name=a,this.type=n[1],this.duration=u(e[1],this.duration,r),this.ease=function(t,e,n){return void 0!==e&&(n=e),t in f?t:n}(e[2],this.ease,o),this.delay=u(e[3],this.delay,s),this.span=this.duration+this.delay,this.active=!1,this.nextStyle=null,this.auto=O.test(this.name),this.unit=i.unit||this.unit||B.defaultUnit,this.angle=i.angle||this.angle||B.defaultAngle,B.fallback||i.fallback?this.animate=this.fallback:(this.animate=this.transition,this.string=this.name+T+this.duration+"ms"+("ease"!=this.ease?T+f[this.ease][0]:"")+(this.delay?T+this.delay+"ms":""))},t.set=function(t){t=this.convert(t,this.type),this.update(t),this.redraw()},t.transition=function(t){this.active=!0,t=this.convert(t,this.type),this.auto&&("auto"==this.el.style[this.name]&&(this.update(this.get()),this.redraw()),"auto"==t&&(t=e.call(this))),this.nextStyle=t},t.fallback=function(t){var n=this.el.style[this.name]||this.convert(this.get(),this.type);t=this.convert(t,this.type),this.auto&&("auto"==n&&(n=this.convert(this.get(),this.type)),"auto"==t&&(t=e.call(this))),this.tween=new q({from:n,to:t,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.get=function(){return G(this.el,this.name)},t.update=function(t){X(this.el,this.name,t)},t.stop=function(){(this.active||this.nextStyle)&&(this.active=!1,this.nextStyle=null,X(this.el,this.name,this.get()));var t=this.tween;t&&t.context&&t.destroy()},t.convert=function(t,e){if("auto"==t&&this.auto)return t;var r,a="number"==typeof t,o="string"==typeof t;switch(e){case w:if(a)return t;if(o&&""===t.replace(m,""))return+t;r="number(unitless)";break;case b:if(o){if(""===t&&this.original)return this.original;if(e.test(t))return"#"==t.charAt(0)&&7==t.length?t:n(t)}r="hex or rgb string";break;case y:if(a)return t+this.unit;if(o&&e.test(t))return t;r="number(px) or string(unit)";break;case x:if(a)return t+this.unit;if(o&&e.test(t))return t;r="number(px) or string(unit or %)";break;case k:if(a)return t+this.angle;if(o&&e.test(t))return t;r="number(deg) or string(angle)";break;case _:if(a)return t;if(o&&x.test(t))return t;r="number(unitless) or string(unit or %)"}return function(t,e){c("Type warning: Expected: ["+t+"] Got: ["+(0,i.default)(e)+"] "+e)}(r,t),t},t.redraw=function(){this.el.offsetHeight}}),F=l(W,function(t,e){t.init=function(){e.init.apply(this,arguments),this.original||(this.original=this.convert(this.get(),b))}}),N=l(W,function(t,e){t.init=function(){e.init.apply(this,arguments),this.animate=this.fallback},t.get=function(){return this.$el[this.name]()},t.update=function(t){this.$el[this.name](t)}}),$=l(W,function(t,e){function n(t,e){var n,i,r,a,o;for(n in t)r=(a=K[n])[0],i=a[1]||n,o=this.convert(t[n],r),e.call(this,i,o,r)}t.init=function(){e.init.apply(this,arguments),this.current||(this.current={},K.perspective&&B.perspective&&(this.current.perspective=B.perspective,X(this.el,this.name,this.style(this.current)),this.redraw()))},t.set=function(t){n.call(this,t,function(t,e){this.current[t]=e}),X(this.el,this.name,this.style(this.current)),this.redraw()},t.transition=function(t){var e=this.values(t);this.tween=new U({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease});var n,i={};for(n in this.current)i[n]=n in e?e[n]:this.current[n];this.active=!0,this.nextStyle=this.style(i)},t.fallback=function(t){var e=this.values(t);this.tween=new U({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.update=function(){X(this.el,this.name,this.style(this.current))},t.style=function(t){var e,n="";for(e in t)n+=e+"("+t[e]+") ";return n},t.values=function(t){var e,i={};return n.call(this,t,function(t,n,r){i[t]=n,void 0===this.current[t]&&(e=0,~t.indexOf("scale")&&(e=1),this.current[t]=this.convert(e,r))}),i}}),q=l(function(e){function n(){var t,e,i,r=u.length;if(r)for(z(n),e=P(),t=r;t--;)(i=u[t])&&i.render(e)}var i={ease:f.ease[1],from:0,to:1};e.init=function(t){this.duration=t.duration||0,this.delay=t.delay||0;var e=t.ease||i.ease;f[e]&&(e=f[e][1]),"function"!=typeof e&&(e=i.ease),this.ease=e,this.update=t.update||o,this.complete=t.complete||o,this.context=t.context||this,this.name=t.name;var n=t.from,r=t.to;void 0===n&&(n=i.from),void 0===r&&(r=i.to),this.unit=t.unit||"","number"==typeof n&&"number"==typeof r?(this.begin=n,this.change=r-n):this.format(r,n),this.value=this.begin+this.unit,this.start=P(),!1!==t.autoplay&&this.play()},e.play=function(){var t;this.active||(this.start||(this.start=P()),this.active=!0,t=this,1===u.push(t)&&z(n))},e.stop=function(){var e,n,i;this.active&&(this.active=!1,e=this,(i=t.inArray(e,u))>=0&&(n=u.slice(i+1),u.length=i,n.length&&(u=u.concat(n))))},e.render=function(t){var e,n=t-this.start;if(this.delay){if(n<=this.delay)return;n-=this.delay}if(n').attr("href","https://webflow.com?utm_campaign=brandjs"),i=t("").attr("src","https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-icon.f67cd735e3.svg").attr("alt","").css({marginRight:"8px",width:"16px"}),o=t("").attr("src","https://d1otoma47x30pg.cloudfront.net/img/webflow-badge-text.6faa6a38cd.svg").attr("alt","Made in Webflow"),n.append(i,o),n[0]),d(),setTimeout(d,500),t(r).off(l,f).on(l,f))},n})},function(t,e,n){"use strict";var i=window.$,r=n(1)&&i.tram; +/*! + * Webflow._ (aka) Underscore.js 1.6.0 (custom build) + * _.each + * _.map + * _.find + * _.filter + * _.any + * _.contains + * _.delay + * _.defer + * _.throttle (webflow) + * _.debounce + * _.keys + * _.has + * _.now + * + * http://underscorejs.org + * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Underscore may be freely distributed under the MIT license. + * @license MIT + */ +t.exports=function(){var t={VERSION:"1.6.0-Webflow"},e={},n=Array.prototype,i=Object.prototype,a=Function.prototype,o=(n.push,n.slice),s=(n.concat,i.toString,i.hasOwnProperty),u=n.forEach,c=n.map,l=(n.reduce,n.reduceRight,n.filter),f=(n.every,n.some),d=n.indexOf,h=(n.lastIndexOf,Array.isArray,Object.keys),p=(a.bind,t.each=t.forEach=function(n,i,r){if(null==n)return n;if(u&&n.forEach===u)n.forEach(i,r);else if(n.length===+n.length){for(var a=0,o=n.length;a/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var m=/(.)^/,g={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},w=/\\|'|\r|\n|\u2028|\u2029/g,b=function(t){return"\\"+g[t]};return t.template=function(e,n,i){!n&&i&&(n=i),n=t.defaults({},n,t.templateSettings);var r=RegExp([(n.escape||m).source,(n.interpolate||m).source,(n.evaluate||m).source].join("|")+"|$","g"),a=0,o="__p+='";e.replace(r,function(t,n,i,r,s){return o+=e.slice(a,s).replace(w,b),a=s+t.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?o+="'+\n((__t=("+i+"))==null?'':__t)+\n'":r&&(o+="';\n"+r+"\n__p+='"),t}),o+="';\n",n.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{var s=new Function(n.variable||"obj","_",o)}catch(t){throw t.source=o,t}var u=function(e){return s.call(this,e,t)},c=n.variable||"obj";return u.source="function("+c+"){\n"+o+"}",u},t}()},function(t,e){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(e){return"function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?t.exports=i=function(t){return n(t)}:t.exports=i=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)},i(e)}t.exports=i},function(t,e,n){"use strict";var i=n(0);i.define("edit",t.exports=function(t,e,n){if(n=n||{},(i.env("test")||i.env("frame"))&&!n.fixture&&!function(){try{return window.top.__Cypress__}catch(t){return!1}}())return{exit:1};var r,a=t(window),o=t(document.documentElement),s=document.location,u="hashchange",c=n.load||function(){r=!0,window.WebflowEditor=!0,a.off(u,f),function(t){var e=window.document.createElement("iframe");e.src="https://webflow.com/site/third-party-cookie-check.html",e.style.display="none",e.sandbox="allow-scripts allow-same-origin";var n=function n(i){"WF_third_party_cookies_unsupported"===i.data?(g(e,n),t(!1)):"WF_third_party_cookies_supported"===i.data&&(g(e,n),t(!0))};e.onerror=function(){g(e,n),t(!1)},window.addEventListener("message",n,!1),window.document.body.appendChild(e)}(function(e){t.ajax({url:m("https://editor-api.webflow.com/api/editor/view"),data:{siteId:o.attr("data-wf-site")},xhrFields:{withCredentials:!0},dataType:"json",crossDomain:!0,success:d(e)})})},l=!1;try{l=localStorage&&localStorage.getItem&&localStorage.getItem("WebflowEditor")}catch(t){}function f(){r||/\?edit/.test(s.hash)&&c()}function d(t){return function(e){e?(e.thirdPartyCookiesSupported=t,h(v(e.bugReporterScriptPath),function(){h(v(e.scriptPath),function(){window.WebflowEditor(e)})})):console.error("Could not load editor data")}}function h(e,n){t.ajax({type:"GET",url:e,dataType:"script",cache:!0}).then(n,p)}function p(t,e,n){throw console.error("Could not load editor script: "+e),n}function v(t){return t.indexOf("//")>=0?t:m("https://editor-api.webflow.com"+t)}function m(t){return t.replace(/([^:])\/\//g,"$1/")}function g(t,e){window.removeEventListener("message",e,!1),t.remove()}return l?c():s.search?(/[?&](edit)(?:[=&?]|$)/.test(s.search)||/\?edit$/.test(s.href))&&c():a.on(u,f).triggerHandler(u),{}})},function(t,e,n){"use strict";var i=n(0);i.define("links",t.exports=function(t,e){var n,r,a,o={},s=t(window),u=i.env(),c=window.location,l=document.createElement("a"),f="w--current",d=/index\.(html|php)$/,h=/\/$/;function p(e){var i=n&&e.getAttribute("href-disabled")||e.getAttribute("href");if(l.href=i,!(i.indexOf(":")>=0)){var o=t(e);if(l.hash.length>1&&l.host+l.pathname===c.host+c.pathname){if(!/^#[a-zA-Z0-9\-\_]+$/.test(l.hash))return;var s=t(l.hash);s.length&&r.push({link:o,sec:s,active:!1})}else if("#"!==i&&""!==i){var u=l.href===c.href||i===a||d.test(i)&&h.test(a);m(o,f,u)}}}function v(){var t=s.scrollTop(),n=s.height();e.each(r,function(e){var i=e.link,r=e.sec,a=r.offset().top,o=r.outerHeight(),s=.5*n,u=r.is(":visible")&&a+o-s>=t&&a+s<=t+n;e.active!==u&&(e.active=u,m(i,f,u))})}function m(t,e,n){var i=t.hasClass(e);n&&i||(n||i)&&(n?t.addClass(e):t.removeClass(e))}return o.ready=o.design=o.preview=function(){n=u&&i.env("design"),a=i.env("slug")||c.pathname||"",i.scroll.off(v),r=[];for(var t=document.links,e=0;e .header, "+l+" > .w-nav:not([data-no-scroll])"),d="fixed"===f.css("position")?f.outerHeight():0;a.setTimeout(function(){!function(e,n){var i=t(a).scrollTop(),r=e.offset().top-n;if("mid"===e.data("scroll")){var o=t(a).height()-n,s=e.outerHeight();s0)&&(u=e)}),Date.now||(Date.now=function(){return(new Date).getTime()});var c=Date.now(),l=a.requestAnimationFrame||a.mozRequestAnimationFrame||a.webkitRequestAnimationFrame||function(t){a.setTimeout(t,15)},f=(472.143*Math.log(Math.abs(i-r)+125)-2e3)*u;!function t(){var e=Date.now()-c;a.scroll(0,function(t,e,n,i){if(n>i)return e;return t+(e-t)*(r=n/i,r<.5?4*r*r*r:(r-1)*(2*r-2)*(2*r-2)+1);var r}(i,r,e,f)),e<=f&&l(t)}()}(r,d)},n?0:300)}(c,n)}}return{ready:function(){var t=n.CLICK_EMPTY,i=n.CLICK_SCROLL;e=o.href.split("#")[0],r.on(i,l,f),r.on(t,c,function(t){t.preventDefault()})}}})},function(t,e,n){"use strict";n(0).define("touch",t.exports=function(t){var e={},n=window.getSelection;function i(e){var i,r,a=!1,o=!1,s=Math.min(Math.round(.04*window.innerWidth),40);function u(t){var e=t.touches;e&&e.length>1||(a=!0,e?(o=!0,i=e[0].clientX):i=t.clientX,r=i)}function c(e){if(a){if(o&&"mousemove"===e.type)return e.preventDefault(),void e.stopPropagation();var i=e.touches,u=i?i[0].clientX:e.clientX,c=u-r;r=u,Math.abs(c)>s&&n&&""===String(n())&&(!function(e,n,i){var r=t.Event(e,{originalEvent:n});t(n.target).trigger(r,i)}("swipe",e,{direction:c>0?"right":"left"}),f())}}function l(t){if(a)return a=!1,o&&"mouseup"===t.type?(t.preventDefault(),t.stopPropagation(),void(o=!1)):void 0}function f(){a=!1}e.addEventListener("touchstart",u,!1),e.addEventListener("touchmove",c,!1),e.addEventListener("touchend",l,!1),e.addEventListener("touchcancel",f,!1),e.addEventListener("mousedown",u,!1),e.addEventListener("mousemove",c,!1),e.addEventListener("mouseup",l,!1),e.addEventListener("mouseout",f,!1),this.destroy=function(){e.removeEventListener("touchstart",u,!1),e.removeEventListener("touchmove",c,!1),e.removeEventListener("touchend",l,!1),e.removeEventListener("touchcancel",f,!1),e.removeEventListener("mousedown",u,!1),e.removeEventListener("mousemove",c,!1),e.removeEventListener("mouseup",l,!1),e.removeEventListener("mouseout",f,!1),e=null}}return t.event.special.tap={bindType:"click",delegateType:"click"},e.init=function(e){return(e="string"==typeof e?t(e).get(0):e)?new i(e):null},e.instance=e.init(document),e})},function(t,e,n){"use strict";var i=n(2)(n(13)),r=n(0);r.define("forms",t.exports=function(t,e){var n,a,o,s,u,c={},l=t(document),f=window.location,d=window.XDomainRequest&&!window.atob,h=".w-form",p=/e(-)?mail/i,v=/^\S+@\S+$/,m=window.alert,g=r.env(),w=/list-manage[1-9]?.com/i,b=e.debounce(function(){m("Oops! This page has improperly configured forms. Please contact your website administrator to fix this issue.")},100);function y(e,n){var i=t(n),r=t.data(n,h);r||(r=t.data(n,h,{form:i})),x(r);var o=i.closest("div.w-form");r.done=o.find("> .w-form-done"),r.fail=o.find("> .w-form-fail"),r.fileUploads=o.find(".w-file-upload"),r.fileUploads.each(function(e){!function(e,n){if(!n.fileUploads||!n.fileUploads[e])return;var i,r=t(n.fileUploads[e]),a=r.find("> .w-file-upload-default"),o=r.find("> .w-file-upload-uploading"),s=r.find("> .w-file-upload-success"),c=r.find("> .w-file-upload-error"),l=a.find(".w-file-upload-input"),f=a.find(".w-file-upload-label"),d=f.children(),h=c.find(".w-file-upload-error-msg"),p=s.find(".w-file-upload-file"),v=s.find(".w-file-remove-link"),m=p.find(".w-file-upload-file-name"),w=h.attr("data-w-size-error"),b=h.attr("data-w-type-error"),y=h.attr("data-w-generic-error");if(g)l.on("click",function(t){t.preventDefault()}),f.on("click",function(t){t.preventDefault()}),d.on("click",function(t){t.preventDefault()});else{v.on("click",function(){l.removeAttr("data-value"),l.val(""),m.html(""),a.toggle(!0),s.toggle(!1)}),l.on("change",function(r){(i=r.target&&r.target.files&&r.target.files[0])&&(a.toggle(!1),c.toggle(!1),o.toggle(!0),m.text(i.name),A()||k(n),n.fileUploads[e].uploading=!0,function(e,n){var i={name:e.name,size:e.size};t.ajax({type:"POST",url:u,data:i,dataType:"json",crossDomain:!0}).done(function(t){n(null,t)}).fail(function(t){n(t)})}(i,O))});var _=f.outerHeight();l.height(_),l.width(1)}function E(t){var i=t.responseJSON&&t.responseJSON.msg,r=y;"string"==typeof i&&0===i.indexOf("InvalidFileTypeError")?r=b:"string"==typeof i&&0===i.indexOf("MaxFileSizeError")&&(r=w),h.text(r),l.removeAttr("data-value"),l.val(""),o.toggle(!1),a.toggle(!0),c.toggle(!0),n.fileUploads[e].uploading=!1,A()||x(n)}function O(e,n){if(e)return E(e);var r=n.fileName,a=n.postData,o=n.fileId,s=n.s3Url;l.attr("data-value",o),function(e,n,i,r,a){var o=new FormData;for(var s in n)o.append(s,n[s]);o.append("file",i,r),t.ajax({type:"POST",url:e,data:o,processData:!1,contentType:!1}).done(function(){a(null)}).fail(function(t){a(t)})}(s,a,i,r,T)}function T(t){if(t)return E(t);o.toggle(!1),s.css("display","inline-block"),n.fileUploads[e].uploading=!1,A()||x(n)}function A(){var t=n.fileUploads&&n.fileUploads.toArray()||[];return t.some(function(t){return t.uploading})}}(e,r)});var s=r.action=i.attr("action");r.handler=null,r.redirect=i.attr("data-redirect"),w.test(s)?r.handler=O:s||(a?r.handler=E:b())}function x(t){var e=t.btn=t.form.find(':input[type="submit"]');t.wait=t.btn.attr("data-wait")||null,t.success=!1,e.prop("disabled",!1),t.label&&e.val(t.label)}function k(t){var e=t.btn,n=t.wait;e.prop("disabled",!0),n&&(t.label=e.val(),e.val(n))}function _(e,n){var i=null;return n=n||{},e.find(':input:not([type="submit"]):not([type="file"])').each(function(r,a){var o=t(a),s=o.attr("type"),u=o.attr("data-name")||o.attr("name")||"Field "+(r+1),c=o.val();if("checkbox"===s)c=o.is(":checked");else if("radio"===s){if(null===n[u]||"string"==typeof n[u])return;c=e.find('input[name="'+o.attr("name")+'"]:checked').val()||null}"string"==typeof c&&(c=t.trim(c)),n[u]=c,i=i||function(t,e,n,i){var r=null;"password"===e?r="Passwords cannot be submitted.":t.attr("required")?i?p.test(t.attr("type"))&&(v.test(i)||(r="Please enter a valid email address for: "+n)):r="Please fill out the required field: "+n:"g-recaptcha-response"!==n||i||(r="Please confirm you’re not a robot.");return r}(o,s,u,c)}),i}function E(e){x(e);var n=e.form,i={name:n.attr("data-name")||n.attr("name")||"Untitled Form",source:f.href,test:r.env(),fields:{},fileUploads:{},dolphin:/pass[\s-_]?(word|code)|secret|login|credentials/i.test(n.html())};A(e);var o=_(n,i.fields);if(o)return m(o);i.fileUploads=function(e){var n={};return e.find(':input[type="file"]').each(function(e,i){var r=t(i),a=r.attr("data-name")||r.attr("name")||"File "+(e+1),o=r.attr("data-value");"string"==typeof o&&(o=t.trim(o)),n[a]=o}),n}(n),k(e),a?t.ajax({url:s,type:"POST",data:i,dataType:"json",crossDomain:!0}).done(function(t){t&&200===t.code&&(e.success=!0),T(e)}).fail(function(){T(e)}):T(e)}function O(n){x(n);var i=n.form,r={};if(!/^https/.test(f.href)||/^https/.test(n.action)){A(n);var a,o=_(i,r);if(o)return m(o);k(n),e.each(r,function(t,e){p.test(e)&&(r.EMAIL=t),/^((full[ _-]?)?name)$/i.test(e)&&(a=t),/^(first[ _-]?name)$/i.test(e)&&(r.FNAME=t),/^(last[ _-]?name)$/i.test(e)&&(r.LNAME=t)}),a&&!r.FNAME&&(a=a.split(" "),r.FNAME=a[0],r.LNAME=r.LNAME||a[1]);var s=n.action.replace("/post?","/post-json?")+"&c=?",u=s.indexOf("u=")+2;u=s.substring(u,s.indexOf("&",u));var c=s.indexOf("id=")+3;c=s.substring(c,s.indexOf("&",c)),r["b_"+u+"_"+c]="",t.ajax({url:s,data:r,dataType:"jsonp"}).done(function(t){n.success="success"===t.result||/already/.test(t.msg),n.success||console.info("MailChimp error: "+t.msg),T(n)}).fail(function(){T(n)})}else i.attr("method","post")}function T(t){var e=t.form,n=t.redirect,i=t.success;i&&n?r.location(n):(t.done.toggle(i),t.fail.toggle(!i),e.toggle(!i),x(t))}function A(t){t.evt&&t.evt.preventDefault(),t.evt=null}return c.ready=c.design=c.preview=function(){!function(){a=t("html").attr("data-wf-site"),s="https://webflow.com/api/v1/form/"+a,d&&s.indexOf("https://webflow.com")>=0&&(s=s.replace("https://webflow.com","http://formdata.webflow.com"));if(u="".concat(s,"/signFile"),!(n=t(h+" form")).length)return;n.each(y)}(),g||o||function(){o=!0,l.on("submit",h+" form",function(e){var n=t.data(this,h);n.handler&&(n.evt=e,n.handler(n))});var e=[["checkbox",".w-checkbox-input"],["radio",".w-radio-input"]];l.on("change",h+' form input[type="checkbox"]:not(.w-checkbox-input)',function(e){t(e.target).siblings(".w-checkbox-input").toggleClass("w--redirected-checked")}),l.on("change",h+' form input[type="radio"]',function(e){t('input[name="'.concat(e.target.name,'"]:not(').concat(".w-checkbox-input",")")).map(function(e,n){return t(n).siblings(".w-radio-input").removeClass("w--redirected-checked")});var n=t(e.target);n.hasClass("w-radio-input")||n.siblings(".w-radio-input").addClass("w--redirected-checked")}),e.forEach(function(e){var n=(0,i.default)(e,2),r=n[0],a=n[1];l.on("focus",h+' form input[type="'.concat(r,'"]:not(')+a+")",function(e){t(e.target).siblings(a).addClass("w--redirected-focus")}),l.on("blur",h+' form input[type="'.concat(r,'"]:not(')+a+")",function(e){t(e.target).siblings(a).removeClass("w--redirected-focus")})})}()},c})},function(t,e,n){var i=n(14),r=n(15),a=n(16);t.exports=function(t,e){return i(t)||r(t,e)||a()}},function(t,e){t.exports=function(t){if(Array.isArray(t))return t}},function(t,e){t.exports=function(t,e){var n=[],i=!0,r=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(i=(o=s.next()).done)&&(n.push(o.value),!e||n.length!==e);i=!0);}catch(t){r=!0,a=t}finally{try{i||null==s.return||s.return()}finally{if(r)throw a}}return n}},function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}},function(t,e,n){"use strict";var i=n(0),r=n(3),a={ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,ESCAPE:27,SPACE:32,ENTER:13,HOME:36,END:35};i.define("navbar",t.exports=function(t,e){var n,o,s,u,c={},l=t.tram,f=t(window),d=t(document),h=e.debounce,p=i.env(),v='
    ',m=".w-nav",g="w--open",w="w--nav-dropdown-open",b="w--nav-dropdown-toggle-open",y="w--nav-dropdown-list-open",x="w--nav-link-open",k=r.triggers,_=t();function E(){i.resize.off(O)}function O(){o.each(P)}function T(n,i){var r=t(i),o=t.data(i,m);o||(o=t.data(i,m,{open:!1,el:r,config:{},selectedIdx:-1})),o.menu=r.find(".w-nav-menu"),o.links=o.menu.find(".w-nav-link"),o.dropdowns=o.menu.find(".w-dropdown"),o.dropdownToggle=o.menu.find(".w-dropdown-toggle"),o.dropdownList=o.menu.find(".w-dropdown-list"),o.button=r.find(".w-nav-button"),o.container=r.find(".w-container"),o.overlayContainerId="w-nav-overlay-"+n,o.outside=function(e){e.outside&&d.off("click"+m,e.outside);return function(n){var i=t(n.target);u&&i.closest(".w-editor-bem-EditorOverlay").length||z(e,i)}}(o);var c=r.find(".w-nav-brand");c&&"/"===c.attr("href")&&null==c.attr("aria-label")&&c.attr("aria-label","home"),o.button.attr("style","-webkit-user-select: text;"),null==o.button.attr("aria-label")&&o.button.attr("aria-label","menu"),o.button.attr("role","button"),o.button.attr("tabindex","0"),o.button.attr("aria-controls",o.overlayContainerId),o.button.attr("aria-haspopup","menu"),o.button.attr("aria-expanded","false"),o.el.off(m),o.button.off(m),o.menu.off(m),C(o),s?(R(o),o.el.on("setting"+m,function(t){return function(n,i){i=i||{};var r=f.width();C(t),!0===i.open&&F(t,!0),!1===i.open&&$(t,!0),t.open&&e.defer(function(){r!==f.width()&&D(t)})}}(o))):(!function(e){if(e.overlay)return;e.overlay=t(v).appendTo(e.el),e.overlay.attr("id",e.overlayContainerId),e.parent=e.menu.parent(),$(e,!0)}(o),o.button.on("click"+m,I(o)),o.menu.on("click"+m,"a",M(o)),o.button.on("keydown"+m,function(t){return function(e){switch(e.keyCode){case a.SPACE:case a.ENTER:return I(t)(),e.preventDefault(),e.stopPropagation();case a.ESCAPE:return $(t),e.preventDefault(),e.stopPropagation();case a.ARROW_RIGHT:case a.ARROW_DOWN:case a.HOME:case a.END:return t.open?(e.keyCode===a.END?t.selectedIdx=t.links.length-1:t.selectedIdx=0,S(t),e.preventDefault(),e.stopPropagation()):(e.preventDefault(),e.stopPropagation())}}}(o)),o.el.on("keydown"+m,function(t){return function(e){if(t.open)switch(t.selectedIdx=t.links.index(document.activeElement),e.keyCode){case a.HOME:case a.END:return e.keyCode===a.END?t.selectedIdx=t.links.length-1:t.selectedIdx=0,S(t),e.preventDefault(),e.stopPropagation();case a.ESCAPE:return $(t),t.button.focus(),e.preventDefault(),e.stopPropagation();case a.ARROW_LEFT:case a.ARROW_UP:return t.selectedIdx=Math.max(-1,t.selectedIdx-1),S(t),e.preventDefault(),e.stopPropagation();case a.ARROW_RIGHT:case a.ARROW_DOWN:return t.selectedIdx=Math.min(t.links.length-1,t.selectedIdx+1),S(t),e.preventDefault(),e.stopPropagation()}}}(o))),P(n,i)}function A(e,n){var i=t.data(n,m);i&&(R(i),t.removeData(n,m))}function R(t){t.overlay&&($(t,!0),t.overlay.remove(),t.overlay=null)}function C(t){var n={},i=t.config||{},r=n.animation=t.el.attr("data-animation")||"default";n.animOver=/^over/.test(r),n.animDirect=/left$/.test(r)?-1:1,i.animation!==r&&t.open&&e.defer(D,t),n.easing=t.el.attr("data-easing")||"ease",n.easing2=t.el.attr("data-easing2")||"ease";var a=t.el.attr("data-duration");n.duration=null!=a?Number(a):400,n.docHeight=t.el.attr("data-doc-height"),t.config=n}function S(t){if(t.links[t.selectedIdx]){var e=t.links[t.selectedIdx];e.focus(),M(e)}}function D(t){t.open&&($(t,!0),F(t,!0))}function I(t){return h(function(){t.open?$(t):F(t)})}function M(e){return function(n){var r=t(this).attr("href");i.validClick(n.currentTarget)?r&&0===r.indexOf("#")&&e.open&&$(e):n.preventDefault()}}c.ready=c.design=c.preview=function(){if(s=p&&i.env("design"),u=i.env("editor"),n=t(document.body),!(o=d.find(m)).length)return;o.each(T),E(),i.resize.on(O)},c.destroy=function(){_=t(),E(),o&&o.length&&o.each(A)};var z=h(function(t,e){if(t.open){var n=e.closest(".w-nav-menu");t.menu.is(n)||$(t)}});function P(e,n){var i=t.data(n,m),r=i.collapsed="none"!==i.button.css("display");if(!i.open||r||s||$(i,!0),i.container.length){var a=function(e){var n=e.container.css(L);"none"===n&&(n="");return function(e,i){(i=t(i)).css(L,""),"none"===i.css(L)&&i.css(L,n)}}(i);i.links.each(a),i.dropdowns.each(a)}i.open&&N(i)}var L="max-width";function j(t,e){e.setAttribute("data-nav-menu-open","")}function W(t,e){e.removeAttribute("data-nav-menu-open")}function F(t,e){if(!t.open){t.open=!0,t.menu.each(j),t.links.addClass(x),t.dropdowns.addClass(w),t.dropdownToggle.addClass(b),t.dropdownList.addClass(y),t.button.addClass(g);var n=t.config;"none"!==n.animation&&l.support.transform||(e=!0);var r=N(t),a=t.menu.outerHeight(!0),o=t.menu.outerWidth(!0),u=t.el.height(),c=t.el[0];if(P(0,c),k.intro(0,c),i.redraw.up(),s||d.on("click"+m,t.outside),e)p();else{var f="transform "+n.duration+"ms "+n.easing;if(t.overlay&&(_=t.menu.prev(),t.overlay.show().append(t.menu)),n.animOver)return l(t.menu).add(f).set({x:n.animDirect*o,height:r}).start({x:0}).then(p),void(t.overlay&&t.overlay.width(o));var h=u+a;l(t.menu).add(f).set({y:-h}).start({y:0}).then(p)}}function p(){t.button.attr("aria-expanded","true")}}function N(t){var e=t.config,i=e.docHeight?d.height():n.height();return e.animOver?t.menu.height(i):"fixed"!==t.el.css("position")&&(i-=t.el.outerHeight(!0)),t.overlay&&t.overlay.height(i),i}function $(t,e){if(t.open){t.open=!1,t.button.removeClass(g);var n=t.config;if(("none"===n.animation||!l.support.transform||n.duration<=0)&&(e=!0),k.outro(0,t.el[0]),d.off("click"+m,t.outside),e)return l(t.menu).stop(),void u();var i="transform "+n.duration+"ms "+n.easing2,r=t.menu.outerHeight(!0),a=t.menu.outerWidth(!0),o=t.el.height();if(n.animOver)l(t.menu).add(i).start({x:a*n.animDirect}).then(u);else{var s=o+r;l(t.menu).add(i).start({y:-s}).then(u)}}function u(){t.menu.height(""),l(t.menu).set({x:0,y:0}),t.menu.each(W),t.links.removeClass(x),t.dropdowns.removeClass(w),t.dropdownToggle.removeClass(b),t.dropdownList.removeClass(y),t.overlay&&t.overlay.children().length&&(_.length?t.menu.insertAfter(_):t.menu.prependTo(t.parent),t.overlay.attr("style","").hide()),t.el.triggerHandler("w-close"),t.button.attr("aria-expanded","false")}}return c})},function(t,e,n){"use strict";var i=window.jQuery,r={},a=[],o={reset:function(t,e){e.__wf_intro=null},intro:function(t,e){e.__wf_intro||(e.__wf_intro=!0,i(e).triggerHandler(r.types.INTRO))},outro:function(t,e){e.__wf_intro&&(e.__wf_intro=null,i(e).triggerHandler(r.types.OUTRO))}};r.triggers={},r.types={INTRO:"w-ix-intro.w-ix",OUTRO:"w-ix-outro.w-ix"},r.init=function(){for(var t=a.length,e=0;e',m='
    ',g=r.triggers;function w(){(n=d.find(p)).length&&(n.each(x),c=null,u||(b(),i.resize.on(y),i.redraw.on(l.redraw)))}function b(){i.resize.off(y),i.redraw.off(l.redraw)}function y(){n.filter(":visible").each(M)}function x(e,n){var i=t(n),r=t.data(n,p);r||(r=t.data(n,p,{index:0,depth:1,hasFocus:{keyboard:!1,mouse:!1},el:i,config:{}})),r.mask=i.children(".w-slider-mask"),r.left=i.children(".w-slider-arrow-left"),r.right=i.children(".w-slider-arrow-right"),r.nav=i.children(".w-slider-nav"),r.slides=r.mask.children(".w-slide"),r.slides.each(g.reset),c&&(r.maskWidth=0),void 0===i.attr("role")&&i.attr("role","region"),void 0===i.attr("aria-label")&&i.attr("aria-label","carousel");var a=r.mask.attr("id");if(a||(a="w-slider-mask-"+e,r.mask.attr("id",a)),r.ariaLiveLabel=t(m).appendTo(r.mask),r.left.attr("role","button"),r.left.attr("tabindex","0"),r.left.attr("aria-controls",a),void 0===r.left.attr("aria-label")&&r.left.attr("aria-label","previous slide"),r.right.attr("role","button"),r.right.attr("tabindex","0"),r.right.attr("aria-controls",a),void 0===r.right.attr("aria-label")&&r.right.attr("aria-label","next slide"),!f.support.transform)return r.left.hide(),r.right.hide(),r.nav.hide(),void(u=!0);r.el.off(p),r.left.off(p),r.right.off(p),r.nav.off(p),k(r),s?(r.el.on("setting"+p,S(r)),C(r),r.hasTimer=!1):(r.el.on("swipe"+p,S(r)),r.left.on("click"+p,T(r)),r.right.on("click"+p,A(r)),r.left.on("keydown"+p,O(r,T)),r.right.on("keydown"+p,O(r,A)),r.nav.on("keydown"+p,"> div",S(r)),r.config.autoplay&&!r.hasTimer&&(r.hasTimer=!0,r.timerCount=1,R(r)),r.el.on("mouseenter"+p,E(r,!0,"mouse")),r.el.on("focusin"+p,E(r,!0,"keyboard")),r.el.on("mouseleave"+p,E(r,!1,"mouse")),r.el.on("focusout"+p,E(r,!1,"keyboard"))),r.nav.on("click"+p,"> div",S(r)),h||r.mask.contents().filter(function(){return 3===this.nodeType}).remove();var o=i.filter(":hidden");o.show();var l=i.parents(":hidden");l.show(),M(e,n),o.css("display",""),l.css("display","")}function k(t){var e={crossOver:0};e.animation=t.el.attr("data-animation")||"slide","outin"===e.animation&&(e.animation="cross",e.crossOver=.5),e.easing=t.el.attr("data-easing")||"ease";var n=t.el.attr("data-duration");if(e.duration=null!=n?parseInt(n,10):500,_(t.el.attr("data-infinite"))&&(e.infinite=!0),_(t.el.attr("data-disable-swipe"))&&(e.disableSwipe=!0),_(t.el.attr("data-hide-arrows"))?e.hideArrows=!0:t.config.hideArrows&&(t.left.show(),t.right.show()),_(t.el.attr("data-autoplay"))){e.autoplay=!0,e.delay=parseInt(t.el.attr("data-delay"),10)||2e3,e.timerMax=parseInt(t.el.attr("data-autoplay-limit"),10);var i="mousedown"+p+" touchstart"+p;s||t.el.off(i).one(i,function(){C(t)})}var r=t.right.width();e.edge=r?r+40:100,t.config=e}function _(t){return"1"===t||"true"===t}function E(e,n,i){return function(r){if(n)e.hasFocus[i]=n;else{if(t.contains(e.el.get(0),r.relatedTarget))return;if(e.hasFocus[i]=n,e.hasFocus.mouse&&"keyboard"===i||e.hasFocus.keyboard&&"mouse"===i)return}n?(e.ariaLiveLabel.attr("aria-live","polite"),e.hasTimer&&C(e)):(e.ariaLiveLabel.attr("aria-live","off"),e.hasTimer&&R(e))}}function O(t,e){return function(n){switch(n.keyCode){case a.SPACE:case a.ENTER:return e(t)(),n.preventDefault(),n.stopPropagation()}}}function T(t){return function(){I(t,{index:t.index-1,vector:-1})}}function A(t){return function(){I(t,{index:t.index+1,vector:1})}}function R(t){C(t);var e=t.config,n=e.timerMax;n&&t.timerCount++>n||(t.timerId=window.setTimeout(function(){null==t.timerId||s||(A(t)(),R(t))},e.delay))}function C(t){window.clearTimeout(t.timerId),t.timerId=null}function S(n){return function(r,o){o=o||{};var u=n.config;if(s&&"setting"===r.type){if("prev"===o.select)return T(n)();if("next"===o.select)return A(n)();if(k(n),z(n),null==o.select)return;!function(n,i){var r=null;i===n.slides.length&&(w(),z(n)),e.each(n.anchors,function(e,n){t(e.els).each(function(e,a){t(a).index()===i&&(r=n)})}),null!=r&&I(n,{index:r,immediate:!0})}(n,o.select)}else{if("swipe"===r.type){if(u.disableSwipe)return;if(i.env("editor"))return;return"left"===o.direction?A(n)():"right"===o.direction?T(n)():void 0}if(n.nav.has(r.target).length){var c=t(r.target).index();if("click"===r.type&&I(n,{index:c}),"keydown"===r.type)switch(r.keyCode){case a.ENTER:case a.SPACE:I(n,{index:c}),r.preventDefault();break;case a.ARROW_LEFT:case a.ARROW_UP:D(n.nav,Math.max(c-1,0)),r.preventDefault();break;case a.ARROW_RIGHT:case a.ARROW_DOWN:D(n.nav,Math.min(c+1,n.pages)),r.preventDefault();break;case a.HOME:D(n.nav,0),r.preventDefault();break;case a.END:D(n.nav,n.pages),r.preventDefault();break;default:return}}}}}function D(t,e){var n=t.children().eq(e).focus();t.children().not(n)}function I(e,n){n=n||{};var i=e.config,r=e.anchors;e.previous=e.index;var a=n.index,u={};a<0?(a=r.length-1,i.infinite&&(u.x=-e.endX,u.from=0,u.to=r[0].width)):a>=r.length&&(a=0,i.infinite&&(u.x=r[r.length-1].width,u.from=-r[r.length-1].x,u.to=u.from-u.x)),e.index=a;var l=e.nav.children().eq(a).addClass("w-active").attr("aria-selected","true").attr("tabindex","0");e.nav.children().not(l).removeClass("w-active").attr("aria-selected","false").attr("tabindex","-1"),i.hideArrows&&(e.index===r.length-1?e.right.hide():e.right.show(),0===e.index?e.left.hide():e.left.show());var d=e.offsetX||0,h=e.offsetX=-r[e.index].x,p={x:h,opacity:1,visibility:""},v=t(r[e.index].els),m=t(r[e.previous]&&r[e.previous].els),w=e.slides.not(v),b=i.animation,y=i.easing,x=Math.round(i.duration),k=n.vector||(e.index>e.previous?1:-1),_="opacity "+x+"ms "+y,E="transform "+x+"ms "+y;if(v.find(o).removeAttr("tabindex"),v.removeAttr("aria-hidden"),v.find("*").removeAttr("aria-hidden"),w.find(o).attr("tabindex","-1"),w.attr("aria-hidden","true"),w.find("*").attr("aria-hidden","true"),s||(v.each(g.intro),w.each(g.outro)),n.immediate&&!c)return f(v).set(p),void A();if(e.index!==e.previous){if(e.ariaLiveLabel.text("Slide ".concat(a+1," of ").concat(r.length,".")),"cross"===b){var O=Math.round(x-x*i.crossOver),T=Math.round(x-O);return _="opacity "+O+"ms "+y,f(m).set({visibility:""}).add(_).start({opacity:0}),void f(v).set({visibility:"",x:h,opacity:0,zIndex:e.depth++}).add(_).wait(T).then({opacity:1}).then(A)}if("fade"===b)return f(m).set({visibility:""}).stop(),void f(v).set({visibility:"",x:h,opacity:0,zIndex:e.depth++}).add(_).start({opacity:1}).then(A);if("over"===b)return p={x:e.endX},f(m).set({visibility:""}).stop(),void f(v).set({visibility:"",zIndex:e.depth++,x:h+r[e.index].width*k}).add(E).start({x:h}).then(A);i.infinite&&u.x?(f(e.slides.not(m)).set({visibility:"",x:u.x}).add(E).start({x:h}),f(m).set({visibility:"",x:u.from}).add(E).start({x:u.to}),e.shifted=m):(i.infinite&&e.shifted&&(f(e.shifted).set({visibility:"",x:d}),e.shifted=null),f(e.slides).set({visibility:""}).add(E).start({x:h}))}function A(){v=t(r[e.index].els),w=e.slides.not(v),"slide"!==b&&(p.visibility="hidden"),f(w).set(p)}}function M(e,n){var i=t.data(n,p);if(i)return function(t){var e=t.mask.width();if(t.maskWidth!==e)return t.maskWidth=e,!0;return!1}(i)?z(i):void(s&&function(e){var n=0;if(e.slides.each(function(e,i){n+=t(i).outerWidth(!0)}),e.slidesWidth!==n)return e.slidesWidth=n,!0;return!1}(i)&&z(i))}function z(e){var n=1,i=0,r=0,a=0,o=e.maskWidth,u=o-e.config.edge;u<0&&(u=0),e.anchors=[{els:[],x:0,width:0}],e.slides.each(function(s,c){r-i>u&&(n++,i+=o,e.anchors[n-1]={els:[],x:r,width:0}),a=t(c).outerWidth(!0),r+=a,e.anchors[n-1].width+=a,e.anchors[n-1].els.push(c);var l=s+1+" of "+e.slides.length;t(c).attr("aria-label",l),t(c).attr("role","group")}),e.endX=r,s&&(e.pages=null),e.nav.length&&e.pages!==n&&(e.pages=n,function(e){var n,i=[],r=e.el.attr("data-nav-spacing");r&&(r=parseFloat(r)+"px");for(var a=0,o=e.pages;a=n&&(c=n-1),I(e,{immediate:!0,index:c})}return l.ready=function(){s=i.env("design"),w()},l.design=function(){s=!0,w()},l.preview=function(){s=!1,w()},l.redraw=function(){c=!0,w()},l.destroy=b,l})}]); \ No newline at end of file diff --git a/themes/minimal/css/webfont.js b/themes/minimal/css/webfont.js new file mode 100644 index 0000000..3e95a6c --- /dev/null +++ b/themes/minimal/css/webfont.js @@ -0,0 +1,33 @@ +/* + * Copyright 2016 Small Batch, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ +/* Web Font Loader v1.6.26 - (c) Adobe Systems, Google. License: Apache 2.0 */(function(){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2=b.f?e():a.fonts.load(fa(b.a),b.h).then(function(a){1<=a.length?d():setTimeout(k,25)},function(){e()})}k()}),e=new Promise(function(a,d){setTimeout(d,b.f)});Promise.race([e,d]).then(function(){b.g(b.a)},function(){b.j(b.a)})};function R(a,b,c,d,e,f,g){this.v=a;this.B=b;this.c=c;this.a=d;this.s=g||"BESbswy";this.f={};this.w=e||3E3;this.u=f||null;this.o=this.j=this.h=this.g=null;this.g=new N(this.c,this.s);this.h=new N(this.c,this.s);this.j=new N(this.c,this.s);this.o=new N(this.c,this.s);a=new H(this.a.c+",serif",K(this.a));a=P(a);this.g.a.style.cssText=a;a=new H(this.a.c+",sans-serif",K(this.a));a=P(a);this.h.a.style.cssText=a;a=new H("serif",K(this.a));a=P(a);this.j.a.style.cssText=a;a=new H("sans-serif",K(this.a));a= +P(a);this.o.a.style.cssText=a;O(this.g);O(this.h);O(this.j);O(this.o)}var S={D:"serif",C:"sans-serif"},T=null;function U(){if(null===T){var a=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);T=!!a&&(536>parseInt(a[1],10)||536===parseInt(a[1],10)&&11>=parseInt(a[2],10))}return T}R.prototype.start=function(){this.f.serif=this.j.a.offsetWidth;this.f["sans-serif"]=this.o.a.offsetWidth;this.A=q();la(this)}; +function ma(a,b,c){for(var d in S)if(S.hasOwnProperty(d)&&b===a.f[S[d]]&&c===a.f[S[d]])return!0;return!1}function la(a){var b=a.g.a.offsetWidth,c=a.h.a.offsetWidth,d;(d=b===a.f.serif&&c===a.f["sans-serif"])||(d=U()&&ma(a,b,c));d?q()-a.A>=a.w?U()&&ma(a,b,c)&&(null===a.u||a.u.hasOwnProperty(a.a.c))?V(a,a.v):V(a,a.B):na(a):V(a,a.v)}function na(a){setTimeout(p(function(){la(this)},a),50)}function V(a,b){setTimeout(p(function(){v(this.g.a);v(this.h.a);v(this.j.a);v(this.o.a);b(this.a)},a),0)};function W(a,b,c){this.c=a;this.a=b;this.f=0;this.o=this.j=!1;this.s=c}var X=null;W.prototype.g=function(a){var b=this.a;b.g&&w(b.f,[b.a.c("wf",a.c,K(a).toString(),"active")],[b.a.c("wf",a.c,K(a).toString(),"loading"),b.a.c("wf",a.c,K(a).toString(),"inactive")]);L(b,"fontactive",a);this.o=!0;oa(this)}; +W.prototype.h=function(a){var b=this.a;if(b.g){var c=y(b.f,b.a.c("wf",a.c,K(a).toString(),"active")),d=[],e=[b.a.c("wf",a.c,K(a).toString(),"loading")];c||d.push(b.a.c("wf",a.c,K(a).toString(),"inactive"));w(b.f,d,e)}L(b,"fontinactive",a);oa(this)};function oa(a){0==--a.f&&a.j&&(a.o?(a=a.a,a.g&&w(a.f,[a.a.c("wf","active")],[a.a.c("wf","loading"),a.a.c("wf","inactive")]),L(a,"active")):M(a.a))};function pa(a){this.j=a;this.a=new ja;this.h=0;this.f=this.g=!0}pa.prototype.load=function(a){this.c=new ca(this.j,a.context||this.j);this.g=!1!==a.events;this.f=!1!==a.classes;qa(this,new ha(this.c,a),a)}; +function ra(a,b,c,d,e){var f=0==--a.h;(a.f||a.g)&&setTimeout(function(){var a=e||null,k=d||null||{};if(0===c.length&&f)M(b.a);else{b.f+=c.length;f&&(b.j=f);var h,m=[];for(h=0;h + + + +#sitename - #pagetitle + + + + + + + + + + + + + + + +
    +
    +

    #pagetitle

    +
    +
    +
    #tagline
    +
    +
    +
    +
    + + + + + +BODY + + + + + +
    +
    +
    +

    Ponte en contacto conmigo

    +
    +
    +
    +
    + +
    + +
    +

    Lo que hago

    +

    +Elegir a El Vikingo TI significa
    +optar por la tranquilidad, la profesionalidad
    +y una calidad de transmisión inigualable. +

    +
    + +
    +
    + +
    +

    La manera tradicional

    +

    Correo Electronico
    +Envíeme un mensaje +

    +
    + +
    +
    + +
    +

    Redes Sociales

    + + + + + + +
    +
    +
    +
    + +
    + + +
    + + + + + diff --git a/themes/minimal/testimonies.tpl b/themes/minimal/testimonies.tpl new file mode 100644 index 0000000..491dc33 --- /dev/null +++ b/themes/minimal/testimonies.tpl @@ -0,0 +1,29 @@ +
    +
    +

    How we make brands thrive

    +
    +
    +
    +
    + +
    +

    SET a target

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.

    +
    +
    +
    + +
    +

    design a solution

    +

    Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

    +
    +
    +
    + +
    +

    track the progress

    +

    Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

    +
    +
    +
    +