diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f288702..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - 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/build.js b/build.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/404.html b/src/404.html deleted file mode 100755 index 89e6112..0000000 --- a/src/404.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - 404 - Page not Found - janishutz.com - - - - - - - - - - - - - -
-
-

404

-

Page not found

-

The page that you are looking for does not exist. We are sorry for the inconvenience.

-


- Go to homepage -
-
- - - \ No newline at end of file diff --git a/src/about/aboutme/index.html b/src/about/aboutme/index.html deleted file mode 100755 index 76fba09..0000000 --- a/src/about/aboutme/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - About - janishutz.com - - - - - - - - - - - -
-
- -

About me

-

Hello! I am Janis Hutz, I am 20 years old, and I am developing Software! Developing is my passion which means that I spend most of my life doing it.

- -

I am currently most interested in developing web apps, both frontend and backend. Logically, I am becoming more and more proficient at what I do every day. Next to web development, I also sometimes develop desktop apps in Python, but since I don't really like the programming language's syntax, I have recently switched to writing my desktop apps in electron such that I can use HTML, CSS and JavaScript. Next to that I also develop apps for iOS and I am starting to learn to develop Android apps as well.

-

In autumn, I am starting to study Software Engineering at ETH Zurich (which is a Swiss Technology focused University). When not coding in my free-time I am a passionate Arch Linux user (but not that kind that doesn't want to help) and from time to time I play some games online with friends.

-

As a Linux user, I am a big fan of Open Source Software, which means that I enjoy developing open source software. Check my GitHub profile link below to see my work.

-
-
-

Check out my work!

- -
-
- - - - \ No newline at end of file diff --git a/src/about/index.html b/src/about/index.html deleted file mode 100644 index 6e7da95..0000000 --- a/src/about/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - About - janishutz.com - - - - - - - - - - -
-
- -

About janis­hutz.com

-

This is my main personal website which acts as a link between all my projects and websites.

-
-

Technology is a remarkably interesting topic, that many people take for granted.

-
-
- -
- - - \ No newline at end of file diff --git a/src/assets/Logo.png b/src/assets/Logo.png deleted file mode 100755 index 9676b88..0000000 Binary files a/src/assets/Logo.png and /dev/null differ diff --git a/src/assets/header.jpg b/src/assets/header.jpg deleted file mode 100644 index 3a52a37..0000000 Binary files a/src/assets/header.jpg and /dev/null differ diff --git a/src/assets/header.xcf b/src/assets/header.xcf deleted file mode 100644 index d7b15ea..0000000 Binary files a/src/assets/header.xcf and /dev/null differ diff --git a/src/assets/impress.jpg b/src/assets/impress.jpg deleted file mode 100644 index 9bb8064..0000000 Binary files a/src/assets/impress.jpg and /dev/null differ diff --git a/src/assets/logo-512.jpg b/src/assets/logo-512.jpg deleted file mode 100644 index 870ff28..0000000 Binary files a/src/assets/logo-512.jpg and /dev/null differ diff --git a/src/assets/logo-new.xcf b/src/assets/logo-new.xcf deleted file mode 100644 index 6f3b8c4..0000000 Binary files a/src/assets/logo-new.xcf and /dev/null differ diff --git a/src/assets/logo.jpg b/src/assets/logo.jpg deleted file mode 100644 index 2d488ea..0000000 Binary files a/src/assets/logo.jpg and /dev/null differ diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index 264ce1f..0000000 Binary files a/src/assets/logo.png and /dev/null differ diff --git a/src/assets/logo.xcf b/src/assets/logo.xcf deleted file mode 100644 index 9603db7..0000000 Binary files a/src/assets/logo.xcf and /dev/null differ diff --git a/src/assets/lsh.png b/src/assets/lsh.png deleted file mode 100644 index 75d660c..0000000 Binary files a/src/assets/lsh.png and /dev/null differ diff --git a/src/assets/qrscanner.jpg b/src/assets/qrscanner.jpg deleted file mode 100644 index 373d24d..0000000 Binary files a/src/assets/qrscanner.jpg and /dev/null differ diff --git a/src/assets/storagemanager.jpg b/src/assets/storagemanager.jpg deleted file mode 100644 index 2c61814..0000000 Binary files a/src/assets/storagemanager.jpg and /dev/null differ diff --git a/src/assets/title.png b/src/assets/title.png deleted file mode 100644 index b3e5b2e..0000000 Binary files a/src/assets/title.png and /dev/null differ diff --git a/src/css/altstyle.css b/src/css/altstyle.css deleted file mode 100755 index 289531f..0000000 --- a/src/css/altstyle.css +++ /dev/null @@ -1,31 +0,0 @@ -html, body { - height: 100%; - width: 100%; - padding: 0; - margin: 0; - background-color: gray; - color: white; -} - -.logo img { - width: 10% -} - -div { - margin-right: 10%; - margin-left: 10%; - margin-top: 2%; - margin-bottom: 2%; - padding: 10%; - padding-top: 5%; - padding-bottom: 5%; - border-color: black; - border-style: double; - border-radius: 3%; - background-color:dimgray; -} - - -h1 { - font-size: 300%; -} diff --git a/src/css/footerstyle.css b/src/css/footerstyle.css deleted file mode 100755 index f2eba8c..0000000 --- a/src/css/footerstyle.css +++ /dev/null @@ -1,64 +0,0 @@ -.footer-box { - background-color: rgb(18, 12, 59); - width: 100vw; - height: 100vh; - margin-bottom: -1%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.footer-logo { - height: 50%; - max-height: 90vw; - margin-bottom: 5%; - display: inline-block; - position: relative; - vertical-align: middle; -} - -.footer-center-box { - width: 90vw; - display: flex; - justify-content: center; - align-items: center; - position: unset; - flex-direction: column; -} - -#matomo-opt-out { - display: block; - width: 90vw; - background-color: rgba(0, 0, 0, 0) !important; - color: white !important; - margin-left: 15px; -} - - -@media only screen and (min-width: 999px) { - .footer-box { - height: 30vh; - margin-bottom: -1%; - flex-direction: row; - justify-content: flex-start; - } - - .footer-center-box { - width: 40%; - left: 30%; - position: absolute; - flex-direction: row; - } - - .footer-logo { - margin-left: 7%; - height: 90%; - display: inline-block; - margin-bottom: 0; - } - - #matomo-opt-out { - width: 40%; - } -} \ No newline at end of file diff --git a/src/css/mainstyle.css b/src/css/mainstyle.css deleted file mode 100755 index ff76a10..0000000 --- a/src/css/mainstyle.css +++ /dev/null @@ -1,206 +0,0 @@ -/* -* -* janishutz.com - mainstyle.css -* -* -* Created 2023 by Janis Hutz -*/ - -/* - Set size of html and body to full width -*/ -html { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - font-size: calc(14pt + 0.395vw); -} - -body { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - background-color: rgb(105, 144, 189); - font-family: sans-serif; -} - -/* - Styling for links and buttons -*/ -.textlink { - font-size: 100%; - text-decoration: none; - color: black; - transition: 1s; -} - -.textlink:hover { - color: darkblue; - font-size: 115%; - transition: 0.3s; -} - -.button { - border: none; - cursor: pointer; - font-size: 1rem; - text-decoration: none; - display: inline-block; - padding: 20px; - color: white; - background-color:rgba(0, 40, 131, 1); - border-radius: 25px; - transition: 1s; -} - -.button:hover { - background-color: darkblue; - border-radius: 5px; - transition: 0.3s; -} - -.references { - color: gray; -} - -.title { - text-align: center; - font-size: 3rem; -} - -.subtitle { - text-align: center; - font-size: 1.3rem; -} - -.menuOpen { - overflow: hidden; -} - -/* - Main page content -*/ - -.content-wrapper { - width: 100vw; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; -} - -.content { - font-size: 1rem; - width: 70%; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - margin-top: 5%; - margin-bottom: 7%; -} - -.content-title { - font-size: 3rem; - text-align: center; -} - -.content-title-small { - font-size: 2rem; - text-align: center; -} - -.pullquote-lines { - border-color: black; - margin-bottom: 2%; - margin-top: 2%; - width: 100%; -} - -.quotes-text { - font-size: 150%; - font-style: italic; - font-weight: normal; - text-align: center; -} - -.quotes-author { - text-align: right; - font-style: italic; - width: 80%; - margin-right: auto; - font-weight: lighter; - margin-top: 0; -} - -/* - Bottom container styling -*/ - -.bottom { - display: flex; - width: 100%; - justify-content: center; - align-items: center; - flex-direction: column; - margin-bottom: 10%; -} - -.element { - text-align: center; -} - -.project-logo { - margin-top: 12vh; - width: 80vw; - height: auto; - border-radius: 20px; -} - -.back { - color: black; -} - -@media only screen and (min-width: 550px) and (max-width: 998px) { - .project-logo { - margin-top: 10vh; - width: 50vw; - } -} - -@media only screen and (min-width: 999px) { - /* - Align content side by side - */ - .sidebyside { - width: 100%; - display: flex; - flex-grow: 1; - gap: 5%; - } - - .element { - width: 47%; - } - - .itemsInline { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - gap: 5%; - margin-bottom: 3%; - } - - .project-logo { - margin-top: 0; - width: auto; - height: 40vh; - } -} - -#footer { - width: 100vw; -} \ No newline at end of file diff --git a/src/css/nav/logo.css b/src/css/nav/logo.css deleted file mode 100644 index 1903ce4..0000000 --- a/src/css/nav/logo.css +++ /dev/null @@ -1,24 +0,0 @@ -.logo-container { - position: fixed; - height: 13vh; - width: 13vh; - top: 0; - left: 0; - border-bottom-right-radius: 100%; - background-color: black; - transition: all 2s ease-in-out; - z-index: 9; -} - -#logo { - margin-left: 5%; - margin-top: 5%; - height: 65%; - width: 65%; -} - -.nav-container:hover .logo-container { - width: 20vh; - height: 20vh; - transition: all 0.5s ease-in-out; -} diff --git a/src/css/nav/menu.css b/src/css/nav/menu.css deleted file mode 100644 index 985255c..0000000 --- a/src/css/nav/menu.css +++ /dev/null @@ -1,154 +0,0 @@ -#menu { - color: white; - transition: width 0.8s, height 1s, border-bottom-left-radius 0.7s; - position: fixed; - top: 0; - right: 0; - height: 0; - width: 0; - cursor: default; - background-color: #152b5c; - border-bottom-left-radius: 100%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; -} - -#menu.open { - transition: width 1s, height 0.8s, border-bottom-left-radius 1.1s; - width: 100vw; - height: 100vh; - border-bottom-left-radius: 0; -} - -.menu-container { - display: none; - width: 80%; - height: 80%; - opacity: 0; - transition: all 0.3s; -} - -.menu-container.shown { - display: block; - width: 80%; - height: 80%; - opacity: 1; - transition: all 1s cubic-bezier(1, 0, 0, 1); -} - -.bottom-note { - display: none; -} - -.menu-main { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - width: 100%; -} - -.menu-category { - padding: 1vw; - transition: all 1s; - transition-delay: 0.5s; -} - -/* TODO: Make multiple steps for this - */ - -.menu-category-active { - padding-right: 20vw !important; - transition-delay: 0s; -} - -.category-list { - background-color: #152b5c; - transition: all 0.5s; - transform: scaleY( 0 ); - position: absolute; - transform-origin: top; - transition-delay: 0s; - display: flex; - justify-content: flex-start; - align-items: flex-start; - flex-direction: column; - padding-bottom: 5%; -} - -.category-list-active { - transform: scaleY( 1 ); - transition-delay: 0.5s; -} - -/* - Menu sub items -*/ -.category-item { - padding: 0.5%; - text-decoration: none; - color: white; - background-color: rgba( 0, 0, 0 ,0 ); - width: 100%; - transition: all 1s; -} - -.category-item:hover { - width: 100%; - padding: 1vh 1vw; - background-color: rgb(0, 125, 156); -} - -@media only screen and ( min-width: 999px ) { - .menu-main { - flex-direction: row; - } - - .menu-category { - padding: 2vw; - } - - /* TODO: Make multiple steps for this - TODO: Optimise for mobile devices (scale vertically) */ - - .menu-category:hover { - padding-right: 15vw; - transition-delay: 0s; - } - - .menu-category:hover .category-list { - transform: scaleY( 1 ); - transition-delay: 0.5s; - } - - /* - Menu sub items - */ - - .category-item:hover { - width: 100%; - padding: 1vh 1vw; - background-color: rgb(0, 125, 156); - } - - .bottom-note-wrapper { - font-family: monospace; - position: fixed; - width: 100%; - bottom: 5%; - left: 0; - display: none; - } - - .bottom-note { - width: 100%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - font-size: 75%; - transition: all 1s; - } -} \ No newline at end of file diff --git a/src/css/nav/toggle.css b/src/css/nav/toggle.css deleted file mode 100644 index 2a0863e..0000000 --- a/src/css/nav/toggle.css +++ /dev/null @@ -1,89 +0,0 @@ -.nav-container { - height: 13vh; - width: 13vh; - right: 0; - top: 0; - z-index: 9; - position: fixed; - transition: all 2s ease-in-out; - cursor: pointer; - border-bottom-left-radius: 100%; -} - -.nav-toggle-container { - background-color: black; - width: 100%; - height: 100%; - z-index: 10; - justify-content: flex-start; - position: relative; - display: flex; - align-items: flex-end; - flex-direction: column; - border-bottom-left-radius: 100%; -} - -.nav-container:hover { - height: 20vh; - width: 20vh; - transition: all 0.5s ease-in-out; - border-bottom-left-radius: 100%; -} - -.nav-toggle-positioner { - width: 75%; - height: 75%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; -} - -.nav-toggle { - text-decoration: none; - color: rgb(168, 212, 253); - font-size: 5vh; - cursor: pointer; - width: 35px; - height: 27px; - z-index: 11; - transition: 0.8s; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -/* Nav-Hide-Show button idea from here: https://codepen.io/alvarotrigo/pen/wvrzPWL*/ - -.line { - display: block; - width: 100%; - height: 3px; - background-color: rgb(49, 142, 230); -} - -#line1 { - transform-origin: 0% 0%; - transition: transform 0.4s ease-in-out; -} - -#line2 { - transition: transform 0.2s ease-in-out; -} - -#line3 { - transform-origin: 0% 100%; - transition: transform 0.4s ease-in-out; -} - -.nav-toggle.active #line1 { - transform: rotate( 45deg ); -} - -.nav-toggle.active #line2 { - transform: scaleY(0); -} - -.nav-toggle.active #line3 { - transform: rotate( -45deg ); -} \ No newline at end of file diff --git a/src/css/pages/formstyle.css b/src/css/pages/formstyle.css deleted file mode 100644 index 31e3e51..0000000 --- a/src/css/pages/formstyle.css +++ /dev/null @@ -1,47 +0,0 @@ -.form { - width: 100%; -} - -@media only screen and (min-width: 999px) { - .form { - width: 75%; - } -} - -.input { - width: 100%; - border-radius: 500px; - padding: 20px; - color: white; - border: none; - background-color: rgb(44, 44, 44); -} - -.textarea { - width: 100%; - border-radius: 10px; - padding: 20px; - resize: vertical; - color: white; - border: none; - background-color: rgb(44, 44, 44); -} - -.label { - color: white; -} - -.submit { - background: linear-gradient(90deg, rgb(30, 36, 131), rgb(87, 66, 184), rgb(105, 115, 214), rgb(30, 36, 131), rgb(41, 128, 109), rgb(146, 50, 47)); - background-size: 300px; - padding: 10px 20px; - border: none; - border-radius: 20px; - cursor: pointer; - transition: all 3s; -} - -.submit:hover { - background-size: 200%; - background-position: -100%; -} \ No newline at end of file diff --git a/src/css/pages/home.css b/src/css/pages/home.css deleted file mode 100644 index 44d3f75..0000000 --- a/src/css/pages/home.css +++ /dev/null @@ -1,47 +0,0 @@ -#popup { - display: none; - position: fixed; - top: 0; - left: 0; - height: 100vh; - width: 100vw; - background-color: rgba( 0, 0, 0, 0.5 ); -} - -.popup-positioning { - width: 100%; - height: 100%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; -} - -.submit { - margin-top: 2%; - background: linear-gradient(90deg, rgb(30, 36, 131), rgb(87, 66, 184), rgb(105, 115, 214), rgb(30, 36, 131), rgb(41, 128, 109), rgb(146, 50, 47)); - background-size: 300px; - padding: 10px 20px; - border: none; - border-radius: 20px; - cursor: pointer; - transition: all 3s; - font-size: 75%; - color: white; -} - -.submit:hover { - background-size: 200%; - background-position: -100%; -} - -.popup-main { - border: none; - border-radius: 20px; - padding: 5%; - background-color: rgb(34, 34, 34); - color: white; - max-width: 70%; - max-height: 70%; - overflow-y: scroll; -} \ No newline at end of file diff --git a/src/favicon.ico b/src/favicon.ico deleted file mode 100644 index 2a570ef..0000000 Binary files a/src/favicon.ico and /dev/null differ diff --git a/src/footer.html b/src/footer.html deleted file mode 100755 index 3ce5b06..0000000 --- a/src/footer.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Footer - janishutz.com - - - - \ No newline at end of file diff --git a/src/index.html b/src/index.html deleted file mode 100755 index 9c1589a..0000000 --- a/src/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - Home - janishutz.com - - - - - - - - - - - - - - -
-
- - -

Welcome to janis­hutz.com!

-

The best place to discover awesome software projects to enrich your life, all created and maintained by Janis Hutz

-

My work

-
-
-

Software Store

-

My software store gives you the opportunity to support my work and to get access to some special software you can't get access to otherwise. I am grateful for your support as always!

- To the store -
-
-

Custom Websites

-

Starting out as a new business or already have an established brand, looking for a new website? I offer static websites like this one as well as complex webapps like libreǝvent or the Language School Hossegor Booking system

- Learn more -
-
-
-
-

libreǝvent

-

libreǝvent is THE free and open source event management solution with which you can save lots of time and money when managing your events!

- Learn more -
-
-

iOS Apps

-

My iOS apps mostly focus on things you use or do day-to-day. You can view and download my apps on the Apple AppStore

- Learn more - -
-
-
-
-

Open Source Software

-

As a huge Open Source fan, I also developed some software whose code you can freely use, if your project uses the GPL V3 License. I am also contributing to a JavaScript presentation framework called impress.js

- Learn more -
-
-
-
-

Check out my projects!

- Projects -
-
- - - diff --git a/src/js/loader.js b/src/js/loader.js deleted file mode 100644 index 3d7f569..0000000 --- a/src/js/loader.js +++ /dev/null @@ -1,4 +0,0 @@ -$( document ).ready( () => { - $( '#nav' ).load( '/menu.html' ); - $( '#footer' ).load('/footer.html'); -} ); \ No newline at end of file diff --git a/src/js/support.js b/src/js/support.js deleted file mode 100644 index 1d362ec..0000000 --- a/src/js/support.js +++ /dev/null @@ -1,194 +0,0 @@ -const { createApp } = Vue; - -createApp( { - data() { - return { - products: { - 'sm': { - 'id': 'sm', - 'name': 'StorageManager', - 'supportOptions': { - 'no-scan': { - 'id': 'no-scan', - 'name': 'Scanning not working', - 'display': 'Please ensure that the barcode is not too far away (up to roughly four meters should work fine), that it is a barcode and that the surface the code is on is entirely visible and not wrinkled in any shape or form. If it still does not work, contact me below.', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - }, - 'contact': { - 'id': 'contact', - 'name': 'Problem not in this list', - 'display': 'Please use the contact form and include as much information as possible', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - } - } - }, - 'qr': { - 'id': 'qr', - 'name': 'QR & Barcode Insight', - 'supportOptions': { - 'history': { - 'id': 'history', - 'name': 'History missing', - 'display': 'In the settings tab, under History Settings, ensure that history is enabled! If your issue is regarding only a few entries being kept, please, in the same page, check if there is history size limit set and if so, consider increasing or removing it. If it still does not work, contact me below', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - }, - 'no-scan': { - 'id': 'no-scan', - 'name': 'Scanning not working', - 'display': 'Please ensure that the code is not too far away (up to roughly four meters should work fine) and that the surface the code is on is entirely visible and not wrinkled in any shape or form. If it still does not work, contact me below.', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - }, - 'contact': { - 'id': 'contact', - 'name': 'Problem not in this list', - 'display': 'Please use the contact form and include as much information as possible', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - } - } - }, - 'smuL': { - 'id': 'smuL', - 'name': 'SimpleMediaUpscalerLite', - 'supportOptions': { - 'gh': { - 'id': 'gh', - 'name': 'Any problem', - 'display': 'Please head to GitHub and open an issue', - 'action': { - 'type': 'link', - 'href': 'https://github.com/janishutz/SimpleMediaUpscalerLite/issues/new', - 'display': 'Open an Issue' - } - } - } - }, - 'le': { - 'id': 'le', - 'name': 'libreevent', - 'supportOptions': { - 'gh': { - 'id': 'gh', - 'name': 'Any problem', - 'display': 'Please head to GitHub and open an issue', - 'action': { - 'type': 'link', - 'href': 'https://github.com/janishutz/libreevent/issues/new', - 'display': 'Open an Issue' - } - } - } - }, - 'mp': { - 'id': 'mp', - 'name': 'MusicPlayer', - 'supportOptions': { - 'not-ready': { - 'id': 'not-ready', - 'name': 'Not working', - 'display': 'MusicPlayer Version 2.0 is not yet completed. Version 1 will not receive any more updates and is deprecated', - 'action': { - 'type': 'link', - 'href': 'https://github.com/janishutz/MusicPlayerV2', - 'display': 'GitHub' - } - } - } - }, - 'bga': { - 'id': 'bga', - 'name': 'BiogasControllerApp', - 'supportOptions': { - 'warning': { - 'id': 'warning', - 'name': 'Windows app warning', - 'display': 'As this app is not digitally signed, Windows will warn you about running the app. The app is totally safe, so you can allow it to run. If it does not work, consider downloading the app, installing python with all necessary dependencies (see link below) and running it that way.', - 'action': { - 'type': 'link', - 'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Install-and-run-the-program#download-dev-versions-if-you-run-into-a-bug-then-this-may-help', - 'display': 'Python installation' - } - }, - 'errconn': { - 'id': 'errconn', - 'name': 'Connection error', - 'display': 'Please first follow the steps the app gives you when you press the details button on the error message. If these steps do not work, please head to our wiki where things are explained in a more detailed manner. If these steps also do not help, please contact me using the contact form!', - 'action': { - 'type': 'link', - 'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Connect-a-Microcontroller', - 'display': 'Wiki' - } - }, - 'contact': { - 'id': 'contact', - 'name': 'Problem not in this list', - 'display': 'Please use the contact form and include as much information as possible', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact me' - } - } - } - }, - 'other': { - 'id': 'other', - 'name': 'Other', - 'supportOptions': { - 'contact': { - 'id': 'contact', - 'name': 'Contact me', - 'display': 'Please contact me using the contact form, include the name of the software you have problems with and as much information as possible on the isse.', - 'action': { - 'type': 'link', - 'href': '/support/contact', - 'display': 'Contact' - } - } - } - } - }, - selectedProduct: 'sm', - }; - }, - methods: { - closePopup() { - $( '#popup' ).fadeOut( 500 ); - $( 'body' ).removeClass( 'menuOpen' ); - }, - openPopup ( product ) { - $( '#popup' ).fadeIn( 500 ); - $( 'body' ).addClass( 'menuOpen' ); - this.selectedProduct = product; - }, - toggleSupportOption ( option ) { - for ( let action in this.products[ this.selectedProduct ][ 'supportOptions' ] ) { - if ( action !== option ) { - $( '#' + action + '-container' ).removeClass( 'open' ); - $( '#' + action ).fadeOut( 100 ); - } - } - $( '#' + option + '-container' ).toggleClass( 'open' ); - $( '#' + option ).fadeToggle( 100 ); - } - }, -} ).mount( '#support-app' ); diff --git a/src/legal/index.html b/src/legal/index.html deleted file mode 100644 index 33f2d6c..0000000 --- a/src/legal/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - The Legal Stuff - janishutz.com - - - - - - - - - - - -
-
- -

The Legal Stuff

- -

Access my terms of service and privacy policy here. They apply to all my services except they have their own dedicated ones.

- - - -

Looking to opt out of analytics? Scroll down to the bottom!

-
-
- - - diff --git a/src/legal/licences/index.html b/src/legal/licences/index.html deleted file mode 100644 index 230e81d..0000000 --- a/src/legal/licences/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - Software Licenses - janishutz.com - - - - - - - - - - - -
-
- -

Licences

- - ← Back to legal hub -

Here you can find a copy of all the licences I use for my projects. Each software that uses one of these will link to this page.

- - - -

Looking to opt out of analytics? Scroll down to the bottom!

-
-
- - - diff --git a/src/legal/licences/proprietary/index.html b/src/legal/licences/proprietary/index.html deleted file mode 100644 index 1217ba8..0000000 --- a/src/legal/licences/proprietary/index.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - Proprietary Software Licence - janishutz.com - - - - - - - - - - - -
-
- -

Proprietary Licence

- - ← Back to licences -
    -
  1. - Installation -

    You are granted the right to install this software on a limited number of devices.

    - Restrictions -
      -
    • - You are not allowed to work around technical restrictions or limitations of the software -
    • -
    • - You are not allowed to use this software on multiple devices simultaneously, but are allowed to have it installed on a limited number of devices at the same time -
    • -
    • - You are not allowed to decompile, reverse engineer or disassemble the software. -
    • -
    -
  2. -
  3. - Licensing -

    When purchasing this software, the software is not sold to you, but licenced to you. Due to non-compliance with these terms, your licence may be revoked without financial compensation.

    -
  4. -
  5. - Transferring -

    You are not allowed to resell or transfer your licence to other accounts. A licence is granted to a specific account and is linked to that.

    -
  6. -
  7. - Warranty -

    You agree that Janis Hutz is in no way, shape or form liable for any damage incurred by using this software. - There is no warranty included with this software. - All software is extensively tested, but errors in usage or code may cause loss of data created with the software. - Janis Hutz is not required to provide immediate updates if features of the software do not work as intended. -

    -
  8. -
  9. - Updating -

    Updates will be rolled out to address potential issues some time after a bug report was made through the support system. - You are not guaranteed to receive updates to the software indefinitely. You can see software support statuses and roadmaps here. -

    -
  10. -
  11. - Support -

    Comprehensive software support may be provided to you as part of your purchase. Any paid software includes a basic support package that is used to address potential shortcomings of the software. If you experience any bugs in the software, please report a bug

    -
  12. -
  13. - Updating of these terms -

    These terms may be changed at any time. The most recent terms at the time of your purchase are the terms that apply to your software. New terms will not be forced upon you

    -
  14. -
  15. - Entire agreement -

    By agreeing to these terms, you also agree to the Terms of Service, the Privacy Policy and the Return Policy

    -
  16. -
- Last updated 2024-05-20 -
-
- - - diff --git a/src/legal/privacy/index.html b/src/legal/privacy/index.html deleted file mode 100755 index 05d81e5..0000000 --- a/src/legal/privacy/index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Privacy Policy - janishutz.com - - - - - - - - - - - -
-
- -

Privacy Policy

- - ← Back to legal hub - -
-

Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect

-

- Bruce Schneier

-
- -

Keeping your data safe is at the centre of all of my software. Therefore, I will never sell your data and all data that is collected automatically is not tied to your identity.

- - -
    -
  1. - What data is collected on you? -

    Some of my web-based services, but none of my apps may use Privacy Preserving Product Analytics, meaning all data on interactions with my websites and services will be aggregated and anonymized. All raw data is deleted within a day of being collected.
    - This data includes your anonymized IP address and your approximated country (which is estimated based on your IP address) and what pages you clicked on. For this purpose my services use Matomo, which is a free and open source, self-hosted analytics tool. -
    All other data that is collected on you is data you willingly and at your own responsibility provide me with when signing up or using any of my services. Whilst I try to have everything run cloud-less, some features still require some data handling on my servers.

    -
  2. -
  3. - How is this data stored and processed? -

    All the data that has to be sent to the cloud for processing, like the contact form, is sent to my servers using an HTTPS connection, hence, it is an encrypted connection. The data from the contact from is then sent to one of my email addresses via my mail server and is never stored on the actual server. You may have your request deleted at any time. To do so, please contact me again or respond to my response email. -
    The data collected automatically by my analytics tool is stored for one day and never allows me to uniquely identify you as an individual. Once the data is aggregated, the raw data is deleted, and you will only show up as part of all users that visit my websites. -

    -
  4. -
  5. - How can I have my data deleted? -

    To have your data deleted, please contact me. I will not be able to delete the data that is collected automatically, as I do not know who this data belongs to and all raw data is deleted within one day of creation.

    -
  6. -
  7. - Opting out of data collection -

    All websites that feature Matomo tracking code will allow you to opt out, if you scroll all the way down and opt out there

    -
  8. -
  9. - Cookies -

    Most of my websites do not use any cookies. If they do use cookies, the specific service will explicitly state so when you first visit the page, except for the account services, which use cookies, but don't state this explicitly. Cookies are small amounts of text-based data which is used to identify you, which, whenever one of my services uses cookies, is required to allow you to for example sign into that page. No third party cookies are used on any of my websites

    -
  10. -
  11. - Sharing data with third parties -

    On my store, some data has to be shared with third parties, namely the developers of software you purchase. - This data includes your unique UserID and your selected username. Not even your email address is shared with third parties. - This data is only shared with developers of third-party software if you purchased their software, and they request it. Other than that, no data is shared with any third parties, except I have your explicit, written permission to do so in case I need to forward your query to somebody else.

    -
  12. -
  13. - Updating this privacy Policy -

    I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL

    -
  14. -
- Last updated 2024-05-20 -
-
- - - diff --git a/src/legal/privacy/v1/index.html b/src/legal/privacy/v1/index.html deleted file mode 100755 index 085facf..0000000 --- a/src/legal/privacy/v1/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Privacy Policy - janishutz.com - - - - - - - - - - - -
-
- -

Privacy Policy

- -
-

Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect

-

- Bruce Schneier

-
- -

Keeping your data safe is at the centre of all of my software. Therefore, none of my software automatically collect any data

- -
    -
  1. - What data is collected on you? -

    This website and all of my services do not collect any data on how you interact with them. All data that is collected on you is data you willingly and at your own responsibility provide me with when signing up or using any of my services. Whilst I try to have everything run cloud-less, some features still require some data handling on my servers.

    -
  2. -
  3. - How is this data stored and processed? -

    All the data that has to be sent to the cloud for processing, like the contact form, is sent to my servers using an HTTPS connection, hence, it is an encrypted connection. The data from the contact from is then sent to one of my email addresses via my mail server and is never stored on the actual server. You may have your request deleted at any time. To do so, please contact me again or respond to my response email.

    -
  4. -
  5. - How can I have my data deleted? -

    To have your data deleted, please contact me.

    -
  6. -
  7. - Cookies -

    Most of my websites do not use any cookies. If they do use cookies, the specific service will explicitly state so when you first visit the page. Cookies are small amounts of text-based data which is used to identify you, which, whenever one of my services uses cookies, is required to allow you to for example sign into that page. No third party cookies are used on any of my websites

    -
  8. -
  9. - Sharing data with third parties -

    No data is shared with any third parties, except I have your explicit, written permission to do so in case I need to forward your query to somebody else.

    -
  10. -
  11. - Updating this privacy Policy -

    I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL

    -
  12. -
-
-
- - - diff --git a/src/legal/returns/index.html b/src/legal/returns/index.html deleted file mode 100644 index 99f6ec0..0000000 --- a/src/legal/returns/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Return Policy - janishutz.com - - - - - - - - - - - -
-
- -

Return Policy

- - ← Back to legal hub -
    -
  1. - Definitions -

    -

      -
    • Return Window: The window in which I can provide you with a refund
    • -
    • Cancellation Window: The window in which you can cancel a subscription before being charged again.
    • -
    -

    -
  2. -
  3. - Return Window -

    You can return a product within 30 days of purchasing through your account. Some products might not be refundable, as they are consumable

    -
  4. -
  5. - Cancellation Window -

    You can cancel a subscription within your account up to 24 hours before the new billing cycle starts. After that, we cannot guarantee that you won't be charged again.

    -
  6. -
  7. - Refund amount -

    Refunds result in cost and work for me. Therefore, a refund comes at a 10% plus CHF 0.50 fee. The remaining funds will be sent back to your payment method within about 10 work days. This duration is solely dependent on the payment provider.

    -
  8. -
  9. - Denial of refunds -

    Some products may not be refundable for some reasons. We therefore cannot refund the entire order. If a product is not refundable, this is communicated to you on the product page on the store.

    -
  10. -
  11. - Refunds of subscriptions -

    Subscriptions aren't currently eligible for refunds. Please be aware that when cancelling products that are required in order for you to get a subscription, the subscription will not be cancelled.

    -
  12. -
- Last updated 2024-05-30 -
-
- - - diff --git a/src/legal/support-status/index.html b/src/legal/support-status/index.html deleted file mode 100644 index da36665..0000000 --- a/src/legal/support-status/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - Support Status - janishutz.com - - - - - - - - - - - -
-
- -

Support Status

- - ← Back to legal hub - -

View the support status of all my projects, roadmaps and expected End Of Life dates

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SoftwareStatusExpected EOLRoadmap
StoreSupported--
ID (Account Services)Supported--
StorageManagerSupported--
QR & Barcode InsightSupported--
libreeventSupported-Roadmap
smuL (SimpleMediaUpscalerLite)Supported-Roadmap
BiogasControllerAppSupportedJuly 1st 2026-
ConductorCalcIn Development-Roadmap
MusicPlayer V3In Development-Roadmap
MusicPlayer V1UnsupportedSeptember 1st 2023- (EOL)
MusicPlayer V2UnsupportedJuly 1st 2024- (EOL)
-
- -

All pieces of software without an expected EOL date do not have one, because it simply hasn't been decided yet. There might be completely rewritten versions of them taking their place in the future or an EOL date may be added

-

Once a software has reached EOL, it doesn't mean it will stop working, but rather that it will not receive any more updates

- -

Looking for the support page?

- Support -
-
- - - diff --git a/src/legal/tos/index.html b/src/legal/tos/index.html deleted file mode 100644 index 08c50af..0000000 --- a/src/legal/tos/index.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - Terms of Service - janishutz.com - - - - - - - - - - - -
-
- -

Terms of Service

- - ← Back to legal hub -
    -
  1. - Using content of my websites -

    In general, you are not allowed to use any of the content of my websites, except explicitly stated otherwise (like on my blog).

    -
  2. -
  3. - Definitions -

    -

      -
    • Perpetual Licence: A licence which will allow you to use the software for as long as you wish, and it is compatible with your chosen Operating System. What it does not mean: -
        -
      • You are not guaranteed to have access to online services
      • -
      • You are not guaranteed to be able to use subscription-based online services indefinitely
      • -
      • You do not get updates to the software indefinitely
      • -
      • Some new features might require purchasing a new version of the software
      • -
      • You do not get support for the software indefinitely. Support past a specified point in time might be available for a fee
      • -
      -
    • -
    • Subscription: A licence which grants you temporary access to a software, during the time-frame in which you pay for it. What it does not mean: -
        -
      • You will be able to keep using the software after cancellation and expiry of your subscription
      • -
      • Support is not guaranteed to be included
      • -
      -
    • -
    • End of Life (EOL): The point from which on the software will not receive any further updates.
    • -
    -

    -
  4. -
  5. - Software Licences -

    -

      -
    • All Software Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.
    • -
    • You are not allowed to share a licence with other people outside the allowed limit stated for each software. There are measures in place to prevent this.
    • -
    • Licences to my software are usually granted to you as perpetual licences, meaning you will have access to this software indefinitely, even if I choose to end support for it.
    • -
    • Software that has reached EOL will be updated one last time, which will remove the DRM, allowing you to use it even without an account
    • -
    -

    -
  6. -
  7. - Document Licenses -

    -

      -
    • All Document Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.
    • -
    • You are not allowed to share a licence with other people. There are measures in place to prevent this.
    • -
    • Licences to my PDFs are usually granted to you as perpetual licences, meaning you will have access to these Documents indefinitely, even if I choose to end support for it.
    • -
    • Documents I choose to drop from the store will be emailed to you upon reaching that status, so you keep your access to them.
    • -
    • All documents may only be viewed with the provided viewer in the browser, or in the future with any other Software provided and explicitly authorized by me.
    • -
    • There is no guarantee that the documents will be available at all times, as downtimes in the systems may occur, which are outside my control.
    • -
    -

    -
  8. -
  9. - Accountability -

    - I am in no way accountable for any damage that is incurred from using my software. I am not accountable for any loss of data that occurs by using any of my software, not even if you store data on the cloud. I keep regular, automated backups of all data to ensure that catastrophic data loss is not possible. - I thoroughly test my software to ensure that there is no risk of data loss. All data that could possibly be lost is data that is stored by my software. -

    -
  10. -
  11. - Returns -

    - Returns are handled according to my Return Policy to which you agree when agreeing to these terms -

    -
  12. -
  13. - Privacy -

    When agreeing to these terms, you also agree to my Privacy Policy, which states that some data on your interaction might be collected, but will never be tied to your identity. All other data you provide willingly is for obvious reasons tied to your identity.

    -
  14. -
-

Any violation of the above terms above may lead to a termination of your account or your licence being revoked.

- Last updated 2024-05-20 -
-
- - - diff --git a/src/menu.html b/src/menu.html deleted file mode 100644 index 617666b..0000000 --- a/src/menu.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - nav - - - - - - - - - \ No newline at end of file diff --git a/src/presentations/auth/index.html b/src/presentations/auth/index.html deleted file mode 100644 index 5b98639..0000000 --- a/src/presentations/auth/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Private Presentations - janishutz.com - - - - - - - - - - - -
-
- -

Private Presentations

-

Here is a list of all private presentations

- -
-
-

Music

-

This presentation is in German and is about a song called Victory by Two Steps From Hell

- View -
-
-

Geography

-

This presentation is in German and was a group work about the change in the energy supplies

- View -
-
-
-
-

French

-

This presentation is in French and was about a current text form a French newspaper

- View -
-
-

PU

-

This presentation is in German and was about my project that I did for school, StorageManager

- View - StorageManager -
-
-
-
-

Matura

-

This presentation is in German and is about my Matura project, libreevent.

- View - libreevent -
-
-

Turning points of WWII

-

This presentation is in English and is about turning points of WWII. It was a voluntary presentation I did because I was asked to do one.

- View -
-
-
-
- - - \ No newline at end of file diff --git a/src/presentations/index.html b/src/presentations/index.html deleted file mode 100644 index 1f3e85a..0000000 --- a/src/presentations/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - Presentations - janishutz.com - - - - - - - - - - - - -
-
- -

Presentations

-

Here you can view all my public presentations. There is also a link to my private presentations, for which you need a username and password.

- -
-

presenter
present
presentation...

-
-
-
-

Public presentations

-

There are currently no publicly accessible presentations available

- -
-
-

Private presentations

-

There are a few presentations I have held that are not publicly accessible. If you have a username & password, you may access them using the link below

- View -
-
-
-
- - - \ No newline at end of file diff --git a/src/projects/arch-dev-vm/index.html b/src/projects/arch-dev-vm/index.html deleted file mode 100644 index 562d926..0000000 --- a/src/projects/arch-dev-vm/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - Arch Linux Development Virtual Machine - janishutz.com - - - - - - - - - - - -
-
- -

Arch Linux Develop­ment Virtual Machine

- ← All projects -

This project aims to make setting up a development virtual machine with Arch Linux much easier.

-
-

Development on Windows kinda sucks. Install a Linux VM easily

-
-
-

Check out the project

- GitHub Repo -
-
-
- - - \ No newline at end of file diff --git a/src/projects/id/index.html b/src/projects/id/index.html deleted file mode 100644 index dffce8f..0000000 --- a/src/projects/id/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - ID - janishutz.com - - - - - - - - - - - -
-
- -

janis­hutz­.com ID

- ← All projects -

Annoyed to have tons of accounts? id.janishutz.com eliminates that problem by providing one single account for all my projects and more!

- -
-
- - - \ No newline at end of file diff --git a/src/projects/impress/index.html b/src/projects/impress/index.html deleted file mode 100644 index 67cc3dc..0000000 --- a/src/projects/impress/index.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - impress.js - janishutz.com - - - - - - - - - - - -
-
- -

impress­.js

- ← All projects -

impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.

-
-

Slide based presentations are quite boring, why not try something new and better?

-
-
-

Visit the project website

-

I am currently working on a massive update, more updates can be found on my blog

- PROJECT WEBSITE -
-
-
- - - \ No newline at end of file diff --git a/src/projects/index.html b/src/projects/index.html deleted file mode 100755 index ef2fae6..0000000 --- a/src/projects/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - Projects - janishutz.com - - - - - - - - - - - -
-
- -

Projects

-

This is a selection of my most important projects. This list is not exhaustive, and I've got some private projects ongoing at all times, like updating and optimizing all my different websites.

-

iOS Apps

-
-
-

StorageManager

-

Managing your home storage is a difficult task. It is fairly common to forget about things you still have in storage. This is where StorageManager comes in. It notifies you whenever a product is about to expire.

- Learn more -
-
-

QR & Barcode Insight

-

Ever wondered what exactly is inside QR codes exactly? This app shows you the unfiltered content of the QR code such that you can more easily evaluate if this website you are about to visit is trustworthy.

- Learn more -
-
-

Proprietary Software

-
-
-

Store

-

A fully featured web store application, through which you can purchase software and other products developed and created by Janis Hutz

- Learn more -
-
-

id.janishutz.com

-

Account software that provides login functionality to all my software.

- Learn more -
-
-
-
-

Language School Hossegor Booking System

-

A fully featured booking system for a language school in France. It features fully automated invoice generation, an extensive admin panel and a easy to navigate reservation experience, fully custom built

- Learn more -
-
-

Free and Open Source Software

-
-
-

libreǝvent

-

My flagship project, a fully features, free and open source event management solution you can host yourself. Its feature list is very extensive, so check it out below!

- Learn more -
-
-

SimpleMediaUpscalerLite

-

An electron app with which you can upscale videos and images using different upscaling algorithms. It also features plugin support with which new upscaling engines can be added easily.

- Learn more -
-
-
-
-

MusicPlayer

-

An electron based music player that can display currently playing and next songs including more information on them from CSV files on any number of client displays. These displays solely require a browser.

- Learn more -
-
-

Arch Linux Development Virtual Machine

-

An install-script to get a full Arch Linux development environment running in mere minutes

- Learn more -
-
-
-
-

impress.js

-

A JavaScript framework with which one can create stunning presentations. This is not my own project, but rather a project I contribute code to.

- Learn more -
-
-

Various websites and school projects

-

Over my time at my current school I have created quite a few little projects.

- Learn more -
-
-
-
- - - \ No newline at end of file diff --git a/src/projects/languageschoolhossegor-booking/index.html b/src/projects/languageschoolhossegor-booking/index.html deleted file mode 100644 index ff79513..0000000 --- a/src/projects/languageschoolhossegor-booking/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - Language School Hossegor Booking System - janishutz.com - - - - - - - - - - - - -
-
- -

Language School Hossegor Booking System

- ← All projects -

With a booking system that is purpose built for their needs, Language School Hossegor, a French language school, can respond to customer requests much faster.

-

Of their entire online presence, only the booking system was built by me as the website already existed, and it wasn't in need of replacing.

-
-

Check them out!

-

This booking system has seen a massive overhaul recently

- -
-
-
- - - \ No newline at end of file diff --git a/src/projects/libreevent/index.html b/src/projects/libreevent/index.html deleted file mode 100644 index bfac9e5..0000000 --- a/src/projects/libreevent/index.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - libreevent - janishutz.com - - - - - - - - - - - - -
-
- -

libreǝvent

- ← All projects -

libreǝvent is a free and open source event management solution you can host yourself on whatever system. Create your next event at lower cost and power it using libreǝvent

-
-

Why use a commercial event management system if you can host a more flexible one yourself?

-
-
-

Visit the project website

-

libreevent is seeing limited development currently, but I'll be back to working on it in about 6 months or so

- PROJECT WEBSITE -
-
-
- - - \ No newline at end of file diff --git a/src/projects/musicplayer/index.html b/src/projects/musicplayer/index.html deleted file mode 100755 index 298784d..0000000 --- a/src/projects/musicplayer/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - MusicPlayer - janishutz.com - - - - - - - - - - - - - -
-
- -

Music­Player

- ← All projects -

An electron-based music player to which a basically infinite amount of client displays can connect to to display the current playing song, the upcoming songs and details on all of them.

-
-
-

Play local music.

-

No need for any subscription or anything. Just select a folder using a graphical file picker and the app will load the music.

- -
-
-

Fully featured player.

-

The player has all the usual features of a music player whilst also offering all the unique functionality that it has.

- -
-
-
-
-

Client displays.

-

An essentially infinite amount of client displays can be connected to the app. They can show all kinds of things, like the currently playing song and upcoming songs.

- -
-
-

Show song data.

-

The app can load any kind of song data from CSV or JSON files. You can use the settings page to edit how that data is being displayed on-screen.

- -
-
-
-
-

Download it here

- DOWNLOAD -
-
- - - - \ No newline at end of file diff --git a/src/projects/qrscanner/index.html b/src/projects/qrscanner/index.html deleted file mode 100755 index ead6e4f..0000000 --- a/src/projects/qrscanner/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - QR & Barcode Insight - janishutz.com - - - - - - - - - - - - - - -
-
- -

QR & Barcode Insight

- ← All projects -

QR Codes can be quite mysterious and you might not be sure if the QR code you were provided with actually contains the website you intend to visit

-
-
-

Scan any code.

-

QR & Barcode Insight supports all kinds of different Barcodes and QR-Codes. Click below to get a full list of supported codes.

- -
-
-

See the full link.

-

QR & Barcode Insight shows you the entire link such that you can better judge if the link is actually correct

- -
-
-
-
-

Scan history.

-

QR & Barcode Insight can save a scanning history for you such that you can always come back to a scanned link at a later point. This feature can be turned off in settings.

- -
-
-

Free.

-

QR & Barcode Insight is and always will stay free. It does not show any ads or anything else. You may choose to support me through an In-App-Purchase, which is optional and does not currently provide additional features.

- -
-
-
-
-

Download it today

-

Coming to Android soon(tm)

- AppStore -
-
- - - - \ No newline at end of file diff --git a/src/projects/schoolprojects/index.html b/src/projects/schoolprojects/index.html deleted file mode 100755 index bfc67f6..0000000 --- a/src/projects/schoolprojects/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - School projects - janishutz.com - - - - - - - - - - - - - - - -
-
- -

School projects

- ← All projects -

During my time at school I have created quite a few little software projects, the biggest of them being the BiogasControllerApp, whose Logo you can see above.

-
-
-

BiogasControllerApp.

-

A Python / Kivy application that can interface with the microcontrollers used in a special subject at the school I go to (which sadly I don't have anymore)

- -
-
-

Micro:bit Interface.

-

A Python / Kivy application that can communicate between the PC and the micro:bit and give it instructions. This project is incomplete.

- -
-
-
-
-

MIDI - Micro:bit Sound Converter.

-

A Python / Kivy application to create a string from a midi file that can be used in conjunction with the Micro:bit micropython sound library and therefore allows you to use MIDI file to play on the Micro:bit

- -
-
-

History research project.

-

A research project for history class in which I created a website which gives you a quick overview over Japan in the 19th century.

- -
-
-
-
- - - - \ No newline at end of file diff --git a/src/projects/smuL/index.html b/src/projects/smuL/index.html deleted file mode 100755 index 69fefb3..0000000 --- a/src/projects/smuL/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - smuL - janishutz.com - - - - - - - - - - - - - - -
-
- -

Simple­Media­Upscaler­Lite

- ← All projects -

Images and videos at low resolutions can be quite restricting in terms of what you can do with it and many upscalers either perform terribly, do not look good, can't upscale videos or are hard to use. smuL (pronounced like 'small' because UPscaling) is an easy to use frontend to upscale all your videos and images.

-
-
-

Electron Frontend.

-

smuL features a gorgeous electron frontend to make upscaling as convenient as possible.

- -
-
-

CLI.

-

smuL features a CLI to enable you to upscale things in bulk without the downsides that GUIs bring with them

- -
-
-
-
-

Supported OS.

-

smuL currently supports Windows and Linux. Click the button below to see detailed system requirements.

- -
-
-

Plugins.

-

smuL features plugin support without having to restart the GUI app. You may simply add a new upscaling engine by downloading a plugin.

- -
-
-
-
-

FOSS.

-

smuL is fully open source, you may have a look at its entire source code below and contribute to it if you wish to.

- -
-
-

Roadmap.

-

smuL is still actively maintained and developed. Our Roadmap tells you what we are planning to add in the future.

- -
-
-
-
-

Development.

-

Visit our GitHub repo to help develop the project! PRs are warmly welcomed!

- GitHub -
-
-

Contributors.

-

Here's a potentially incomplete list of all past and current contributors to the project.

- -
-
-
-
-
-
-

Download it today

-

Some bigger updates are planned for the more distant future

- DOWNLOAD -
-
- - - - \ No newline at end of file diff --git a/src/projects/storagemanager/index.html b/src/projects/storagemanager/index.html deleted file mode 100755 index 453cc6f..0000000 --- a/src/projects/storagemanager/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - StorageManager - janishutz.com - - - - - - - - - - - - - - -
-
- -

Storage­Manager

- ← All projects -

Managing storage can be a challenging task, especially, when the volume of items stored gets big. If products in that storage can go bad, you are very likely to produce quite a bit of waste. StorageManager is an iOS app that can send you notifications such that you do not forget about products that are about to expire.

-
-
-

Notifications.

-

StorageManager can send you notifications when a product is about to expire so you don't forget about the product. Notifications time can be customised in settings.

- -
-
-

Adding products.

-

You can add products by simply scanning the product's barcode and adding some data on the product. The app will remember the product such that the next time you scan it, it will autofill all relevant data.

- -
-
-
-
-

Editing products.

-

Products can be edited straight from the products details page. You can edit every aspect of the product data to the extent that you can make it an entirely different kind.

- -
-
-

Removing products.

-

You can remove products by simply swiping to delete. Alternatively you can delete products by hitting the delete icon in the details page or even better, by scanning the product's barcode.

- -
-
-
-
-

Organisation.

-

StorageManager allows you to create product categories and one storage location. If you purchase the full version, you can add an infinite amount of storage locations. The In-App-Purchase is sharable with up to five people in your family.

- -
-
-

Filtering & sorting.

-

You can sort and filter all the data. Many different sorting options and filters are available, as well as a powerful search function, that finds all your products within milliseconds.

- -
-
-
-
-

iCloud-Sync.

-

StorageManager has iCloud-Sync built in and enabled for ALL users. Simply allow iCloud access for StorageManager and you are off to the races. Your storage data syncs magically between all your Apple-Devices.

- -
-
-

Free.*

-

You can use StorageManager for free, with one small exception being adding an unlimited amount of storage locations. For this you will need to make an In-App-Purchase. Please check the AppStore for the exact pricing as this is dependent on your country.

- -
-
-
-
-

Easy setup.

-

StorageManager features an easy to use, guided setup such that you can be up and running within just one or two minutes of downloading the app.

- -
-
-

Display settings.

-

Choose what is displayed on the main page of the app with simple toggles in the app's settings page. This allows you to see everything you want at a glance or have more items on the screen at once.

- -
-
-
-
- - - - \ No newline at end of file diff --git a/src/projects/store/index.html b/src/projects/store/index.html deleted file mode 100644 index 8abdbf4..0000000 --- a/src/projects/store/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - Store - janishutz.com - - - - - - - - - - - -
-
- -

Store

- ← All projects -

My software store offers you the ability to purchase my software, other services I offer and donate

-
-

Need software? Want to financially support me?

-
- -
-

Visit my store

-
- STORE -
-
-
-
- - - \ No newline at end of file diff --git a/src/robots.txt b/src/robots.txt deleted file mode 100644 index c4d5273..0000000 --- a/src/robots.txt +++ /dev/null @@ -1,8 +0,0 @@ -User-agent: * -Disallow: /menu.html -Disallow: /footer.html -Disallow: /js/ -Disallow: /css/ -Disallow: /404.html - -Sitemap: https://janishutz.com/sitemap.xml \ No newline at end of file diff --git a/src/services/dms-deg/index.html b/src/services/dms-deg/index.html deleted file mode 100644 index c5ae558..0000000 --- a/src/services/dms-deg/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - DMS - Decimal Degree Converter - - - - - -
-
-

Degrees Minutes Seconds - Decimal Degree Converter

- - - - - - - - -
- Latitude - - ° - ' - '' - -
- Longitude - - ° - ' - '' - -
- -

Output

-
- - content_copy -
- -
-
- - \ No newline at end of file diff --git a/src/services/dms-deg/index.js b/src/services/dms-deg/index.js deleted file mode 100644 index 228357d..0000000 --- a/src/services/dms-deg/index.js +++ /dev/null @@ -1,47 +0,0 @@ -const degLat = document.getElementById( 'deg-lat' ); -const minLat = document.getElementById( 'min-lat' ); -const secLat = document.getElementById( 'sec-lat' ); -const latitude = document.getElementById( 'lat' ); -const degLong = document.getElementById( 'deg-long' ); -const minLong = document.getElementById( 'min-long' ); -const secLong = document.getElementById( 'sec-long' ); -const longitude = document.getElementById( 'long' ); - -const output = document.getElementById( 'out' ); - - -var convertDMSDecimal = () => { - let long = 0; - let lat = 0; - if ( !isNaN( degLat.value ) && !isNaN( minLat.value ) && !isNaN( secLat.value ) && !isNaN( degLong.value ) && !isNaN( minLong.value ) && !isNaN( secLong.value ) ) { - try { - // calculate latitude - lat = Math.round( ( parseInt( degLat.value ) + parseInt( minLat.value ) / 60 + parseFloat( secLat.value ) / 6000 ) * 100000 ) / 100000; - - // calculate longitude - long = Math.round( ( parseInt( degLong.value ) + parseInt( minLong.value ) / 60 + parseFloat( secLong.value ) / 6000 ) * 100000 ) / 100000; - } catch ( err ) { - console.error( err ); - alert( 'An error occurred whilst calculating. Please ensure that degrees & minutes are entered as whole numbers' ); - } - output.value = String( lat ) + latitude.value + ' ' + String( long ) + longitude.value; - } else { - alert( 'Invalid input. Please ensure that all input fields only contain numbers!' ); - } -} - -var copy = () => { - navigator.clipboard.writeText( output.value ); -} - - -var clearApp = () => { - degLat.value = ''; - minLat.value = ''; - secLat.value = ''; - degLong.value = ''; - minLong.value = ''; - secLong.value = ''; - latitude.value = 'N'; - longitude.value = 'W'; -} \ No newline at end of file diff --git a/src/services/index.html b/src/services/index.html deleted file mode 100644 index aeefba5..0000000 --- a/src/services/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - Services - janishutz.com - - - - - - - - - - -
-
- -

Services

-

To make technology more accessible, I thrive to offer services that help people not that well versed in technology start to enjoy it.

-
-

Technology is a remarkably interesting topic, that many people take for granted.

-
-

For people trying to get an online presence, I offer creating static websites and websites featuring some more complex features. Visit my store to see all my offering

-
-
- Websites - Store -
-
- - - \ No newline at end of file diff --git a/src/sitemap.xml b/src/sitemap.xml deleted file mode 100644 index f15a903..0000000 --- a/src/sitemap.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - https://www.janishutz.com - 1.00 - 2024-08-26 - - - https://www.janishutz.com/legal - 0.75 - 2024-06-26 - - - https://www.janishutz.com/support - 0.67 - 2024-05-20 - - - https://www.janishutz.com/services - 0.67 - 2024-05-20 - - - https://www.janishutz.com/projects - 0.67 - 2024-06-26 - - - https://www.janishutz.com/presentations - 0.67 - 2024-05-20 - - - https://www.janishutz.com/about - 0.67 - 2024-05-20 - - - https://www.janishutz.com/legal/privacy - 0.67 - 2024-07-15 - - - https://www.janishutz.com/legal/support-status - 0.50 - 2024-08-26 - - - https://www.janishutz.com/services/dms-deg - 0.50 - 2024-06-14 - - - https://www.janishutz.com/projects/store - 0.50 - 2024-06-26 - - - https://www.janishutz.com/legal/returns - 0.50 - 2024-06-04 - - - https://www.janishutz.com/legal/tos - 0.50 - 2024-05-20 - - - https://www.janishutz.com/projects/id - 0.50 - 2024-06-26 - - - https://www.janishutz.com/projects/arch-dev-vm - 0.50 - 2024-08-26 - - - https://www.janishutz.com/legal/licenses - 0.50 - 2024-05-20 - - - https://www.janishutz.com/support/js-disabled - 0.33 - 2024-05-20 - - - https://www.janishutz.com/support/contact - 0.33 - 2024-05-20 - - - https://www.janishutz.com/projects/storagemanager - 0.33 - 2024-06-26 - - - https://www.janishutz.com/projects/smuL - 0.33 - 2024-08-26 - - - https://www.janishutz.com/projects/schoolprojects - 0.33 - 2024-08-26 - - - https://www.janishutz.com/projects/qrscanner - 0.33 - 2024-06-26 - - - https://www.janishutz.com/projects/musicplayer - 0.33 - 2024-08-26 - - - https://www.janishutz.com/projects/libreevent - 0.33 - 2024-08-26 - - - https://www.janishutz.com/projects/languageschoolhossegor-booking - 0.33 - 2024-06-26 - - - https://www.janishutz.com/projects/impress - 0.33 - 2024-06-26 - - - https://www.janishutz.com/presentations/auth - 0.33 - 2024-05-20 - - - https://www.janishutz.com/about/aboutme - 0.33 - 2024-08-26 - - - https://www.janishutz.com/legal/licences/gpl - 0.25 - 2024-05-20 - - - https://www.janishutz.com/legal/licences/proprietary - 0.25 - 2024-05-20 - - - https://www.janishutz.com/legal/privacy/v1 - 0.00 - 2024-05-20 - - \ No newline at end of file diff --git a/src/support/contact/index.html b/src/support/contact/index.html deleted file mode 100644 index d02e1a4..0000000 --- a/src/support/contact/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - Contact me - janishutz.com - - - - - - - - - - - - - - -
-
- -

Contact me

-

Have you ran into a problem you can't solve using my guides or just want to reach out about something? If you have any questions regarding any of my open source projects, please open an issue on GitHub if possible. If not, please contact me here.

- -

Before you contact me

-

Make sure that you have gone through the Support page and tried all the guides there before you contact me.

-
-
-
-
-
-
-
-

* required

-
-
-
-
- - - \ No newline at end of file diff --git a/src/support/index.html b/src/support/index.html deleted file mode 100755 index 794e70f..0000000 --- a/src/support/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - Support - janishutz.com - - - - - - - - - - - - - - -
-
- -

Support

-

Did you run into a problem with any of my software? Here's the right place to get the issue solved. This page features an automated support system to guide you into the right direction. If this doesn't help, the system will forward your query directly to me and you will have the opportunity to add some comments to it as well.

- -
-

Welcome to the janis­hutz.com support!

-
-

First off all, I want to apologise for any inconvenience that arose due to a problem with any of my software.

-

Please choose the app you have problems with below:

-
-
{{ product.name }}
- - -
-
-
- - - - - - \ No newline at end of file diff --git a/src/support/js-disabled/index.html b/src/support/js-disabled/index.html deleted file mode 100644 index e40f345..0000000 --- a/src/support/js-disabled/index.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - JS Disabled - janishutz.com - - - - - - - - - - - - - -
-
- -

Support

-

On this page you can learn how to enable JavaScript

- -
-

JavaScript powers the web, it makes websites run and allows you to use web apps

-
-

First off all, I want to apologize for any inconvenience that arose due to the website's reliance on JavaScript.

-

JavaScript is essential to over 99% of the website's correct functioning. Some of my websites rely especially heavily on JavaScript as they are so-called web apps or have other essential features provided by JavaScript.

-

There are multiple ways to enable JavaScript, each depending on your specific configuration. Most commonly, JavaScript was disabled in the web browser settings. Open your browser's settings and search for JavaScript and make sure that it is turned on.

-

Other common ways in which JavaScript is disabled is with browser extensions. You will either have a small icon for the extension in your browser's toolbar or in the browser's extensions menu. Make sure you have no extension like "NoScript" enabled on your browser. If so, please add an exception for the website on which you get the JavaScript disabled notice.

-
-
- - - - - - \ No newline at end of file