joansalasoler / xtec-eduhack

Plugin for EDUHack integration to XTECBlocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Copyright ==

XTEC Eduhack is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

http://www.gnu.org/licenses/gpl-2.0.html

== Usage ==

This plugin works only with WordPress multisite installs. Unfortunatelly, adding
rewrite rules dinamically does not work well with multisite installs and, thus,
the following rule must be added manually to your .httacces file for the plugin
to work as expected:

  RewriteRule ^(eduhack/)(.*) wp-content/plugins/xtec-eduhack/$2 [L]

The template blog that will be cloned is created automatically the first time
this plugins is enabled on the *main* site.

About

Plugin for EDUHack integration to XTECBlocs


Languages

Language:PHP 80.5%Language:CSS 18.6%Language:JavaScript 0.9%