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

From Second Life Wiki
Jump to navigation Jump to search
m
 
(9 intermediate revisions by the same user not shown)
Line 13: Line 13:
== Rules ==
== Rules ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
Origin script source must be listed. The script is applied according to the GPL and MIT licenses apply to script things, so whenever your flat, please check the license. For violation of the license will respond strongly.
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]]
|| [[User:Free_Portal/Sandbox/LSL_Library/Simple_Music_Player|Simple Music Player]]
|| GPL2
|| 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