mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Metaweblog plugin removed. Available in separate repo https://github.com/e107inc/metaweblog
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
+---------------------------------------------------------------+
|
||||
| e107 website system
|
||||
| Easy Admin Page by Cameron. (www.e107coders.org)
|
||||
| a part of Your_plugin v3.0
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
| Suitable only for e107 v0.7
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
require_once("../../class2.php");
|
||||
if(!getperms("P")){ e107::redirect('admin');exit; }
|
||||
|
||||
e107::includeLan(e_PLUGIN."metaweblog/languages/".e_LANGUAGE.".php");
|
||||
require_once(e_ADMIN."auth.php");
|
||||
|
||||
$text = "<div class='alert alert-block'>".XMLRPC_HELP_011."</div>";
|
||||
$ns -> tablerender(XMLRPC_CONFIG_001, $text);
|
||||
require_once(e_ADMIN."footer.php");
|
||||
|
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
echo "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/metaweblog.php?rsd\" />
|
||||
<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/wlwmanifest.php\" />
|
||||
";
|
||||
|
||||
|
@@ -1,36 +0,0 @@
|
||||
<?php
|
||||
//---------------------------------------------------------------
|
||||
// BEGIN CONFIGURATION AREA
|
||||
//---------------------------------------------------------------
|
||||
if (!defined('e107_INIT')){ exit; }
|
||||
e107::includeLan(e_PLUGIN."metaweblog/languages/".e_LANGUAGE.".php");
|
||||
|
||||
$helptitle = XMLRPC_HELP_001;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_010;
|
||||
$helptext[] = XMLRPC_HELP_011;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_020;
|
||||
$helptext[] = XMLRPC_HELP_021;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_030;
|
||||
$helptext[] = XMLRPC_HELP_031;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_040;
|
||||
$helptext[] = XMLRPC_HELP_041;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_050;
|
||||
$helptext[] = XMLRPC_HELP_051;
|
||||
//
|
||||
$helpcapt[] = XMLRPC_HELP_060;
|
||||
$helptext[] = XMLRPC_HELP_061;
|
||||
|
||||
//---------------------------------------------------------------
|
||||
// END OF CONFIGURATION AREA
|
||||
//---------------------------------------------------------------
|
||||
$text2 = "";
|
||||
for ($i=0; $i<count($helpcapt); $i++) {
|
||||
$text2 .="<b>".$helpcapt[$i]."</b><br />";
|
||||
$text2 .=$helptext[$i]."<br /><br />";
|
||||
};
|
||||
$ns -> tablerender($helptitle, $text2);
|
Binary file not shown.
Before Width: | Height: | Size: 969 B |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@@ -1,42 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
+ -----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/metaweblog/languages/English.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
| Italian Translation: e107 Italian Team http://www.e107it.org
|
||||
+-----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("XMLRPC_ADMIN_001", "Main Menu");
|
||||
// define("XMLRPC_ADMIN_002", "Configuration"); use common e107 LANS: LAN_CONFIGURATION
|
||||
// define("XMLRPC_ADMIN_003", "Admin");
|
||||
// define("XMLRPC_ADMIN_004", "Options"); LAN_OPTIONS
|
||||
// define("XMLRPC_ADMIN_005", "Prefs"); LAN_PREFS
|
||||
|
||||
define("XMLRPC_CONFIG_001", "Metaweblog :: Configuration");
|
||||
|
||||
define("XMLRPC_PREFS_001", "eXMLRPC - Options");
|
||||
define("XMLRPC_PREFS_002", "eXMLRPC");
|
||||
define("XMLRPC_PREFS_003", "News render type (0,1,2,3)");
|
||||
define("XMLRPC_PREFS_004", "Upload directory (e_FILE/)");
|
||||
define("XMLRPC_PREFS_005", "Blog ID for client");
|
||||
define("XMLRPC_PREFS_006", "Blog Name for client");
|
||||
|
||||
define("XMLRPC_HELP_001", "Instructions");
|
||||
define("XMLRPC_HELP_010", "General");
|
||||
define("XMLRPC_HELP_011", "This plugin itself does nothing! It's only for settings some XMLRPC varibles. Point your XMLRPC client (eg: Windows Live Writer) to <strong>".SITEURL."metaweblog.php</strong> and fill out the requested values. Warning! This plugin is experimental!");
|
||||
define("XMLRPC_HELP_020", "Plugin title");
|
||||
define("XMLRPC_HELP_021", "No matter plugin does not output");
|
||||
define("XMLRPC_HELP_030", "News render type");
|
||||
define("XMLRPC_HELP_031", "Important! Default news render type");
|
||||
define("XMLRPC_HELP_040", "Upload folder for files");
|
||||
define("XMLRPC_HELP_041", "It's always a folder inside e107_files!");
|
||||
define("XMLRPC_HELP_050", "Blog ID for client");
|
||||
define("XMLRPC_HELP_051", "Blog Id for XMLRPC client (any string you want)");
|
||||
define("XMLRPC_HELP_060", "Blog Name for client");
|
||||
define("XMLRPC_HELP_061", "Blog Name for XMLRPC client (any string you want)");
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.2 2009-10-24 12:50:15 e107coders Exp $ -->
|
||||
<e107Plugin name="Metaweblog" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>Metaweblog API support for e107</description>
|
||||
<category>tools</category>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure' icon='images/icon_32.png' iconSmall='images/icon_16.png' primary='true' >Configure</link>
|
||||
</adminLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
</e107Plugin>
|
@@ -1,53 +0,0 @@
|
||||
<?php
|
||||
|
||||
if (!defined('e107_INIT'))
|
||||
{
|
||||
require_once("../../class2.php");
|
||||
}
|
||||
|
||||
if(!e107::isInstalled('metaweblog'))
|
||||
{
|
||||
exit();
|
||||
}
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>
|
||||
<manifest xmlns=\"http://schemas.microsoft.com/wlw/manifest/weblog\">
|
||||
<options>
|
||||
<clientType>WordPress</clientType>
|
||||
<supportsKeywords>Yes</supportsKeywords>
|
||||
<supportsGetTags>Yes</supportsGetTags>
|
||||
</options>
|
||||
|
||||
<weblog>
|
||||
<serviceName>e107</serviceName>
|
||||
<imageUrl>images/wlw/e107_icon_32.png</imageUrl>
|
||||
<watermarkImageUrl>images/wlw/e107_icon_32_wat.png</watermarkImageUrl>
|
||||
<homepageLinkText>View site</homepageLinkText>
|
||||
<adminLinkText>Dashboard</adminLinkText>
|
||||
<adminUrl>
|
||||
<![CDATA[". SITEURLBASE.e_ADMIN_ABS."
|
||||
]]>
|
||||
</adminUrl>
|
||||
<postEditingUrl>
|
||||
<![CDATA[
|
||||
".SITEURLBASE.e_ADMIN_ABS."newspost.php?create.edit."."{post-id}
|
||||
]]>
|
||||
</postEditingUrl>
|
||||
</weblog>
|
||||
|
||||
<buttons>
|
||||
<button>
|
||||
<id>0</id>
|
||||
<text>Manage Comments</text>
|
||||
<imageUrl>images/wlw/comments_32.png</imageUrl>
|
||||
<clickUrl>
|
||||
<![CDATA[
|
||||
". SITEURLBASE.e_ADMIN_ABS."comment.php
|
||||
]]>
|
||||
</clickUrl>
|
||||
</button>
|
||||
|
||||
</buttons>
|
||||
|
||||
</manifest>";
|
||||
|
Reference in New Issue
Block a user