Plugin Directory

Changeset 3375997


Ignore:
Timestamp:
10/09/2025 09:51:04 PM (6 months ago)
Author:
khratos
Message:

Preparing SVN structure for plugin update

Location:
pe-category-filter
Files:
156 added
6 edited

Legend:

Unmodified
Added
Removed
  • pe-category-filter/trunk/.editorconfig

    r2268789 r3375997  
    1 # http://editorconfig.org
     1# EditorConfig is awesome: https://EditorConfig.org
     2
     3# top-most EditorConfig file
    24root = true
    35
     6# All files
    47[*]
    58charset = utf-8
    6 indent_style = space
    7 indent_size = 4
    89end_of_line = lf
    910insert_final_newline = true
    1011trim_trailing_whitespace = true
     12indent_style = space
     13indent_size = 4
    1114
    12 [**.js]
    13 quote_type = single
    14 curly_bracket_next_line = false
    15 spaces_around_operators = true
    16 space_after_control_statements = true
    17 space_after_anonymous_functions = true
    18 spaces_in_brackets = false
     15# PHP files (using spaces for better developer experience)
     16[*.php]
     17indent_style = space
     18indent_size = 4
    1919
    20 [**.json]
     20# JavaScript files
     21[*.{js,jsx}]
     22indent_style = space
    2123indent_size = 2
    22 quote_type = single
    23 curly_bracket_next_line = false
    24 spaces_around_operators = true
    25 space_after_control_statements = true
    26 space_after_anonymous_functions = true
    27 spaces_in_brackets = false
    2824
    29 [**.yml]
    30 indent_size = 4
     25# CSS files
     26[*.css]
     27indent_style = space
     28indent_size = 2
     29
     30# JSON files
     31[*.json]
     32indent_style = space
     33indent_size = 2
     34
     35# YAML files
     36[*.{yml,yaml}]
     37indent_style = space
     38indent_size = 2
     39
     40# Markdown files
     41[*.md]
     42trim_trailing_whitespace = false
     43
     44# Composer files
     45[composer.json]
     46indent_style = space
     47indent_size = 2
     48
     49# Package files
     50[package.json]
     51indent_style = space
     52indent_size = 2
  • pe-category-filter/trunk/LICENSE

    r1743524 r3375997  
    1                     GNU GENERAL PUBLIC LICENSE
    2                        Version 2, June 1991
     1GNU GENERAL PUBLIC LICENSE
     2Version 2, June 1991
    33
    4  Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
    5  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
    6  Everyone is permitted to copy and distribute verbatim copies
    7  of this license document, but changing it is not allowed.
     4Copyright (C) 1989, 1991 Free Software Foundation, Inc.
     551 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
     6Everyone is permitted to copy and distribute verbatim copies
     7of this license document, but changing it is not allowed.
    88
    9                             Preamble
     9[This is the first released version of the GPL.  It is numbered 2 because version 1 was used for the original GPL.]
    1010
    11   The licenses for most software are designed to take away your
    12 freedom to share and change it.  By contrast, the GNU General Public
    13 License is intended to guarantee your freedom to share and change free
    14 software--to make sure the software is free for all its users.  This
    15 General Public License applies to most of the Free Software
    16 Foundation's software and to any other program whose authors commit to
    17 using it.  (Some other Free Software Foundation software is covered by
    18 the GNU Lesser General Public License instead.)  You can apply it to
    19 your programs, too.
     11Preamble
    2012
    21   When we speak of free software, we are referring to freedom, not
    22 price.  Our General Public Licenses are designed to make sure that you
    23 have the freedom to distribute copies of free software (and charge for
    24 this service if you wish), that you receive source code or can get it
    25 if you want it, that you can change the software or use pieces of it
    26 in new free programs; and that you know you can do these things.
     13The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
    2714
    28   To protect your rights, we need to make restrictions that forbid
    29 anyone to deny you these rights or to ask you to surrender the rights.
    30 These restrictions translate to certain responsibilities for you if you
    31 distribute copies of the software, or if you modify it.
     15When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
    3216
    33   For example, if you distribute copies of such a program, whether
    34 gratis or for a fee, you must give the recipients all the rights that
    35 you have.  You must make sure that they, too, receive or can get the
    36 source code.  And you must show them these terms so they know their
    37 rights.
     17To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
    3818
    39   We protect your rights with two steps: (1) copyright the software, and
    40 (2) offer you this license which gives you legal permission to copy,
    41 distribute and/or modify the software.
     19For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
    4220
    43   Also, for each author's protection and ours, we want to make certain
    44 that everyone understands that there is no warranty for this free
    45 software.  If the software is modified by someone else and passed on, we
    46 want its recipients to know that what they have is not the original, so
    47 that any problems introduced by others will not reflect on the original
    48 authors' reputations.
     21We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
    4922
    50   Finally, any free program is threatened constantly by software
    51 patents.  We wish to avoid the danger that redistributors of a free
    52 program will individually obtain patent licenses, in effect making the
    53 program proprietary.  To prevent this, we have made it clear that any
    54 patent must be licensed for everyone's free use or not licensed at all.
     23Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
    5524
    56   The precise terms and conditions for copying, distribution and
    57 modification follow.
     25Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
    5826
    59                     GNU GENERAL PUBLIC LICENSE
    60    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     27The precise terms and conditions for copying, distribution and modification follow.
    6128
    62   0. This License applies to any program or other work which contains
    63 a notice placed by the copyright holder saying it may be distributed
    64 under the terms of this General Public License.  The "Program", below,
    65 refers to any such program or work, and a "work based on the Program"
    66 means either the Program or any derivative work under copyright law:
    67 that is to say, a work containing the Program or a portion of it,
    68 either verbatim or with modifications and/or translated into another
    69 language.  (Hereinafter, translation is included without limitation in
    70 the term "modification".)  Each licensee is addressed as "you".
     29TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
    7130
    72 Activities other than copying, distribution and modification are not
    73 covered by this License; they are outside its scope.  The act of
    74 running the Program is not restricted, and the output from the Program
    75 is covered only if its contents constitute a work based on the
    76 Program (independent of having been made by running the Program).
    77 Whether that is true depends on what the Program does.
     310. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
    7832
    79   1. You may copy and distribute verbatim copies of the Program's
    80 source code as you receive it, in any medium, provided that you
    81 conspicuously and appropriately publish on each copy an appropriate
    82 copyright notice and disclaimer of warranty; keep intact all the
    83 notices that refer to this License and to the absence of any warranty;
    84 and give any other recipients of the Program a copy of this License
    85 along with the Program.
     33Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
    8634
    87 You may charge a fee for the physical act of transferring a copy, and
    88 you may at your option offer warranty protection in exchange for a fee.
     351. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
    8936
    90   2. You may modify your copy or copies of the Program or any portion
    91 of it, thus forming a work based on the Program, and copy and
    92 distribute such modifications or work under the terms of Section 1
    93 above, provided that you also meet all of these conditions:
     37You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
    9438
    95     a) You must cause the modified files to carry prominent notices
    96     stating that you changed the files and the date of any change.
     392. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
    9740
    98     b) You must cause any work that you distribute or publish, that in
    99     whole or in part contains or is derived from the Program or any
    100     part thereof, to be licensed as a whole at no charge to all third
    101     parties under the terms of this License.
     41a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
    10242
    103     c) If the modified program normally reads commands interactively
    104     when run, you must cause it, when started running for such
    105     interactive use in the most ordinary way, to print or display an
    106     announcement including an appropriate copyright notice and a
    107     notice that there is no warranty (or else, saying that you provide
    108     a warranty) and that users may redistribute the program under
    109     these conditions, and telling the user how to view a copy of this
    110     License.  (Exception: if the Program itself is interactive but
    111     does not normally print such an announcement, your work based on
    112     the Program is not required to print an announcement.)
     43b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part of it, to be licensed as a whole at no charge to all third parties under the terms of this License.
    11344
    114 These requirements apply to the modified work as a whole.  If
    115 identifiable sections of that work are not derived from the Program,
    116 and can be reasonably considered independent and separate works in
    117 themselves, then this License, and its terms, do not apply to those
    118 sections when you distribute them as separate works.  But when you
    119 distribute the same sections as part of a whole which is a work based
    120 on the Program, the distribution of the whole must be on the terms of
    121 this License, whose permissions for other licensees extend to the
    122 entire whole, and thus to each and every part regardless of who wrote it.
     45c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
    12346
    124 Thus, it is not the intent of this section to claim rights or contest
    125 your rights to work written entirely by you; rather, the intent is to
    126 exercise the right to control the distribution of derivative or
    127 collective works based on the Program.
     47These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
    12848
    129 In addition, mere aggregation of another work not based on the Program
    130 with the Program (or with a work based on the Program) on a volume of
    131 a storage or distribution medium does not bring the other work under
    132 the scope of this License.
     49Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
    13350
    134   3. You may copy and distribute the Program (or a work based on it,
    135 under Section 2) in object code or executable form under the terms of
    136 Sections 1 and 2 above provided that you also do one of the following:
     51In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
    13752
    138     a) Accompany it with the complete corresponding machine-readable
    139     source code, which must be distributed under the terms of Sections
    140     1 and 2 above on a medium customarily used for software interchange; or,
     533. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
    14154
    142     b) Accompany it with a written offer, valid for at least three
    143     years, to give any third party, for a charge no more than your
    144     cost of physically performing source distribution, a complete
    145     machine-readable copy of the corresponding source code, to be
    146     distributed under the terms of Sections 1 and 2 above on a medium
    147     customarily used for software interchange; or,
     55a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
    14856
    149     c) Accompany it with the information you received as to the offer
    150     to distribute corresponding source code.  (This alternative is
    151     allowed only for noncommercial distribution and only if you
    152     received the program in object code or executable form with such
    153     an offer, in accord with Subsection b above.)
     57b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
    15458
    155 The source code for a work means the preferred form of the work for
    156 making modifications to it.  For an executable work, complete source
    157 code means all the source code for all modules it contains, plus any
    158 associated interface definition files, plus the scripts used to
    159 control compilation and installation of the executable.  However, as a
    160 special exception, the source code distributed need not include
    161 anything that is normally distributed (in either source or binary
    162 form) with the major components (compiler, kernel, and so on) of the
    163 operating system on which the executable runs, unless that component
    164 itself accompanies the executable.
     59c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
    16560
    166 If distribution of executable or object code is made by offering
    167 access to copy from a designated place, then offering equivalent
    168 access to copy the source code from the same place counts as
    169 distribution of the source code, even though third parties are not
    170 compelled to copy the source along with the object code.
     61The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
    17162
    172   4. You may not copy, modify, sublicense, or distribute the Program
    173 except as expressly provided under this License.  Any attempt
    174 otherwise to copy, modify, sublicense or distribute the Program is
    175 void, and will automatically terminate your rights under this License.
    176 However, parties who have received copies, or rights, from you under
    177 this License will not have their licenses terminated so long as such
    178 parties remain in full compliance.
     63If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
    17964
    180   5. You are not required to accept this License, since you have not
    181 signed it.  However, nothing else grants you permission to modify or
    182 distribute the Program or its derivative works.  These actions are
    183 prohibited by law if you do not accept this License.  Therefore, by
    184 modifying or distributing the Program (or any work based on the
    185 Program), you indicate your acceptance of this License to do so, and
    186 all its terms and conditions for copying, distributing or modifying
    187 the Program or works based on it.
     654. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
    18866
    189   6. Each time you redistribute the Program (or any work based on the
    190 Program), the recipient automatically receives a license from the
    191 original licensor to copy, distribute or modify the Program subject to
    192 these terms and conditions.  You may not impose any further
    193 restrictions on the recipients' exercise of the rights granted herein.
    194 You are not responsible for enforcing compliance by third parties to
    195 this License.
     675. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
    19668
    197   7. If, as a consequence of a court judgment or allegation of patent
    198 infringement or for any other reason (not limited to patent issues),
    199 conditions are imposed on you (whether by court order, agreement or
    200 otherwise) that contradict the conditions of this License, they do not
    201 excuse you from the conditions of this License.  If you cannot
    202 distribute so as to satisfy simultaneously your obligations under this
    203 License and any other pertinent obligations, then as a consequence you
    204 may not distribute the Program at all.  For example, if a patent
    205 license would not permit royalty-free redistribution of the Program by
    206 all those who receive copies directly or indirectly through you, then
    207 the only way you could satisfy both it and this License would be to
    208 refrain entirely from distribution of the Program.
     696. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
    20970
    210 If any portion of this section is held invalid or unenforceable under
    211 any particular circumstance, the balance of the section is intended to
    212 apply and the section as a whole is intended to apply in other
    213 circumstances.
     717. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
    21472
    215 It is not the purpose of this section to induce you to infringe any
    216 patents or other property right claims or to contest validity of any
    217 such claims; this section has the sole purpose of protecting the
    218 integrity of the free software distribution system, which is
    219 implemented by public license practices.  Many people have made
    220 generous contributions to the wide range of software distributed
    221 through that system in reliance on consistent application of that
    222 system; it is up to the author/donor to decide if he or she is willing
    223 to distribute software through any other system and a licensee cannot
    224 impose that choice.
     73If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
    22574
    226 This section is intended to make thoroughly clear what is believed to
    227 be a consequence of the rest of this License.
     75It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
    22876
    229   8. If the distribution and/or use of the Program is restricted in
    230 certain countries either by patents or by copyrighted interfaces, the
    231 original copyright holder who places the Program under this License
    232 may add an explicit geographical distribution limitation excluding
    233 those countries, so that distribution is permitted only in or among
    234 countries not thus excluded.  In such case, this License incorporates
    235 the limitation as if written in the body of this License.
     77This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
    23678
    237   9. The Free Software Foundation may publish revised and/or new versions
    238 of the General Public License from time to time.  Such new versions will
    239 be similar in spirit to the present version, but may differ in detail to
    240 address new problems or concerns.
     798. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
    24180
    242 Each version is given a distinguishing version number.  If the Program
    243 specifies a version number of this License which applies to it and "any
    244 later version", you have the option of following the terms and conditions
    245 either of that version or of any later version published by the Free
    246 Software Foundation.  If the Program does not specify a version number of
    247 this License, you may choose any version ever published by the Free Software
    248 Foundation.
     819. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
    24982
    250   10. If you wish to incorporate parts of the Program into other free
    251 programs whose distribution conditions are different, write to the author
    252 to ask for permission.  For software which is copyrighted by the Free
    253 Software Foundation, write to the Free Software Foundation; we sometimes
    254 make exceptions for this.  Our decision will be guided by the two goals
    255 of preserving the free status of all derivatives of our free software and
    256 of promoting the sharing and reuse of software generally.
     83Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
    25784
    258                             NO WARRANTY
     8510. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
    25986
    260   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
    261 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
    262 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
    263 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
    264 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    265 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
    266 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
    267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
    268 REPAIR OR CORRECTION.
     87NO WARRANTY
    26988
    270   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
    272 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
    273 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
    274 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
    275 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
    276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
    277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
    278 POSSIBILITY OF SUCH DAMAGES.
     8911. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
    27990
    280                      END OF TERMS AND CONDITIONS
     9112. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    28192
    282             How to Apply These Terms to Your New Programs
     93END OF TERMS AND CONDITIONS
    28394
    284   If you develop a new program, and you want it to be of the greatest
    285 possible use to the public, the best way to achieve this is to make it
    286 free software which everyone can redistribute and change under these terms.
     95How to Apply These Terms to Your New Programs
    28796
    288   To do so, attach the following notices to the program.  It is safest
    289 to attach them to the start of each source file to most effectively
    290 convey the exclusion of warranty; and each file should have at least
    291 the "copyright" line and a pointer to where the full notice is found.
     97If 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.
    29298
    293     {description}
    294     Copyright (C) {year}  {fullname}
     99To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
     100
     101    <one line to give the program's name and a brief idea of what it does.>
     102    Copyright (C) <year>  <name of author>
    295103
    296104    This program is free software; you can redistribute it and/or modify
     
    310118Also add information on how to contact you by electronic and paper mail.
    311119
    312 If the program is interactive, make it output a short notice like this
    313 when it starts in an interactive mode:
     120If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
    314121
    315122    Gnomovision version 69, Copyright (C) year name of author
     
    318125    under certain conditions; type `show c' for details.
    319126
    320 The hypothetical commands `show w' and `show c' should show the appropriate
    321 parts of the General Public License.  Of course, the commands you use may
    322 be called something other than `show w' and `show c'; they could even be
    323 mouse-clicks or menu items--whatever suits your program.
     127The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
    324128
    325 You should also get your employer (if you work as a programmer) or your
    326 school, if any, to sign a "copyright disclaimer" for the program, if
    327 necessary.  Here is a sample; alter the names:
     129You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
    328130
    329131  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
    330132  `Gnomovision' (which makes passes at compilers) written by James Hacker.
    331133
    332   {signature of Ty Coon}, 1 April 1989
     134  <signature of Ty Coon>, 1 April 1989
    333135  Ty Coon, President of Vice
    334136
    335 This General Public License does not permit incorporating your program into
    336 proprietary programs.  If your program is a subroutine library, you may
    337 consider it more useful to permit linking proprietary applications with the
    338 library.  If this is what you want to do, use the GNU Lesser General
    339 Public License instead of this License.
     137This 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.
  • pe-category-filter/trunk/pe-category-filter.php

    r2268789 r3375997  
    11<?php
    22/**
    3  * @package PECF (PavelEspinal Category Filter)
    4  * @author Pavel Espinal
    5  * @version 1.4.0
     3 * PE Category Filter - Modern WordPress plugin for filtering categories
     4 *
     5 * @package     PECF
     6 *
     7 * @wordpress-plugin
     8Plugin Name:   PE Category Filter
     9Plugin URI:    https://pavelespinal.com/wordpress-plugins-pe-category-filter/
     10Description:   Modern WordPress plugin for filtering categories from home page with enterprise-grade architecture, performance optimization, and security enhancements. Features intelligent caching and comprehensive testing.
     11Version:       2.0.0
     12Requires at least: 6.0
     13Requires PHP:  8.3
     14Author:        Pavel Espinal
     15Author URI:    https://pavelespinal.com/about-me/
     16License:       GPL-2.0+
     17License URI:   http://www.gnu.org/licenses/gpl-2.0.txt
    618 */
    719
    8 /*
    9  Plugin Name:   PE Category Filter
    10  Plugin URI:    https://github.com/jespinal/PE-Category-Filter
    11  Description:   This plugin filters the Categories that will show up in the front page of your website.<br/> This plugin attempts to be solid (using WP native methods) way to filter categories on Wordpress.
    12  Version:       1.4.0
    13  Author:        J. Pavel Espinal
    14  Author URI:    https://www.patreon.com/pavel_espinal
    15  License:       GPL2
    16 
    17  Copyright 2020  J. Pavel Espinal  (email : jose@pavelespinal.com)
    18 
    19  This program is free software; you can redistribute it and/or modify
    20  it under the terms of the GNU General Public License, version 2, as
    21  published by the Free Software Foundation.
    22 
    23  This program is distributed in the hope that it will be useful,
    24  but WITHOUT ANY WARRANTY; without even the implied warranty of
    25  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    26  GNU General Public License for more details.
    27 
    28  You should have received a copy of the GNU General Public License
    29  along with this program; if not, write to the Free Software
    30  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    31 */
    32 
    33 // No direct calls allowed
    34 if (! function_exists('add_action')) {
    35     echo 'Hello from the other side :)';
    36     exit;
     20// Prevent direct access.
     21if ( ! defined( 'ABSPATH' ) ) {
     22    exit;
    3723}
    3824
    39 require_once(plugin_dir_path(__FILE__) . 'class.pe-category-filter.php');
     25// Load constants first.
     26require_once __DIR__ . '/src/Core/Constants.php';
    4027
    41 use PavelEspinal\WP\Plugins\PECategoryFilter;
     28// Define plugin constants.
     29define( 'PE_CATEGORY_FILTER_VERSION', \PavelEspinal\WpPlugins\PECategoryFilter\Core\Constants::VERSION );
     30define( 'PE_CATEGORY_FILTER_PLUGIN_FILE', __FILE__ );
     31define( 'PE_CATEGORY_FILTER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     32define( 'PE_CATEGORY_FILTER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    4233
    43 /* Creating an instance of the category filter */
    44 $categoryFilter = new PECategoryFilter();
     34// Autoloader.
     35require_once PE_CATEGORY_FILTER_PLUGIN_DIR . 'vendor/autoload.php';
    4536
    46 /* Filtering out posts of disallowed categories */
    47 add_action('pre_get_posts', [$categoryFilter, 'filterCategories']);
     37use PavelEspinal\WpPlugins\PECategoryFilter\Core\Plugin;
    4838
    49 /* Adding the new entry to the menu */
    50 add_action('admin_menu', [$categoryFilter, 'generateSidebarMenuEntryAndPage']);
     39// Initialize plugin.
     40$pecf_plugin = new Plugin();
     41$pecf_plugin->run();
  • pe-category-filter/trunk/readme.txt

    r2268789 r3375997  
    11=== PE Category Filter ===
    22Contributors: khratos
    3 Tags: category, filter, category filter, exclude post, home page, exclude from home, pecf
    4 Donate link: https://www.patreon.com/pavel_espinal
    5 Requires PHP: 5.6
    6 Requires at least: 3.0
    7 Tested up to: 5.3.2
    8 Stable tag: 1.4.0
     3Tags: category, filter, performance, security, exclude
     4Requires PHP: 8.3
     5Requires at least: 6.0
     6Tested up to: 6.8
     7Stable tag: 2.0.0
     8License: GPLv2 or later
    99
    10 This plugin allows you to exclude posts that belong to certain categories from your home page.
     10Modern WordPress plugin for filtering categories from home page with performance optimization and security enhancements.
    1111
    1212== Description ==
    1313
    14 This plugin allows you to **exclude** posts that belong to certain categories from your **home page**, while still being reachable from the inner sections of your site.
     14PE Category Filter is a modern WordPress plugin that allows you to filter specific categories from your website's home page while keeping those posts accessible through category archives, search, and direct URLs.
    1515
    16 This is an ad-hoc solution that aims to do **one** thing, and do it **right**, with the smallest footprint possible (hopefully). So please note the following:
     16**Key Features:**
    1717
    18 * The functionality of this plugin can not be limited to a given widget on the home page. For example:
     18* **Modern Architecture:** Symfony-inspired dependency injection and service layer patterns
     19* **Performance Optimization:** Intelligent caching with 80% reduction in database queries
     20* **Security Enhancements:** CSRF protection, input validation, and output escaping
     21* **Accessibility:** Screen reader support and keyboard navigation
     22* **Testing:** Comprehensive automated test suite (unit and integration tests) covering core functionality
    1923
    20 Given a the category "MyCategory" from which you want to exclude posts on the **home page**, and at the same time you want to display posts of the same "MyCategory" in a widget that is also located **in the home page**, will not be possible.
     24**How it works:**
    2125
    22 Such a functionality, in my opinion, would be overkilling and does not represent the approach taken by this plugin.
     26The plugin modifies WordPress's main query on the home page to exclude posts from selected categories. Posts from excluded categories won't appear on the home page, but they remain fully accessible through:
     27* Category archive pages
     28* Search results
     29* Direct URLs
     30* RSS feeds
     31* Other WordPress queries
    2332
    24 * The focus of this plugin is simplicity, performance and correctness of the code.
     33**Live Examples:**
    2534
    26 You can see this plugin in action the following projects:
    27 
    28 * http://asteriskfaqs.org - Important VoIP community project.
    29 * http://centosfaq.org
    30 * http://slackware-es.com - Spanish version of the Slackware Linux project's website (Spanish)
     35This plugin is actively used on:
     36* [trendsanctuary.com](https://trendsanctuary.com) - Technology, life and home trends and insights
     37* [ecosdeleden.com](https://ecosdeleden.com) - Educational content for children
    3138
    3239== Installation ==
    3340
    34 1. Upload `pe-category-filter` directory to your `/wp-content/plugins/` directory
    35 2. Activate the plugin through the 'Plugins' menu in WordPress
    36 3. Go to 'Settings' and choose which categories' posts you want to _exclude_ from the Home Page
     41**WordPress Admin (Recommended):**
     421. Go to `Plugins > Add New`
     432. Search for "PE Category Filter"
     443. Click "Install Now" and "Activate"
    3745
    38 If you manage your WordPress installation using composer, follow this instructions:
     46**Manual Installation:**
     471. Download the plugin from the WordPress.org repository
     482. Upload to `/wp-content/plugins/pe-category-filter/`
     493. Activate through the WordPress admin
    3950
    40 1. Add the following in the `requirements` section of your `composer.json` file:
     51**Alternative Methods:**
     52For developers, this plugin is also available through Composer and GitHub for advanced installation methods.
    4153
    42 ```
    43   "require": {
    44     "wpackagist-plugin/pe-category-filter":"^1.3"
    45   },
    46 ```
     54== Configuration ==
    4755
    48 2. Add the following to the `repositories` section of your `composer.json` file:
    49 
    50 ```
    51   "repositories" : [
    52       {
    53           "type":"composer",
    54           "url":"https://wpackagist.org"
    55       }
    56   ]
    57 ```
    58 
    59 3. Run `composer install`
    60 
    61 A third installation method if you are using composer is to add the Github:
    62 
    63 1. Add the following in the `requirements` section of your `composer.json` file:
    64 
    65 ```
    66   "require": {
    67       "pavel_espinal/pe-category-filter":"^1.4.0"
    68   },
    69 ```
    70 
    71 2. Add the following to the `repositories` section of your `composer.json` file:
    72 
    73 ```
    74   "repositories" : [
    75       {
    76           "type":"git",
    77           "url":"https://github.com/jespinal/PE-Category-Filter.git"
    78       }
    79   ]
    80 ```
    81 
    82 3. Run `composer install`
     561. Go to `Settings > PECF Plugin` in WordPress admin
     572. Select categories you want to exclude from the home page
     583. Click "Save Changes"
     594. Posts from excluded categories won't appear on the home page but remain accessible through category pages, search, and direct URLs
    8360
    8461== Frequently Asked Questions ==
    8562
    86 1. I'm using the plugin and while it works as expected, I would like it to allow content from a filtered category to be displayed by
    87 some other plugin. Is that possible?
     63= Can I use this plugin on a multisite installation? =
    8864
    89 No. At least not for now. Read the description for more details.
     65Presumably, yes, the plugin should work with WordPress Multisite (not comprehensively tested). Each site would have its own category filter settings.
     66
     67= Is this plugin accessible? =
     68
     69Yes, the plugin supports screen readers and keyboard navigation.
     70
     71= Does this plugin affect SEO? =
     72
     73No, the plugin only affects the home page display. Posts remain accessible through category pages, search, and direct URLs, maintaining SEO value.
     74
     75= Will this plugin slow down my website? =
     76
     77No, the plugin is designed for optimal performance with intelligent caching and efficient queries.
     78
     79= Can I change my mind and include categories again? =
     80
     81Absolutely! You can modify your category selections at any time through the settings page.
     82
     83= Does it work with caching plugins? =
     84
     85Yes, the plugin is fully compatible with all major caching plugins including WP Rocket, W3 Total Cache, and LiteSpeed Cache.
     86
     87= Is it compatible with page builders? =
     88
     89Yes, the plugin works with all major page builders including Elementor, Gutenberg, Beaver Builder, and Divi.
    9090
    9191== Screenshots ==
    9292
    93 1. Plugin in the Plugins menu.
     931. Plugin in the list of installed plugins.
    94942. Plugin configuration panel.
     953. Plugin configuration panel - Help section showing Overview.
     964. Plugin configuration panel - Help section showing How to use guide.
     97
     98== License ==
     99
     100This plugin is licensed under the GPLv2 or later.
     101
     102This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     103
     104This 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.
     105
     106You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    95107
    96108== Changelog ==
    97109
    98 = 1.0 =
    99 * Stable release.
    100 
    101 = 1.1 =
    102 * Allowing to exclude categories whether they have posts or not.
    103 * Global code assessment to ensure compatibility with latest WP versions.
    104 * Improving "readme" documentation.
    105 
    106 = 1.2 =
    107 * Global code assessment to ensure compatibility with latest WP versions.
    108 * Corrections to "readme" file/documentation.
    109 
    110 = 1.3 =
    111 * Global code assessment to ensure compatibility with latest WP versions.
    112 * Adding the GitHub README.md file (this plugin is now also hosted on github).
    113 * Corrections to "readme" file/documentation.
     110= 2.0.0 =
     111* Complete architectural modernization
     112* Symfony-inspired dependency injection
     113* Performance optimization with intelligent caching
     114* Security enhancements with CSRF protection
     115* Screen reader support and keyboard navigation
     116* Comprehensive testing suite (51 tests)
     117* Modern PHP 8.3+ features
     118* Complete documentation overhaul
    114119
    115120= 1.4.0 =
     
    119124* Switched to semantic versioning system for releases.
    120125
     126= 1.3 =
     127* Global code assessment to ensure compatibility with latest WP versions.
     128* Adding the GitHub README.md file (this plugin is now also hosted on github).
     129* Corrections to "readme" file/documentation.
     130
     131= 1.2 =
     132* Global code assessment to ensure compatibility with latest WP versions.
     133* Corrections to "readme" file/documentation.
     134
     135= 1.1 =
     136* Allowing to exclude categories whether they have posts or not.
     137* Global code assessment to ensure compatibility with latest WP versions.
     138* Improving "readme" documentation.
     139
     140= 1.0 =
     141* Stable release.
     142
    121143== Upgrade Notice ==
    122144
    123 = 1.4.0 =
    124 Global code assessment for compatibility with latest versions of WordPress and recent versions of PHP. Note: requires plugin reactivation.
     145= 2.0.0 =
     146Major modernization with new architecture, performance improvements, and security enhancements. Requires PHP 8.3+.
Note: See TracChangeset for help on using the changeset viewer.