Commit b8dddecc authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Move to Codeberg

parent 4d4754d2
Loading
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ html_theme_options = {
            "type": "fontawesome",
        },
        {
            "name": "BitBucket",
            "url": "https://bitbucket.org/sandfox/" + repo,
            "icon": "fa-brands fa-bitbucket",
            "name": "Codeberg",
            "url": "https://codeberg.org/sandfox/" + repo,
            "icon": "fa-solid fa-mountain",
            "type": "fontawesome",
        },
        {
@@ -57,6 +57,13 @@ if packagist:
        "icon": "https://img.shields.io/packagist/dm/" + packagist + "?style=flat-square",
        "type": "url",
    })
if npmjs:
    html_theme_options['icon_links'].append({
        "name": "NPM",
        "url": "https://www.npmjs.com/package/" + npmjs,
        "icon": "https://img.shields.io/npm/dm/" + npmjs + "?style=flat-square",
        "type": "url",
    })
html_context = {
    'current_version': os.environ.get("READTHEDOCS_VERSION_NAME"),
    'gitlab_user': "sandfox",
+1 −0
Original line number Diff line number Diff line
project = 'PHP Private Access'
repo = 'php-private-access'
packagist = 'arokettu/private-access'
npmjs = False
+3 −3
Original line number Diff line number Diff line
Private Access
##############

|Packagist| |GitLab| |GitHub| |Bitbucket| |Gitea|
|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

A small simple library to access private properties of the objects.
Actually it's more an example of mad skillz than a useful tool.
@@ -131,7 +131,7 @@ The library is available as open source under the terms of the `MIT License`_.
   :target:     https://github.com/arokettu/php-private-access
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/php-private-access
.. |Bitbucket|  image:: https://img.shields.io/badge/get%20on-Bitbucket-informational.svg?style=flat-square&logo=bitbucket
   :target:     https://bitbucket.org/sandfox/php-private-access
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/php-private-access
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/php-private-access