Skip to content

Commit f261ab2

Browse files
author
Matthias Pfefferle
committed
initial
1 parent cc7ca97 commit f261ab2

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
composer.lock

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "indiewordpress/composer",
3+
"description": "Composer version of the *IndieWeb for WordPress* plugin!",
4+
"type": "wordpress-plugin",
5+
"extra": {
6+
"installer-name": "indieweb-composer"
7+
},
8+
"require": {
9+
"pfefferle/wordpress-webmention": "*",
10+
"pfefferle/wordpress-webmention-for-comments": "*",
11+
"pfefferle/wordpress-semantic-linkbacks": "*",
12+
"composer/installers": "~1.0"
13+
},
14+
"license": "MIT"
15+
}

index.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=== IndieWeb ===
2+
Contributors: pfefferle
3+
Donate link: https://indieweb.org/how-to-sponsor
4+
Tags: indieweb, webmention, webaction, POSSE, indieauth
5+
Requires at least: 4.4
6+
Tested up to: 4.7.2
7+
Stable tag: 0.0.1
8+
9+
Composer version of the *IndieWeb for WordPress* plugin!

indieweb-composer.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/*
3+
* Plugin Name: IndieWeb Composer
4+
* Plugin URI: https://github.com/indiewordpress/composer
5+
* Description: Interested in connecting your WordPress site to the IndieWeb?
6+
* Author: IndieWebCamp WordPress Outreach Club
7+
* Author URI: https://indieweb.org/WordPress_Outreach_Club
8+
* Version: 0.0.1
9+
* License: MIT
10+
* License URI: http://opensource.org/licenses/MIT
11+
* Text Domain: indieweb-composer
12+
* Domain Path: /languages
13+
*/

0 commit comments

Comments
 (0)