From d0a5b73d2a275bfff5957961f2360df8966bee22 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 24 Aug 2016 17:37:28 -0700 Subject: [PATCH] good working version No more history because it had lots of files that shouldn't be checked in and it wasn't worth fixing up the history --- .gitignore | 11 + COPYING | 339 ++++ COPYING.gplv3 | 674 +++++++ LICENSE | 202 ++ README | 56 + _site/assets/OpenSans.ttf | Bin 0 -> 34156 bytes _site/assets/cc-by-sa-4.0-80x15.png | Bin 0 -> 429 bytes _site/assets/cc-by-sa.png | Bin 0 -> 1621 bytes _site/assets/cc-by-sa.svg | 199 ++ _site/assets/favicon.png | Bin 0 -> 200 bytes _site/assets/librejs-logo.png | Bin 0 -> 11050 bytes _site/assets/profile250.jpg | Bin 0 -> 24074 bytes _site/comment.rb | 332 ++++ _site/common.css | 28 + _site/disabled.css | 0 _site/font/Open-Sans-regular/LICENSE.txt | 202 ++ .../Open-Sans-regular/Open-Sans-regular.eot | Bin 0 -> 18233 bytes .../Open-Sans-regular/Open-Sans-regular.svg | 1637 +++++++++++++++++ .../Open-Sans-regular/Open-Sans-regular.ttf | Bin 0 -> 34156 bytes .../Open-Sans-regular/Open-Sans-regular.woff | Bin 0 -> 14260 bytes .../Open-Sans-regular/Open-Sans-regular.woff2 | Bin 0 -> 10352 bytes _site/font/fontello.eot | Bin 0 -> 5180 bytes _site/font/fontello.svg | 12 + _site/font/fontello.ttf | Bin 0 -> 5012 bytes _site/font/fontello.woff | Bin 0 -> 2868 bytes _site/font/fontello.woff2 | Bin 0 -> 2332 bytes _site/git | 1 + _site/gitweb-footer.html | 372 ++++ _site/gitweb-site.css | 59 + _site/ian-kelling-pubkey.asc | 52 + _site/main.css | 446 +++++ _site/on2vote/on2-vote-detailed-analysis.txt | 177 ++ _site/on2vote/vote.py | 36 + _site/on2vote/votes.txt | 3 + _site/robots.txt | 2 + b.rb | 300 +++ ...014-08-01-publishing-my-technical-notes.md | 21 + blog/2014-08-07-python-uninstall.md | 15 + blog/2014-09-29-say-on2.md | 183 ++ blog/2014-10-14-on2-vote-results.md | 27 + blog/2016-08-23-site-redesign.md | 11 + build.rb | 89 + drafts/.gitignore | 2 + favorite-stuff.html | 74 + feed.xml | 0 get-comments | 49 + gimp-src/favicon.xcf | Bin 0 -> 1653 bytes iank-mod.el | 52 + index.html | 8 + set-comments | 37 + setup.sh | 181 ++ 51 files changed, 5889 insertions(+) create mode 100644 .gitignore create mode 100644 COPYING create mode 100644 COPYING.gplv3 create mode 100644 LICENSE create mode 100644 README create mode 100644 _site/assets/OpenSans.ttf create mode 100644 _site/assets/cc-by-sa-4.0-80x15.png create mode 100644 _site/assets/cc-by-sa.png create mode 100644 _site/assets/cc-by-sa.svg create mode 100644 _site/assets/favicon.png create mode 100644 _site/assets/librejs-logo.png create mode 100644 _site/assets/profile250.jpg create mode 100755 _site/comment.rb create mode 100644 _site/common.css create mode 100644 _site/disabled.css create mode 100644 _site/font/Open-Sans-regular/LICENSE.txt create mode 100644 _site/font/Open-Sans-regular/Open-Sans-regular.eot create mode 100644 _site/font/Open-Sans-regular/Open-Sans-regular.svg create mode 100644 _site/font/Open-Sans-regular/Open-Sans-regular.ttf create mode 100644 _site/font/Open-Sans-regular/Open-Sans-regular.woff create mode 100644 _site/font/Open-Sans-regular/Open-Sans-regular.woff2 create mode 100644 _site/font/fontello.eot create mode 100644 _site/font/fontello.svg create mode 100644 _site/font/fontello.ttf create mode 100644 _site/font/fontello.woff create mode 100644 _site/font/fontello.woff2 create mode 120000 _site/git create mode 100644 _site/gitweb-footer.html create mode 100644 _site/gitweb-site.css create mode 100644 _site/ian-kelling-pubkey.asc create mode 100644 _site/main.css create mode 100644 _site/on2vote/on2-vote-detailed-analysis.txt create mode 100644 _site/on2vote/vote.py create mode 100644 _site/on2vote/votes.txt create mode 100644 _site/robots.txt create mode 100644 b.rb create mode 100644 blog/2014-08-01-publishing-my-technical-notes.md create mode 100644 blog/2014-08-07-python-uninstall.md create mode 100644 blog/2014-09-29-say-on2.md create mode 100644 blog/2014-10-14-on2-vote-results.md create mode 100644 blog/2016-08-23-site-redesign.md create mode 100755 build.rb create mode 100644 drafts/.gitignore create mode 100644 favorite-stuff.html create mode 100644 feed.xml create mode 100755 get-comments create mode 100644 gimp-src/favicon.xcf create mode 100644 iank-mod.el create mode 100644 index.html create mode 100755 set-comments create mode 100755 setup.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a8f6c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/_site/blog +/_site/blog.html +/_site/feed.xml +/_site/music +/proposed-comments +/_site/favorite-stuff.html +/_site/index.html + + +/resume.md +/_site/resume.html diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + 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 +convey 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 2 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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. diff --git a/COPYING.gplv3 b/COPYING.gplv3 new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING.gplv3 @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + 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. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + 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/LICENSE b/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/README b/README new file mode 100644 index 0000000..017260f --- /dev/null +++ b/README @@ -0,0 +1,56 @@ +Content and automated setup of iankelling.org + + +* Setup + +setup.sh sets up apache and gitweb +build.rb does static site generation + +Dependencies for running ./setup.sh DOMAIN: A modern debian based system +(tested on debian 8, and debian 8 testing). + +Some shell scripts need to be sourced before running setup.sh: +https://iankelling.org/git/?p=distro-functions;a=summary +And some programs need to be in PATH: +https://iankelling.org/git/?p=basic-https-conf;a=summary +https://sallymae.club/git/?p=acme-tiny-wrapper;a=summary + +This repo does not include the repos under /git. In my own version, under /git are links to the .git dirs of the respective repos under the +hardcoded directory in setup.sh: gitroot=/a/bin/githtml. These +directories are managed separately, mostly by rsyncing them. + +Only the latest version of resume is kept in the resume branch which +gets rebased on master. + +./build.rb does have any dependencies, but it's not a generalized site +generator, it has some content files specific to my site that it expects. + +Dates in the blog directory can be generated with date +%F + + +* Comments + +New comments are stored in a sqlite database. Ones that are not +moderated for spam etc, are stored to disk for checkin on the next run +of build.rb. get-comments, set-comments, and iank-mod.el are for +moderating new comments. With one emacs command, you get a buffer of the +new comments, with keybinds to mark them for publishing, moderatation, +banning, and execute changes. + +* Inspirations + +http://blog.zorinaq.com/release-of-hablog-and-new-design/? +https://mjg59.dreamwidth.org/ +http://bettermotherfuckingwebsite.com +https://eduardoboucas.com/blog/2015/05/11/rethinking-the-commenting-system-for-my-jekyll-site.html + +* License + +Non-software is cc-by-sa 4 unless stated otherwise. Software is under +GPLv2 or later unless stated otherwise. I'd use gplv3 or agpl, but it's +simpler to use the same license as the gitweb javascript. + +The elisp is GPLv3 because emacs is. + +The opensans font is Apache2 licensed, from google fonts, +the license is included in the LICENSE file. diff --git a/_site/assets/OpenSans.ttf b/_site/assets/OpenSans.ttf new file mode 100644 index 0000000000000000000000000000000000000000..0dae9c3bbc0b52ccd98b060849e631661a9bebdc GIT binary patch literal 34156 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 literal 0 HcmV?d00001 diff --git a/_site/assets/cc-by-sa-4.0-80x15.png b/_site/assets/cc-by-sa-4.0-80x15.png new file mode 100644 index 0000000000000000000000000000000000000000..c1b97c48f59e05a2c87cd570cc0914d84ec243e2 GIT binary patch literal 429 zcmV;e0aE^nP)IWd0001%P)t-s00030 z|NpD8szgLYcXxM)h=|P0%L3Y$PEn)85tQMARr+jAtWUu zCnzT_FfK7OF*!RqJ3Tu=LP0`8LPJACXKQDMhK7fShqJh{#>&Rs-Q93hYCr%00MbcB zK~#9!t&`Ul!XONWlR%etS*@dW?>*lCkQnd*KqItg^Ff`D#fmsY}6WLzWJW>9tq|$IX{REC+ zinfoOdsdPn4@J#0wf`Ad$ybZtfkQAY*%d#MHFKBf@hk+Xw5)@eJ&T44S?pOnK_1i< z)&yZAg%lW=dJqc_qZeLwH4iK2b5DN*4=c@Gb{6*nc;0AuhoUVv#XBwA{uJGRS#!Jr X=XnVNAPa(`00000NkvXXu0mjfhV!W; literal 0 HcmV?d00001 diff --git a/_site/assets/cc-by-sa.png b/_site/assets/cc-by-sa.png new file mode 100644 index 0000000000000000000000000000000000000000..5d64b4af28199a806b05a303779ee44c2f6d26bd GIT binary patch literal 1621 zcmV-b2CDgqP)CF4OO>Mi`uGEB&t$GT1BmjEGn8t0vcsk z9_D4h53s>Deq)=2Y>C7o-64L#>3nB6lRLxMp7Gde<#44Vjql^!@psSt&bjA~kBB;a zJ|A65ON0ym2!_{bGrB>coh^#)MrbFoL%XRsB{B)x&!s3+NK>|$rTjsT3Z*<1$^~7t z=X@zgIjs$S&^M`#!PuCl1G+*xA=ZsK*0xq@WpkO9g8^DvU!=vg1(t=?d75AOyKO`T z*#I{j3(@vol;X)4CDMBgR<@X701qlfDnBhzz^vP?0V+_VZ zM?4i{ozQIsIS^bjKnB2V3bM}(u4Z|#z;r&%)(X%7>cssCy7kE|y3%pw!d5^X+9rOQ z;Jyck2fQe-=wvp@*1Wy9Z3209YlW6K0y@ZRi*>E|-snB*>+8EPH|o&l6^vHsHvk4L zsNe#aLOIV?>7VjbS67!~-a%jg?|vQ&3V}7J43MJ+U95-JXmwKuxt0}AJ)EN6zFtHB z;NT#QjEu10S?bXTecgi4O8o}F;7QQJD{u>Ji9??bnZWDp?4;r0VHz77qgX7)f@jpB zP3?=Z$#jB>6&++)GU!6*-G844vR) z%<+mU6f54)tayFNL=)gWv8?AuM|A;45leHznRfc0Jbp~?yxnb*a46J}eiOh6riKhV zG;pp8Zau4Y0x~!mj*qEAn=6*ot(dtutaGu@ga9lK$IarRuQ;Z9f8MGe77IXce)KVY zap!aT?wfB7ko}XBuJxM$X6w}~4AdYF4O_ibDp8{aAPZeUCv+o(6DyAH>Q<~q6e>-K z!?6}@XIVHab)bl2a`NXz|Jm6Y%}qaIFn{~`7em+V%na9E>wnL+eiOjp$D(Gv2*u>( z!MR?G@D>Ci9CnCs@y>bJrqYBJV0dzCu|_S{f-z137X1LYr>BR(?CtF}@v&I(KQCXp z(r*G7C$y5rlZa)-dR1ybv;h9W>OoZSt!;Qgo{GxGy;oPu=cu-k)%aHH3QMn0Ek zYJjNmcO&{;Qv@6zLN`1ERFxvEZC)v&t&YmIoLntO=ETX#%Ii+9%yT($aw-UFG6stY z{m`o(W*SZQv{L_tFinog2(7H!yjqwBkfq+*h60OL!?dgtriEkG!?d2hO&*}xN9DExSWWiK{x#G5WRJEppc}~^%q1yH zHSumu_OunikkKDTjdbPh&u*JQc9Zmh)!U{kHQnR)$KS}CW#h-l*I#iMRc;{RjyCjB z6YkePyw22sI2#N2re58fD!$i%z+nI&tCrlzl@Y)#YPzQXoc8pR)eaffKCPI;t6ra7 zC4*ejFFnD@t}i{O + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_site/assets/favicon.png b/_site/assets/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..e817ebce31215f23c0871c775fcc053d0df6b257 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkEYGO%h zib8p2Nrr;Er*A-tUMf3KT*uSJF~s6@a)Lz0fezO<_L@~QG)fucnD^EGHaHNcaEx^e hZ*w4Xn^({>piK!v92X`(HTVuP(9_k=Wt~$(697LWG)@2j literal 0 HcmV?d00001 diff --git a/_site/assets/librejs-logo.png b/_site/assets/librejs-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb6eb2960cd1332180a19df466f9abcdc1e5680 GIT binary patch literal 11050 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 GGymCnV. + +# debian sets LANG=C when starting apache2. +# the envoding comment above fixes the internal encoding afaik, +# Found this at +# https://stackoverflow.com/questions/20521371/set-utf-8-as-default-for-ruby-1-9-3 +# also note man ruby's -E arg. +Encoding.default_external = Encoding::UTF_8 + +require 'cgi' +require 'fileutils' +require 'time' +require 'sqlite3' + +require_relative '../b' +include B + +# constanty things +DEBUG = true +CAPTCHA = -> { + c = [] + x = (< 0 + c << x.pop(2) + end + c +}[] + +def do_captcha + captcha_q = CAPTCHA.sample[0] + puts "Content-type: text/html\n\n" + puts skel('comment.rb', "#{DN}/captcha", <blog / comment-captcha') +

Hello friend. I haven't read a post from #{IP}, and I only remember for a few months, so:

+

#{captcha_q}

+ +
+ + + + +
Your comment: + + +
+EOF + exit 0 +end + + +def fail(msg) + if DEBUG and msg + puts "Content-type: text/plain\n\n" + puts msg + else + redir + end + exit 0 +end + +def redir + File.write('/tmp/x', GOTO) + puts 'Status: 302 Found' + puts "Location: #{GOTO}#comment-section\n\n" + exit(0) +end + + +def bn(*args) + File.basename *args +end + + +###### begin error checking & arg parsing ###### +cgi = CGI.new +IP = cgi.remote_addr + +if cgi.has_key?('goto') + GOTO = cgi['goto'] +else + GOTO = '/' + fail['redir to /'] +end + +if (cgi.has_key?('url') && cgi['url'] != "") || ! cgi.has_key?('comment') + fail["comment not in form or url in form. cgi.params: #{cgi.params}"] +end + +COMMENT_TXT = cgi["comment"] + + +if COMMENT_TXT.length > 1000 or GOTO.length > 150 + fail['length of comment or goto is too great'] +end + + +captchad = false +if cgi.has_key?('answer') && cgi.has_key?('question') + if cgi['answer'].downcase !~ /^#{CAPTCHA.to_h[cgi['question']]}$/ + do_captcha + end + captchad = true +end + + +-> { + found = false + Dir.foreach('blog') do |entry| + next if ['.','..'].any? { |f| f == entry } + if GOTO == 'blog/' + entry + found = true + break + end + end + fail['goto entry not found'] unless found +}[] +######### end error checking & arg parsing ######## + + +$db = db_init +state = nil +WHITELIST_CUTOFF = NOW - 4*DAY + + +####### begin: state for ips we've seen before ####### +[[5, 60], # 1 min + [10, 60*5], # 5 min + [20, 60*60], # 60 min + [30, 60*60*24], # 1 day + [60, 60*60*24*7]] # 1 week + .each do |max_posts, date| + + if $db.execute(<<-SQL, [NOW - date])[0][0] > max_posts + select count(*) from c + where date > ? and ip = '#{IP}' +SQL + state = 'rate_limited' + end +end + +state ||= 'suspect' if $db.execute(<<-SQL)[0][0] > 0 + select count(*) from c + where ip = '#{IP}' and ( +state = 'banned' or +state = 'rate_limited') +SQL + +unless state + older_date = NOW - DAY*2 + last_moderated = $db.execute(<<-SQL, [older_date])[-1][0] + select date from c + where ip = '#{IP}' and ( + state = 'moderated' or + (date < ? and (state = 'timed' or state = 'known'))) +SQL + last_good = $db.execute(<<-SQL, [older_date])[-1][0] + select date from c + where ip = '#{IP}' and ( + state = 'picked' or + (date < ? and (state = 'timed' or state = 'known'))) +SQL + if last_moderated && last_good + if last_good > last_moderated + state = 'known' + else + # these 2 waiting conditions are not actually needed, + # since waiting is the default, but meh. + state = 'waiting' + end + elsif last_moderated + state = 'waiting' + elsif last_good + state = 'known' + end +end +####### end: state for ips we've seen before ####### + +####### begin: whitelist checking ######### +glob = "../blog/#{'?'*'YYYY-MM-DD-'.length}#{bn GOTO, '.*'}.md" +md_file = Dir[glob][0] +unless state + b = bn(md_file,'.*') + post_date = Time.parse(b[0..DATE_LEN]).to_i + if post_date > WHITELIST_CUTOFF + state = 'timed' + end +end +###### end: whitelist checking ######## + +state ||= 'waiting' + +if state != 'known' && ! captchad + do_captcha +end + + +# states: +# timed +# # was posted a whitelist period, so automatically posted. +# # whitelist periods are per page times when legit comments are +# # much more likely than spam, so we automatically let comments through. + +# known +# # ip posted good comment before: either, one in picked state, or +# # a timed/known comment which is over 2 days old (I saw it and didn't remove +# # it) + +# picked +# # manually marked as a good comment, so publish it. + +# rate_limited +# # posting too much, consider them a spammer. + +# moderated +# # bad comment, but don't ban them + +# banned +# # all comments from this ip dead, new comment's dont even go into the db. + +# waiting +# # waiting for manual moderation, get's posted automatically if there +# # is none in 24 hours + +# suspect +# # had a bad post in the past. does not +# # automatically get posted in time without moderation. + + +# any of the manual states +date = $db.execute(<<-SQL)[0][0] +select max(date) from c where +state = 'moderated' or +state = 'banned' or +state = 'picked' +SQL + +# not the bad automatic states +query = <<-SQL +select count(*) from c where +state != 'rate_limited' and +state != 'suspect' +SQL + + +if date + new_count = $db.execute(query + 'and date > ?',date) +else + new_count = $db.execute(query) +end + +if new_count == 1 + require 'net/smtp' + def send_email(opts={}) + opts[:to] ||= ENV['USER'] + opts[:server] ||= 'localhost' + opts[:from] ||= ENV['USER'] + opts[:from_alias] ||= ENV['USER'] + opts[:subject] ||= "test subject" + opts[:body] ||= "" + + msg = < +To: <#{opts[:to]}> +Subject: #{opts[:subject]} + +#{opts[:body]} +END_OF_MESSAGE + + Net::SMTP.start(opts[:server]) do |smtp| + smtp.send_message msg, opts[:from], opts[:to] + end + end + send_email :subject => 'new comments on iankelling.org' +end + +$db.execute('insert into c values (NULL, ?, ?, ?, ?, ?)', + [state, + IP, + NOW, + GOTO, + COMMENT_TXT]) + +post(md_file) + +redir diff --git a/_site/common.css b/_site/common.css new file mode 100644 index 0000000..d0c5e76 --- /dev/null +++ b/_site/common.css @@ -0,0 +1,28 @@ +/* a few other things are duplicated in main.css and gitweb.css,*/ +/* but they are for different classes and such, and it's not worth using*/ +/* css variables etc at this point. */ + +/* nice font seen elsewhere. google -> stackoverflow -> localfont.com */ +/* If I didn't use this font, I'd just go with sans-serif */ +@font-face { + font-family: 'Open Sans'; + font-weight: 400; + font-style: normal; + src: url('/font/Open-Sans-regular/Open-Sans-regular.eot'); + src: url('/font/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'), + local('Open Sans'), + local('Open-Sans-regular'), + url('/font/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'), + url('/font/Open-Sans-regular/Open-Sans-regular.woff') format('woff'), + url('/font/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'), + url('/font/Open-Sans-regular/Open-Sans-regular.svg#Open Sans') format('svg'); +} + + +body { + font-family: 'Open Sans',sans-serif; + /* default too bright. use gitweb's color */ + background-color: #d9d8d1; + /* get rid of the small default margin so we can stripe the page */ + margin: 0; +} diff --git a/_site/disabled.css b/_site/disabled.css new file mode 100644 index 0000000..e69de29 diff --git a/_site/font/Open-Sans-regular/LICENSE.txt b/_site/font/Open-Sans-regular/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/_site/font/Open-Sans-regular/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/_site/font/Open-Sans-regular/Open-Sans-regular.eot b/_site/font/Open-Sans-regular/Open-Sans-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..1d98e6eab00e5a998373fa7a28468406072d6d3d GIT binary patch literal 18233 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 VjUyFw_tG>yE$3x9SE1bvTd + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_site/font/Open-Sans-regular/Open-Sans-regular.ttf b/_site/font/Open-Sans-regular/Open-Sans-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..0dae9c3bbc0b52ccd98b060849e631661a9bebdc GIT binary patch literal 34156 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 literal 0 HcmV?d00001 diff --git a/_site/font/Open-Sans-regular/Open-Sans-regular.woff b/_site/font/Open-Sans-regular/Open-Sans-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..ac2b2c65e3d1fbefea04e2caf9e2242f0d997254 GIT binary patch literal 14260 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 literal 0 HcmV?d00001 diff --git a/_site/font/Open-Sans-regular/Open-Sans-regular.woff2 b/_site/font/Open-Sans-regular/Open-Sans-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..402dfd77bc2b8b5fd212abadf5d24f6c9cfa5d8a GIT binary patch literal 10352 zcmai)Q*G_7~ge7#-WTZTpLD+jg?o`p-Ulk8y6!b5k|z=B=7l zHO9P{Zt`NxAfO=sKxq$x^sm)N{>MiL0mV-L_w@gQgMkZ==L}^45+H+u413BrX9UU) zMhYGRKYq)ao;zl3-@Xz)bnPtSrmRDEv!UylY8oMx@S}ntm1^pnL zI{a_Pur?q|FFyI@_(0DW@28w&{JYtaa`^%5-C5p}tf?!A)?W7RYulp$)ILi_GS;XB zimzP1s(z+we`cSy!BjF|-fWtvaTUyG zM)lFS{V`V?OBD`?muHleF0QjBt5vO|ph*2l)!vq-V(eV*b=Hj`7f)e5?cGK({;J(e za+6F`)u>A-)l*$}o)px!&EC+<7izVhWlF?1_xP}0GBgkhrgt=AX=(-|j@xyF${TwK zInSjvj6F&SrNZO<)T*MOVPFb2Gqvg;UP)7jk@w?oDx7;vUOUAnO6wIkcP;F0pxNN{Kf03!JxKuwE7~jI(Fb(=mj55qi5T?g2tF=nBfK*?umw&!S+7%+2$oDtIcldDq zvu5JLku`Y6^E6nAAKV{?$L2(Rt99ARK4V=3Do(Kf|ek8W^ic}cX%&UOOIRdC@}aEu@mz{FdNjr3dEH! z)dGPzhUyzX;@%1tGilNM7tsy00N$d9fArFC1tY<$L!qP1b-|y38a?)|j+@P=-}O$! zOWKbPpDw=~3Tc%<%c4|7(}^4;s2%MSRKLD+rVY5CesARMwP2Zl=eT9cD%jkwWyJ%{p38m2xB@)V^dpb59(?jhp?+rH~>7iL30|49tpkY%Zl zI{$DLahQ?__;o1SDP$1}M;*Gi__V+qBiQOu5ou3$@Y6w>6Wt{Znyg=UnbTy?1o^}Z zO;mEA>8G&=l5UaEPl6eZnMuf47w--!%VcW*ZnM713e7uOHQ;5wEUjg=LI6X7vDLlY zoB9CED2n_T{334-kk5Rvcf6et`&L*^pqXsVJid{fWgJ8wSh_pz)U)sMu7(iu zzCm6r9F-bzmro-=5HteDQjr)zTnGRmh)z|~WmQ@(QLMzT8HGbuD@sxwWLO5C+Xw@M zULF*3uDwG`v7)VA*FOo{oQyPKyHLI0w$>gZBtcb1&$O8U z(3bQ@Ez4;~XlC~^&qh3J0m*N)#5c7l(5tygo6^O6W<;c^!*PVLcaG5rYi#4F?D*RK z9OHSi4BWxKPr|3fm#y(wOZ{ev)fpUC=$?$T)JeKO6dtu5ij+nXqFTL3q6paA1It7O z3uZKqINaMoJH(g$RTHH&Pl5@Y_dN~IN#k}PMu!&^S>9R~h=kbcgFvQp1rnmGAbfSQ5L?UTnCMm`DF#1-+&)~`5#uhc~2 zmA`c&{`)3YTK#1Ad{KnvR`=?aXrKO8%Wx!_O2*vtw9od~);rQ*q%sI`(*7-9D|HCr zUX^hyi}O2G<{|Q556{}q>_M7q{j4H=wFnds2S?aw|2i(*(Sy*eJxOH{q|Y-mL-9^M zl&YZWq77RwOF7-aD}Ivq($(QH24iF19nIa>YV7DJ8Uf4ZS4tRU9GD@;K47(b&yv zrl?K5Ub`@7PNDd5Zx)o;6AsrBbM3S2mI_ovvE_}L{sGbj@xIB)HH89PxJbo-3opn#9813^v|o}U)--4@gs zuuqF`qTXRpAbBWFY^~R>POVoo)P-PV^D=s`{^F@BT`~!&9L1ZK@4#l+c_BiAWH%T= z4Q7J)3ARo0Zo@90E?5~Pmo`tPDkA>^Ddm>wmvw-#&RCKI*g7b{xB~hGf#%&Wh441- zzfm)DW7H`n+7gn@k`K}@!(CQsMD=np!SVwC1)4*u`0H{JYfH&6AvxcfWI;Ba znTesc3IH8Mh98Cu-kpyztZWRp!I||uQ69RL1r=1y<;Ki}8kkEdI3T-0i8Ft?U{Qv> zb78<%$)b_U7E;%eD81RINLlU!cXmw%+Z}#L4qbCO8Cm5W8~+jwWk4{jcVszal)13^ zflw1OrDL@gVYi1G{gq@LF|-YGJ@wR^R@D4p2=E27{t~hCV_*6bz3{F3)?A88XPOt* zk-FQemt}qwr-d(AWNYenyqMr)H8apccrcu$#FQS zz2DDXNKHqUkr$rhL-Spf|93}~SBJwoQk)A#8M;1~)tclf_3G}U9fL_Ad&#DCq4nN+ z)D(5oxH>#Aoqn#HDS^*Qru`ngoJW{%Nul zNKJ14f;vNj^Z(v_z`J`-gIjELn zh`?c~*kb=i!~DBT?;#izZ>H*ZFI6tBG?gE+FdnDM3frW}F@%BAl(FHpe4trpM0klF zY4!j={l*5Z7FS<{Y-&8hJ5EHevlXL}jMPM#p}HK35`~j1t`ah;kVu#8Cpu4Ypma3t z3#}(39QF)e79H(?Y%Jr>pcJ=boCoM z({oyL|3tRulLH3A69?nx|>sD%xC3iCr=l}wz;WIPk27ufZ;*~!1xK$$idXh;&AI0KB%z9q zabcV7Q*MnX0m(iwq+?Qs9B#6On1LBw8Liw~wTDB24q&%^V2pe=#(rKWv)JHlN@A`a zvL{bJA)Y$QMa%iGdftsyk&f)g?i64P0(#{ia|Rr}#YH{7SOj5&l}AtaR{IbrofQHC z*Nf;c%;%UYBLW_TQY$aNJz6EZc=etyQt-5tNA~7by{(js0jF@exIVpZ7{UCF+G!iQ zjcf?(_!zYyvS`)7?*zT(-zd8%78s7nfQ`llmN}Q`c`R+9&7&Rlc-@{v$dlGY%7Qg@ zPdY(CTu*%Z%X`O}XS07sHRZYOrGomS_vEHs&e`&W8TZ+nmYRQRHMDh6b4dZ9*mr-v z<=ec-v%A8!^^jmD7HyffLMAp1sPtzUAx7G|=@LON)R%UR=uR=u zMgwA%_x97rgtl(AHeI5Ec8ts=EriR9qUsrM%d3S&&-e9Zt2h|t1GV*qxi;UWQj36( zWR^p*rRpIA%SCThzJgBSJ;2sJ8EQdQS(l@BO$ALmB@TBZG`xYB{B3W$WA2%c7R$IEU5{d%NgYBtjkv)NsF`G z2(mBO)iCpVp3?RfD)%a$b2%aiF-nqDn3)(Z*dp6@qKW_;KmM1N?c3+ zWsw*|f}%K&$tlJ4GUMPqc;sH2Q!_tylOLAdYgtJzm&ofHzAN#+1|D)5aesbmuklzq ztBgK1QgqpZLCD*#$^#I}bImHIeRE9X-jn09$5(#}o>75MfXt3|I6jTe&~_EK$ly4# z3egStaeW}24NE%JkfNJL4^Dn3xnuCM>nW-CPh^0mN&?L#D-%ijPo|T}{tTNHm@fqk z9UOQ4^UOlhM?$u-uK5ir|JIQjzi}W2vOno%W+L-KNlBUYs@YH$xdh>NA+b^+$MT18 z1&wk7B=Ku~S(3Vz3;BfM>)9hI{|;sGC{+jJEB^R!(&yfHbH3gon3Js7l)mDxh%}3J zBBo8iI>ih>HK&%t&rg^@m`{NVrCfcwuSR7J6D>zU1d#KrjyA}xs&EFD$VpAH3${&t zw^4}mXQ2Zu+MRM}ZczR;$DZ?XTN|S1=pQM|$DbT+yVV68I}z+7Ah)O*B7PkR{8PtT zj64(fC+{sg_2Q~%fOXK**M!^|Etd1%`jfESpP7~tY=+z#`-EN7`hNLri@qnmuWKEk zFG7RLm%^)pkyjNaW!_$^civsi4Nqc+Z#suLfxzp;j%3n1d9Ds*0x>Ctn{%(GC(722 zvZ#pCQcWb7xhkKL%d+z7%ju3=2!kXnIHeDHp+hx*{zA2y^LH;Yvr)TwmfCCHJ_$*`VOq0lS()tcOrQK6)aqFs##TJBZbmwi))WpE9#E@Ue zdyRY*J)NGmZgw`*3i=k>9d`|8TmQZk9yZ67k`>pwZp0^VB4hD4QQR_5u4bOLp_{=21ru z8Mf~Fv(#P?y>TVc*R5CUx^Fp;tQ_TNE7zmqD69iTH|T#U<$JqzL#6WYzFXFiY@w4=CfE@f_RzC!O|D9mtc z{|YVOKOiDV>ZYxF$mo^~)EjGFG!3w`qe)sqx2c2YRU32>#btZ8`Ce#o9^a|VYgt!c zYuZB()koXgr1)-QfgW4i>rPu6S}vCyyV^e2TGoE9fkz1OE>q4hD86zai)A)2>3d+*~?I zx_8z%p#2h#>2jZ4cb7E)4-S)5b?IDdUBAWREOJaA3364aVW@dNWt}6xH*{V71V^YV zAe`oZ;q8)FDX;UN#>{TOL|ny_-35`&?AbIO!#Fp7i_-Kh`4y_*X$5YJ!6E<}Vo{Zh zsea8n)mxXj*m}%+a(I=!0?~u$R6I)-6Iq8S8l&N4+|^7j3OLVSVC9~0avOlBdBnUW zTihXi%)}*OvtxVFljM*27a+FoJ^ff>ZGPY3IsELF^zd# zs}On5evVXBI(VGfvCl7SlKpk1z^ZEn?U!wsAo`MFrUt@geUs}SLh^y|U_=(i$3sxt zLIa-aob#Q$=V>%UF z%f_i%gCw`c9^Q^5w+X<@#-hQg9w7*a7eOhB5ZBhz;V41m%eXxuu-I!cs zFJ7WjI+MMg?+^t_&Wrq)HBw{+y9wQ9RtJ!TU$6f6Ypu_ib3K_sp|*cs$Uq_h`wiw@Y;UBq=Y?=@{xq zC|gL#qIhU1>q4k_%QbbbNfoImDWp0CS&*1mvq*#C!Y`|+kQ++g$y^g*s4mjq#vUf* zJeFCJh+OgRq;t@%WuELsd$FLSy(*pN%4wBusOTlgxyTYj+x%_;s$C1WN+F8aE3Yh5 zY%BQZJK+dn*fg$>qt1!^l;>TTN_cCrko&cFRdVT1_nLiT5x?$`1rD@%v$!QoO-2<2N03jcskL7L|g2KMLCb)CWh z``bTA)pLs5=ZK$J73Tf+&oC_Mxbin$EX&JNB$Z)09Npw#(}3M?s5P@|?NBQ+W)}spW7Px>n4e^> z2A2jPKXxF4l>Bc_w(Lk@&DQsKhjaYkc;B8cJ!U$MP5-jM0?oC%)_WnCgCuSHD~Br6 z+gr=AEx67{vTg{Z870ybAb(Qox!?_?L)@m4;EsoS~g!WE;^mq`M87e;pIe0SR3XoNf_o zs=iywaPWR5_t4Dz?4Q~&p}x8CC1fi|TpY9_aGQ`ijISNG3#w1A_XP%nC77BiSSUyc z%s2-_#Dfh8PvZ+3?)K&NnS6%6nM;VKI{_wEq`Voi96H#DS}7-kb^M%sNRC9jBacvQ zBi1bpTD9-BWOr{cqBl{P^OlA2%(VUXf}aBR8cSYRPkwk~hkLc>#dl3FSFA*HNO4?& zOoT8DsZwpRhp0)7@^!`~=y@23Sc{AZeGdZQ|31FevjPrGx@f6xn>fh7I_=IY&c!0kSn2w4L+JR4C|E zuuK@(wQxl3Y8s>RDWYGY?L5s`V_j&BAflQ`m)ItmhJbU@l7%m4NU3kRz% zlFxC1|1L$DZzzVxBHG_Ms*&UOdfZd1Cxm29SxRCpn_BJ|pc;G9 zgV>LJDoNIRNj#r}EuKFKPL51UFC+C55{6xDuK87QXKXutqxZRf6>s^gWb_AbG^QRl z-zf4}ygZX2Ngx}gpNEx~lCNNX2sRh9VKP<_|H)TuTq3G?v59F>kxoRoY_aws4H#FQ z!DAKB(nyPD>X8FHZR)^P?!vD(Yw_vl??eX58tb?n zd$3Y%PN-A>__x0Bq!}FufS4smD8#b6Y{RtZ=G+ zd}uFQ1_$am>yU&v9(xNe>X5-5$xaOYqIogH`b;GUqyP1TdrYpWI_WI&k{;%+*~GgQp09Y+rBPcU}JqxxVqOM_C=2IMT;9#9mudAvaiUr zHp~8P9-FchZTexxQ6nKudVHKsI<0)TwpbUq!CvtkI4hTZZ>s&lHF`eo)!+$Pplf+w z0pVfXL<+M_4gAG#g*d{^z5e^=S}!CA0&r@=o5Xc!k_#dRo#Iy7sm+qrM#rEa-d0LL zc=Vekn`%a-j3h$o+XZZlA|Yssc8V%SO$HQLN!gVV!>te2|5Js)velT|5(%iClsLc9?&Ew zclF%1;Too*_17^gWfd{335Np?(;a_pGmkX#9n~}?06tN(GbywOi%rh5neNYb5&p3Yijj%Y7X*H;_QdP{Mz`593}R>=tnh z=m+OmHUz}isXGTl~YI+ZFfGw`mfc^8^|1x9=I*2AF$Nk8!}&r{)z z=SBxIXeE$EcwU@(2`08282(QaB%P0?>1nXoV&4x^#o=qb-JM_i@|W&QrBWYJZ{Jy! zUNreKkq(;NLxege#T&3L$;mKAEisX5$$qosnLeNjY|na%kDhv!38t0B-*jwbG%Pk? z<6WN#Pj-&EfBCm$jE7(L`Z$QUriQu6@IWma!=%#Nldtven-N{@>vhDCGxE;1w7fDN2Br#VwjEhmQa`nQg>TfT%UxFe(6e}?)Xmh@>JXGvjvu|?t z@_3^c^#EKTLkw>fg2~eDK&(4$;AVP=qzu5N)dI$xB%E!<nt>ncN(N*C4Wqx5!N zkh(vIbdj?6KV85+zU3oRN@|3rWh}9Sx1(I0#`v^NajB0v*+CG?s@(8P2Y}Yfn$y_B z*EZq2UlSgL$lsAgZ8dYZ8>k!0?g8B?5JJy(RU`Uhyj#gYT=_7W*nwG9PQr?}TvX?) zkqDD%-oAYphMDJhkl0UfOp_kS;PEsmvJrrwyC~`qB+|~ykhjh)#h;O8hZOkx43Ai% zr(WYFkt=1pWw1$(;RhxFFy6eXUCKK@E@yfFSxdI+Pui$zt)aIN?uKM;O*aOJ^oWgt z3Nv;TC<3F{EpFcngYp;B@bA#R6;g0`g63uVlvevmx)ENZy||Ja`fc*xuxLh<5vHr? zWs|K>xxyv%n{`DMJ14W&gQZOSUL0$ct9M99z(U;+PM^OlwBR4iLz zD;6INbB|F&kx;|&Iz6(3DMMExXwIlv2jP3F_tu>th>l?dBwjxPK*_{koP?uPv0DKdIYKs zs6}4%f-HLN^BbuF}Wv$kaO9A>x&av_DRQdE~ZO zfd9?M>q*8pbRu_RrOof=O)M`463P(NRhQ`^XS)ALGT(@byb;Lq_q?H+#+2=QjBUgn zaG*?T1C_g_Pq!n=RqM?5ugE5Rf6N&=9<-u1OhL0EL@=rp*3=Ry8i7(MNk%&VD=w$q z{S2F5T3D&1s*2!(AbU)&)9!fL+!5>&^CO0L7Po8undChVpq@RkoYQ@ve5G(T03ER_ z()`q8Ti?@dBDm_~+cpnvW${SU#7_ zl1f|W2z98aprWLvsH(g?<9yX$M6+z$!E#Q3M9}pp*IY22wBiZ>f7<5Xe>Os@S~XBp zUalox?Q>vFcz*%GL1*@qR%9|O)o4`}-Cvz`3DBHkr!%)pJv zZ^l;>#RU~5HAPirb%p2K;8Ln}IyP0C(>}TMy^vOUI9w6@Ck}B`aI*SL!n0bIj@@`3zMQjggeS6t4Xc(bg!o$y4pHUlB3P+tFc>{0#~mj9t4 z?0+f$AFN{RUNY*~q^+wafk3VK>}XF>yPWPnXWUoBug|H{&x!9-x{kWa9PQh1N(QsO zVw4pQ~!azFEN?qKi2}s8YrbCpb7~hp!z$M5QSQl zN`Q?KetYoo{L`%f~F2sMT{a3hQNz1ybY3V;pqW9w; zb%}V=v4#;v3Xe=H3d#7wFN8lG6!KTuopNVUY1k}gz*HvV;VA3|v&nQe>!nJ~hRLe< z+!7LymrQglCn1Qe+yO#Lnit~?X5&3KHtJ+#dsz2;xZh7AJ5j%YM4v*3ECz+IIm8zb zXK)@-p+fZWA`<>0Xe6M)9ngvvdqEP0;UpJK2r+W7h4=UD)Xt<8BZ*Pmct6vxxQ~ja zlw--xWLPgNRj7EE3KX}q;s=AKfUM%$VTG$OsC0Wv-9L-M@_!+=VP^jn%NvNpw`R{o zG2Xs^u$bT6xlp_3iQ8iLMNE_(u!0FdAqSH~69FiPKkqP&WZBPAm4qh{Nk*_@*H6X% zk`EvuB^#eo3dom={*92{m{}qlO3%uR^+wNVaAMbzjf`3hOzjv2OD3aPvIp#}+Hybp zHXQfHp_&;KLy_o zsVAi;Y1}QC+r0TaPa^4tRBE%)s-)uV+D6uz4RFV~+N`pZj8ilbwA#rxA|WP52x8Fa zWkTTpB$Hknxz@)iSFzlZPN5P`##=3R8BaKm_kKsz9pSJ73d{2_+k#Cen(8E|q2V$f z7q5cd*FmS0(T>MY3T9Ir1KRhiz2fX`bTXkYnd_^o$>dmX+r!YLG>oKzVkeuZ!jaf^ jtDI*spYub*Ix~}n^2kIBV^Nj$sIdS(eWUmPj_7{@=&=qV literal 0 HcmV?d00001 diff --git a/_site/font/fontello.eot b/_site/font/fontello.eot new file mode 100644 index 0000000000000000000000000000000000000000..02810334b59d055429328228c30933af3ddc1d0a GIT binary patch literal 5180 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 + + +Copyright (C) 2016 by original authors @ fontello.com + + + + + + + + \ No newline at end of file diff --git a/_site/font/fontello.ttf b/_site/font/fontello.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c95612638b746be4285b58c77b3f3150790ddbb4 GIT binary patch literal 5012 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 literal 0 HcmV?d00001 diff --git a/_site/font/fontello.woff b/_site/font/fontello.woff new file mode 100644 index 0000000000000000000000000000000000000000..595a730f3230b7e3b5dd9aa25d6a2480781d5f90 GIT binary patch literal 2868 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 literal 0 HcmV?d00001 diff --git a/_site/font/fontello.woff2 b/_site/font/fontello.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c7346985ed3e2b31add5c740133d8c0ff49d02e1 GIT binary patch literal 2332 zcmV+%3FG#6Pew8T0RR9100|rb4*&oF027n|00_na0RR9100000000000000000000 z0000SLIzd_k?cz- z$95D6D4?JUOxOSb_gpL|d+>Qb>j!?q&mK zyV-=xxb9o~&0!wmB+RWXce{IHZ+AX;C*obRc?rLfAXOIDwH+A4ITTp0(jNXFb+0sx zEql4@3y@r*pgy&nuvC;kWSBe5-lij$E8o8g|IO5C7m##vK)-B%*}G;_3jeoe+CNjm zeHDrhjIEXPXLm1uerS`@Hl|ge(lk2t7_al0nv05#wVCUe*yFs-H2Au%K?Hd;_oUL-Geh zqBuHMWBP17I%GlbUmv+^>COKq>)YvYksfOGlz;|$0gRp5D(2S%%hQBZf>IjI{>HHQ zua641y0plD9^zm)My6KlcCyzU?Y#-I}R{r7+9G)Yg+6lNVGG?Z4~jr1YJ657S+1p zZ|AKHcH63ybQJSp)f}g2$;XdQ;>=VPa&oT`*F5yzGu z7b;-CkduEV98~NwQBK~)+*fz<(7EG~9fS?n&*3zQ;I^#rl$-=_E0VrR7ee#(m<88P%Ry(kuKCq59*{ps~&Ug zZ7YOm5cQ%F6*YlSGYGYSP%8+vflxaLb%0PONTmzf9!t>ODU)*bvgclVm&NHCP)mD2 zx2-Nu>FI?uQd5_$d1jwejr*#xGT+nJ{|cpih8L#l+2 zj97*!l_~#)NzCoqvoa9NHatUhJ{*n8xD>L@Gp^7u>KoghkzfJBNznU@qNq^5tXd;z z8L~@Xw=a*(4I0I9ou3Vn(2YddUfuAF0m?DD(%y;q+?=)jB5k+nY&Y&zRP8JmMnZ_$ zV*eYtZ*&xYs>fnuwS7QZtWF`A@Tj&W#&haX>?PUr%?bd?wQnZrx>ey0fWMhmPusT)OOyS?G8VUY090L#1b#v~>AaK`uOotzg9# zqdQm`rF>wjHEc`Z*o9SFL(xO~E1yDU?<0^t2uljsBN5@~J8&%^LmpDVXM_SY5L&=I zMM!~|5lYZNY5@^tNP(OYD$qb_0a>b$0yQJlpn=u`7N|oC^o-DeX35xlFEz25F1&BG zB2hkRHF@C*G)E zMNKjl_uP?t-MaDmcS(~z45W}GhSgS>J857VU_Eee#-w-mE30-qf9vHtFWi0Q_JQ|4 z4T6_HFMsf0`}?1ZyioCh7~a4vjY+ zyn)f}=QttrkzFA>QW|?3#kr8U??=_9Zr9 zJ5onAwIRd^hoP7WIjh{hX49s6RU$+QS(RuYWY{Sov0UrIF(Im3BuvD#Q{y&NH~Xz| z3=m-QO7u%=^hK=!So15tZO%W4yuSFY{LW}{{sEhLMCd-Od +/* + + 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 2 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items-whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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. +@licend The above is the entire license notice +for the JavaScript code in this page. + ]]> +*/ + + diff --git a/_site/gitweb-site.css b/_site/gitweb-site.css new file mode 100644 index 0000000..54bb033 --- /dev/null +++ b/_site/gitweb-site.css @@ -0,0 +1,59 @@ + +.main-content-stripe { + /* i don't like bright white. copy a gitweb color */ + background-color: #f6f6f0; + padding: 30px 0; +} + +/* copied from main.css, applied here */ +body { + border-width: 0px; +} +.page_header,.page_footer { + margin: 0 auto; + max-width: 700px; +} + +table.project_list { + /* The main project list just has this one uncentered element,*/ + /* so center it */ + margin: 0 auto; +} +.content { + /* summary pages etc. don't fit nicely in 700px, so just*/ + /* have a 20px margin. */ + margin: 0 20px; +} + +div.page_header { + /* 21.0667 seems to be default for h3 in the non-gitweb site, copy it here */ + margin-top: 21.0667px; + margin-bottom: 21.0667px; + /* remove padding added by gitweb's css */ + padding: 0; +} + +/* I tried to find all the css to override,*/ +/* but found certain things not overriding as I would expect,*/ +/* So hammer it with !important */ +a { + color: #0645ad !important; + text-decoration: none; +} +a:hover { + text-decoration: underline !important; +} + +a:visited { + color: #0b0080 !important; +} + + +.page_header, .page_header a:visited, .page_header a { + /* copy from h settings in main.css */ + line-height: 1.2; + /* copy of the h3 size in main site. */ + font-size: 21.0667px; + /* same as for main.css */ + color: #333333 !important; +} diff --git a/_site/ian-kelling-pubkey.asc b/_site/ian-kelling-pubkey.asc new file mode 100644 index 0000000..9de9367 --- /dev/null +++ b/_site/ian-kelling-pubkey.asc @@ -0,0 +1,52 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +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 +Keuep+WYlseAAiCHwMInu18= +=TIon +-----END PGP PUBLIC KEY BLOCK----- diff --git a/_site/main.css b/_site/main.css new file mode 100644 index 0000000..42eb841 --- /dev/null +++ b/_site/main.css @@ -0,0 +1,446 @@ +#cc-by-sa { + /* It sits too high by default. */ + vertical-align: middle; +} + +#comments { + /* add some space at top and bottom of comment section */ + margin: 50px 0; +} + + +div.comment { + /* whitespace doesn't cut it to differentiate multiple comments,*/ + /* so use a line */ + border-top-style: solid; + /* some darkish color, black is too striking */ + border-top-color: #C4C3BC; + /* copied from stackoverflow. */ + border-top-width: 0.716667px; + +} + +#comment-stripe, #comment-stripe code { + /* differentiate comments, don't colorize code */ + background-color: #EBEAE4; +} + +#comment-section { + /* make the top/bottom of comments have more space */ + padding: 30px 0; +} + + +#comment-section textarea:focus, #comment-section textarea:active, #comment-section input:hover { + /* color textarea when selected, and for submit button,*/ + /* without 3d effect, we need a different color. */ + background: #FFFFFF; +} + +#comment-section textarea { + /* go with theme, avoid bright white. */ + background-color: #f6f6f0; +} + +textarea, input { + /* default is some 3d border. use a flat border instead. */ + border: 0; + /* by default text input hugs the edges too much */ + padding: 5px; + /* add some space between input and submit button */ + margin-bottom: 10px; +} + +/* if this is filled out, we can assume it's spam. common tactic. */ +input.misc { + display: none; +} + + +textarea { + /* make the comment box be full width */ + width: 100%; +} + + +ul { + /* i dun like the default bullet points */ + list-style-type: none; +} + +ul.index { + /* for site index lists, bigger font, no indent, more space */ + font-size: 22px; + padding-left: 0; + line-height: 2; +} + +body{ + /* default is too scrunched */ + line-height: 1.5; + /* default too small */ + font-size: 18px; +} + + +/* alternative to a
. whatever. */ +/* https://stackoverflow.com/questions/7363766/how-to-insert-a-line-break-before-an-element-using-css */ +.comment-date:before { content: '\A'; } +.comment-date { + white-space:pre; + /* make it a bit smaller and lighter */ + color: #555; + font-size: 15px; +} + +.post-date { + font-size: 15px; + margin: 5px 0; +} +.post-title { + /* default too wide, got from some random blog */ + letter-spacing: -1px; + /* default is too much below where the date is. */ + margin: 0; +} + +/* make the header links less prominent. */ +header a:visited, header a { + /* link color in top navigation is better as some less eye */ + /* catching color. */ + color: #333333; +} + +.post-header { + margin-bottom: 30px; +} + + +h1,h2,h3{ + line-height: 1.2; +} +.main-content-stripe { + /* i don't like bright white. copy a gitweb color */ + background-color: #f6f6f0; + padding: 30px 0; +} +footer { + padding: 30px 0; +} +footer p { + margin: 0; +} +header,footer,.content,#comment-section { + /* top margin 0, left/right = auto, which centers it */ + margin: 0 auto; + /* default too wide */ + max-width: 700px; +} +footer { + font-size: 15px; +} + +code { + background-color: #fff; + /* defaults are squished next to the borders of the color change */ + padding: 1px 5px; +} + +code, pre { + /* mono text is wider, so use smaller font to compensate */ + font-size: 15px; +} + +pre { + /* defaults are squished next to the borders of the color change */ + padding: 6px 8px; +} + + +/* taken from wikipedia. purple links get a bit old. */ +a { + color: #0645ad; + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a:visited { + color: #0b0080; +} + +/* grabbed just the rss icon from font-awesome using fontello.com*/ +/* then extracted just the relevant bits out. I tried using svg,*/ +/* since it is more modern and compatible,*/ +/* but it seems that it would take a bunch of work to change it's*/ +/* color, do underline on hover, and line it up with the rest*/ +/* of the text. */ +@font-face { + font-family: 'fontello'; + src: url('/font/fontello.eot?97936362'); + src: url('/font/fontello.eot?97936362#iefix') format('embedded-opentype'), + url('/font/fontello.woff2?97936362') format('woff2'), + url('/font/fontello.woff?97936362') format('woff'), + url('/font/fontello.ttf?97936362') format('truetype'), + url('/font/fontello.svg?97936362#fontello') format('svg'); + font-weight: normal; + font-style: normal; +} +[class^="icon-"]:before, [class*=" icon-"]:before { + font-family: "fontello"; + font-style: normal; + font-weight: normal; + speak: none; + + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + /* opacity: .8; */ + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Font smoothing. That was taken from TWBS */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} +.icon-rss:before { content: '\f09e'; } /* '' */ + + + +/* from https://jekyllrb.com/docs/templates/#code-snippet-highlighting*/ +/* links to a 6 year old css file supposedly used by github:*/ +/* https://github.com/mojombo/tpw/blob/master/css/syntax.css*/ +/* googling jekyll source code css, leads*/ +/* https://github.com/jwarby/jekyll-pygments-themes, which seems ok,*/ +/* but I'm curious what the upstream default is. I find rogue has no*/ +/* default. pygments does, so I do that:*/ +/* http://pygments.org/docs/quickstart/*/ +/* fire up python2,*/ + +/* from pygments.formatters import HtmlFormatter */ +/* print HtmlFormatter().get_style_defs('.highlight')*/ + +.highlight .cm { + color: #999988; + font-style: italic; +} +.highlight .cp { + color: #999999; + font-weight: bold; +} +.highlight .c1 { + color: #999988; + font-style: italic; +} +.highlight .cs { + color: #999999; + font-weight: bold; + font-style: italic; +} +.highlight .c, .highlight .cd { + color: #999988; + font-style: italic; +} +.highlight .err { + color: #a61717; + background-color: #e3d2d2; +} +.highlight .gd { + color: #000000; + background-color: #ffdddd; +} +.highlight .ge { + color: #000000; + font-style: italic; +} +.highlight .gr { + color: #aa0000; +} +.highlight .gh { + color: #999999; +} +.highlight .gi { + color: #000000; + background-color: #ddffdd; +} +.highlight .go { + color: #888888; +} +.highlight .gp { + color: #555555; +} +.highlight .gs { + font-weight: bold; +} +.highlight .gu { + color: #aaaaaa; +} +.highlight .gt { + color: #aa0000; +} +.highlight .kc { + color: #000000; + font-weight: bold; +} +.highlight .kd { + color: #000000; + font-weight: bold; +} +.highlight .kn { + color: #000000; + font-weight: bold; +} +.highlight .kp { + color: #000000; + font-weight: bold; +} +.highlight .kr { + color: #000000; + font-weight: bold; +} +.highlight .kt { + color: #445588; + font-weight: bold; +} +.highlight .k, .highlight .kv { + color: #000000; + font-weight: bold; +} +.highlight .mf { + color: #009999; +} +.highlight .mh { + color: #009999; +} +.highlight .il { + color: #009999; +} +.highlight .mi { + color: #009999; +} +.highlight .mo { + color: #009999; +} +.highlight .m, .highlight .mb, .highlight .mx { + color: #009999; +} +.highlight .sb { + color: #d14; +} +.highlight .sc { + color: #d14; +} +.highlight .sd { + color: #d14; +} +.highlight .s2 { + color: #d14; +} +.highlight .se { + color: #d14; +} +.highlight .sh { + color: #d14; +} +.highlight .si { + color: #d14; +} +.highlight .sx { + color: #d14; +} +.highlight .sr { + color: #009926; +} +.highlight .s1 { + color: #d14; +} +.highlight .ss { + color: #990073; +} +.highlight .s { + color: #d14; +} +.highlight .na { + color: #008080; +} +.highlight .bp { + color: #999999; +} +.highlight .nb { + color: #0086B3; +} +.highlight .nc { + color: #445588; + font-weight: bold; +} +.highlight .no { + color: #008080; +} +.highlight .nd { + color: #3c5d5d; + font-weight: bold; +} +.highlight .ni { + color: #800080; +} +.highlight .ne { + color: #990000; + font-weight: bold; +} +.highlight .nf { + color: #990000; + font-weight: bold; +} +.highlight .nl { + color: #990000; + font-weight: bold; +} +.highlight .nn { + color: #555555; +} +.highlight .nt { + color: #000080; +} +.highlight .vc { + color: #008080; +} +.highlight .vg { + color: #008080; +} +.highlight .vi { + color: #008080; +} +.highlight .nv { + color: #008080; +} +.highlight .ow { + color: #000000; + font-weight: bold; +} +.highlight .o { + color: #000000; + font-weight: bold; +} +.highlight .w { + color: #bbbbbb; +} +.highlight { + background-color: #f8f8f8; +} diff --git a/_site/on2vote/on2-vote-detailed-analysis.txt b/_site/on2vote/on2-vote-detailed-analysis.txt new file mode 100644 index 0000000..22e8b0e --- /dev/null +++ b/_site/on2vote/on2-vote-detailed-analysis.txt @@ -0,0 +1,177 @@ +Filtered to one vote per word per ip, and removed voters who did not vary their vote. +median "sounds ok" = 0.310910118711, standard deviation = 0.0494053962862 + +1st field = "sounds good" to total votes +2nd field = "sounds good" to "sounds wrong or confusing" +3rd field = "sounds ok" to total votes. +4th field = "sound wrong or confusing" to total votes. +big oh of n squared +0.65 0.83 0.22 0.13 +oh n squared +0.55 0.71 0.23 0.22 +big oh n squared +0.54 0.79 0.31 0.15 +oh of n squared +0.54 0.71 0.24 0.22 +order n squared +0.49 0.68 0.27 0.24 +order of n squared +0.49 0.72 0.32 0.19 +complexity of n squared +0.47 0.69 0.32 0.21 +quadratic time +0.45 0.61 0.26 0.29 +big oh complexity of n squared +0.43 0.62 0.31 0.26 +quadratic run time +0.41 0.58 0.29 0.30 +computational complexity of n squared +0.38 0.60 0.36 0.25 +run time of n squared +0.38 0.53 0.29 0.33 +big oh complexity n squared +0.36 0.59 0.39 0.25 +quadratic complexity +0.35 0.54 0.35 0.30 +order of complexity of n squared +0.35 0.55 0.37 0.28 +quadratic time complexity +0.34 0.54 0.37 0.29 +time complexity of n squared +0.31 0.47 0.34 0.35 +quadratic computational complexity +0.31 0.41 0.26 0.44 +algorithmic complexity of n squared +0.30 0.48 0.37 0.32 +order of complexity n squared +0.30 0.48 0.38 0.32 +time complexity n squared +0.29 0.43 0.33 0.38 +complexity n squared +0.29 0.45 0.36 0.35 +quadratic growth +0.29 0.43 0.32 0.39 +quadratic order of complexity +0.28 0.42 0.33 0.38 +run time n squared +0.28 0.45 0.37 0.35 +quadratic algorithmic complexity +0.27 0.42 0.35 0.38 +big oh efficiency of n squared +0.26 0.41 0.36 0.38 +quadratic growth rate +0.26 0.40 0.35 0.39 +efficiency of n squared +0.26 0.35 0.26 0.48 +growth rate of n squared +0.25 0.38 0.33 0.42 +algorithmic complexity n squared +0.25 0.41 0.39 0.36 +quadratic big oh +0.24 0.33 0.26 0.49 +time efficiency of n squared +0.24 0.35 0.31 0.44 +quadratic big oh complexity +0.24 0.40 0.39 0.37 +quadratic order +0.24 0.36 0.34 0.42 +algorithmic efficiency of n squared +0.24 0.35 0.31 0.45 +asymtotic run time of n squared +0.24 0.36 0.33 0.43 +growth of n squared +0.23 0.36 0.35 0.41 +quadratic time growth rate +0.23 0.31 0.25 0.52 +quadratic asymtotic complexity +0.23 0.32 0.28 0.49 +big oh efficiency n squared +0.23 0.33 0.32 0.45 +computational complexity n squared +0.22 0.36 0.38 0.40 +quadratic efficiency +0.22 0.31 0.28 0.50 +quadratic algorithmic efficiency +0.22 0.31 0.28 0.50 +quadratic bound +0.21 0.30 0.29 0.50 +asymtotic growth of n squared +0.21 0.28 0.24 0.55 +big oh growth rate n squared +0.21 0.33 0.35 0.44 +time n squared +0.21 0.27 0.22 0.57 +quadratic time efficiency +0.21 0.29 0.28 0.51 +quadratic asymtotic run time +0.20 0.27 0.25 0.54 +asymtotic run time n squared +0.20 0.29 0.30 0.50 +growth rate n squared +0.20 0.31 0.36 0.44 +asymtotic complexity n squared +0.20 0.28 0.29 0.51 +big oh growth rate of n squared +0.20 0.29 0.32 0.48 +quadratic asymtotic growth +0.19 0.25 0.25 0.56 +time of n squared +0.18 0.26 0.28 0.53 +asymtotic growth rate of n squared +0.18 0.29 0.36 0.45 +quadratic asymtotic efficiency +0.18 0.23 0.21 0.61 +algorithmic growth rate of n squared +0.18 0.24 0.27 0.55 +computational growth rate of n squared +0.18 0.28 0.38 0.45 +computational efficiency of n squared +0.18 0.27 0.34 0.48 +quadratic computational efficiency +0.17 0.22 0.22 0.61 +asymtotic growth n squared +0.17 0.25 0.32 0.51 +quadratic big oh efficiency +0.17 0.23 0.27 0.56 +bound of n squared +0.17 0.28 0.40 0.43 +quadratic big oh growth rate +0.16 0.23 0.31 0.54 +quadratic algorithmic growth rate +0.15 0.22 0.30 0.54 +asymtotic bound n squared +0.15 0.27 0.45 0.40 +computational growth rate n squared +0.15 0.21 0.31 0.54 +quadratic asymtotic bound +0.15 0.20 0.28 0.57 +asymtotic complexity of n squared +0.14 0.20 0.31 0.55 +asymtotic efficiency of n squared +0.14 0.21 0.33 0.53 +time growth rate of n squared +0.14 0.19 0.28 0.58 +algorithmic efficiency n squared +0.14 0.20 0.31 0.56 +efficiency n squared +0.13 0.18 0.27 0.60 +asymtotic efficiency n squared +0.13 0.18 0.29 0.58 +time efficiency n squared +0.12 0.19 0.33 0.54 +algorithmic growth rate n squared +0.12 0.17 0.28 0.60 +quadratic computational growth rate +0.12 0.18 0.32 0.56 +growth n squared +0.11 0.17 0.32 0.57 +quadratic asymtotic growth rate +0.10 0.15 0.29 0.61 +bound n squared +0.10 0.15 0.31 0.59 +time growth rate n squared +0.10 0.13 0.20 0.70 +asymtotic growth rate n squared +0.09 0.11 0.25 0.66 +computational efficiency n squared +0.08 0.12 0.33 0.59 diff --git a/_site/on2vote/vote.py b/_site/on2vote/vote.py new file mode 100644 index 0000000..bff1b0f --- /dev/null +++ b/_site/on2vote/vote.py @@ -0,0 +1,36 @@ +#!/usr/bin/env python2 +# -*- coding: UTF-8 -*- + +import os +import cgi +# enable error logging +import cgitb +import json +import socket +cgitb.enable(display=0, logdir="../../logs") + +# https://docs.python.org/2/library/cgi.html +form = cgi.FieldStorage() +# parse the form data into a dictionary +vote = json.loads(form.value) + +dir = '/a/www-data/on2votes/' + socket.gethostname() +if not os.path.exists(dir): + os.makedirs(dir) + +# ips are semi-pii, so we keep this data saved away, and +# from time to time, throw away data with too much +# duplicate ips, then throw away all the ip data. +vote['ip'] = os.environ['REMOTE_ADDR'] +with open(dir + '/on2votes.log', 'a') as f: + json.dump(vote,f) + f.write("\n") + +# not that it matters, but tell the client we are happy. +print "Status: 200 OK\n"; +# to read back: +#!/usr/bin/env python +# import json +# with open('../logs/vote.txt', 'r') as f: +# for line in f: +# print json.loads(line) diff --git a/_site/on2vote/votes.txt b/_site/on2vote/votes.txt new file mode 100644 index 0000000..39a86da --- /dev/null +++ b/_site/on2vote/votes.txt @@ -0,0 +1,3 @@ +{"vote": "yes", "ip": "192.168.1.1", "word": "The end."} +{"vote": "meh", "ip": "192.168.1.1", "word": "growth rate of n squared"} +{"vote": "meh", "ip": "192.168.1.1", "word": "computational efficiency of n squared"} diff --git a/_site/robots.txt b/_site/robots.txt new file mode 100644 index 0000000..b64f8b8 --- /dev/null +++ b/_site/robots.txt @@ -0,0 +1,2 @@ +User-agent: ia_archiver +Disallow: /resume.html diff --git a/b.rb b/b.rb new file mode 100644 index 0000000..511ac8d --- /dev/null +++ b/b.rb @@ -0,0 +1,300 @@ +# encoding: utf-8 +# Copyright (C) 2016 Ian Kelling + +# 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 2 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 . +module B # blog module + require 'fileutils' + require 'time' + require 'safe_yaml' + require 'pygments' + require 'sqlite3' + require 'redcarpet' + JS_INFO = "

All JavaScript has LibreJS support.

" + + DAY = 60*60*24 + DN = 'iankelling' + FQDN = DN + '.org' + DURL = 'https://' + FQDN + DESCRIPTION = "Ian Kelling's personal site and blog on software" + DATE_LEN = 'YYYY-MM-DD'.length + NOW = Time.now.to_f + WAIT_DATE = NOW - 60*60*24*1 + + def db_init + SQLite3::Database.new('../proposed-comments/comments.sqlite') + end + + # from the redcarpet readme, then a bunch of googling to figure + # out what to do on exception. + class HTMLwithPygments < Redcarpet::Render::HTML + def block_code(code, language) + begin + Pygments.highlight(code, lexer: language) + rescue MentosError + # when language detection fails + Pygments.highlight(code, lexer: 'text') + end + end + end + + def fwrite(output_path, string) + FileUtils.mkdir_p(File.dirname(output_path)) + File.write(output_path, string) + end + + def fskel(rel_path, title, content, o={}) + head = < +EOF + if rel_path =~ %r{^blog/.} + head += < +EOF + end + o[:head] = head + fwrite(rel_path, skel(title, content, o)) + end + def skel(title, content, o={}) + # got meta viewport from jekyll's default later. It's for better + # mobile viewing. + output = < + + + + #{title} + + + + +#{o[:head]} + + + +
+

iankelling.org#{o[:header]}

+
+
+
+ #{content} +
+
+
+#{o[:comments]} +
+
+#{o[:footer]} +

This site has a git repo. Code is gpl, content is Creative Commons License unless otherwise noted

+

ian@iankelling.org let me know what you think

+
+ + +EOF + output + end + + def stdpage(page_name, content) + fskel("#{page_name}.html", + "#{DN}/#{page_name}", + content, + header: " / #{page_name}") + end + + def md_to_html(md) + # Using redcarpet over kramdown because syntax highlighting is + # simpler. kramdown uses some crap highlighter by default, + # supports using rouge, but then the classes are all screwy + # for what pygments css expects, rouge has a pygments compatibility mode, + # but that is a pita to get working, then it doesn't even work right. + # kramdown is jekyll's default markdown parser, but it doesn't use + # it for code blocks, it strips them out using custom templating + # extension class, then uses rouge, then wraps it in some + # custom html for pygments compatibility. It's a complicated mess. + Redcarpet::Markdown.new(HTMLwithPygments, fenced_code_blocks: true).render(md) + end + + def comment_html(comment, date) + inner = Redcarpet::Markdown.new(Redcarpet::Render::HTML, fenced_code_blocks: true).render(<#{Time.at(date).strftime("%b %-d '%y")} +EOF + # I tried putting the time, %I:%M %p UTC, but it looks kinda + # clunky, going against my simple theme. + < + #{inner} + +EOF + end + + def post(file, build_time=false) + content = File.read(file) + content =~ %r{\A(---\s*\n.*?\n?)^((---)\s*$\n?)}m # yaml front matter + # stuff after last match. jekyll uses $POSTMATCH, + # but it's nil for me, I don't know what magic they are using., + # but only $' is listed here http://ruby-doc.org/core-2.3.1/doc/globals_rdoc.html, + content = $' + + front = SafeYAML.load(Regexp.last_match(1)) + title = front['title'] + $page_title = "#{title} | #{DN}" + header_rel = ' / blog /' + + footer_extra = <<-EOF +

Subscribe

+EOF + footer_extra += JS_INFO if content =~ / + +My next blog post [has the results](/blog/on2-vote-results.html). + +Where did I get these terms? Just a few clicks around the internet and my own experience. I started idly writing a few, which started to become a [Backus–Naur Form (BNF)](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form). Then I got quite annoyed that I couldn't figure out how to properly pronounce Naur. Turns out it's [like now-ah](http://forvo.com/search/naur/). Then I wrote a python program which expands the BNF to all possible combinations: + +~~~ py +from itertools import product + +def bnf_expand(*args): + result = [] + for arg in args: + result.extend([" ".join(filter(None, x)) for x in product(*arg)]) + return result + +# the BNF in reverse of normal order +asymtotic = ['asymtotic', ''] +asymtotic_modified = ['bound', 'run time', 'growth', 'growth rate'] +commonly_modified = ['complexity', 'efficiency', 'growth rate'] +common_modifiers = ['computational', 'big oh', 'algorithmic', 'time', + 'asymtotic', ''] +unmodified = ['big oh', 'order', 'order of complexity', 'time'] +O = bnf_expand([asymtotic, asymtotic_modified], + [common_modifiers, commonly_modified], [unmodified]) +of = ['of', ''] +On2 = bnf_expand([O, of, ["n squared"]], [['quadratic'], O], + [['oh n squared']], [['oh of n squared']]) + +# Print the top level expanded BNF +print On2 +~~~ + +The result is 92 terms which can work the same in a conversation (unless your votes/comments say otherwise). And that doesn't even consider whether to say someting _is_ O(n²), _has_ O(n²), or _is of_ O(n²). + +The list is a bit long, so I put them in javascript and made some buttons. + +You might call all these words "terms of art", or "jargon", or "lingo"... orrr, let's call the whole thing off. diff --git a/blog/2014-10-14-on2-vote-results.md b/blog/2014-10-14-on2-vote-results.md new file mode 100644 index 0000000..f396e7b --- /dev/null +++ b/blog/2014-10-14-on2-vote-results.md @@ -0,0 +1,27 @@ +--- +title: "Voting results for language around O(n²)" +comment_links: + reddit: https://www.reddit.com/r/programming/comments/2j9kne/rprogramming_you_voted_on_language_around_on%C2%B2/ +--- +I [previously](/09-29-2014/say-On2.html) lamented that we are stuck with many roughly equivalent ways to say technical terms/phrases. Then I proposed over 88 ways to talk about O(n²) in computer science with voting buttons for "sounds good", "sounds ok", and "sounds wrong/confusing." + +After 13k votes, mostly from [/r/programming](https://www.reddit.com/r/programming) readers, here are the results. + +There were four almost equally most popular terms, with plenty of people prefering one over the others. + ++ "big oh of n squared" ++ "order [of] n squared" ++ "complexity of n squared" ++ "quadratic time" + +Removal of "of" was slightly less popular (except for "order" which was basically equal). Other variations of the four were a bit less popular still. + +As I noted, opinions were split, with ~55% "sounds good", ~25% "sounds ok", and ~20% "sounds wrong or confusing" for each. For people who liked one of these four, they also had a preference for its minor variations, but felt average for the other three. + +"big oh of n squared" did have an edge, which I think is at least partially due to the fact that I used O(n²) when writting about the topic. In a proper experiment, I would have interviewed people verbally and used a random term to introduce the topic. + +There weren't any words that stood out as universally disliked, although a few awkward combinations rounded the bottom with 60% "sounds wrong or confusing." I would recommend using one of the above, or a variation, which is still about 20 options. + +That is the high level overview. If you want to see all the words and their vote percentages, they are [here](/on2/on2-vote-detailed-analysis.txt). + +Natural language sure can complicate things. Looking at data can give us some insights though. I wonder how preferences will change in 5 or 10 years. diff --git a/blog/2016-08-23-site-redesign.md b/blog/2016-08-23-site-redesign.md new file mode 100644 index 0000000..5538ead --- /dev/null +++ b/blog/2016-08-23-site-redesign.md @@ -0,0 +1,11 @@ +--- +title: "Site redesigned. Random thoughts" +--- + +Please let me know what you think of the current site design. It's my own creation. + +Disqus and it's ilk suck: it pushes tracking, advertising, and proprietary javascript on your users. The comments aren't saved by archive.org. People have lots more reasons they dislike it. NPR just deleted 2.8 billion Disqus comments. Unfortunately, there is no really simple way to add self hosted comments to your static blog, so I bit the bullet and wrote code for it. + +I originally used Jekyll (the most popular static site generator), but I ditched it and made my own site generator. It was fun. One nice thing is I can still serve a static site with static comments (comment submission is obviously a little dynamic): I regen a page in 120ms, compared to jekyll at 430 ms, and I'm not sure if that time would grow for a bigger site etc. The alternative of course is to make the site non-static or use some javascript hackery. + +Although I don't use much javascript (none on this page), I added javascript license data so the [librejs](https://www.gnu.org/software/librejs/) extension can detect that it is free software. It was pretty easy, and I recommend it. diff --git a/build.rb b/build.rb new file mode 100755 index 0000000..4a6c268 --- /dev/null +++ b/build.rb @@ -0,0 +1,89 @@ +#!/usr/bin/env ruby +# Copyright (C) 2016 Ian Kelling + +# 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 2 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 . + +require 'fileutils' +require 'time' +require 'sqlite3' + +Dir.chdir(File.join(File.dirname(__FILE__), '_site')) +require_relative 'b' +include B + + +feed_entries = [] +blog_list = [] # table data + + +FileUtils.mkdir_p('../proposed-comments') +FileUtils.chmod(0777, '../proposed-comments') +FileUtils.rm Dir.glob('blog/*') + +$db = db_init +# date has no type affinity, since floating point (REAL) doesn't +# have an appropriate one. +$db.execute <<-SQL + create table if not exists c ( + id integer primary key, + state text, + ip text, + date, + page text, + comment text + ) +SQL + +FileUtils.chmod(0777, '../proposed-comments/comments.sqlite') + +# We assume blog entry files are prefixed by date +# so we can just sort the filenames. +Dir.glob('../blog/*.md').sort.reverse.each do |file| + [feed_entries, blog_list].zip(post(file, true)) { |arr, new| arr << new } +end +FileUtils.chmod_R(0777, 'blog') +FileUtils.mkdir_p('../comments/blog') +FileUtils.chmod_R(0777, '../comments') + + +# main reference doc https://validator.w3.org/feed/docs/atom.html +# Reference doc says updated should be last time it changed +# but jekyll's rss feed just uses current time, which is easier to get, +# so meh, i'll just use that. +fwrite('feed.xml', < + + + Ian Kelling + #{DURL} + + #{DURL} + + Ian Kelling's Blog + #{Time.now.to_datetime.rfc3339} + #{feed_entries.join("\n")} + +EOF + +fskel('index.html', DN, File.read('../index.html')) + +stdpage('blog', < + #{blog_list.join("\n")} + +EOF + +stdpage('resume', md_to_html(File.read('../resume.md'))) + +stdpage('favorite-stuff', File.read('../favorite-stuff.html')) diff --git a/drafts/.gitignore b/drafts/.gitignore new file mode 100644 index 0000000..120f485 --- /dev/null +++ b/drafts/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore diff --git a/favorite-stuff.html b/favorite-stuff.html new file mode 100644 index 0000000..6a85ffb --- /dev/null +++ b/favorite-stuff.html @@ -0,0 +1,74 @@ +

Podcast

+ + + +

News/Blogs

+ + + +

Video

+ +
    +
  • Mr. Robot
  • +
  • Robot and Frank
  • +
  • 2001: A Space Odyssey
  • +
  • Cloud Atlas
  • +
  • Adaptation
  • +
+ + +

Music

+ + + +

Misc

+ diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..e69de29 diff --git a/get-comments b/get-comments new file mode 100755 index 0000000..36bbe0d --- /dev/null +++ b/get-comments @@ -0,0 +1,49 @@ +#!/bin/bash +# Copyright (C) 2016 Ian Kelling + +# 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 . + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + +cd "${BASH_SOURCE%/*}/proposed-comments" + +all=false +shell="ssh iankelling.org" +while [[ $1 ]]; do + case $1 in + -a) all=true; shift ;; + -l) shell= ; shift ;; # -l for local + esac +done + +s="$shell sqlite3 $PWD/comments.sqlite" + +if ! $all; then + date=$($s <<'EOF' +select max(date) from c where +state = 'moderated' or +state = 'banned' or +state = 'picked'; +EOF + ) +fi + +# we may want to avoid rate limited posts here too. +sql="select * from c" +if [[ $date ]]; then + date_clause=" where date > cast('$date' as real)" +fi +echo "$sql" +$s "$sql" > /tmp/hcomments diff --git a/gimp-src/favicon.xcf b/gimp-src/favicon.xcf new file mode 100644 index 0000000000000000000000000000000000000000..079bdf7c290a420c9b5b8beb44972956f8036888 GIT binary patch literal 1653 zcmcgsyN(kv6rCg_Spv(3X9I;5nxrsfAY?^_1jTA4Rzli>+L?GJ24^OkakLYft>|g_ z5hOl>Pv9T6q9oiiV=oDWh^634*FHYJeqA3sQqvjBgOG(vOOLE=9r!wVr9#C`@}1`& zJP%HGi~JJ#L-IQoBknfEA5gs;(X>2Brc)UkYJ2Fs@gkMN$T2%nX2K2*k6xjtU4*Ks zh$N3vH3mn~6|b9_g_bN!v>NwX-7pFgousT=R6LDFg7qKt3)=vE+ts6?qYXn{Kl?Ml z&^()oK*bUB-C9I0Hj$R&^H>?C;$R{(j8DQaljeMb82vj{GV4Q;2Wyp2loNG-HTEx+u6vjF-=JR5Sk;o(;t5gO?B{9<`rMO=uM)&q~ zIN0wG*TBH{_lHo&n|WqbxL{g_hMJ=!=hI{?=`H0Fngwy9#-#QqKTiR2B2_do%pa`N zg?7%5g=0W^#i5WiYqif7I0;blYhTv6+E=t&-uG{GJycY;7VV2go?*^2%(. + +(defun iankmod-start () + (interactive) + (shell-command "/a/h/get-comments" "*messages*") + (find-file "/tmp/hcomments") + (iankmod 1)) +(defun iankmod-save () + (interactive) + (shell-command "/a/h/set-comments" "*messages*")) + + +(defun iankmod-set-state (state) + (beginning-of-line) + (re-search-forward "|" nil t) + (re-search-forward "[^|]*" nil t) + (replace-match state) + (forward-line)) + +(defun iankmod-pick () + (interactive) + (iankmod-set-state "picked")) + +(defun iankmod-ban () + (interactive) + (iankmod-set-state "banned")) + +(defun iankmod-moderate () + (interactive) + (iankmod-set-state "moderated")) + +(define-minor-mode iankmod + "Moderation of comments for iankelling.org" + :keymap (let ((map (make-sparse-keymap))) + (define-key map (kbd "p") 'iankmod-pick) + (define-key map (kbd "b") 'iankmod-ban) + (define-key map (kbd "m") 'iankmod-moderate) + (define-key map (kbd "x") 'iankmod-save) + map)) diff --git a/index.html b/index.html new file mode 100644 index 0000000..049259f --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + diff --git a/set-comments b/set-comments new file mode 100755 index 0000000..5694629 --- /dev/null +++ b/set-comments @@ -0,0 +1,37 @@ +#!/bin/bash +# Copyright (C) 2016 Ian Kelling + +# 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 . + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + +cd "${BASH_SOURCE%/*}/proposed-comments" + + +shell="ssh iankelling.org" +while [[ $1 ]]; do + case $1 in + -a) all=true; shift ;; + -l) shell= ; shift ;; # -l for local + esac +done +s="$shell sqlite3 $PWD/comments.sqlite" + + +grep -Eo '^[^|]+\|[^|]+' /tmp/hcomments | while IFS='|' read -r id state; do + #echo "$id -- $state" # debug print + sqlite3 comments.sqlite "update c set state='$state' where id = '$id'" +done +$shell $PWD/../build.rb diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..3230bba --- /dev/null +++ b/setup.sh @@ -0,0 +1,181 @@ +#!/bin/bash -l +# Copyright (C) 2016 Ian Kelling + +# 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 2 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 . + +# This script depends on a few other git repos of mine, such as +# distro-functions, basic-https-conf, acme-tiny-wrapper + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + +cd "${BASH_SOURCE%/*}" + +domain=${1:-iankelling.org} # use argument for testing site +gitroot=/a/bin/githtml + +shopt -s extglob + +type -P a2enmod &>/dev/null || pi apache2 + +acme-tiny-wrapper $domain + +pkgs=( + # build.rb dependencies + ruby-pygments.rb ruby-safe-yaml ruby-redcarpet + # python pkgs used for o(n^2) voting blog entry + python-bcrypt python-passlib + # gitweb pkgs + gitweb highlight +) +pi ${pkgs[@]} +chmod og+x _site/on2vote/vote.py + + +# debian has the package gitweb, which seems to mainly +# have some example apache config, and a minimal gitweb config. +# I'll just use the config as example and not use the package. +# It's example apache config seems to say we can use cgi or cgid, +# and googling cgid it seems a newer faster alternative. I also +# depend on this in my o(n^2) python script. +sudo a2enmod cgid + + +# additional settings from browsing https://git-scm.com/docs/gitweb.conf +s dd of=/etc/gitweb.conf < '/' ], +); +our \$home_link_str = 'git'; +our \$site_footer = '$PWD/_site/gitweb-footer.html'; +push @stylesheets, "/gitweb-site.css"; +push @stylesheets, "/common.css"; +our \$favicon = '/assets/favicon.png'; +# default is 25, cuts off descriptions. +our $projects_list_description_width = 40; +# a bit superflous since they are all me +our $omit_owner = true; +# highlight scripts with no extension, uses a patch +# that is on it's way upstream. +our $highlight_force = 1; +EOF + +apache-site - $domain < + # to run python scripts with cgi + Options +ExecCGI + AddHandler cgi-script .py + + +# redirect some old paths when I was using jekyll. +Redirect permanent /10-14-2014/On2-vote-results.html /blog/on2-vote-results.html +Redirect permanent /09-29-2014/say-On2.html /blog/say-on2.html +Redirect permanent /08-07-2014/uninstalling-setup.html /blog/python-uninstall.html +Redirect permanent /08-01-2014/publising-my-technical-notes.html /blog/publishing-my-technical-notes.html + +# All below is for gitweb + git-http-web. +# A simple builtin way to have a read only git website. +# I didn't find any significantly better alternatives out there. +SetEnv GIT_PROJECT_ROOT $gitroot +SetEnv GIT_HTTP_EXPORT_ALL + +# note: cgi scripts can go anywhere into the filesystem, +# so there is no need to do a directory block for $gitroot + +# fot git-http-web + + AllowOverride None + Require all granted + + + + Options +FollowSymLinks +ExecCGI + AddHandler cgi-script .cgi + + +# from man-git-http-backend, so git-http-web ang gitweb can both be used. +# it is instead of this: +# #ScriptAlias / /usr/lib/git-core/git-http-backend/ +ScriptAliasMatch \\ + "(?x)^/git/(.*/(HEAD | \\ + info/refs | \\ + objects/(info/[^/]+ | \\ + [0-9a-f]{2}/[0-9a-f]{38} | \\ + pack/pack-[0-9a-f]{40}\\.(pack|idx)) | \\ + git-(upload|receive)-pack))\$" \\ + /usr/lib/git-core/git-http-backend/\$1 + + + +# man-git-http-backend claims we should do this, but +# it causes no css/images to be displayed. Instead, +# just stick with the standard gitweb example directive +# from debian. +#ScriptAlias /git /usr/share/gitweb/gitweb.cgi/ +Alias /git /usr/share/gitweb +EOF + + +# my projects all have README or --help with a short single line +# description which I parse and put into the gitweb description. +_git_desc_readme() { + while read -r line; do + [[ $line ]] || continue + if echo "$line" | grep "^ *[#*]" &>/dev/null; then + continue + fi + echo "$line" > .git/description + break + done < README* +} +gitweb_descriptions() { + for d in $gitroot/*; do + d=$(readlink -f $d) + cd $d/.. + e ${PWD##*/} + shopt -s nullglob + f=(!(LICENSE|COPYING|README|.git)) + shopt -u nullglob + if [[ ${#f[@]} == 1 && ! -d $f ]]; then + if [[ ! -x $f ]]; then + if [[ $f == *-function ]]; then + ${f%-function} --help | sed -n '2p' > .git/description + else + _git_desc_readme + fi + else + $f --help | sed -n '2p' > .git/description + fi + else + _git_desc_readme + fi + done +} + +gitweb_descriptions + +./build.rb -- 2.30.2