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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 K(xQ9@1_l6B;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) - -