PS Auto Sitemap - Version 1.1.1

Version Description

Download this release

Release Info

Developer jim912
Plugin Icon wp plugin PS Auto Sitemap
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

css/ps_auto_sitemap_arrows.css CHANGED
@@ -54,3 +54,19 @@
54
  padding: 0;
55
  margin: 0;
56
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  padding: 0;
55
  margin: 0;
56
  }
57
+
58
+ #sitemap_list .posts_in_category {
59
+ position: absolute;
60
+ padding-left: 0px;
61
+ padding-top: 0.4em;
62
+ }
63
+
64
+ #sitemap_list li .posts_in_category a {
65
+ background: #fff url(../images/arrows/ico_post_list.png) no-repeat center;
66
+ text-indent: -9999px;
67
+ display: block;
68
+ width: 1.2em;
69
+ height: 1.2em;
70
+ border: solid 1px #ccc;
71
+ padding: 0;
72
+ }
css/ps_auto_sitemap_business.css CHANGED
@@ -55,3 +55,23 @@
55
  padding: 0;
56
  margin: 0;
57
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  padding: 0;
56
  margin: 0;
57
  }
58
+
59
+ #sitemap_list .posts_in_category {
60
+ position: absolute;
61
+ padding-left: 10px;
62
+ padding-top: 3px;
63
+ }
64
+
65
+ #sitemap_list li li .posts_in_category {
66
+ padding-top: 0;
67
+ }
68
+
69
+ #sitemap_list li .posts_in_category a {
70
+ background: #fff url(../images/business/ico_post_list.png) no-repeat center;
71
+ text-indent: -9999px;
72
+ display: block;
73
+ width: 1.2em;
74
+ height: 1.2em;
75
+ border: solid 1px #ccc;
76
+ padding: 0;
77
+ }
css/ps_auto_sitemap_checker.css CHANGED
@@ -59,4 +59,19 @@
59
  #sitemap_list ul ul {
60
  padding: 0;
61
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  }
59
  #sitemap_list ul ul {
60
  padding: 0;
61
  margin: 0;
62
+ }
63
+
64
+ #sitemap_list .posts_in_category {
65
+ position: absolute;
66
+ padding-left: 10px;
67
+ }
68
+
69
+ #sitemap_list li .posts_in_category a {
70
+ background: url(../images/checker/ico_post_list.png) no-repeat center;
71
+ text-indent: -9999px;
72
+ display: block;
73
+ width: 1.2em;
74
+ height: 1.2em;
75
+ border: solid 1px #ccc;
76
+ padding: 0;
77
  }
css/ps_auto_sitemap_cube.css ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8";
2
+ /* CSS Document */
3
+
4
+ #sitemap_list {
5
+ margin: 0;
6
+ padding: 0;
7
+ line-height: 1.9em;
8
+ }
9
+
10
+ #sitemap_list a {
11
+ text-decoration: none;
12
+ }
13
+
14
+ #sitemap_list li {
15
+ font-size: medium;
16
+ text-indent: 0;
17
+ background: url(../images/cube/line_horizontal_solid.gif) repeat-x 0 1.5em;
18
+ padding: 0 0 20px 5px;
19
+ margin: 0;
20
+ list-style-type: none;
21
+ }
22
+
23
+ #sitemap_list li ul {
24
+ margin: 0;
25
+ padding: 5px 0 0 0;
26
+ }
27
+
28
+ #sitemap_list li {
29
+ font-size: small;
30
+ font-weight: normal;
31
+ background: url(../images/cube/icon_package.gif) no-repeat 0 0.5em;
32
+ margin: 0 0 3px 15px;
33
+ padding: 0 0 0 22px;
34
+ }
35
+
36
+ #sitemap_list li li {
37
+ background: url(../images/cube/bullet_orange_16x16.png) no-repeat 0 0.5em;
38
+ }
39
+
40
+ #sitemap_list li a {
41
+ border-bottom: 1px dotted #797876;
42
+ font-size:1.2em;
43
+ color:#333;
44
+ }
45
+
46
+ #sitemap_list li a:hover {
47
+ border:none;
48
+ }
49
+
50
+ #sitemap_list li li a {
51
+ border:none;
52
+ font-size:0.9em;
53
+ color:#797876;
54
+ }
55
+
56
+ #sitemap_list li li a:hover {
57
+ border-bottom: 1px dotted #797876;
58
+ }
59
+
60
+ #sitemap_list .posts_in_category {
61
+ position: absolute;
62
+ padding-left: 10px;
63
+ }
64
+
65
+ #sitemap_list li .posts_in_category a {
66
+ background: #fff url(../images/cube/ico_post_list.png) no-repeat center;
67
+ text-indent: -9999px;
68
+ display: block;
69
+ width: 1.2em;
70
+ height: 1.2em;
71
+ border: solid 1px #ccc;
72
+ padding: 0;
73
+ }
css/ps_auto_sitemap_document.css CHANGED
@@ -33,11 +33,26 @@
33
  background: url(../images/document/ico_post.png) no-repeat left center;
34
  padding: 5px 7px 5px 18px;
35
  text-decoration: none;
36
- display: block;
37
  }
38
 
39
  #sitemap_list ul {
40
  background: url(../images/document/ico_folder.png) no-repeat 0 0.7em;
41
  padding: 0;
42
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
33
  background: url(../images/document/ico_post.png) no-repeat left center;
34
  padding: 5px 7px 5px 18px;
35
  text-decoration: none;
 
36
  }
37
 
38
  #sitemap_list ul {
39
  background: url(../images/document/ico_folder.png) no-repeat 0 0.7em;
40
  padding: 0;
41
  margin: 0;
42
+ }
43
+
44
+ #sitemap_list .posts_in_category {
45
+ position: absolute;
46
+ padding-top: 0.3em;
47
+ padding-left: 10px;
48
+ }
49
+
50
+ #sitemap_list li .posts_in_category a {
51
+ background: url(../images/document/ico_post_list.png) no-repeat center;
52
+ text-indent: -9999px;
53
+ display: block;
54
+ width: 1.2em;
55
+ height: 1.2em;
56
+ border: solid 1px #ccc;
57
+ padding: 0;
58
  }
css/ps_auto_sitemap_index.css CHANGED
@@ -71,3 +71,32 @@
71
  padding: 0;
72
  margin: 0;
73
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  padding: 0;
72
  margin: 0;
73
  }
74
+
75
+ #sitemap_list li .posts_in_category {
76
+ display: block;
77
+ margin-top: -43px;
78
+ padding-bottom: 12px;
79
+ padding-right: 10px;
80
+ min-height: 1em;
81
+ }
82
+
83
+ #sitemap_list li li .posts_in_category {
84
+ margin-top: -20px;
85
+ margin-right: -20px;
86
+ padding-right: 0;
87
+ padding-bottom: 0;
88
+ }
89
+
90
+ #sitemap_list li .posts_in_category a {
91
+ background: #fff url(../images/index/ico_post_list.png) no-repeat center;
92
+ text-indent: -9999px;
93
+ display: block;
94
+ width: 1.2em;
95
+ height: 1.2em;
96
+ border: solid 1px #ccc;
97
+ padding: 0;
98
+ float: right;
99
+ }
100
+
101
+ #sitemap_list li li .posts_in_category a {
102
+ }
css/ps_auto_sitemap_label.css CHANGED
@@ -132,4 +132,22 @@
132
  #sitemap_list ul {
133
  padding: 0;
134
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  }
132
  #sitemap_list ul {
133
  padding: 0;
134
  margin: 0;
135
+ }
136
+
137
+ #sitemap_list .posts_in_category {
138
+ position: absolute;
139
+ padding-top: 10px;
140
+ }
141
+
142
+ #sitemap_list li .posts_in_category a {
143
+ background: #fff url(../images/label/ico_post_list.png) no-repeat center;
144
+ text-indent: -9999px;
145
+ display: block;
146
+ width: 1.2em;
147
+ height: 1.2em;
148
+ border: solid 1px #ccc;
149
+ padding: 0;
150
+ position: relative;
151
+ left: -30px;
152
+ min-height: 0;
153
  }
css/ps_auto_sitemap_marker.css CHANGED
@@ -55,4 +55,20 @@
55
  #sitemap_list ul ul {
56
  padding: 0;
57
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
55
  #sitemap_list ul ul {
56
  padding: 0;
57
  margin: 0;
58
+ }
59
+
60
+ #sitemap_list .posts_in_category {
61
+ position: absolute;
62
+ padding-top: 0.3em;
63
+ padding-left: 10px;
64
+ }
65
+
66
+ #sitemap_list li .posts_in_category a {
67
+ background: url(../images/marker/ico_post_list.png) no-repeat center;
68
+ text-indent: -9999px;
69
+ display: block;
70
+ width: 1.2em;
71
+ height: 1.2em;
72
+ border: solid 1px #ccc;
73
+ padding: 0;
74
  }
css/ps_auto_sitemap_music.css CHANGED
@@ -96,4 +96,19 @@
96
  #sitemap_list ul {
97
  padding: 0;
98
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  }
96
  #sitemap_list ul {
97
  padding: 0;
98
  margin: 0;
99
+ }
100
+
101
+ #sitemap_list .posts_in_category {
102
+ position: absolute;
103
+ padding-left: 10px;
104
+ }
105
+
106
+ #sitemap_list li .posts_in_category a {
107
+ background: url(../images/music/ico_post_list.png) no-repeat center;
108
+ text-indent: -9999px;
109
+ display: block;
110
+ width: 1.2em;
111
+ height: 1.2em;
112
+ border: solid 1px #ccc;
113
+ padding: 0;
114
  }
css/ps_auto_sitemap_simple.css CHANGED
@@ -36,3 +36,17 @@
36
  #sitemap_list li li li {
37
  background: url(../images/simple/ico_gray_arrow.png) no-repeat 0 0.5em;
38
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  #sitemap_list li li li {
37
  background: url(../images/simple/ico_gray_arrow.png) no-repeat 0 0.5em;
38
  }
39
+
40
+ #sitemap_list .posts_in_category {
41
+ position: absolute;
42
+ padding-left: 10px;
43
+ }
44
+
45
+ #sitemap_list .posts_in_category a {
46
+ background: url(../images/simple/ico_post_list.png) no-repeat center;
47
+ text-indent: -9999px;
48
+ display: block;
49
+ width: 1.2em;
50
+ height: 1.2em;
51
+ border: solid 1px #ccc;
52
+ }
css/ps_auto_sitemap_simple2.css CHANGED
@@ -36,4 +36,32 @@
36
  display: inline;
37
  padding: 0;
38
  border: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  }
36
  display: inline;
37
  padding: 0;
38
  border: none;
39
+ }
40
+
41
+ #sitemap_list .posts_in_category {
42
+ margin-top: -1.5em;
43
+ }
44
+
45
+ #sitemap_list li li .posts_in_category {
46
+ position: absolute;
47
+ margin: 0;
48
+ padding-left: 10px;
49
+ }
50
+
51
+ #sitemap_list .posts_in_category a {
52
+ background: url(../images/simple2/ico_post_list.png) no-repeat center;
53
+ text-indent: -9999px;
54
+ display: block;
55
+ width: 1.1em;
56
+ height: 1.1em;
57
+ border: solid 1px #ccc;
58
+ margin-top: -1.5em;
59
+ padding: 0;
60
+ float: right;
61
+ margin-right: 10px;
62
+ }
63
+
64
+ #sitemap_list li li .posts_in_category a {
65
+ margin: 0;
66
+ float: none;
67
  }
css/ps_auto_sitemap_under_score.css CHANGED
@@ -37,4 +37,19 @@
37
  #sitemap_list ul {
38
  margin-top: 3px;
39
  margin-bottom: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
37
  #sitemap_list ul {
38
  margin-top: 3px;
39
  margin-bottom: 10px;
40
+ }
41
+
42
+ #sitemap_list .posts_in_category {
43
+ position: absolute;
44
+ padding-left: 10px;
45
+ }
46
+
47
+ #sitemap_list li .posts_in_category a {
48
+ background: #fff url(../images/under_score/ico_post_list.png) no-repeat center;
49
+ text-indent: -9999px;
50
+ display: block;
51
+ width: 1.2em;
52
+ height: 1.2em;
53
+ border: solid 1px #ccc;
54
+ padding: 0;
55
  }
css/ps_auto_sitemap_urban.css CHANGED
@@ -37,4 +37,19 @@
37
  #sitemap_list ul {
38
  margin-top: 3px;
39
  margin-bottom: 5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
37
  #sitemap_list ul {
38
  margin-top: 3px;
39
  margin-bottom: 5px;
40
+ }
41
+
42
+ #sitemap_list .posts_in_category {
43
+ position: absolute;
44
+ padding-left: 10px;
45
+ }
46
+
47
+ #sitemap_list li .posts_in_category a {
48
+ background: #fff url(../images/urban/ico_post_list.png) no-repeat center;
49
+ text-indent: -9999px;
50
+ display: block;
51
+ width: 1.2em;
52
+ height: 1.2em;
53
+ border: solid 1px #ccc;
54
+ padding: 0;
55
  }
images/arrows/ico_post_list.png ADDED
Binary file
images/business/ico_post_list.png ADDED
Binary file
images/checker/ico_post_list.png ADDED
Binary file
images/cube/bullet_orange_16x16.png ADDED
Binary file
images/cube/ico_post_list.png ADDED
Binary file
images/cube/icon_package.gif ADDED
Binary file
images/cube/line_horizontal_solid.gif ADDED
Binary file
images/cube/map.png ADDED
Binary file
images/document/ico_post_list.png ADDED
Binary file
images/index/ico_post_list.png ADDED
Binary file
images/label/ico_post_list.png ADDED
Binary file
images/marker/ico_post_list.png ADDED
Binary file
images/music/ico_post_list.png ADDED
Binary file
images/simple/ico_post_list.png ADDED
Binary file
images/simple2/ico_post_list.png ADDED
Binary file
images/sitemap.html ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>無題ドキュメント</title>
6
+ <style type="text/css">
7
+ <!--
8
+ body {
9
+ font-size: small;
10
+ background-color: #000;
11
+ margin: 0;
12
+ padding: 0;
13
+ }
14
+ a:link, a:visited {
15
+ color: #999;
16
+ text-decoration: none;
17
+ }
18
+ a:hover {
19
+ color: #fff;
20
+ text-decoration: underline;
21
+ }
22
+ #sitemap_list, #sitemap_list ul, #sitemap_list li {
23
+ margin: 0;
24
+ padding: 0;
25
+ }
26
+ #sitemap_list li {
27
+ font-size: 108%;
28
+ font-weight: bold;
29
+ line-height: 1.8;
30
+ background: url(./images/modern/line_solid_d_gray.png) repeat-x 0 1.7em;
31
+ list-style-type: none;
32
+ margin-bottom: 15px;
33
+ padding-left: 20px;
34
+ }
35
+ #sitemap_list li li {
36
+ font-size: small;
37
+ font-weight: normal;
38
+ line-height: 1.5;
39
+ background: url(./images/modern/icon_list_level2.png) no-repeat 0 1.1em;
40
+ margin-bottom: 0;
41
+ padding-left: 18px;
42
+ }
43
+ #sitemap_list li li li {
44
+ background: url(./images/modern/icon_list_level3.png) no-repeat 0 1.1em;
45
+ padding-left: 16px;
46
+ }
47
+ #sitemap_list li li li li {
48
+ background: url(./images/modern/icon_list_level4.png) no-repeat 0 1.1em;
49
+ padding-left: 14px;
50
+ }
51
+ #sitemap_list li li li li li {
52
+ background: url(./images/modern/icon_list_level5.png) no-repeat 0 1.1em;
53
+ padding-left: 12px;
54
+ }
55
+ #sitemap_list ul {
56
+ margin-top: 3px;
57
+ margin-bottom: 10px;
58
+ }
59
+ -->
60
+ </style>
61
+ </head>
62
+
63
+ <body>
64
+ <ul id="sitemap_list" class="sitemap_disp_level_0">
65
+ <li class="home-item"><a href="http://www.web-strategy.jp" title="CMSホームページ制作Web">CMSホームページ制作Web</a></li>
66
+ <li class="page_item page-item-6"><a href="http://www.web-strategy.jp/cmshp/" title="CMS標準搭載ホームページ制作とは?">CMS標準搭載ホームページ制作とは?</a>
67
+ <ul>
68
+ <li class="page_item page-item-1761"><a href="http://www.web-strategy.jp/cmshp/simple_management/" title="ブログのように簡単な更新管理">ブログのように簡単な更新管理</a></li>
69
+ <li class="page_item page-item-1772"><a href="http://www.web-strategy.jp/cmshp/largest_share/" title="世界最大シェアのCMSを標準搭載">世界最大シェアのCMSを標準搭載</a></li>
70
+ <li class="page_item page-item-1780"><a href="http://www.web-strategy.jp/cmshp/no_fee/" title="CMSライセンス費・月額利用料は無料">CMSライセンス費・月額利用料は無料</a></li>
71
+ <li class="page_item page-item-8"><a href="http://www.web-strategy.jp/cmshp/capability/" title="CMSホームページの活用シーン">CMSホームページの活用シーン</a></li>
72
+ <li class="page_item page-item-11"><a href="http://www.web-strategy.jp/cmshp/faq/" title="よくある質問">よくある質問</a></li>
73
+ </ul>
74
+ </li>
75
+ <li class="page_item page-item-17"><a href="http://www.web-strategy.jp/service/" title="サービスとご利用価格">サービスとご利用価格</a>
76
+ <ul>
77
+ <li class="page_item page-item-19"><a href="http://www.web-strategy.jp/service/business/" title="中堅中小企業向けホームページ制作/ビジネスCMS">中堅中小企業向けホームページ制作/ビジネスCMS</a>
78
+ <ul>
79
+ <li class="page_item page-item-1508"><a href="http://www.web-strategy.jp/service/business/utilization/" title="機能・活用例">機能・活用例</a>
80
+ <ul>
81
+ <li><a href="http://www.web-strategy.jp/service/business/estimate/" title="お見積もり例">お見積もり例</a>
82
+ <ul>
83
+ <li><a href="http://www.web-strategy.jp/service/business/estimate/">お見積もり例</a></li>
84
+ </ul>
85
+ </li>
86
+ </ul>
87
+ </li>
88
+ <li class="page_item page-item-1474"><a href="http://www.web-strategy.jp/service/business/flow/" title="お申し込みからサポートまで">お申し込みからサポートまで</a></li>
89
+ </ul>
90
+ </li>
91
+ <li class="page_item page-item-30"><a href="http://www.web-strategy.jp/service/public/" title="公的機関向けホームページ制作/パブリックCMS">公的機関向けホームページ制作/パブリックCMS</a>
92
+ <ul>
93
+ <li class="page_item page-item-1514"><a href="http://www.web-strategy.jp/service/public/utilization/" title="機能・活用例">機能・活用例</a></li>
94
+ <li class="page_item page-item-34"><a href="http://www.web-strategy.jp/service/public/estimate/" title="お見積もり例">お見積もり例</a></li>
95
+ <li class="page_item page-item-1489"><a href="http://www.web-strategy.jp/service/public/flow/" title="お申し込みからサポートまで">お申し込みからサポートまで</a></li>
96
+ </ul>
97
+ </li>
98
+ </ul>
99
+ </li>
100
+ <li class="page_item page-item-42"><a href="http://www.web-strategy.jp/works/" title="制作実績・お客様の声">制作実績・お客様の声</a>
101
+ <ul>
102
+ <li class="page_item page-item-772"><a href="http://www.web-strategy.jp/works/business/" title="企業・ビジネス/制作実績">企業・ビジネス/制作実績</a></li>
103
+ <li class="page_item page-item-774"><a href="http://www.web-strategy.jp/works/information/" title="情報発信・コミュニティ/制作実績">情報発信・コミュニティ/制作実績</a></li>
104
+ <li class="page_item page-item-777"><a href="http://www.web-strategy.jp/works/school/" title="学校・教育機関/制作実績">学校・教育機関/制作実績</a></li>
105
+ <li class="page_item page-item-779"><a href="http://www.web-strategy.jp/works/shop/" title="EC・ショップ/制作実績">EC・ショップ/制作実績</a></li>
106
+ <li class="page_item page-item-44"><a href="http://www.web-strategy.jp/works/comment/" title="お客様の声">お客様の声</a></li>
107
+ </ul>
108
+ </li>
109
+ <li class="page_item page-item-49"><a href="http://www.web-strategy.jp/company/" title="会社概要">会社概要</a>
110
+ <ul>
111
+ <li class="page_item page-item-55"><a href="http://www.web-strategy.jp/company/philosophy/" title="制作理念">制作理念</a></li>
112
+ <li class="page_item page-item-53"><a href="http://www.web-strategy.jp/company/client/" title="取引先一覧">取引先一覧</a></li>
113
+ <li class="page_item page-item-243"><a href="http://www.web-strategy.jp/company/access/" title="アクセスマップ">アクセスマップ</a></li>
114
+ </ul>
115
+ </li>
116
+ <li class="page_item page-item-59"><a href="http://www.web-strategy.jp/privacy/" title="個人情報保護方針">個人情報保護方針</a></li>
117
+ <li class="page_item page-item-57"><a href="http://www.web-strategy.jp/rules/" title="ご利用規約">ご利用規約</a></li>
118
+ <li class="page_item page-item-61 current_page_item"><a href="http://www.web-strategy.jp/sitemap/" title="サイトマップ">サイトマップ</a></li>
119
+ <li class="page_item page-item-63"><a href="https://www.web-strategy.jp/contact/" title="お問い合わせ">お問い合わせ</a>
120
+ <ul>
121
+ <li class="page_item page-item-218"><a href="https://www.web-strategy.jp/contact/estimate/" title="無料お見積もり">無料お見積もり</a></li>
122
+ </ul>
123
+ </li>
124
+ <li class="cat-item cat-item-16"><a href="http://www.web-strategy.jp/category/wp_plugin/" title="WordPress Plugin">WordPress Plugin</a>
125
+ <ul>
126
+ <li class="post-item post-item-2605"><a href="http://www.web-strategy.jp/wp_plugin/ps_custom_fields_revision/" title="Revision of custom fields plugin &quot;PS Custom filelds Revision&quot;">Revision of custom fields plugin "PS Custom filelds Revision"</a></li>
127
+ <li class="post-item post-item-2427"><a href="http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/" title="Modify paragraph formatting plugin &quot;PS Disable Auto Formatting&quot;">Modify paragraph formatting plugin "PS Disable Auto Formatting"</a></li>
128
+ <li class="post-item post-item-2092"><a href="http://www.web-strategy.jp/wp_plugin/wp_char_count/" title="投稿欄の文字数を表示する&quot;WP Character Count&quot;">投稿欄の文字数を表示する"WP Character Count"</a></li>
129
+ <li class="post-item post-item-1799"><a href="http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/" title="Sitemap plugin &quot;PS Auto Sitemap&quot;">Sitemap plugin "PS Auto Sitemap"</a></li>
130
+ </ul>
131
+ </li>
132
+ </ul>
133
+ </body>
134
+ </html>
images/under_score/ico_post_list.png ADDED
Binary file
images/urban/ico_post_list.png ADDED
Binary file
language/ps_auto_sitemap-es_ES.mo ADDED
Binary file
language/ps_auto_sitemap-es_ES.po ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: PS Auto Sitemap\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-01-19 15:45+0900\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Alejandro Urrutia <alejandro@theindependentproject.com>\n"
8
+ "Language-Team: <alejandro@theindependentproject.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Spanish\n"
13
+ "X-Poedit-Country: SPAIN\n"
14
+
15
+ #: ps_auto_sitemap.php:16
16
+ msgid "Simple"
17
+ msgstr "Simple"
18
+
19
+ #: ps_auto_sitemap.php:17
20
+ msgid "Simple2"
21
+ msgstr "Simple2"
22
+
23
+ #: ps_auto_sitemap.php:18
24
+ msgid "Checker"
25
+ msgstr "Chequeo"
26
+
27
+ #: ps_auto_sitemap.php:19
28
+ msgid "Fluorescent marker"
29
+ msgstr "Marcador fluorescente"
30
+
31
+ #: ps_auto_sitemap.php:20
32
+ msgid "Document tree"
33
+ msgstr "Árbol de documentos"
34
+
35
+ #: ps_auto_sitemap.php:21
36
+ msgid "Label"
37
+ msgstr "Etiqueta"
38
+
39
+ #: ps_auto_sitemap.php:22
40
+ msgid "Music"
41
+ msgstr "Música"
42
+
43
+ #: ps_auto_sitemap.php:23
44
+ msgid "Arrows"
45
+ msgstr "Flechas"
46
+
47
+ #: ps_auto_sitemap.php:24
48
+ msgid "Business"
49
+ msgstr "Negocios"
50
+
51
+ #: ps_auto_sitemap.php:25
52
+ msgid "Index"
53
+ msgstr "Indice"
54
+
55
+ #: ps_auto_sitemap.php:26
56
+ msgid "Urban"
57
+ msgstr "Urbano"
58
+
59
+ #: ps_auto_sitemap.php:27
60
+ msgid "Under score"
61
+ msgstr "Puntuación"
62
+
63
+ #: ps-auto-sitemap/ps_auto_sitemap.php:312
64
+ msgid "The settings of PS Auto Sitemap has changed successfully."
65
+ msgstr "La configuración de PS Auto Sitemap fueron cambiadas con éxito."
66
+
67
+ #: ps-auto-sitemap/ps_auto_sitemap.php:316
68
+ msgid "The settings has not been changed. There were no changes or failed to update the data base."
69
+ msgstr "La configuración no ha cambiado. No hubo cambios o se ha producido un fallo al actualizar la base de datos."
70
+
71
+ #: ps-auto-sitemap/ps_auto_sitemap.php:321
72
+ msgid "PS Auto Sitemap isn't using cache system currently, because cache or parent directorty isn't writable. Please check owner and permission of upload directory."
73
+ msgstr "PS Auto Sitemap no utiliza el sistema de caché en este momento, porque el directorio cache o su directorio padre no tienen permiso de escritura. Por favor otorgue permisos."
74
+
75
+ #: ps-auto-sitemap/ps_auto_sitemap.php:329
76
+ msgid "Display home list"
77
+ msgstr "Mostar lista de inicio"
78
+
79
+ #: ps-auto-sitemap/ps_auto_sitemap.php:330
80
+ #: ps-auto-sitemap/ps_auto_sitemap.php:334
81
+ #: ps-auto-sitemap/ps_auto_sitemap.php:338
82
+ msgid "Display"
83
+ msgstr "Mostrar"
84
+
85
+ #: ps-auto-sitemap/ps_auto_sitemap.php:333
86
+ msgid "Display post tree"
87
+ msgstr "Mostrar árbol de entradas"
88
+
89
+ #: ps-auto-sitemap/ps_auto_sitemap.php:337
90
+ msgid "Display page tree"
91
+ msgstr "Mostrar árbol de páginas"
92
+
93
+ #: ps-auto-sitemap/ps_auto_sitemap.php:341
94
+ msgid "PostID of the sitemap"
95
+ msgstr "PostID de tu página sitemap"
96
+
97
+ #: ps-auto-sitemap/ps_auto_sitemap.php:343
98
+ msgid "* Please input display sitemap post's ID."
99
+ msgstr "*Por favor coloque el PostID de la página sitemap."
100
+
101
+ #: ps-auto-sitemap/ps_auto_sitemap.php:347
102
+ msgid "Depth level"
103
+ msgstr "Nivel de profundidad"
104
+
105
+ #: ps-auto-sitemap/ps_auto_sitemap.php:350
106
+ msgid "no limit"
107
+ msgstr "Sin límite"
108
+
109
+ #: ps_auto_sitemap/ps_auto_sitemap.php:351
110
+ msgid "level 1"
111
+ msgstr "Nivel 1"
112
+
113
+ #: ps_auto_sitemap/ps_auto_sitemap.php:352
114
+ msgid "level 2"
115
+ msgstr "Nivel 2"
116
+
117
+ #: ps_auto_sitemap/ps_auto_sitemap.php:353
118
+ msgid "level 3"
119
+ msgstr "Nivel 3"
120
+
121
+ #: ps_auto_sitemap/ps_auto_sitemap.php:354
122
+ msgid "level 4"
123
+ msgstr "Nivel 4"
124
+
125
+ #: ps_auto_sitemap/ps_auto_sitemap.php:355
126
+ msgid "level 5"
127
+ msgstr "Nivel 5"
128
+
129
+ #: ps_auto_sitemap/ps_auto_sitemap.php:356
130
+ msgid "level 6"
131
+ msgstr "Nivel 6"
132
+
133
+ #: ps_auto_sitemap/ps_auto_sitemap.php:357
134
+ msgid "level 7"
135
+ msgstr "Nivel 7"
136
+
137
+ #: ps_auto_sitemap/ps_auto_sitemap.php:358
138
+ msgid "level 8"
139
+ msgstr "Nivel 8"
140
+
141
+ #: ps_auto_sitemap/ps_auto_sitemap.php:359
142
+ msgid "level 9"
143
+ msgstr "Nivel 9"
144
+
145
+ #: ps_auto_sitemap/ps_auto_sitemap.php:360
146
+ msgid "level 10"
147
+ msgstr "Nivel 10"
148
+
149
+ #: ps-auto-sitemap/ps_auto_sitemap.php:365
150
+ msgid "Display first"
151
+ msgstr "Mostrar primero"
152
+
153
+ #: ps-auto-sitemap/ps_auto_sitemap.php:368
154
+ msgid "Post"
155
+ msgstr "Entrada"
156
+
157
+ #: ps-auto-sitemap/ps_auto_sitemap.php:370
158
+ msgid "Page"
159
+ msgstr "Página"
160
+
161
+ #: ps-auto-sitemap/ps_auto_sitemap.php:374
162
+ msgid "Excluded categories"
163
+ msgstr "Categorías excluidas"
164
+
165
+ #: ps-auto-sitemap/ps_auto_sitemap.php:376
166
+ msgid "* Please input category ID of exclude categories. (Separated by comma)"
167
+ msgstr "*Por favor coloque el PostID de la(s) categoría(s) excluída(s) (Separadas por coma)."
168
+
169
+ #: ps-auto-sitemap/ps_auto_sitemap.php:380
170
+ msgid "Exclude posts"
171
+ msgstr "Excluir entradas"
172
+
173
+ #: ps-auto-sitemap/ps_auto_sitemap.php:382
174
+ msgid "* Please input post ID of exclude posts. (Separated by comma)"
175
+ msgstr "*Por favor coloque el PostID de la(s) página(s) excuída(s). (Separadas por coma)"
176
+
177
+ #: ps-auto-sitemap/ps_auto_sitemap.php:386
178
+ msgid "Select style"
179
+ msgstr "Selecciones estilo"
180
+
181
+ #: ps-auto-sitemap/ps_auto_sitemap.php:389
182
+ msgid "no style"
183
+ msgstr "Sin estilo"
184
+
185
+ #: ps-auto-sitemap/ps_auto_sitemap.php:397
186
+ msgid "Using cache"
187
+ msgstr "Usar caché"
188
+
189
+ #: ps-auto-sitemap/ps_auto_sitemap.php:398
190
+ msgid "use"
191
+ msgstr "Usar"
192
+
193
+ #: ps-auto-sitemap/ps_auto_sitemap.php:401
194
+ msgid "Hide developper link"
195
+ msgstr "Ocultar enlace del desarrollador"
196
+
197
+ #: ps-auto-sitemap/ps_auto_sitemap.php:402
198
+ msgid "Hide"
199
+ msgstr "Ocultar"
200
+
201
+ #: ps-auto-sitemap/ps_auto_sitemap.php:410
202
+ msgid "Usage"
203
+ msgstr "Uso"
204
+
205
+ #: ps-auto-sitemap/ps_auto_sitemap.php:412
206
+ msgid "Post a page that will use as the sitemap page."
207
+ msgstr "Cree una página para ser usada como sitemap."
208
+
209
+ #: ps-auto-sitemap/ps_auto_sitemap.php:413
210
+ msgid "Insert following code in the content area. (<strong>Use HTML mode</strong>)"
211
+ msgstr "Coloque el siguiente código en el área de contenido. (<strong>Modo HTML</strong>)"
212
+
213
+ #: ps-auto-sitemap/ps_auto_sitemap.php:415
214
+ msgid "Define the sitemap's ID at \"<strong>PostID of the sitemap</strong>\" field of the setings."
215
+ msgstr "Defina el PostID del sitemap en el campo de\"<strong>PostID del sitemap</strong>\" de la configuración."
216
+
language/ps_auto_sitemap-ja.mo CHANGED
Binary file
language/ps_auto_sitemap-ja.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: PS Auto Sitemap 1.1.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2008-12-26 14:24+0900\n"
6
- "PO-Revision-Date: 2009-01-19 15:45+0900\n"
7
  "Last-Translator: hitoshi omagari\n"
8
  "Language-Team: Prime Strategy Co.,Ltd. <system@prime-strategy.co.jp>\n"
9
  "MIME-Version: 1.0\n"
@@ -15,205 +15,225 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: ps_auto_sitemap\n"
17
 
18
- #: ps_auto_sitemap.php:16
19
  msgid "Simple"
20
  msgstr "シンプル"
21
 
22
- #: ps_auto_sitemap.php:17
23
  msgid "Simple2"
24
  msgstr "シンプル2"
25
 
26
- #: ps_auto_sitemap.php:18
27
  msgid "Checker"
28
  msgstr "チェックリスト"
29
 
30
- #: ps_auto_sitemap.php:19
31
  msgid "Fluorescent marker"
32
  msgstr "蛍光ペン"
33
 
34
- #: ps_auto_sitemap.php:20
35
  msgid "Document tree"
36
  msgstr "ドキュメントツリー"
37
 
38
- #: ps_auto_sitemap.php:21
39
  msgid "Label"
40
  msgstr "付箋"
41
 
42
- #: ps_auto_sitemap.php:22
43
  msgid "Music"
44
  msgstr "音譜"
45
 
46
- #: ps_auto_sitemap.php:23
47
  msgid "Arrows"
48
  msgstr "矢印"
49
 
50
- #: ps_auto_sitemap.php:24
51
  msgid "Business"
52
  msgstr "ビジネス"
53
 
54
- #: ps_auto_sitemap.php:25
55
  msgid "Index"
56
  msgstr "索引"
57
 
58
- #: ps_auto_sitemap.php:26
59
  msgid "Urban"
60
  msgstr "アーバン"
61
 
62
- #: ps_auto_sitemap.php:27
63
  msgid "Under score"
64
  msgstr "アンダースコア"
65
 
66
- #: ps-auto-sitemap/ps_auto_sitemap.php:312
 
 
 
 
 
 
 
 
67
  msgid "The settings of PS Auto Sitemap has changed successfully."
68
  msgstr "PS Auto Sitemap の設定を変更いたしました。"
69
 
70
- #: ps-auto-sitemap/ps_auto_sitemap.php:316
71
  msgid "The settings has not been changed. There were no changes or failed to update the data base."
72
  msgstr "設定は変更されていません。変更がなかったか、データベースのアップデートに失敗いたしました。"
73
 
74
- #: ps-auto-sitemap/ps_auto_sitemap.php:321
75
  msgid "PS Auto Sitemap isn't using cache system currently, because cache or parent directorty isn't writable. Please check owner and permission of upload directory."
76
  msgstr "ファイルの書き込みが出来ないため、キャッシュシステムを使用していません。キャッシュもしくはアップロードディレクトリの所有者と権限を確認してください。"
77
 
78
- #: ps-auto-sitemap/ps_auto_sitemap.php:329
79
  msgid "Display home list"
80
  msgstr "ホームページの出力"
81
 
82
- #: ps-auto-sitemap/ps_auto_sitemap.php:330
83
- #: ps-auto-sitemap/ps_auto_sitemap.php:334
84
- #: ps-auto-sitemap/ps_auto_sitemap.php:338
85
  msgid "Display"
86
  msgstr "出力する"
87
 
88
- #: ps-auto-sitemap/ps_auto_sitemap.php:333
89
  msgid "Display post tree"
90
  msgstr "投稿リストの出力"
91
 
92
- #: ps-auto-sitemap/ps_auto_sitemap.php:337
93
  msgid "Display page tree"
94
  msgstr "ページリストの出力"
95
 
96
- #: ps-auto-sitemap/ps_auto_sitemap.php:341
97
  msgid "PostID of the sitemap"
98
  msgstr "サイトマップを表示する記事"
99
 
100
- #: ps-auto-sitemap/ps_auto_sitemap.php:343
101
  msgid "* Please input display sitemap post's ID."
102
  msgstr "* サイトマップを表示する記事のIDを入力してください。"
103
 
104
- #: ps-auto-sitemap/ps_auto_sitemap.php:347
105
  msgid "Depth level"
106
  msgstr "出力階層制限"
107
 
108
- #: ps-auto-sitemap/ps_auto_sitemap.php:350
109
  msgid "no limit"
110
  msgstr "制限なし"
111
 
112
- #: ps_auto_sitemap/ps_auto_sitemap.php:351
113
  msgid "level 1"
114
  msgstr "第1階層"
115
 
116
- #: ps_auto_sitemap/ps_auto_sitemap.php:352
117
  msgid "level 2"
118
  msgstr "第2階層"
119
 
120
- #: ps_auto_sitemap/ps_auto_sitemap.php:353
121
  msgid "level 3"
122
  msgstr "第3階層"
123
 
124
- #: ps_auto_sitemap/ps_auto_sitemap.php:354
125
  msgid "level 4"
126
  msgstr "第4階層"
127
 
128
- #: ps_auto_sitemap/ps_auto_sitemap.php:355
129
  msgid "level 5"
130
  msgstr "第5階層"
131
 
132
- #: ps_auto_sitemap/ps_auto_sitemap.php:356
133
  msgid "level 6"
134
  msgstr "第6階層"
135
 
136
- #: ps_auto_sitemap/ps_auto_sitemap.php:357
137
  msgid "level 7"
138
  msgstr "第7階層"
139
 
140
- #: ps_auto_sitemap/ps_auto_sitemap.php:358
141
  msgid "level 8"
142
  msgstr "第8階層"
143
 
144
- #: ps_auto_sitemap/ps_auto_sitemap.php:359
145
  msgid "level 9"
146
  msgstr "第9階層"
147
 
148
- #: ps_auto_sitemap/ps_auto_sitemap.php:360
149
  msgid "level 10"
150
  msgstr "第10階層"
151
 
152
- #: ps-auto-sitemap/ps_auto_sitemap.php:365
153
  msgid "Display first"
154
  msgstr "先に出力するリスト"
155
 
156
- #: ps-auto-sitemap/ps_auto_sitemap.php:368
157
  msgid "Post"
158
  msgstr "投稿"
159
 
160
- #: ps-auto-sitemap/ps_auto_sitemap.php:370
161
  msgid "Page"
162
  msgstr "ページ"
163
 
164
- #: ps-auto-sitemap/ps_auto_sitemap.php:374
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "Excluded categories"
166
  msgstr "除外カテゴリ"
167
 
168
- #: ps-auto-sitemap/ps_auto_sitemap.php:376
169
  msgid "* Please input category ID of exclude categories. (Separated by comma)"
170
  msgstr "* 出力しないカテゴリのIDを入力してください。(複数の場合はカンマ区切り)"
171
 
172
- #: ps-auto-sitemap/ps_auto_sitemap.php:380
173
  msgid "Exclude posts"
174
  msgstr "除外記事"
175
 
176
- #: ps-auto-sitemap/ps_auto_sitemap.php:382
177
  msgid "* Please input post ID of exclude posts. (Separated by comma)"
178
  msgstr "* 出力しない記事のIDを入力してください。(複数の場合はカンマ区切り)"
179
 
180
- #: ps-auto-sitemap/ps_auto_sitemap.php:386
181
  msgid "Select style"
182
  msgstr "スタイルの変更"
183
 
184
- #: ps-auto-sitemap/ps_auto_sitemap.php:389
185
  msgid "no style"
186
  msgstr "スタイルなし"
187
 
188
- #: ps-auto-sitemap/ps_auto_sitemap.php:397
189
  msgid "Using cache"
190
  msgstr "キャッシュの使用"
191
 
192
- #: ps-auto-sitemap/ps_auto_sitemap.php:398
193
  msgid "use"
194
  msgstr "使用する"
195
 
196
- #: ps-auto-sitemap/ps_auto_sitemap.php:401
197
  msgid "Hide developper link"
198
  msgstr "制作者リンクの表示"
199
 
200
- #: ps-auto-sitemap/ps_auto_sitemap.php:402
201
  msgid "Hide"
202
  msgstr "非表示"
203
 
204
- #: ps-auto-sitemap/ps_auto_sitemap.php:410
205
  msgid "Usage"
206
  msgstr "ご利用方法"
207
 
208
- #: ps-auto-sitemap/ps_auto_sitemap.php:412
209
  msgid "Post a page that will use as the sitemap page."
210
  msgstr "サイトマップを表示させたい記事を作成します。"
211
 
212
- #: ps-auto-sitemap/ps_auto_sitemap.php:413
213
  msgid "Insert following code in the content area. (<strong>Use HTML mode</strong>)"
214
  msgstr "作成した記事のcontent部分に、<strong>HTMLモードで</strong>以下のコードを入力します。"
215
 
216
- #: ps-auto-sitemap/ps_auto_sitemap.php:415
217
  msgid "Define the sitemap's ID at \"<strong>PostID of the sitemap</strong>\" field of the setings."
218
  msgstr "記事編集画面で記事ID(アドレスバーの &amp;post=nn )を確認し、『サイトマップを表示する記事』欄に指定します。"
219
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: PS Auto Sitemap 1.1.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2008-12-26 14:24+0900\n"
6
+ "PO-Revision-Date: 2009-02-16 19:12+0900\n"
7
  "Last-Translator: hitoshi omagari\n"
8
  "Language-Team: Prime Strategy Co.,Ltd. <system@prime-strategy.co.jp>\n"
9
  "MIME-Version: 1.0\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: ps_auto_sitemap\n"
17
 
18
+ #: ps_auto_sitemap.php:14
19
  msgid "Simple"
20
  msgstr "シンプル"
21
 
22
+ #: ps_auto_sitemap.php:15
23
  msgid "Simple2"
24
  msgstr "シンプル2"
25
 
26
+ #: ps_auto_sitemap.php:16
27
  msgid "Checker"
28
  msgstr "チェックリスト"
29
 
30
+ #: ps_auto_sitemap.php:17
31
  msgid "Fluorescent marker"
32
  msgstr "蛍光ペン"
33
 
34
+ #: ps_auto_sitemap.php:18
35
  msgid "Document tree"
36
  msgstr "ドキュメントツリー"
37
 
38
+ #: ps_auto_sitemap.php:19
39
  msgid "Label"
40
  msgstr "付箋"
41
 
42
+ #: ps_auto_sitemap.php:20
43
  msgid "Music"
44
  msgstr "音譜"
45
 
46
+ #: ps_auto_sitemap.php:21
47
  msgid "Arrows"
48
  msgstr "矢印"
49
 
50
+ #: ps_auto_sitemap.php:22
51
  msgid "Business"
52
  msgstr "ビジネス"
53
 
54
+ #: ps_auto_sitemap.php:23
55
  msgid "Index"
56
  msgstr "索引"
57
 
58
+ #: ps_auto_sitemap.php:24
59
  msgid "Urban"
60
  msgstr "アーバン"
61
 
62
+ #: ps_auto_sitemap.php:25
63
  msgid "Under score"
64
  msgstr "アンダースコア"
65
 
66
+ #: ps_auto_sitemap.php:26
67
+ msgid "Cube"
68
+ msgstr "キューブ"
69
+
70
+ #: ps-auto-sitemap/ps_auto_sitemap.php:184
71
+ msgid "Show posts in this category."
72
+ msgstr "カテゴリーの投稿リストを表示"
73
+
74
+ #: ps-auto-sitemap/ps_auto_sitemap.php:356
75
  msgid "The settings of PS Auto Sitemap has changed successfully."
76
  msgstr "PS Auto Sitemap の設定を変更いたしました。"
77
 
78
+ #: ps-auto-sitemap/ps_auto_sitemap.php:360
79
  msgid "The settings has not been changed. There were no changes or failed to update the data base."
80
  msgstr "設定は変更されていません。変更がなかったか、データベースのアップデートに失敗いたしました。"
81
 
82
+ #: ps-auto-sitemap/ps_auto_sitemap.php:365
83
  msgid "PS Auto Sitemap isn't using cache system currently, because cache or parent directorty isn't writable. Please check owner and permission of upload directory."
84
  msgstr "ファイルの書き込みが出来ないため、キャッシュシステムを使用していません。キャッシュもしくはアップロードディレクトリの所有者と権限を確認してください。"
85
 
86
+ #: ps-auto-sitemap/ps_auto_sitemap.php:373
87
  msgid "Display home list"
88
  msgstr "ホームページの出力"
89
 
90
+ #: ps-auto-sitemap/ps_auto_sitemap.php:374
91
+ #: ps-auto-sitemap/ps_auto_sitemap.php:378
92
+ #: ps-auto-sitemap/ps_auto_sitemap.php:382
93
  msgid "Display"
94
  msgstr "出力する"
95
 
96
+ #: ps-auto-sitemap/ps_auto_sitemap.php:377
97
  msgid "Display post tree"
98
  msgstr "投稿リストの出力"
99
 
100
+ #: ps-auto-sitemap/ps_auto_sitemap.php:381
101
  msgid "Display page tree"
102
  msgstr "ページリストの出力"
103
 
104
+ #: ps-auto-sitemap/ps_auto_sitemap.php:385
105
  msgid "PostID of the sitemap"
106
  msgstr "サイトマップを表示する記事"
107
 
108
+ #: ps-auto-sitemap/ps_auto_sitemap.php:387
109
  msgid "* Please input display sitemap post's ID."
110
  msgstr "* サイトマップを表示する記事のIDを入力してください。"
111
 
112
+ #: ps-auto-sitemap/ps_auto_sitemap.php:391
113
  msgid "Depth level"
114
  msgstr "出力階層制限"
115
 
116
+ #: ps-auto-sitemap/ps_auto_sitemap.php:394
117
  msgid "no limit"
118
  msgstr "制限なし"
119
 
120
+ #: ps_auto_sitemap/ps_auto_sitemap.php:395
121
  msgid "level 1"
122
  msgstr "第1階層"
123
 
124
+ #: ps_auto_sitemap/ps_auto_sitemap.php:396
125
  msgid "level 2"
126
  msgstr "第2階層"
127
 
128
+ #: ps_auto_sitemap/ps_auto_sitemap.php:397
129
  msgid "level 3"
130
  msgstr "第3階層"
131
 
132
+ #: ps_auto_sitemap/ps_auto_sitemap.php:398
133
  msgid "level 4"
134
  msgstr "第4階層"
135
 
136
+ #: ps_auto_sitemap/ps_auto_sitemap.php:399
137
  msgid "level 5"
138
  msgstr "第5階層"
139
 
140
+ #: ps_auto_sitemap/ps_auto_sitemap.php:400
141
  msgid "level 6"
142
  msgstr "第6階層"
143
 
144
+ #: ps_auto_sitemap/ps_auto_sitemap.php:401
145
  msgid "level 7"
146
  msgstr "第7階層"
147
 
148
+ #: ps_auto_sitemap/ps_auto_sitemap.php:402
149
  msgid "level 8"
150
  msgstr "第8階層"
151
 
152
+ #: ps_auto_sitemap/ps_auto_sitemap.php:403
153
  msgid "level 9"
154
  msgstr "第9階層"
155
 
156
+ #: ps_auto_sitemap/ps_auto_sitemap.php:404
157
  msgid "level 10"
158
  msgstr "第10階層"
159
 
160
+ #: ps-auto-sitemap/ps_auto_sitemap.php:409
161
  msgid "Display first"
162
  msgstr "先に出力するリスト"
163
 
164
+ #: ps-auto-sitemap/ps_auto_sitemap.php:412
165
  msgid "Post"
166
  msgstr "投稿"
167
 
168
+ #: ps-auto-sitemap/ps_auto_sitemap.php:414
169
  msgid "Page"
170
  msgstr "ページ"
171
 
172
+ #: ps-auto-sitemap/ps_auto_sitemap.php:418
173
+ msgid "Display of categories &amp; posts"
174
+ msgstr "カテゴリーと投稿の表示"
175
+
176
+ #: ps-auto-sitemap/ps_auto_sitemap.php:421
177
+ msgid "Combine"
178
+ msgstr "同一マップ内"
179
+
180
+ #: ps-auto-sitemap/ps_auto_sitemap.php:423
181
+ msgid "Divide"
182
+ msgstr "投稿を分割"
183
+
184
+ #: ps-auto-sitemap/ps_auto_sitemap.php:427
185
  msgid "Excluded categories"
186
  msgstr "除外カテゴリ"
187
 
188
+ #: ps-auto-sitemap/ps_auto_sitemap.php:429
189
  msgid "* Please input category ID of exclude categories. (Separated by comma)"
190
  msgstr "* 出力しないカテゴリのIDを入力してください。(複数の場合はカンマ区切り)"
191
 
192
+ #: ps-auto-sitemap/ps_auto_sitemap.php:433
193
  msgid "Exclude posts"
194
  msgstr "除外記事"
195
 
196
+ #: ps-auto-sitemap/ps_auto_sitemap.php:435
197
  msgid "* Please input post ID of exclude posts. (Separated by comma)"
198
  msgstr "* 出力しない記事のIDを入力してください。(複数の場合はカンマ区切り)"
199
 
200
+ #: ps-auto-sitemap/ps_auto_sitemap.php:439
201
  msgid "Select style"
202
  msgstr "スタイルの変更"
203
 
204
+ #: ps-auto-sitemap/ps_auto_sitemap.php:442
205
  msgid "no style"
206
  msgstr "スタイルなし"
207
 
208
+ #: ps-auto-sitemap/ps_auto_sitemap.php:450
209
  msgid "Using cache"
210
  msgstr "キャッシュの使用"
211
 
212
+ #: ps-auto-sitemap/ps_auto_sitemap.php:451
213
  msgid "use"
214
  msgstr "使用する"
215
 
216
+ #: ps-auto-sitemap/ps_auto_sitemap.php:454
217
  msgid "Hide developper link"
218
  msgstr "制作者リンクの表示"
219
 
220
+ #: ps-auto-sitemap/ps_auto_sitemap.php:455
221
  msgid "Hide"
222
  msgstr "非表示"
223
 
224
+ #: ps-auto-sitemap/ps_auto_sitemap.php:463
225
  msgid "Usage"
226
  msgstr "ご利用方法"
227
 
228
+ #: ps-auto-sitemap/ps_auto_sitemap.php:465
229
  msgid "Post a page that will use as the sitemap page."
230
  msgstr "サイトマップを表示させたい記事を作成します。"
231
 
232
+ #: ps-auto-sitemap/ps_auto_sitemap.php:466
233
  msgid "Insert following code in the content area. (<strong>Use HTML mode</strong>)"
234
  msgstr "作成した記事のcontent部分に、<strong>HTMLモードで</strong>以下のコードを入力します。"
235
 
236
+ #: ps-auto-sitemap/ps_auto_sitemap.php:468
237
  msgid "Define the sitemap's ID at \"<strong>PostID of the sitemap</strong>\" field of the setings."
238
  msgstr "記事編集画面で記事ID(アドレスバーの &amp;post=nn )を確認し、『サイトマップを表示する記事』欄に指定します。"
239
 
language/ps_auto_sitemap.pot CHANGED
@@ -1,13 +1,13 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: PS Auto Sitemap 1.1.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-01-19 15:45+0900\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-Language: \n"
13
  "X-Poedit-Country: \n"
@@ -15,205 +15,225 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: ps_auto_sitemap\n"
17
 
18
- #: ps_auto_sitemap.php:16
19
  msgid "Simple"
20
  msgstr ""
21
 
22
- #: ps_auto_sitemap.php:17
23
  msgid "Simple2"
24
  msgstr ""
25
 
26
- #: ps_auto_sitemap.php:18
27
  msgid "Checker"
28
  msgstr ""
29
 
30
- #: ps_auto_sitemap.php:19
31
  msgid "Fluorescent marker"
32
  msgstr ""
33
 
34
- #: ps_auto_sitemap.php:20
35
  msgid "Document tree"
36
  msgstr ""
37
 
38
- #: ps_auto_sitemap.php:21
39
  msgid "Label"
40
  msgstr ""
41
 
42
- #: ps_auto_sitemap.php:22
43
  msgid "Music"
44
  msgstr ""
45
 
46
- #: ps_auto_sitemap.php:23
47
  msgid "Arrows"
48
  msgstr ""
49
 
50
- #: ps_auto_sitemap.php:24
51
  msgid "Business"
52
  msgstr ""
53
 
54
- #: ps_auto_sitemap.php:25
55
  msgid "Index"
56
  msgstr ""
57
 
58
- #: ps_auto_sitemap.php:26
59
  msgid "Urban"
60
  msgstr ""
61
 
62
- #: ps_auto_sitemap.php:27
63
  msgid "Under score"
64
  msgstr ""
65
 
66
- #: ps-auto-sitemap/ps_auto_sitemap.php:312
 
 
 
 
 
 
 
 
67
  msgid "The settings of PS Auto Sitemap has changed successfully."
68
  msgstr ""
69
 
70
- #: ps-auto-sitemap/ps_auto_sitemap.php:316
71
  msgid "The settings has not been changed. There were no changes or failed to update the data base."
72
  msgstr ""
73
 
74
- #: ps-auto-sitemap/ps_auto_sitemap.php:321
75
  msgid "PS Auto Sitemap isn't using cache system currently, because cache or parent directorty isn't writable. Please check owner and permission of upload directory."
76
  msgstr ""
77
 
78
- #: ps-auto-sitemap/ps_auto_sitemap.php:329
79
  msgid "Display home list"
80
  msgstr ""
81
 
82
- #: ps-auto-sitemap/ps_auto_sitemap.php:330
83
- #: ps-auto-sitemap/ps_auto_sitemap.php:334
84
- #: ps-auto-sitemap/ps_auto_sitemap.php:338
85
  msgid "Display"
86
  msgstr ""
87
 
88
- #: ps-auto-sitemap/ps_auto_sitemap.php:333
89
  msgid "Display post tree"
90
  msgstr ""
91
 
92
- #: ps-auto-sitemap/ps_auto_sitemap.php:337
93
  msgid "Display page tree"
94
  msgstr ""
95
 
96
- #: ps-auto-sitemap/ps_auto_sitemap.php:341
97
  msgid "PostID of the sitemap"
98
  msgstr ""
99
 
100
- #: ps-auto-sitemap/ps_auto_sitemap.php:343
101
  msgid "* Please input display sitemap post's ID."
102
  msgstr ""
103
 
104
- #: ps-auto-sitemap/ps_auto_sitemap.php:347
105
  msgid "Depth level"
106
  msgstr ""
107
 
108
- #: ps-auto-sitemap/ps_auto_sitemap.php:350
109
  msgid "no limit"
110
  msgstr ""
111
 
112
- #: ps_auto_sitemap/ps_auto_sitemap.php:351
113
  msgid "level 1"
114
  msgstr ""
115
 
116
- #: ps_auto_sitemap/ps_auto_sitemap.php:352
117
  msgid "level 2"
118
  msgstr ""
119
 
120
- #: ps_auto_sitemap/ps_auto_sitemap.php:353
121
  msgid "level 3"
122
  msgstr ""
123
 
124
- #: ps_auto_sitemap/ps_auto_sitemap.php:354
125
  msgid "level 4"
126
  msgstr ""
127
 
128
- #: ps_auto_sitemap/ps_auto_sitemap.php:355
129
  msgid "level 5"
130
  msgstr ""
131
 
132
- #: ps_auto_sitemap/ps_auto_sitemap.php:356
133
  msgid "level 6"
134
  msgstr ""
135
 
136
- #: ps_auto_sitemap/ps_auto_sitemap.php:357
137
  msgid "level 7"
138
  msgstr ""
139
 
140
- #: ps_auto_sitemap/ps_auto_sitemap.php:358
141
  msgid "level 8"
142
  msgstr ""
143
 
144
- #: ps_auto_sitemap/ps_auto_sitemap.php:359
145
  msgid "level 9"
146
  msgstr ""
147
 
148
- #: ps_auto_sitemap/ps_auto_sitemap.php:360
149
  msgid "level 10"
150
  msgstr ""
151
 
152
- #: ps-auto-sitemap/ps_auto_sitemap.php:365
153
  msgid "Display first"
154
  msgstr ""
155
 
156
- #: ps-auto-sitemap/ps_auto_sitemap.php:368
157
  msgid "Post"
158
  msgstr ""
159
 
160
- #: ps-auto-sitemap/ps_auto_sitemap.php:370
161
  msgid "Page"
162
  msgstr ""
163
 
164
- #: ps-auto-sitemap/ps_auto_sitemap.php:374
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "Excluded categories"
166
  msgstr ""
167
 
168
- #: ps-auto-sitemap/ps_auto_sitemap.php:376
169
  msgid "* Please input category ID of exclude categories. (Separated by comma)"
170
  msgstr ""
171
 
172
- #: ps-auto-sitemap/ps_auto_sitemap.php:380
173
  msgid "Exclude posts"
174
  msgstr ""
175
 
176
- #: ps-auto-sitemap/ps_auto_sitemap.php:382
177
  msgid "* Please input post ID of exclude posts. (Separated by comma)"
178
  msgstr ""
179
 
180
- #: ps-auto-sitemap/ps_auto_sitemap.php:386
181
  msgid "Select style"
182
  msgstr ""
183
 
184
- #: ps-auto-sitemap/ps_auto_sitemap.php:389
185
  msgid "no style"
186
  msgstr ""
187
 
188
- #: ps-auto-sitemap/ps_auto_sitemap.php:397
189
  msgid "Using cache"
190
  msgstr ""
191
 
192
- #: ps-auto-sitemap/ps_auto_sitemap.php:398
193
  msgid "use"
194
  msgstr ""
195
 
196
- #: ps-auto-sitemap/ps_auto_sitemap.php:401
197
  msgid "Hide developper link"
198
  msgstr ""
199
 
200
- #: ps-auto-sitemap/ps_auto_sitemap.php:402
201
  msgid "Hide"
202
  msgstr ""
203
 
204
- #: ps-auto-sitemap/ps_auto_sitemap.php:410
205
  msgid "Usage"
206
  msgstr ""
207
 
208
- #: ps-auto-sitemap/ps_auto_sitemap.php:412
209
  msgid "Post a page that will use as the sitemap page."
210
  msgstr ""
211
 
212
- #: ps-auto-sitemap/ps_auto_sitemap.php:413
213
  msgid "Insert following code in the content area. (<strong>Use HTML mode</strong>)"
214
  msgstr ""
215
 
216
- #: ps-auto-sitemap/ps_auto_sitemap.php:415
217
  msgid "Define the sitemap's ID at \"<strong>PostID of the sitemap</strong>\" field of the setings."
218
  msgstr ""
219
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: PS Auto Sitemap 1.1.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-2-16 19:13+0900\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; \n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-Language: \n"
13
  "X-Poedit-Country: \n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: ps_auto_sitemap\n"
17
 
18
+ #: ps_auto_sitemap.php:14
19
  msgid "Simple"
20
  msgstr ""
21
 
22
+ #: ps_auto_sitemap.php:15
23
  msgid "Simple2"
24
  msgstr ""
25
 
26
+ #: ps_auto_sitemap.php:16
27
  msgid "Checker"
28
  msgstr ""
29
 
30
+ #: ps_auto_sitemap.php:17
31
  msgid "Fluorescent marker"
32
  msgstr ""
33
 
34
+ #: ps_auto_sitemap.php:18
35
  msgid "Document tree"
36
  msgstr ""
37
 
38
+ #: ps_auto_sitemap.php:19
39
  msgid "Label"
40
  msgstr ""
41
 
42
+ #: ps_auto_sitemap.php:20
43
  msgid "Music"
44
  msgstr ""
45
 
46
+ #: ps_auto_sitemap.php:21
47
  msgid "Arrows"
48
  msgstr ""
49
 
50
+ #: ps_auto_sitemap.php:22
51
  msgid "Business"
52
  msgstr ""
53
 
54
+ #: ps_auto_sitemap.php:23
55
  msgid "Index"
56
  msgstr ""
57
 
58
+ #: ps_auto_sitemap.php:24
59
  msgid "Urban"
60
  msgstr ""
61
 
62
+ #: ps_auto_sitemap.php:25
63
  msgid "Under score"
64
  msgstr ""
65
 
66
+ #: ps_auto_sitemap.php:26
67
+ msgid "Cube"
68
+ msgstr ""
69
+
70
+ #: ps-auto-sitemap/ps_auto_sitemap.php:184
71
+ msgid "Show posts in this category."
72
+ msgstr ""
73
+
74
+ #: ps-auto-sitemap/ps_auto_sitemap.php:356
75
  msgid "The settings of PS Auto Sitemap has changed successfully."
76
  msgstr ""
77
 
78
+ #: ps-auto-sitemap/ps_auto_sitemap.php:360
79
  msgid "The settings has not been changed. There were no changes or failed to update the data base."
80
  msgstr ""
81
 
82
+ #: ps-auto-sitemap/ps_auto_sitemap.php:365
83
  msgid "PS Auto Sitemap isn't using cache system currently, because cache or parent directorty isn't writable. Please check owner and permission of upload directory."
84
  msgstr ""
85
 
86
+ #: ps-auto-sitemap/ps_auto_sitemap.php:373
87
  msgid "Display home list"
88
  msgstr ""
89
 
90
+ #: ps-auto-sitemap/ps_auto_sitemap.php:374
91
+ #: ps-auto-sitemap/ps_auto_sitemap.php:378
92
+ #: ps-auto-sitemap/ps_auto_sitemap.php:382
93
  msgid "Display"
94
  msgstr ""
95
 
96
+ #: ps-auto-sitemap/ps_auto_sitemap.php:377
97
  msgid "Display post tree"
98
  msgstr ""
99
 
100
+ #: ps-auto-sitemap/ps_auto_sitemap.php:381
101
  msgid "Display page tree"
102
  msgstr ""
103
 
104
+ #: ps-auto-sitemap/ps_auto_sitemap.php:385
105
  msgid "PostID of the sitemap"
106
  msgstr ""
107
 
108
+ #: ps-auto-sitemap/ps_auto_sitemap.php:387
109
  msgid "* Please input display sitemap post's ID."
110
  msgstr ""
111
 
112
+ #: ps-auto-sitemap/ps_auto_sitemap.php:391
113
  msgid "Depth level"
114
  msgstr ""
115
 
116
+ #: ps-auto-sitemap/ps_auto_sitemap.php:394
117
  msgid "no limit"
118
  msgstr ""
119
 
120
+ #: ps_auto_sitemap/ps_auto_sitemap.php:395
121
  msgid "level 1"
122
  msgstr ""
123
 
124
+ #: ps_auto_sitemap/ps_auto_sitemap.php:396
125
  msgid "level 2"
126
  msgstr ""
127
 
128
+ #: ps_auto_sitemap/ps_auto_sitemap.php:397
129
  msgid "level 3"
130
  msgstr ""
131
 
132
+ #: ps_auto_sitemap/ps_auto_sitemap.php:398
133
  msgid "level 4"
134
  msgstr ""
135
 
136
+ #: ps_auto_sitemap/ps_auto_sitemap.php:399
137
  msgid "level 5"
138
  msgstr ""
139
 
140
+ #: ps_auto_sitemap/ps_auto_sitemap.php:400
141
  msgid "level 6"
142
  msgstr ""
143
 
144
+ #: ps_auto_sitemap/ps_auto_sitemap.php:401
145
  msgid "level 7"
146
  msgstr ""
147
 
148
+ #: ps_auto_sitemap/ps_auto_sitemap.php:402
149
  msgid "level 8"
150
  msgstr ""
151
 
152
+ #: ps_auto_sitemap/ps_auto_sitemap.php:403
153
  msgid "level 9"
154
  msgstr ""
155
 
156
+ #: ps_auto_sitemap/ps_auto_sitemap.php:404
157
  msgid "level 10"
158
  msgstr ""
159
 
160
+ #: ps-auto-sitemap/ps_auto_sitemap.php:409
161
  msgid "Display first"
162
  msgstr ""
163
 
164
+ #: ps-auto-sitemap/ps_auto_sitemap.php:412
165
  msgid "Post"
166
  msgstr ""
167
 
168
+ #: ps-auto-sitemap/ps_auto_sitemap.php:414
169
  msgid "Page"
170
  msgstr ""
171
 
172
+ #: ps-auto-sitemap/ps_auto_sitemap.php:418
173
+ msgid "Display of categories &amp; posts"
174
+ msgstr ""
175
+
176
+ #: ps-auto-sitemap/ps_auto_sitemap.php:421
177
+ msgid "Combine"
178
+ msgstr ""
179
+
180
+ #: ps-auto-sitemap/ps_auto_sitemap.php:423
181
+ msgid "Divide"
182
+ msgstr ""
183
+
184
+ #: ps-auto-sitemap/ps_auto_sitemap.php:427
185
  msgid "Excluded categories"
186
  msgstr ""
187
 
188
+ #: ps-auto-sitemap/ps_auto_sitemap.php:429
189
  msgid "* Please input category ID of exclude categories. (Separated by comma)"
190
  msgstr ""
191
 
192
+ #: ps-auto-sitemap/ps_auto_sitemap.php:433
193
  msgid "Exclude posts"
194
  msgstr ""
195
 
196
+ #: ps-auto-sitemap/ps_auto_sitemap.php:435
197
  msgid "* Please input post ID of exclude posts. (Separated by comma)"
198
  msgstr ""
199
 
200
+ #: ps-auto-sitemap/ps_auto_sitemap.php:439
201
  msgid "Select style"
202
  msgstr ""
203
 
204
+ #: ps-auto-sitemap/ps_auto_sitemap.php:442
205
  msgid "no style"
206
  msgstr ""
207
 
208
+ #: ps-auto-sitemap/ps_auto_sitemap.php:450
209
  msgid "Using cache"
210
  msgstr ""
211
 
212
+ #: ps-auto-sitemap/ps_auto_sitemap.php:451
213
  msgid "use"
214
  msgstr ""
215
 
216
+ #: ps-auto-sitemap/ps_auto_sitemap.php:454
217
  msgid "Hide developper link"
218
  msgstr ""
219
 
220
+ #: ps-auto-sitemap/ps_auto_sitemap.php:455
221
  msgid "Hide"
222
  msgstr ""
223
 
224
+ #: ps-auto-sitemap/ps_auto_sitemap.php:463
225
  msgid "Usage"
226
  msgstr ""
227
 
228
+ #: ps-auto-sitemap/ps_auto_sitemap.php:465
229
  msgid "Post a page that will use as the sitemap page."
230
  msgstr ""
231
 
232
+ #: ps-auto-sitemap/ps_auto_sitemap.php:466
233
  msgid "Insert following code in the content area. (<strong>Use HTML mode</strong>)"
234
  msgstr ""
235
 
236
+ #: ps-auto-sitemap/ps_auto_sitemap.php:468
237
  msgid "Define the sitemap's ID at \"<strong>PostID of the sitemap</strong>\" field of the setings."
238
  msgstr ""
239
 
ps_auto_sitemap.php CHANGED
@@ -4,12 +4,10 @@ Plugin Name: PS Auto Sitemap
4
  Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/
5
  Description: Auto generator of a customizable and designed sitemap page.
6
  Author: Hitoshi Omagari
7
- Version: 1.1.0
8
  Author URI: http://www.web-strategy.jp/
9
  */
10
 
11
- $ps_auto_sitemap =& new ps_auto_sitemap();
12
-
13
  class ps_auto_sitemap {
14
 
15
  var $sitemap_prepared_styles = array(
@@ -24,7 +22,8 @@ class ps_auto_sitemap {
24
  'business' => 'Business',
25
  'index' => 'Index',
26
  'urban' => 'Urban',
27
- 'under_score' => 'Under score'
 
28
  );
29
 
30
  var $option;
@@ -64,13 +63,17 @@ class ps_auto_sitemap {
64
 
65
  function replace_sitemap_content( $content ) {
66
  global $post;
67
-
68
  if ( $this->option['post_id'] && $post->ID == $this->option['post_id'] ) {
69
- if ( $cache_dir = $this->check_cache_dir() && file_exists( $cache_dir . '/site_map_cache.html' ) && $this->option['use_cache'] ) {
70
- $sitemap_content = file_get_contents( $cache_dir . '/site_map_cache.html' );
71
- } else {
72
- $sitemap_content = $this->create_sitemap_content();
73
- }
 
 
 
 
 
74
  $content = preg_replace( '/(<p><!-- SITEMAP CONTENT REPLACE POINT --><\/p>|<!-- SITEMAP CONTENT REPLACE POINT -->)/', $sitemap_content, $content, 1 );
75
  }
76
  return $content;
@@ -162,10 +165,7 @@ class ps_auto_sitemap {
162
 
163
  if ( ! is_array( $category_tree ) ) { return; }
164
 
165
- $ps_sitemap_query = new WP_query();
166
- $ex_post_ids = preg_replace( '/[^\d,]/', '', $ex_post_ids );
167
- $ex_post_ids = trim( $ex_post_ids, ',' );
168
- $ex_post_ids = "'" . str_replace( ',', "','", $ex_post_ids ) . "'";
169
 
170
  if ( $child ) {
171
  $post_list = "\n<ul>\n";
@@ -176,8 +176,34 @@ class ps_auto_sitemap {
176
  foreach( $category_tree as $cat_id => $category ) {
177
  $post_list .= '<li class="cat-item cat-item-' . $cat_id . '"><a href="' . get_category_link( $cat_id ). '" title="' . get_the_category_by_ID( $cat_id ) . '">' . wp_specialchars( get_the_category_by_ID( $cat_id ) ) . '</a>';
178
 
179
- if ( ! $depth || $depth > $cur_depth ) {
180
- $query = "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  SELECT `posts`.`ID`,
182
  `posts`.`post_title`
183
  FROM $wpdb->posts as `posts`
@@ -193,29 +219,17 @@ AND `posts`.`ID` NOT IN ( $ex_post_ids )
193
  AND `terms`.`term_id` = '$cat_id'
194
  GROUP BY `posts`.`ID`
195
  ORDER BY `posts`.`post_date` DESC";
196
- $category_posts = $wpdb->get_results( $query, ARRAY_A );
197
- if ( $category_posts ) {
198
- $post_list .= "\n<ul>\n";
199
- foreach( $category_posts as $post ) {
200
- $post_list .= "\t" . '<li class="post-item post-item-' . $post['ID'] . '"><a href="' . get_permalink( $post['ID'] ) . '" title="' . attribute_escape( $post['post_title'] ) . '">' . wp_specialchars( $post['post_title'] ) . "</a></li>\n";
201
- }
202
- if ( ! count( $category ) ) {
203
- $post_list .= "</ul>\n";
204
- }
205
- }
206
  }
207
- if ( count( $category ) && ( ! $depth || $depth > $cur_depth ) ) {
208
- $post_list .= $this->make_post_list( $ex_post_ids, $category, $depth, $cur_depth + 1, ! $category_posts );
209
- if ( $category_posts ) {
210
- $post_list .= "</ul>\n";
211
- }
212
  }
213
- $post_list .= "</li>\n";
214
- }
215
- if ( $child ) {
216
- $post_list .= "</ul>\n";
217
  }
218
- return $post_list;
219
  }
220
 
221
 
@@ -230,6 +244,31 @@ ORDER BY `posts`.`post_date` DESC";
230
  }
231
 
232
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  function sitemap_setting() {
234
  global $wp_version;
235
 
@@ -242,7 +281,7 @@ ORDER BY `posts`.`post_date` DESC";
242
 
243
  if( $_POST['_wpnonce'] ) {
244
  check_admin_referer();
245
- $sitemap_option_keys = array( 'home_list', 'post_tree', 'page_tree', 'post_id', 'disp_level', 'disp_first', 'ex_cat_ids', 'ex_post_ids', 'prepared_style', 'use_cache', 'suppress_link' );
246
 
247
  foreach ( $sitemap_option_keys as $key ) {
248
  switch ( $key ) {
@@ -277,6 +316,11 @@ ORDER BY `posts`.`post_date` DESC";
277
  wp_die( 'unvalid post data exist.' );
278
  }
279
  break;
 
 
 
 
 
280
  case 'ex_cat_ids' :
281
  case 'ex_post_ids' :
282
  if ( $_POST['ps_sitemap_' . $key] != '' ) {
@@ -370,6 +414,15 @@ ORDER BY `posts`.`post_date` DESC";
370
  <label for="ps_sitemap_disp_first_page"><?php _e( 'Page', 'ps_auto_sitemap' ); ?></label>
371
  </td>
372
  </tr>
 
 
 
 
 
 
 
 
 
373
  <tr>
374
  <th><?php _e( 'Excluded categories', 'ps_auto_sitemap' ); ?></th>
375
  <td><input type="text" name="ps_sitemap_ex_cat_ids" id="ps_sitemap_ex_cat_ids" value="<?php echo $this->option['ex_cat_ids']; ?>" ><br />
@@ -476,6 +529,7 @@ ORDER BY `posts`.`post_date` DESC";
476
  'post_id' => '',
477
  'disp_level' => '0',
478
  'disp_first' => 'post',
 
479
  'ex_cat_ids' => '',
480
  'ex_post_id' => '',
481
  'prepared_style' => '',
@@ -484,8 +538,8 @@ ORDER BY `posts`.`post_date` DESC";
484
 
485
  update_option( 'ps_sitemap', $option );
486
  }
487
-
488
-
489
  function check_cache_dir() {
490
  $uploads = wp_upload_dir();
491
 
@@ -505,8 +559,8 @@ ORDER BY `posts`.`post_date` DESC";
505
  }
506
  return false;
507
  }
508
-
509
-
510
  function delete_sitemap_cache() {
511
  $uploads = wp_upload_dir();
512
  if ( $uploads['error'] !== false ) { return false; }
@@ -516,12 +570,14 @@ ORDER BY `posts`.`post_date` DESC";
516
  unlink( $cache_file );
517
  }
518
  }
519
-
520
-
521
  function check_htaccess( $cache_dir ) {
522
  if ( file_exists( $cache_dir . '/.htaccess' ) ) { return; }
523
  file_put_contents( $cache_dir . '/.htaccess', "order deny,allow\ndeny from all" );
524
  }
525
-
526
-
527
  }
 
 
4
  Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/
5
  Description: Auto generator of a customizable and designed sitemap page.
6
  Author: Hitoshi Omagari
7
+ Version: 1.1.1
8
  Author URI: http://www.web-strategy.jp/
9
  */
10
 
 
 
11
  class ps_auto_sitemap {
12
 
13
  var $sitemap_prepared_styles = array(
22
  'business' => 'Business',
23
  'index' => 'Index',
24
  'urban' => 'Urban',
25
+ 'under_score' => 'Under score',
26
+ 'cube' => 'Cube'
27
  );
28
 
29
  var $option;
63
 
64
  function replace_sitemap_content( $content ) {
65
  global $post;
 
66
  if ( $this->option['post_id'] && $post->ID == $this->option['post_id'] ) {
67
+ if ( isset( $_GET['category'] ) && $category = get_category( (int)$_GET['category'] ) ) {
68
+ $sitemap_content = $this->make_category_sitemap( $category );
69
+ } else {
70
+ $cache_dir = $this->check_cache_dir();
71
+ if ( $cache_dir && file_exists( $cache_dir . '/site_map_cache.html' ) && $this->option['use_cache'] ) {
72
+ $sitemap_content = file_get_contents( $cache_dir . '/site_map_cache.html' );
73
+ } else {
74
+ $sitemap_content = $this->create_sitemap_content();
75
+ }
76
+ }
77
  $content = preg_replace( '/(<p><!-- SITEMAP CONTENT REPLACE POINT --><\/p>|<!-- SITEMAP CONTENT REPLACE POINT -->)/', $sitemap_content, $content, 1 );
78
  }
79
  return $content;
165
 
166
  if ( ! is_array( $category_tree ) ) { return; }
167
 
168
+ $ex_post_ids = $this->form_ids_for_sql();
 
 
 
169
 
170
  if ( $child ) {
171
  $post_list = "\n<ul>\n";
176
  foreach( $category_tree as $cat_id => $category ) {
177
  $post_list .= '<li class="cat-item cat-item-' . $cat_id . '"><a href="' . get_category_link( $cat_id ). '" title="' . get_the_category_by_ID( $cat_id ) . '">' . wp_specialchars( get_the_category_by_ID( $cat_id ) ) . '</a>';
178
 
179
+ if ( !$this->option['disp_posts'] || $this->option['disp_posts'] == 'combine' ) {
180
+ if ( ! $depth || $depth > $cur_depth ) {
181
+ $post_list .= $category_posts = $this->make_posts_list_in_category( $ex_post_ids, $cat_id, count( $category ) );
182
+ }
183
+ } elseif( get_category( $cat_id )->count ) {
184
+ $post_list .= '<span class="posts_in_category"><a href="' . clean_url( add_query_arg( array( 'category' => $cat_id ), $_SERVER['REQUEST_URI'] ) ) . '"title="'. attribute_escape( __( 'Show posts in this category.', 'ps_auto_sitemap' ) ) .'">' . wp_specialchars( __( 'Show posts in this category.', 'ps_auto_sitemap' ) ) . '</a></span>' . "\n";
185
+ }
186
+ if ( count( $category ) && ( ! $depth || $depth > $cur_depth ) ) {
187
+ $post_list .= $this->make_post_list( $ex_post_ids, $category, $depth, $cur_depth + 1, ! $category_posts );
188
+ if ( $category_posts ) {
189
+ $post_list .= "</ul>\n";
190
+ }
191
+ }
192
+ $post_list .= "</li>\n";
193
+ }
194
+ if ( $child ) {
195
+ $post_list .= "</ul>\n";
196
+ }
197
+ return $post_list;
198
+ }
199
+
200
+
201
+ function make_posts_list_in_category( $ex_post_ids, $cat_id, $has_child ) {
202
+ global $wpdb;
203
+
204
+ $post_list_in_category = '';
205
+
206
+ $query = "
207
  SELECT `posts`.`ID`,
208
  `posts`.`post_title`
209
  FROM $wpdb->posts as `posts`
219
  AND `terms`.`term_id` = '$cat_id'
220
  GROUP BY `posts`.`ID`
221
  ORDER BY `posts`.`post_date` DESC";
222
+ $category_posts = $wpdb->get_results( $query, ARRAY_A );
223
+ if ( $category_posts ) {
224
+ $post_list_in_category .= "\n<ul>\n";
225
+ foreach( $category_posts as $post ) {
226
+ $post_list_in_category .= "\t" . '<li class="post-item post-item-' . $post['ID'] . '"><a href="' . get_permalink( $post['ID'] ) . '" title="' . attribute_escape( $post['post_title'] ) . '">' . wp_specialchars( $post['post_title'] ) . "</a></li>\n";
 
 
 
 
 
227
  }
228
+ if ( ! $has_child ) {
229
+ $post_list_in_category .= "</ul>\n";
 
 
 
230
  }
 
 
 
 
231
  }
232
+ return $post_list_in_category;
233
  }
234
 
235
 
244
  }
245
 
246
 
247
+ function make_category_sitemap( $category ) {
248
+ if ( ! $_GET['category'] || ! is_object( $category ) ) { return; }
249
+
250
+ $ex_post_ids = $this->form_ids_for_sql();
251
+
252
+ $sitemap_content = '<ul id="sitemap_list">' . "\n";
253
+ $sitemap_content .= '<li class="cat-item cat-item-' . $category->term_id . '"><a href="' . get_category_link( $category->term_id ). '" title="' . attribute_escape( $category->name ) . '">' . wp_specialchars( $category->name ) . '</a>';
254
+ $sitemap_content .= $this->make_posts_list_in_category( $ex_post_ids, (int)$_GET['category'], false );
255
+ $sitemap_content .= '</li>' . "\n";
256
+ $sitemap_content .= '</ul>' . "\n";
257
+
258
+ return $sitemap_content;
259
+ }
260
+
261
+
262
+ function form_ids_for_sql() {
263
+ $ex_post_ids = preg_replace( '/[^\d,]/', '', $this->option['ex_post_ids'] );
264
+ $ex_post_ids = preg_replace( '/,+/', ',', $this->option['ex_post_ids'] );
265
+ $ex_post_ids = trim( $ex_post_ids, ',' );
266
+ $ex_post_ids = "'" . str_replace( ',', "','", $ex_post_ids ) . "'";
267
+
268
+ return $ex_post_ids;
269
+ }
270
+
271
+
272
  function sitemap_setting() {
273
  global $wp_version;
274
 
281
 
282
  if( $_POST['_wpnonce'] ) {
283
  check_admin_referer();
284
+ $sitemap_option_keys = array( 'home_list', 'post_tree', 'page_tree', 'post_id', 'disp_level', 'disp_first','disp_posts', 'ex_cat_ids', 'ex_post_ids', 'prepared_style', 'use_cache', 'suppress_link' );
285
 
286
  foreach ( $sitemap_option_keys as $key ) {
287
  switch ( $key ) {
316
  wp_die( 'unvalid post data exist.' );
317
  }
318
  break;
319
+ case 'disp_posts' :
320
+ if ( ! in_array( $_POST['ps_sitemap_' . $key], array( 'combine', 'divide' ) ) ) {
321
+ wp_die( 'unvalid post data exist.' );
322
+ }
323
+ break;
324
  case 'ex_cat_ids' :
325
  case 'ex_post_ids' :
326
  if ( $_POST['ps_sitemap_' . $key] != '' ) {
414
  <label for="ps_sitemap_disp_first_page"><?php _e( 'Page', 'ps_auto_sitemap' ); ?></label>
415
  </td>
416
  </tr>
417
+ <tr>
418
+ <th><?php _e( 'Display of categories &amp; posts', 'ps_auto_sitemap' ); ?></th>
419
+ <td>
420
+ <input type="radio" name="ps_sitemap_disp_posts" id="ps_sitemap_disp_posts_combine" value="combine"<?php if ( !isset( $this->option['disp_posts'] ) || $this->option['disp_posts'] == 'combine' ) : ?> checked="checked"<?php endif; ?> />
421
+ <label for="ps_sitemap_disp_posts_combine"><?php _e( 'Combine', 'ps_auto_sitemap' ); ?></label>
422
+ <input type="radio" name="ps_sitemap_disp_posts" id="ps_sitemap_disp_posts_divide" value="divide"<?php if ( $this->option['disp_posts'] == 'divide' ) : ?> checked="checked"<?php endif; ?> />
423
+ <label for="ps_sitemap_disp_posts_divide"><?php _e( 'Divide', 'ps_auto_sitemap' ); ?></label>
424
+ </td>
425
+ </tr>
426
  <tr>
427
  <th><?php _e( 'Excluded categories', 'ps_auto_sitemap' ); ?></th>
428
  <td><input type="text" name="ps_sitemap_ex_cat_ids" id="ps_sitemap_ex_cat_ids" value="<?php echo $this->option['ex_cat_ids']; ?>" ><br />
529
  'post_id' => '',
530
  'disp_level' => '0',
531
  'disp_first' => 'post',
532
+ 'disp_posts' => 'combine',
533
  'ex_cat_ids' => '',
534
  'ex_post_id' => '',
535
  'prepared_style' => '',
538
 
539
  update_option( 'ps_sitemap', $option );
540
  }
541
+
542
+
543
  function check_cache_dir() {
544
  $uploads = wp_upload_dir();
545
 
559
  }
560
  return false;
561
  }
562
+
563
+
564
  function delete_sitemap_cache() {
565
  $uploads = wp_upload_dir();
566
  if ( $uploads['error'] !== false ) { return false; }
570
  unlink( $cache_file );
571
  }
572
  }
573
+
574
+
575
  function check_htaccess( $cache_dir ) {
576
  if ( file_exists( $cache_dir . '/.htaccess' ) ) { return; }
577
  file_put_contents( $cache_dir . '/.htaccess', "order deny,allow\ndeny from all" );
578
  }
579
+
580
+
581
  }
582
+
583
+ $ps_auto_sitemap =& new ps_auto_sitemap();
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: jim912
3
  Tags: sitemap, post, page, seo, cms
4
  Requires at least: 2.3.1
5
- Tested up to: 2.7
6
  Stable tag: trunk
7
 
8
  Auto generator of a customizable and designed sitemap page.
@@ -17,33 +17,26 @@ It can change the settings of the display of the lists from administration page,
17
  When you use WordPress as CMS of the Web site, you can expect the **effect of SEO**, **improvement of the usability**, and so on.
18
 
19
  = Functions of "PS Auto Sitemap": =
20
- * Display/hide of particular home.
21
- * Display/hide of particular categories and posts.
22
- * Display/hide of pages.
23
- * Limitation of the depth of the list.
24
  * Set the display order of the page list and the post list.
25
- * Set the excluded categories from the list.
26
- * Set the excluded posts and pages from the list.
 
27
  * Select the display style of the site map from 12 prepared designs (or no style).
28
  * Use or not caching sitemap content.
29
 
30
- = Version history =
31
- * **1.1.0**
32
- * bug fix : post lists are displayed double in case of setting tags.
33
- * new function : Display/Hide home list
34
- * new function : caching sitemap content
35
- * add 2 sitemap styles.(optimised for dark backgroud color)
36
- * **1.0.7**
37
- * reduce using memory.
38
- * **1.0.6**
39
- * Bugfix : foreach error in case of all categories set as top level
40
- * **1.0.5**
41
- * Added 5 preset styles( Label, Music, Arrows, Business, Index )
42
- * Bugfix : wrong URL of css file in windows server and windows local pc.
43
- * some code refactoring
44
- * **1.0.0**
45
- * Public release
46
 
 
 
47
  == Installation ==
48
  1. Unzip the downloaded package and upload into your WordPress plugins directory.
49
  If you use WordPress 2.7 or later, you can install from admin page.
@@ -76,4 +69,8 @@ Or, if you tell us the theme and your selected style, we might help you.
76
  "[CMS service with WordPress](http://www.web-strategy.jp/ "CMS service with WordPress")" provides you service that uses WordPress as a CMS.
77
 
78
  == Special Thanks ==
79
- Translation:[dacelo](http://www.dacelo.info/blog/ "Translation")
 
 
 
 
2
  Contributors: jim912
3
  Tags: sitemap, post, page, seo, cms
4
  Requires at least: 2.3.1
5
+ Tested up to: 2.7.1
6
  Stable tag: trunk
7
 
8
  Auto generator of a customizable and designed sitemap page.
17
  When you use WordPress as CMS of the Web site, you can expect the **effect of SEO**, **improvement of the usability**, and so on.
18
 
19
  = Functions of "PS Auto Sitemap": =
20
+ * Display/hide of particular home.
21
+ * Display/hide of particular categories and posts.
22
+ * Display/hide of pages.
23
+ * Limitation of the depth of the list.
24
  * Set the display order of the page list and the post list.
25
+ * new function : Combine/Divide category & post
26
+ * Set the excluded categories from the list.
27
+ * Set the excluded posts and pages from the list.
28
  * Select the display style of the site map from 12 prepared designs (or no style).
29
  * Use or not caching sitemap content.
30
 
31
+ = Latest change =
32
+ * **1.1.1**
33
+ * new function : Combine/Divide category & post
34
+ * add 1 sitemap style.(created by Alejandro)
35
+ * add spanish language file(created by Alejandro)
36
+ * refactoring caching logic
 
 
 
 
 
 
 
 
 
 
37
 
38
+ Change log
39
+
40
  == Installation ==
41
  1. Unzip the downloaded package and upload into your WordPress plugins directory.
42
  If you use WordPress 2.7 or later, you can install from admin page.
69
  "[CMS service with WordPress](http://www.web-strategy.jp/ "CMS service with WordPress")" provides you service that uses WordPress as a CMS.
70
 
71
  == Special Thanks ==
72
+ Translation:
73
+ * **English** [dacelo](http://www.dacelo.info/blog/ "Translation")
74
+ * **Spanish** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")
75
+ Sitemap style
76
+ * **Cube** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")