Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Pfefferle committed Feb 16, 2017
1 parent cc7ca97 commit f261ab2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
composer.lock
15 changes: 15 additions & 0 deletions composer.json
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"
}
9 changes: 9 additions & 0 deletions index.txt
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!
13 changes: 13 additions & 0 deletions indieweb-composer.php
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
*/

0 comments on commit f261ab2

Please sign in to comment.