Gitingest - pfefferle/wordpress-semantic-linkbacks
NEW

Summary

Directory Structure

Directory structure:
└── pfefferle-wordpress-semantic-linkbacks/
    ├── README.md
    ├── readme.txt
    ├── composer.json
    ├── docker-compose.yml
    ├── Gruntfile.js
    ├── LICENSE.md
    ├── package.json
    ├── phpcs.xml
    ├── phpunit.xml.dist
    ├── semantic-linkbacks.php
    ├── .codeclimate.yml
    ├── .distignore
    ├── .editorconfig
    ├── css/
    │   └── semantic-linkbacks.css
    ├── includes/
    │   ├── class-linkbacks-avatar-handler.php
    │   ├── class-linkbacks-handler.php
    │   ├── class-linkbacks-mf2-handler.php
    │   ├── class-linkbacks-notifications.php
    │   ├── class-linkbacks-walker-comment.php
    │   └── functions.php
    ├── js/
    │   └── semantic-linkbacks.js
    ├── languages/
    │   ├── semantic-linkbacks-de_DE.mo
    │   ├── semantic-linkbacks-de_DE.po
    │   └── semantic-linkbacks.pot
    ├── templates/
    │   ├── linkbacks-edit-comment-form.php
    │   └── linkbacks.php
    ├── tests/
    │   ├── bootstrap.php
    │   ├── test-data.xml
    │   ├── test-microformats.php
    │   ├── test-rendering.php
    │   └── templates/
    │       ├── aaronparecki-com.html
    │       ├── aaronparecki-com.json
    │       ├── adactio-com.html
    │       ├── adactio-com.json
    │       ├── basic-like.html
    │       ├── basic-like.json
    │       ├── basic-multi.html
    │       ├── basic-multi.json
    │       ├── basic-reply-2.html
    │       ├── basic-reply-2.json
    │       ├── basic-reply.html
    │       ├── basic-reply.json
    │       ├── basic-with-comments.html
    │       ├── basic-with-comments.json
    │       ├── brid-gy-emoji.html
    │       ├── brid-gy-emoji.json
    │       ├── brid-gy-invite.html
    │       ├── brid-gy-invite.json
    │       ├── brid-gy.html
    │       ├── brid-gy.json
    │       ├── checkmention-hcardxss.html
    │       ├── checkmention-hcardxss.json
    │       ├── checkmention-xss.html
    │       ├── checkmention-xss.json
    │       ├── fed-brid-gy.html
    │       ├── fed-brid-gy.json
    │       ├── notiz-blog.html
    │       ├── notiz-blog.json
    │       ├── notiz-blog.mf2
    │       ├── notizblog-org.html
    │       ├── notizblog-org.json
    │       ├── person-tag.html
    │       ├── person-tag.json
    │       ├── sandeep-io.html
    │       ├── sandeep-io.json
    │       ├── tantek-com.html
    │       ├── tantek-com.json
    │       ├── voxpelli-com.html
    │       └── voxpelli-com.json
    ├── .github/
    │   ├── dependabot.yml
    │   ├── FUNDING.yml
    │   ├── stale.yml
    │   └── workflows/
    │       ├── deploy.yml
    │       ├── phpcs.yml
    │       ├── phpunit.yml
    │       └── update-assets.yml
    └── .wordpress-org/
        ├── banner-772x250.pxm
        └── icon-256x256.pxm

Files Content