forked from kerkness/kohana-for-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
45 lines (29 loc) · 1.29 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== Kohana for Wordpress ===
Contributors: kerkness
Donate link: http://kerkness.ca/kohana-for-wordpress
Tags: kohana, developer, extend, plugin
Requires at least: 2.8
Tested up to: 2.8
Stable tag: 2.0.0
Plugin for running the Kohana 3.0 framework inside of Wordpress
== Description ==
Kohana for WordPress is a wordpress plugin that allows you to integrate
PHP applications that use the Kohana 3.0 architecture with a wordpress site.
**What is Kohana?**
Kohana is a PHP 5 framework that aims to be secure, lightweight, and easy to use.
**Requirements**
Kohana for Wordpress has been built and tested using Wordpress 2.8 and Kohana 3.0
If you don't have Kohana 3.0 installed you can get it at the following link.
http://dev.kohanaphp.com/projects/kohana3/files
**Support**
Get plugin support at http://forum.kohanaphp.com
== Installation ==
* Download and install Kohana 3.0 from here http://dev.kohanaphp.com/projects/kohana3/files
* Download and install the plugin into your *wp-content/plugins* folder
* activate plugin
* adjust settings for the plugin and set correct path to kohana system folders
== Optional ==
* Download the Wordpress for Kohana module.
== Kohana Links and Resources ==
* [Kohana 3.0 Beta Source](http://github.com/shadowhand/kohana/)
* [Kohana Forums](http://forum.kohanaphp.com)