Skip to content

Commit 5ca8a4a

Browse files
Structure changing, getting ready to implement into wordpress demo store.
1 parent 016d792 commit 5ca8a4a

9 files changed

+392
-16
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This plug-in allows you to write using wikiLingo.
1111

1212
Installation is standard and straight forward.
1313

14-
1. Upload `wp-wikiLingo` folder (and all it's contents!) to the `/wp-content/plugins/` directory
14+
1. Upload as a folder, `wp-wikiLingo`, (and all it's contents!) to the `/wp-content/plugins/` directory
1515
1. Activate the plugin through the 'Plugins' menu in WordPress
1616
1. Go to your Settings > Writing page and enable wikiLingo for the appropriate types

composer.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "wikilingo/wordpress",
3+
"license": "MIT",
4+
"authors": [
5+
{
6+
"name": "Robert Plummer",
7+
"email": "[email protected]",
8+
"homepage": "http://visop-dev.com",
9+
"role": "Lead Developer"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.4.0",
14+
"flp/flp":"dev-master",
15+
"gabordemooij/redbean": ">=3.5.1",
16+
"rangy/rangy": ">=1.3",
17+
"jquery/jquery": ">=1.10.2",
18+
"jquery/jquery-ui": ">=1.10.3",
19+
"md5/md5": ">=1.1.0",
20+
"wikilingo/wikilingo": "dev-master",
21+
"mediumjs/mediumjs":"dev-master",
22+
"wikilingo/codemirror":"dev-master",
23+
"codemirror/codemirror": "3.19"
24+
},
25+
"require-dev": {
26+
"bafs/testify": "dev-master"
27+
},
28+
"repositories": [
29+
{
30+
"type": "vcs",
31+
"url": "https://github.com/marco-fiset/Testify.php.git"
32+
}
33+
],
34+
"autoload": {
35+
"psr-0": {
36+
"Types\\": "./",
37+
"WikiLingo\\": "./",
38+
"WikiLingoWYSIWYG\\": "./",
39+
"WYSIWYGWikiLingo\\": "./"
40+
}
41+
}
42+
}

composer.lock

Lines changed: 341 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)