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