From f831287d4bd2d5014fca83c554e6ebd3155df537 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Mar 2013 12:16:13 +0100 Subject: [PATCH] Add font for the captcha Taken from http://www.thibault.org/fonts/staypuft/. --- configure.ac | 1 + src/Makefile.am | 3 +- src/lib/Hydra.pm | 2 +- src/ttf/COPYING.LIB | 481 +++++++++++++++++++++++++++++++++++++++++++ src/ttf/Makefile.am | 4 + src/ttf/README.txt | 35 ++++ src/ttf/StayPuft.ttf | Bin 0 -> 35572 bytes src/xsl/Makefile.am | 2 - 8 files changed, 523 insertions(+), 5 deletions(-) create mode 100644 src/ttf/COPYING.LIB create mode 100644 src/ttf/Makefile.am create mode 100644 src/ttf/README.txt create mode 100644 src/ttf/StayPuft.ttf diff --git a/configure.ac b/configure.ac index ba32fe85..c136547f 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ AC_CONFIG_FILES([ src/c/Makefile src/sql/Makefile src/xsl/Makefile + src/ttf/Makefile src/lib/Makefile src/root/Makefile src/script/Makefile diff --git a/src/Makefile.am b/src/Makefile.am index 5b283a64..443e25cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,3 @@ -SUBDIRS = c sql script lib root xsl +SUBDIRS = c sql script lib root xsl ttf BOOTCLEAN_SUBDIRS = $(SUBDIRS) DIST_SUBDIRS = $(SUBDIRS) - diff --git a/src/lib/Hydra.pm b/src/lib/Hydra.pm index c4f69d22..4f42b0f0 100644 --- a/src/lib/Hydra.pm +++ b/src/lib/Hydra.pm @@ -69,7 +69,7 @@ __PACKAGE__->config( scramble => 1, #send_ctobg => 1, bgcolor => '#ffffff', - font => '/home/eelco/Dev/hydra/ttf/StayPuft.ttf', + font => __PACKAGE__->path_to("ttf/StayPuft.ttf"), }, create => [ qw/ttf circle/ ], particle => [ 3500 ], diff --git a/src/ttf/COPYING.LIB b/src/ttf/COPYING.LIB new file mode 100644 index 00000000..eb685a5e --- /dev/null +++ b/src/ttf/COPYING.LIB @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, 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 library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, 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 companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, 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 library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete 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 distribute a copy of this License along with the +Library. + + 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 Library or any portion +of it, thus forming a work based on the Library, 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) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +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 Library, 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 Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you 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. + + If distribution of 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 satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. 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. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library 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. + + 9. 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 Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +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. + + 11. 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 Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library 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 Library. + +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. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library 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. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library 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 Library +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 Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +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 + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "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 +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. 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 LIBRARY 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 +LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. 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 library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/src/ttf/Makefile.am b/src/ttf/Makefile.am new file mode 100644 index 00000000..eba78239 --- /dev/null +++ b/src/ttf/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST = COPYING.LIB StayPuft.ttf + +ttfdir = $(libexecdir)/hydra/ttf +nobase_ttf_DATA = $(EXTRA_DIST) diff --git a/src/ttf/README.txt b/src/ttf/README.txt new file mode 100644 index 00000000..0aa68027 --- /dev/null +++ b/src/ttf/README.txt @@ -0,0 +1,35 @@ +The Stay-Puft Marshmallow Font + +Copyright (c) 2003 by John Stracke + +Not a very impressive piece of work, but fun. I sat down to fiddle +with pfaedit, and started seeing what I could do freehand, with +minimal splines. The result was all rounded (not surprising), sort of +marshmallowy, and I started thinking of it as the Stay-Puft +Marshmallow Font (see Ghostbusters if you don't get it). Once I had a +name, I felt compelled to round out the font (ISO 8859-1, at least). +The outcome looks sort of like Comic Sans MS. It's kind of cute, and +might be good for frivolous stuff such as birthday cards. I've used +it on my National Academy of Silly Walks merchandise +(http://www.cafepress.com/sillywalks/). + +It is released under the terms of the GNU Lesser General Public +License (see COPYING.LIB). Where the LGPL refers to "source code", I +take that to refer to the file called StayPuft.sfd, which is a file +for editing with pfaedit (http://pfaedit.sourceforge.net/), an outline +font editor program. Thus, according to the LGPL, if you distribute +this font, you must make StayPuft.sfd available to the recipient(s) +under the terms the LGPL specifies for source availability. Each of +the download links below is an archive (tarfile or zipfile) which +includes StayPuft.sfd, the LGPL, a readme, and at least one font file +(e.g., Isabella.ttf for TrueType files). I chose the LGPL instead of +the GPL because, arguably, using the GPL might mean that PostScript +and PDF files with this font embedded would be GPLed (they're like +programs that link to a static library). + +The font has ASCII, Latin-1, and a few other useful characters: left +and right quotation marks (single and double), ellipsis, long dash, +and Euro. I don't intend to round it out as much as I did with +Isabella (http://www.thibault.org/fonts/isabella/); this is a much +less interesting project. Anyone who wants to donate extra +letterforms is welcome, of course. diff --git a/src/ttf/StayPuft.ttf b/src/ttf/StayPuft.ttf new file mode 100644 index 0000000000000000000000000000000000000000..09ced57d741c10a4df025174b14717bba524d6aa GIT binary patch literal 35572 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 SgT~c}PYg-tR!T(-)qet1;j};i literal 0 HcmV?d00001 diff --git a/src/xsl/Makefile.am b/src/xsl/Makefile.am index d4f84e59..77a71355 100644 --- a/src/xsl/Makefile.am +++ b/src/xsl/Makefile.am @@ -2,5 +2,3 @@ EXTRA_DIST = log2html.xsl mark-errors.xsl xsldir = $(libexecdir)/hydra/xsl nobase_xsl_DATA = $(EXTRA_DIST) - -