Skip to content

Commit ed4c337

Browse files
author
dajya-ranger
committed
LICENSE.md及びREADME.md修正
1 parent a2b2736 commit ed4c337

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

LICENSE.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -175,27 +175,4 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright [yyyy] [name of copyright owner]
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.
178+
Copyright 2019, dajya-ranger.com

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pukiwiki-plugin-html
2+
23
PukiWiki用HTML出力プラグイン
4+
35
- 暫定公開版です([PukiWiki1.5.2](https://pukiwiki.osdn.jp/?PukiWiki/Download/1.5.2)で動作確認済)
46
- ブロック型プラグイン **#html(<出力するHTML>)** としても、インライン型プラグイン **&html(<出力するHTML>);** としても利用可能
57
- そのままHTMLコード(JavaScript含む)を出力するので、[クロスサイトスクリプティング(XSS)](https://ja.wikipedia.org/wiki/%E3%82%AF%E3%83%AD%E3%82%B9%E3%82%B5%E3%82%A4%E3%83%88%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0)のセキュリティホール(脆弱性)の危険性を孕みます(利用には十分気を付けて下さい)

html.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* html.inc.php
55
*
66
* HTML出力プラグイン

0 commit comments

Comments
 (0)