Difference between revisions of "User:Free Portal/Sandbox/LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{multi-lang}}
{{User:Free_Portal/Template:Wiki_Header}} {{RightToc}}
{{User:Free_Portal/Template:Wiki_Header}} {{RightToc}}
==Script Library==
==Script Library==
Line 4: Line 5:
<div id="box">
<div id="box">
<div style="padding: 0.5em 0.5em 1.5em">
<div style="padding: 0.5em 0.5em 1.5em">
이곳은 제가 작업한 스크립트들을 모아둔 저장소입니다.  
Share some of the published work for the script repository.
</div>
</div>
</div>
</div>


<div id="box">
<div id="box">
== Rules ==
== Rules ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
스크립트를 담아가실때는 출처를 반듯이 명시 합니다. 스크립트에 따라서 GPL과 MIT 라이센스가 적용된 것들이 있으니 본인의 스크립트에 적용시킬때 반듯이 라이센스를 확인 하시기 바랍니다. 다른건 몰라도 라이센스 위반에 대해서는 강력하게 대응 하겠습니다.
Be sure to specify the original source. some script is applied according to the GPL and MIT licenses, so if apply to your script, you need to check out a license. '''Violation of the license will respond strongly.'''
</div></div>
</div></div>


<div id="box">
<div id="box">
== LSL Script Libraray ==
 
== LSL Script library ==


{| class="sortable" {{Prettytable}}
{| class="sortable" {{Prettytable}}
|- {{Hl2}}
|- {{Hl2}}
! '''이름'''
! '''Name'''
! '''라이센스'''
! '''License'''
! '''설명'''
! '''Description'''
|-
|-
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Group_Invite|Simple Group Invite]]
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Group_Invite|Simple Group Invite]]
|| free
|| free
|| 간단한 그룹 초대 스크립트
|| Simple group inviter.
|-
|-
|| [User:Free_Portal/Sandbox/LSL_Library/Simple_Random_Vendor|Simple Random Vendor]]
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Random_Vendor|Simple Random Vendor]]
|| GPL2
|| GPL2
|| 가단한 뽑기 밴더 (랜던 밴더)
|| Simple random vendor.
|-
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Music_Player|Simple Music Player]]
|| free
|| Land music player.
|-
|-
|| [[User:Free_Portal/Sandbox/LSL_Library/SKUTF8ToUnicode|SKUTF8ToUnicode]]
|| [[User:Free_Portal/Sandbox/LSL_Library/SKUTF8ToUnicode|SKUTF8ToUnicode]]
|| free
|| free
|| 세라코리아 뷰어에서 사용하는 짜증나는 한글 변환기. 아이템 이름이 UTF-8로 디코딩 된것을 다시 유니코드로 인코딩하여 한글로 출력하게 만들어줌.
|| convert for [http://serakorea.co.kr Sera Korea Viwer] UTF-8 encoding korean string to unicode string.
|-
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Online_Indicater|Simple Online Indicater]]
|| free
|| Simple online or offline indcater
|}
|}

Latest revision as of 22:40, 21 April 2010

Script Library

Share some of the published work for the script repository.

Rules

Be sure to specify the original source. some script is applied according to the GPL and MIT licenses, so if apply to your script, you need to check out a license. Violation of the license will respond strongly.

LSL Script library

Name License Description
Simple Group Invite free Simple group inviter.
Simple Random Vendor GPL2 Simple random vendor.
Simple Music Player free Land music player.
SKUTF8ToUnicode free convert for Sera Korea Viwer UTF-8 encoding korean string to unicode string.
Simple Online Indicater free Simple online or offline indcater