Changeset 1256315
- Timestamp:
- 09/30/2015 07:09:51 AM (11 years ago)
- Location:
- hpbseo
- Files:
-
- 16 added
- 1 deleted
- 4 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/PIE.htc (added)
-
tags/1.3.0/hpbseo.css (added)
-
tags/1.3.0/hpbseo.js (added)
-
tags/1.3.0/hpbseo.php (added)
-
tags/1.3.0/hpbseo.txt (added)
-
tags/1.3.0/image (added)
-
tags/1.3.0/image/check.png (added)
-
tags/1.3.0/image/graph.gif (added)
-
tags/1.3.0/image/graph_off.gif (added)
-
tags/1.3.0/image/icon_seo.png (added)
-
tags/1.3.0/image/loading.gif (added)
-
tags/1.3.0/image/menu_seo.png (added)
-
tags/1.3.0/postajax.php (added)
-
tags/1.3.0/readme.txt (added)
-
tags/1.3.0/uninstall.php (added)
-
trunk/docdir.php (deleted)
-
trunk/hpbseo.js (modified) (1 diff)
-
trunk/hpbseo.php (modified) (2 diffs)
-
trunk/postajax.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hpbseo/trunk/hpbseo.js
r919190 r1256315 6 6 ajax_php_file = "postajax.php"; 7 7 lint_file = "hpbseo.txt"; 8 category_php_file = " docdir.php";8 category_php_file = ""; 9 9 graph_row_max = 10; //グラフ表示件数 10 10 main_theme_max = 3; //メインテーマ表示単語数 -
hpbseo/trunk/hpbseo.php
r998194 r1256315 4 4 Plugin URI: http://www.allegro-inc.com/seo/9080.html 5 5 Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。 6 Version: 1. 2.17 Author: Allegro Marketing & Axis6 Version: 1.3.0 7 Author: Allegro Marketing 8 8 Author URI:http://www.allegro-inc.com/products/detail.php?product_id=3&rn=hpb18 9 9 License:GPL2 … … 94 94 95 95 //テーマのチェック 96 $_template_check_list = array("hpb18T", "hpb19T", "hpb19S" );96 $_template_check_list = array("hpb18T", "hpb19T", "hpb19S", "hpb20T", "hpb20S"); 97 97 $template_name = wp_get_theme()->template; 98 98 $flg = false; -
hpbseo/trunk/postajax.php
r775212 r1256315 112 112 ); 113 113 114 $url = "http://api. masteraxis.com/tun/util/hpb_get_words/";114 $url = "http://api.seo-composer.com/hpb_get_words/"; 115 115 echo file_get_contents($url, false, stream_context_create($context)); 116 116 -
hpbseo/trunk/readme.txt
r998194 r1256315 1 1 === hpb seo plugin for WordPress === 2 Contributors: axis hamanaka2 Contributors: Allegro Marketing 3 3 Tags: hpbseo,seo,hpb18,hpb19 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.2 6 Stable tag: 1. 2.16 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 License URI: http ://www.masteraxis.com/hpb_plugin_licenses/8 License URI: https://www.allegro-inc.com/seo/15358.html 9 9 10 10 It is plug-in which can perform a SEO measure on Wordpress.
Note: See TracChangeset
for help on using the changeset viewer.