Файловый менеджер - Редактировать - /var/www/html/gzip.zip
Ðазад
PK ! ���YO O copyrightnu �[��� Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GNU Gzip Upstream-Contact: http://www.gnu.org/software/gzip/ Source: https://ftp.gnu.org/gnu/gzip Files: * Copyright: 1999-2016 Free Software Foundation, Inc. 1992-1993 Jean-loup Gailly and Mark Adler License: GPL-3+ Files: debian/* Copyright: 1995-2017 Bdale Garbee <bdale@gag.com> License: GPL-3+ Files: doc/* NEWS README Copyright: 1999-2016 Free Software Foundation, Inc. http://fsf.org/ 1992-1993 Jean-loup Gailly License: GFDL-1.3+-no-invariant Files: gzip.1 zless.1 Copyright: 1998-2016 Free Software Foundation, Inc. 1992-1993 Jean-loup Gailly License: FSF-manpages License: GPL-3+ 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, 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 <http://www.gnu.org/licenses/>. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. License: GFDL-1.3+-no-invariant Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. . On Debian GNU/Linux systems, the complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL-3'. License: FSF-manpages Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. . Permission is granted to process this file through troff and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). . Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. . Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. PK ! q�Y�� � changelog.Debian.gznu �[��� � �W�r�6}�W�$�[��Eԅu2�o�$V㉝���HB"�@P��֏�u���w�k,�����9g�|����9�:�+]\�>��\���i��_�4cu����̩�kG�t�PZRR� :���P+ %���$R��*i��mI/��+j|�� MkM�W�Χ�߅��B�~��Nܔ�����+>�}|�ϔ����1<�'��x0A����dZ2x��\�l��p�5�na�_���KIa����^WT@���8�h?z������h���N>~xs�;|�<}}}� r 3���K,&�(�0IH%�i�5�*RRe��@FF���2f|��c�9~0�ߵ�{�Y��g��@Y�9]�j����`�K*\V�O�)��e���&����S��&�K�^�Qs�n���=�nC Í�Wo~�e��p](.4�}��5010X3� ��2�B��@��;-ᑕ���������)O6���z�~�=��C0c7�,aՖKe�@�TA���w��N��@�� ,낪fOA%�V�W � ���J%Zu/�A�(rJd �aՒQ���7����T��s�P�cx-d�FoGa� ����>��_���I�S�f*�K"h Q�Z��n���Q�W����Z������q7�]�hփ 4o}$��<�#�!�R05*t�F�E�tAr������ �Vk��v��zΈ�wG�e|��b���X��O�����9؍ٿ����� �$/��CPW�N>В����I�i�l�1Z0;ӪV��@��6Kng�r�T胕?L��_Q�ͬ͞�ȶ�`1 � �L>#蚐��xN���1t�w�2��z��SPLS��< Z$&���* ��܈� �)-�$�S-Ь�y�>=��>9iV�Y+�&mD�Q��m'�x<��A��+M�.���hd�2�n�^��z0�4�7�=d� 56��뇠X���j��{�3���m����^2���RCB��q8�-Gb�w�H钥��U�@.���[��zA',$�8��7�}7|�Tk۴�2-;Ό���ÙRK4�Dj�,�C ��K�>�4�%۫�Wx�H�7�:5�vc���?�Vޣa� �C�9�Ji�Y)�= ��8O�� k��K���[�p6a�i,:��a��ؙ�f�s�h<����:q0�s�4e���(�Q�`��s&��vw�;�|� ��7�(>���eÙ(���mhl�n��O�(��g���0�fQ!�lz��m��kp8hO˞���x���(1Ww�h���2zq�^��.#·\r�|`?<"Z/|`N|���b��8�\|��F�NFŷ��xlB� ^��� COh]�۷.����0�t��5M5b�5��tÊ����'�� �����M������)� ��?��Q<wc�9��zR�ɧ�9f�ʡ���`���Tߺo����/-R� PK ! ��� � TODOnu �[��� TODO file for gzip. Some of the planned features include: - Remove some of the old porting cruft, since we no longer support it. - Separate out the shell scripts like gzexe into a new little package; these scripts are less used and less reliable and should be optional. - Internationalize by using gettext and setlocale. - Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c. The library should have one mode in which compressed data is sent as soon as input is available, instead of waiting for complete blocks. This can be useful for sending compressed data to/from interactive programs. - Make it convenient to define alternative user interfaces (in particular for windowing environments). - Support in-memory compression for arbitrarily large amounts of data (zip currently supports in-memory compression only for a single buffer.) - Map files in memory when possible, this is generally much faster than read/write. (zip currently maps entire files at once, this should be done in chunks to reduce memory usage.) - Add a super-fast compression method, suitable for implementing file systems with transparent compression. The lzrw series of algorithms are available at http://www.ross.net/compression/. - Add a super-tight (but slow) compression method, suitable for long term archives. See, for example, US Patents 4,286,256 4,295,125 4,463,342 4,467,317 4,633,490 4,652,856 4,891,643 4,905,297 4,935,882 4,973,961 5,023,611 5,025,258, which have all expired. More recent patent-free techniques may also be available. Note: I will introduce new compression methods only if they are significantly better in either speed or compression ratio than the existing method(s). So the total number of different methods should reasonably not exceed 3. (The current 9 compression levels are just tuning parameters for a single method, deflation.) - Add optional error correction. One problem is that the current version of ecc cannot recover from inserted or missing bytes. It would be nice to recover from the most common error (transfer of a binary file in ascii mode). - Add a block size (-b) option to improve error recovery in case of failure of a complete sector. Each block could be extracted independently, but this reduces the compression ratio. For one possible approach to this, please see: https://ozlabs.org/~rusty/gzip.rsync.patch - Use a larger window size to deal with some large redundant files that 'compress' currently handles better than gzip. - Implement the -e (encrypt) option. Send comments to <bug-gzip@gnu.org>. ======================================================================== Copyright (C) 1999, 2001, 2006, 2009-2018 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free Documentation License'' file as part of this distribution. PK ! G&͇�# �# NEWS.gznu �[��� � �[kSG���_Q��]�1=b =���@&B�B����:��2=��~ Cl�o��dVu���|��z`����q�df���ݺ�9=���<���)�:s���gϾ7�Em�����L2��Mi3W���5���F�h�f����Ifûߛ���W�(�=3�X,K[U6U�岩M^����I���]^�znMҔ��kS��5qeb����h�4�s��c.���2��!����L]f���Um�t ��~X��'6y�ef�֖�v�:^��c�E|�SP�ͪ=�Y��"�]�E�$�Vq��.�6��/��R�Xpk��.Om90���J'oe���2*V+ޜ����xz<������.D1�[�:�]�S�|N4<-�E\��*����m�/�@�&w��]��[H��8��`����q�%�2�Y�P:�B��`Y����\�X�~bg.�ҳ�t�����%qf������*����q�+{g��9�1��)�����ʤ�/�x�/��n���'����_� =}���_;xlqexA�v���ڭ�}�M�,���_��qi�8I'e\Co��fb�᳧��U;�h�՝�Z���7JMtnο���?_M��i�2�����n3YՌ�"5s8� ����~R,������gĊ�����0��o�Kr�_�C��[���u �����(2�2vI��:?3�R�x�M�1��\���w� ҁ��Ut%�� �W�U��Q1�&Y�\�)�Tdry-�-~/�F��^'��ʖ5����T+��"J-�/ ��{�%c�r��q4q��&��c����N�``A�����sXc��p`zप]���'�2{�o�ܮ ˊ�(aXdwl �!hAe�9P&���|t`Fo^��X���Q�x]^D �7��e��9� /�Q� 1Wq����2����*h*���B�*������3uԹ.�U���l5�ґ�g;��x:� @���2Xb���O�Z�?�����k�D�]=k�?�� ���Qr��Zu��Q]l��E&���-!9T+` �Q+�b�xRHbd�7� �M�͏��&��9kr �� �����j��j^�+���������lٲ,��Aߜ�'�Xd�ށsm�Y��'j��#2��'�b�����]�B"���5�Q��|����3�&l�\��l�c%�*��1��e�N��(��y�3�{q 5���)�Z�/�y������M�b&T9I4�K�u+9�/x6�%m�&ڽE~���*�{^�� ��&u��y��{�ދ� p�ǫò��5��YSR,~?0���wּ?<:�qs8F�O�~�??���hL��$qT��zB����= �×�=���)v�[p����O�*W�,r� ��t|S��)&U`O��w��M��*KS�(�9q���1H�R�P�b� v.������*��`z�3�!���i�HM�����Dbe6og�'Q�,�8����7O�X�� Hd֦��.u1坕�R�7eJ����eS���_�t�z�/B*�M] �����J���s��4vC�n���Җt��0��kC}pe�F�x`�G�����S�*{aIe�����CU�<�c��X/�HW��jU0��T`�,�%����b���pv_; �Jh�b�X �H�@i�خb�R��k%�������%)� p�2U��=��`O���+Jv�"�V�/뻒�V�e�kdY[�\IeH��CM�^&&dy\�C�C�[��a�IS�[��@)�w����ȷT����MF��J^��%�� -c9�8��/�D»iR6��,.g�@�Ϭ`s��� <s����VL� �YjC�-����35����(���W�Wc\��^��T�!��~C�b���rP!�po�(�x�&)<�R�&��%����c)'��3�O/(�L4Ee���m����A�q|��M�g��MlMz�F�˯�$Vp��!7�������m�I����?㧥�=I=����ݾ���B̭�r�����%+�\�Lj#��v`2.G����{S��Xʢ��P���^�1���qÇ��^gSx��A�NP�0`d�����c����8�/=5�w�X2/3�Y!��d�*� =Z����7c��j���*�S�w�;�白��?���,�\Q�f��ޖ��J�q��KnvZ\��2�$1���>[���A�R�&:��64H��$*�s�0dPYf����O�c=�Ħ�m]i�j����`,��tv~������'��Nc���I �E7M�T��*3�@��F{�w�B��Z��M�:Y�Z��'<g*+Vb��_Xsˍ^�ds���� g��0*���/�@}�;�Ԅ��ޫ�p<h6ʅ��ڲ��kr�la������k�4ڡ� ]:�. ��(.iE ��i� #M�D��ߚ�i-�IQv�� H���X�J���~�v���gR��-�u �£��E��SQ&�����Bm�`��j�ףʴ�HRئ��z�[��5D'�O�e|mz�>����!�kc$/���F:k?�������d�a��lܬ�W���C��<���~G��J��Z�}�)��;�s�J{P��2���3u#|�u��=j��h�q �� i.I�`��:E�T�6y��Kmx�n� {dUPa:����!���^�x�)��,���iLy�3of�d��X"� ����aC[Q:aq9q��J���ں�>B�����Dґ�Q��tD�3�<��;;��<b��"fຕ�f^������ �[��xX��²�_�|�b��^w�'� ٙ�4�j۟����K?H!��=`��K�|3w<����M��+i��!Mģ�5�['����9;>�Ӌm���T�w,��l���wWJ/���N�ɱb������ `g7�t���N�_�Q;o"�c��?�O���Ԗ_�4� �dEnYӹ�^t������`��:^�*�{�j��Z�Aq&q~K�2��lf�#��f���[�PC�^ퟳm%�n7)���][i(�f,���=y�`JE��¬J��{�Y�q�������j�]o;��{ 652��P�-� E���~��Zѐ3}*���@KlD�1Ők&���b�YC�'��"�*�6B������5\����r����]B4��$����)�R&'�|�^�h��Es��8��|wq���g��Z��b��W�w�FJ~K��OZ$��cK��C�K���T��ud���Ω�HD뵰��?����u�����8+m�]��Jwe_>��QPh�KQξ�W���/��.��q�V_��g!���3Ήf]����S'O4��P(�4��B��KA��=�և�����9�4��,���io����m�@s�+�+H�)��z���B�+WZ0��'(�� ?�|���3�|`.���p��\�g��կ�Dj��,&�X"� �3GY����Z"u)��)]��_�7�C�l�z�H����;lw�S6�?;A��,����Ϗ?|:�tH��c[�Q��,�mTˀ�v�>ڢe uX��@,�3cѴL�=Q�ФZJ�p`��Cwd�pbI:~�ĥ3��o�g�w���(^l$x�q�t�i4��g����TT �����nɝײ䑻Q�#V�#�'ޑ�g%� bW\Z����1Gr������CR�~��DZ���9�� ��(���L�X� eӁԫ����ž[�A颼4B�`e~~\�z:�K|�St�J�����3��h(ʾ�+kv�����F�a�u �j�� 7�ɴ�*D�B)�zu��Wl��Ť�\�����X�����@��J�)�K��\�|;2���'�gg�N?�����k ���#��C���(<�A�\7� *Yf�\yWI����C�R�5���O_�u)�8�r�V/��5U[��%��/�2倡k~�PuV�ڣY,�l�1��t�)rY��������p����w<�Xo�xϖK8���okT��qF��A6Y�Ϧ�穒x�c��{�)�X� �`4z������j.<ub�k�[/S�e�v�a)d �IH�����,���A]2�+��"Kv�+���7����4E�s��v�^,����������� R(�A�_Ehw�aЏ�A�ÿZ���� ��^�~(�<ئ)}Vz��)s��,۴��4�|o�-Ï��U�I�ށ/�[[[|> G���<D��V�a�L{����%% ��l!}(�Y RI�/4�yy�E��^`e�C�sb�S�,�j��V��*�2��������;v[�������ď�eJ�s�_��]�m;��"��#��_��'2Ei �v�ܣ��?��s.H��(ΪґJ��r�C~�@H�& M) N��cٝ���"G�����C��29�_"�<*����ؕyz��a�]D&��U� �m��^o�'N5L>�M�&�"Tx������2z��}>"�1م�`��6���ɰ�$�Q/�4��hg�p�3 iob٤_(&Uf�"�;�]���|�Д�ӱ��|zw����o������g�O5�uR���p��y��2h��\Z�6Ka�Ԧ?h;�����MHC�z7���H���o�!��_G}.�<DJ�qE�}�����z��I�A�l?t�p�Q��ˬ�⁉~¿(������_Еh�+�L76�R�ud�i�ޛ%�Q�'q�_x)�� ����� �����T�S}�� Ӗ��C��_�L5�O���n��_����*�U4:����p(�� ��X��~�n�u&?HWU1 .J1��|�k1��gb_�_��J��?� �ruO�Y�2�?�V�^z��J H� �OZ������YQ�.�fK2? �A��r���ij����Cb�?�m��b���ہ,�_Z0-�G�=K�o���|�k�W)PeeW� �9��#�ߣ��[w�<ۯGe�F��z١�����-w���� �� �?>}���W3aE�����h��u@����{��r\�W��H'�ޓt]U�NR�R�|� �u��q����_��|0�=ڌW߭�o��}O�zd��.�uT_�D��]"��]YysKzh��"�A���C�G�B��+Wс��j�7U���@#=xh�C�U^䫅6�j�">��/�;qM�"���}�Ȱb��%�U�����5"��hǓ��_85���'i��W�*c��X��kq�%���!P������mџyt��N�Z]�7I�P�ƼɈ]�����Ud?y��>�Vo��؇g�=v��Yx�#K/.�]4~pS�!�HNW:�� �͇����|C~���7a���dҲ�e�f���_���b~�y����f�q�[;�`�E+�04�� G��k�L�GT�?Yg�8�����վh�l�Sćqq����zw5�Au�8�?��$��wM�J/����\˙��j'U��,Qug�η�9z>"�a3� �J��|�w���qڧ��lJ߳�q?�R��6�ZT�?�avx���FA[c��b��:��LIIo�$1[,sB_o�$�.��i�ԭ�:%�z�I�����n�\���<-� ��Y�^�a{xv����nI�C�5!O#ul�r:Pw�5���n�N��6��ܒ;���h�߆��D`�y�����徛�A�O[헲R(\���TicCҷV�8(�o�Xw��^��Oj���c�n�$���ݵ�6����g]�5����z єw�e�һ�.oIA�B�%�m���m^�o��s���W�k2]�8��f�X����="g��p�U&Nўْ�]a��y�r�:z����k��z7���}0�H�9�/0�㉓�'��Pe�E�����o}ut7ej��%���u|�U���+�"-�bdR(4�m��;��n���K���)k������ã��]2A��O��V����.Ǘ� R x�Ʈ�:g�7�b�ɸQ�W��RpUw�V���ʱ9�F&SGC\V�d)]{;C����}����ȑ(ǭ턈4�ԫ��9��h:]g�oл��@.��� �IP�Y��=�n�,������ڍ����3P4�FX_WǠ��n��QS {j�#�������45 8�����u�IP!�!�.v�C燙A{��Z|�/�b��ƴ�0,�S,5ن����C�Q���;�2���SN��V\m�9a%l$�y��k�&e��w�]|��i�+\{�څ�e�i[z�-9I#C���laa�����j��F�W3��#ͱ�vHCE1� E`�JV�\��l'�6`�$���0p��x�]�������=���#b�����S8�9O�?�\�%�XɣKI)T&4T�H��/:�����c�J;�B'���#d�<��A{jq58S� ���knKʗ�n������^!�Yպ!�9��~I'ǒhH��u��o���W6�yEN�5� �@���238�AQ��bˠK�6td�2�xE��P�"��BK�k�� UVL�X���[],G�l"+�M����o��W�E�~�"K�KDV����o+&(]��:_�Y'Hpg��C�vk�֠=�M�Ĩ\n UT�Q.`��.뚃b��up��������+yo=�&�A�V1���Lj"I��Q!a t�|���2��M��V��Xpt�r*(���ԉݫ$e��٧f3��P���C� |*����٤�U\��K(��K�*/�v���xH�a����2��q�Px��S*I&�ȃ~C�-��=��O;��b��迼<���4�l^E�/��%�U��/�!*33�<g9)��F�8��A(6���\�\Z�+[ �8��Xrc��շ�v&�Ǥ5o��f����2)�Y\���\�h��uT->A�bxo/��t \y���k��F�_F���Ꝑ E��-�5 lڼ�2].�������X��$�Q�PjNP�3(����D�W4�O!�*E��� ��x*�v�x*�y#��R�<���[r5H��TD��BQ,�n�4�A%�ŊՓ�Ӭ�bW����%&%E���z����;�u��G*E��c-��|{1xLf�]��2�v������:0�(s|-,,a����g��i�{kWp�V���s9�K�� �s&�!�8��^&H"��ƭ;]�-�1��i ? N�㏙�g���jR������nc��/:}����H��!�l��˧�t���0yڗy��c��l�� �G���X��|�LX)o�D��^�|�����oX a�*��� B������&O�֤^+ Í���M����ўGB��K��؏aȲƣ?i�H�}�I�)�[�����y:����̀�M��<wl�4;���1�� {@;w8�Z"�H��x+89�o������w����_>��2�� F�@ÿ���d.�)k����M�<u��f-G1/�5��&�t�ڤSn��J%���@&dk���o4)�L¦j\T[h�u��D�W�m%U���]=�̈́`�o��!�>8��:�m��7�s-����p�,&�$�_�m)�I����sY9Ё�E>�n�B�albH�&I��`n���x$F/����x�]Ӿ=/�_M{6��[i�B�I3� /�J��Nx�fu�K&������ᬳC}D��T�Q�43<��ޗ��w:�o�D���W �|n�4I^s���+:��f�1qy`��d~ׄ�{Ŧ�vП�j�Q�)�'��?��H:����Ňvو������խ)�3PI؇��������ENd�$3��[�L>=M�C C2$Ä@f��� ����»��!k�͠O1��&�=�� M ��xξ�pkm��悢���kO\�~dt�A��NT.��)�+�*��Pr2�7-#���O�\ʂQ�R^�^6h����rO��Q��Mu��5��`�1��b�Z����bӯH�ɪ�Ǣ���P`$��R�aQ���ɑ� ��R���f�рu���Y�EMĴ?�����j*�i�t��j��'������)S���T]��K)�!�a:nA]M.X��Ɉ�m($�(�� �<)��'��������`��j*���Ij�� a��6^�� e�Č�4�f�@_��M�6fd�U0]u���=�\�Ǫ����G��R�+7 '�NM�� ���)�NL]a��D�W5�U6ʩ ����=p����.�u�)M�� ��������ʸ��#���Q�`n��v\��#�� �9،E>猄��|]���d�|�Y[ύ�.��f�O,&ƛ�p�\��$����iA��XH�R�t�tz�î�;� ��r���N55]�n�6?�fAdAO4��c�:!Z,�c'w\6� 1�ɸ��p���+u���)R��Ƕ�$.�F�bԓ�8OWPV�]�i�RG�d��߾�b��MS�D��.�C�fn���x�uB���q�_�Vkgj�^�r�� ��K ��Nޮ��ՠZ:�L:9�!�,Ȁ�M9nÇ*~?�\GNm�Jc>�a��= �D�+��,���Nߪ��e�P7�5C1 ���3A'(�"1=�1`W)��w}3H2R�"+�q���eU��S�0Of�� y�d�����g����u�u�����^�4(ӻ��~=�_������hPLj�K�5Hil��S����������X.(�'o���q�.H��$�-�Ͻp����b�O^�Xg��?А�IȽ�wM�!.� $c8o�t�b9���4 )�L�ͤ���J���wtw1��gL��Ѿ�@^|�#Z�� ���I���g�D~ƍG��� ��_9�u�d77��:�M��,���-p[ PK ! ��D�� � README.gznu �[��� � �X�rܸ}�W��QjD[vU{�Td���VVY��O�!1CD$�@�G_������Uy��e�3D�/�O��M�ƟT[�v�՟ޞ���^���m�]�+Sp�!9�J����ڷV�fc�J�R_=y��n�M7>l�D�N[�z��Ԃ��#:et��>�a_�ƥ��lt��V:y��x(ؾ1�mm��w�O�<E��iSݙ.����� �e t;�5l�d��_i�J����o�/��M�-��4\��Xh�� �?�Lj���%m$}1�� Ճh��7���O'�.&��4�C���i�����fh������z����/�ϨއdV�[�q�I�>0��RpT��|�hM�[x\��ŷj�fS�|�+D�#}k��̳qm-R�-�BJh��x̯�G�j��бw���\٩8����` %i�s�}�|P�)o%��&d��E�'�Cʱ����+Q�w�c5��;�-o ~ϟ��x���t�����e��ec�M�GX�8�q�����U�.��lW�F� ��w"���J�EZ��8-q�ݕ�T�U�ueK`�{��sh�j � �r���'u��;?荅�N������)T�mp�x�RW��21-]k��?��0���Q晇�ٛ�A˙�l�ÜR��؎�5]�+�Qn5�ŒaX��w0$&ݘ�"��C�S�ѭ�P��-�N�o���Q� ���s~��O"ᐎ+�P��� u��i �j'��ӳ���C�aX�[�b�l(fP�` ��:m+�����:B0�c�"�ao������P�8���z��O���o>����˷_��4:�ޚ�����tĴ�H)7&&���&�G&�/�oN/.� ;iw1�'���9�ty~���0!��@e�� ��6q�N ��1�%�*ߣk�=P}�Zsk������7P]F������R���g �B�r���Qm�Q�JF,ř�h�0����J�@C 5`�G��|�Je |U�#�t��i�O�|=;�N��PYnԡ*�J)���05q[�:F�S�8��_�b���~�[�7#�f+:�>LL||_���m5���=�{�6ʞ�=�,��`����=r�+M4�\��7e����Y���)�l\?� �ݕEE���/#FH%���Y�*#�Nn"��5��s֡�H�˒3y�R��a�j�PBV�CC����P�� M<�3m����T��F�u���8\�7`�� ����J��/Z���0L�F-��2����=��n�t�CL2�J�Fi��M-h��O4��t��'�+P�8���=5>�Q��*G�9�-��hF��?g,"C�وa霱t���kx,OM&�mQ �!�B=�s��}��\�������LT��Y� �9&:G~vl��W�Ғ��Y�.s��`�Z�- 9OR�r�}�� QF�Hmc3��2�հj��1�6i���X���x�[�;�x��UtTc���CLr�5���h����,�ש��=�e]��ԅ'�U�XP��,���h�*E�lk��>\d�Ι��9�9��Ñ�͇�˟���3�E~#=�E@7�D����ȿY���wQ�� �su��Tƶ�:�N`�D��#��I��/#:m=B`VFm�=@��#(ZC�dSs0�L�c��Uj?��4D �-d8;k�H��F(�a�Qq(�`�ZYRw�x���b�����Q0���覽���p����H�R�l����n�`&�NV<�r���$��Ŭ�g�O��#��4���s�G�*���LAo�B~��'�s��8.��Ղ|�9�[\w˷��'��x4��Y��ٲ��QaI����eHe�5ۃ�u�T{�����ju!���q�C���y+�?�ۚ/�U%��z -9�_5�8�uF��鎔p���!��멌nu�[�j�_=P�Ib��\���)4��욭 �{�"/�[c.а��� 4���Y32��G�>Cr�;�6�f� m;��sߖ~[�՝f�#��+"���'��/�89)�qI }�H�߳��d�uw�v\֧5ְh�0��Ԭ��e��[Yf�&c/�.�H O/F��퇰�%J����I�9n�l�v�4H�1�'*�Ɖ�i9A����m1JO����:?�Y##��Y�2@F���ʄ�g�H��䆶]�h���<Tr�[��|��yi>����*�8V�Y�3dL�TU˱���Ij�����-�r0� gWv�;їk%4��=pEF��Z\�{�c�p�"W���gvӆW���CrK<��,r�����Q�qėXġ��4�h�,y�e:���� �ڇ�_���I"n}��e��ߐ��NAY_U�c�=�R�~�ش�L@�J7��^�͉P ���� 1)��<؏��<IzDB�D����e4^�a{[���$�����Qt"oT]u$/���Bar���q>��9%D�h�;����~�:��Y�铗/_.���OO���3�������%~=��~G*�zT���'� �Z��,�7 ;�����5�q�^�؛a�Y's�69�$�5��-g�|$�9��/~��ߩcv���P�%�I�^%Ru�����IRc��^�Y�? �:�ܙ��������;��:}|�/�o�FQ�B�_%��o����(�8ej�������U?��p��"������>�_� PK ! ���YO O copyrightnu �[��� PK ! q�Y�� � � changelog.Debian.gznu �[��� PK ! ��� � � TODOnu �[��� PK ! G&͇�# �# y NEWS.gznu �[��� PK ! ��D�� � 7C README.gznu �[��� PK p GN
| ver. 1.1 | |
.
| PHP 8.4.22 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.01 |
proxy
|
phpinfo
|
ÐаÑтройка