-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Pfefferle
committed
Feb 16, 2017
1 parent
cc7ca97
commit f261ab2
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/vendor/ | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "indiewordpress/composer", | ||
"description": "Composer version of the *IndieWeb for WordPress* plugin!", | ||
"type": "wordpress-plugin", | ||
"extra": { | ||
"installer-name": "indieweb-composer" | ||
}, | ||
"require": { | ||
"pfefferle/wordpress-webmention": "*", | ||
"pfefferle/wordpress-webmention-for-comments": "*", | ||
"pfefferle/wordpress-semantic-linkbacks": "*", | ||
"composer/installers": "~1.0" | ||
}, | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
=== IndieWeb === | ||
Contributors: pfefferle | ||
Donate link: https://indieweb.org/how-to-sponsor | ||
Tags: indieweb, webmention, webaction, POSSE, indieauth | ||
Requires at least: 4.4 | ||
Tested up to: 4.7.2 | ||
Stable tag: 0.0.1 | ||
|
||
Composer version of the *IndieWeb for WordPress* plugin! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
/* | ||
* Plugin Name: IndieWeb Composer | ||
* Plugin URI: https://github.com/indiewordpress/composer | ||
* Description: Interested in connecting your WordPress site to the IndieWeb? | ||
* Author: IndieWebCamp WordPress Outreach Club | ||
* Author URI: https://indieweb.org/WordPress_Outreach_Club | ||
* Version: 0.0.1 | ||
* License: MIT | ||
* License URI: http://opensource.org/licenses/MIT | ||
* Text Domain: indieweb-composer | ||
* Domain Path: /languages | ||
*/ |