wenpai.org/wp-content/plugins/o2
2024-06-21 23:57:39 +08:00
..
bin feat: init 2024-06-21 23:57:39 +08:00
css feat: init 2024-06-21 23:57:39 +08:00
img feat: init 2024-06-21 23:57:39 +08:00
inc feat: init 2024-06-21 23:57:39 +08:00
js feat: init 2024-06-21 23:57:39 +08:00
languages feat: init 2024-06-21 23:57:39 +08:00
modules feat: init 2024-06-21 23:57:39 +08:00
tests feat: init 2024-06-21 23:57:39 +08:00
.eslintrc feat: init 2024-06-21 23:57:39 +08:00
.gitignore feat: init 2024-06-21 23:57:39 +08:00
.jshintrc feat: init 2024-06-21 23:57:39 +08:00
.prettierrc feat: init 2024-06-21 23:57:39 +08:00
.travis.yml feat: init 2024-06-21 23:57:39 +08:00
Gruntfile.js feat: init 2024-06-21 23:57:39 +08:00
HACKING.txt feat: init 2024-06-21 23:57:39 +08:00
LICENSE feat: init 2024-06-21 23:57:39 +08:00
o2.php feat: init 2024-06-21 23:57:39 +08:00
package-lock.json feat: init 2024-06-21 23:57:39 +08:00
package.json feat: init 2024-06-21 23:57:39 +08:00
phpunit.xml.dist feat: init 2024-06-21 23:57:39 +08:00
README.md feat: init 2024-06-21 23:57:39 +08:00

o2

The o2 Plugin for WordPress - blogging at the speed of thought

Build Status

Dependencies

This plugin requires WordPress 4.2 or higher, and PHP 5.3.6 or higher (due to a specific XML-parsing feature in use).

This plugin works with the p2-breathe theme, available at https://wpcom-themes.svn.automattic.com/p2-breathe

This plugin uses Genericons. If you're using Jetpack, then you should already have them available. If you're not using Jetpack, you should install and activate the Genericon'd plugin, available at https://wordpress.org/plugins/genericond/

This plugin's editor can insert code shortcodes. To get those to render as code blocks, you should install and activate the SyntaxHighlighter Evolved plugin, available at https://wordpress.org/plugins/syntaxhighlighter/

Installation

Upgrade to at least WordPress 4.2

Install the p2-breathe theme into wp-content/themes/p2-breathe

Activate the theme.

Install and activate the Genericon'd plugin.

Install and activate the SyntaxHighlighter Evolved plugin

Install this plugin into wp-content/plugins/o2

Activate this plugin

Caveats

Multisite self-hosted installs have not yet been tested and may not work.