Skip to main content

지금 기부해주세요 위키미디어 재단 창립자 지미 웨일스의 호소문 당신의 기부금은 어디에 쓰일까요? 둘러보기 메뉴세금 공제 정보

세금 공제 정보기부자 정책기부자 정책









지금 기부해주세요



둘러보기로 가기
검색하러 가기







위키미디어 재단 창립자 지미 웨일스의 호소문


위키백과는 웹에서 다섯 번째 사이트로, 매달 4억 5천만 명이 접속하여 10억 페이지를 열람하고 있습니다.


상업은 좋은 일이고, 선전도 나쁜 일이 아닙니다. 하지만 여기 위키백과에서는 허용되지 않습니다.


위키백과는 특별한 공간입니다. 마치 도서관이나 국립 공원과 같습니다. 정신을 수양하는 사원과 같습니다. 이 곳에 오는 모두가 배우고, 지식을 서로 나누고 직접 생각합니다.


제가 위키백과를 처음 만들었을 때 저는 광고 배너를 띄워 상업적으로 이윤을 남길 수도 있었지만, 저는 그렇게 하지 않기로 마음 먹었습니다. 우리는 지난 시간동안 위키피디아를 유지하고 발전시키기 위해 힘들게 일하였습니다. 우리는 우리의 목적을 여러분과 이루어냈으며 많은 분들과 함께 이 결과를 나누고 있습니다.


만약 모두가 이 메시지를 읽고 기부하는 것을 선택하신다면, 우리는 일년에 단 하루만 이 모금을 진행할 수 있을 것입니다. 그러나 모두 위키백과 이용자는 기부를 하지 않고, 모두가 하는 것은 불가능할 것 입니다. 매년 딱 적당한 수의 분들이 기부를 해주셨고 위키피디아는 힘들게 유지되어 왔습니다.


올해에도, 여러분이 기부를 통해 위키백과를 지키고 유지할 수 있도록 도와주시기를 바랍니다. ₩5000, ₩20000, ₩50000, 금액과 상관 없이 얼마든지 좋습니다.


감사합니다.


지미 웨일스

위키백과 설립자







//Should this be here?
var amount = null;

function DefaultSubmit(formfield,Action)
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (Action) keycode = Action.which;
else return true;

if (keycode == 13)
redirectPayment('1');
return false;

else
return true;


function validateForm(form)













당신의 기부금은 어디에 쓰일까요?


기술 부분: 서버, 대역폭, 관리, 개발. 위키미디어는 세계 제5위의 웹사이트이며, 다른 상위의 웹사이트가 지출하는 비용에 비해 아주 적은 비용으로 운영되고 있습니다.


인력: 다른 상위 10개 웹사이트들은 수천 명의 직원이 있으나, 우리의 직원 수는 350명이 되지 않아 당신의 기부를 고효율의 비영리단체에 한 훌륭한 투자가 되도록 하고 있습니다.






/* === Template:Styles/2016 oojs ui.css === */

*,
*:before,
*:after
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;


/* Hide these until the required JavaScript fiddling has been done */
#actual-form,
.consider-amounts
display: none;


#actual-form-loading
text-align: center;
line-height: 1.2;

.error-nojs
max-width: 300px;
color: #d33;


/* Hide default MediaWiki stuff we don't want */

#mw-page-base, #mw-head-base,
#mw-panel .portal,
#mw-head, #catlinks,
#firstHeading, #contentSub, #siteSub,
#jump-to-nav, .uls-tipsy
display: none;


/* Re-add gradient background */
body
background-image: linear-gradient(to bottom, #ffffff 40px, #f6f6f6 80px);
background-position: top;
background-repeat: repeat-x;
background-color: #f6f6f6;


#content
background-color: transparent;
background-image: none;
border: none;
padding-top: 32px;


/* Link colors for visibility */
a, a:visited
color: #36c;


.lp-error
color: #d33;
font-weight: 500;
font-size: 14px;
padding: 0 4px;


/* --- Overall layout of the landing page --- */

#main-wrapper
width: 100%;
display: flex;
justify-content: center;

body.rtl #main-wrapper
direction: rtl;


#form-wrapper
max-width: 380px;
background-color: #fff;
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 24px;
color: #222;


#appeal-wrapper
flex: 1;
padding-left: 0;
padding-right: 28px;

body.rtl #appeal-wrapper
padding-left: 28px;
padding-right: 0;


/* --- Appeal ---*/

#appeal
font-size: 16px;


#appeal h2,
#appeal-head
font-size: 21px;
padding-bottom: 10px;
border-bottom: 1px solid #a2a9b1;
margin-bottom: 21px;


.quote-wrapper
padding: 140px 0;


/* --- Hide non-monthly capable payment methods on monthly forms --- */

.form-monthly .not-monthly-capable
display: none;


/* --- Form --- */

#donate-form-wrapper fieldset
width: 100%;
border: 0;
margin: 0 auto 8px 0;
padding: 0;


.frequency-options ul,
.amount-options ul
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
list-style: none;


.frequency-options ul li,
.amount-options ul li
display: table-cell;
padding: 4px;
vertical-align: top;


/* --- Subheaders ---*/

#radiobuttons-table-header,
#paymenttype-table-header
display: block;
margin-bottom: 6px;
text-align: center;
font-weight: bold;


/* --- Commmon button styles --- */

.frequency-options input[type="radio"],
.amount-options input[type="radio"]
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
border: 0;
clip: rect(0 0 0 0);


.frequency-options label,
.amount-options label,
.payment-method-button
display: block;
height: 50px;
line-height: 50px;
padding: 0 4px;
color: #222;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
border-radius: 2px;
text-align: center;
font-family: inherit;
font-weight: 500;
transition: all 100ms;
cursor: pointer;

.frequency-options label:hover,
.amount-options label:hover
color: #444;


.frequency-options label:active,
.amount-options label:active,
.payment-method-button:active
background-color: #d9d9d9;
color: #000;
border-color: #7d8389;


.frequency-options label.checked,
.frequency-options input[type="radio"]:checked + label,
.amount-options input[type="radio"]:checked + label
background-color: #2a4b8d;
color: #fff;
border-color: #7d8389;


/* Focus styles */
.payment-method-button:focus
outline: 0;
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc;


.frequency-options input[type="radio"]:focus + label,
.amount-options input[type="radio"]:focus + label,
.frequency-options input[type="radio"]:checked + label:focus,
.amount-options input[type="radio"]:checked + label:focus
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;


/* --- Donation Amounts --- */

.amount-options li
white-space: nowrap;

.amount-options label
height: 60px;
line-height: 60px;
font-size: 15px;


/* Smaller font size for countries with v long amounts */
.country-CO .amount-options label,
.country-CR .amount-options label,
.country-KR .amount-options label,
.country-PY .amount-options label,
.country-VN .amount-options label
font-size: 13px;


.input_amount_other label
display: table-cell;
vertical-align: middle;
padding: 0 8px;


.input_amount_other label span
display: block;
font-size: 12px;
line-height: 1;
margin-bottom: 2px;
white-space: normal;


.input_amount_other input
display: block;
width: 100%;
border: 1px solid #a2a9b1;
color: #222;
padding: 2px;
border-radius: 2px;
direction: ltr;
text-align: center;
font-family: inherit;
font-size: 12px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;


/* --- Payment method buttons --- */

.payment-method-div
padding: 4px 4px;


/* Hide extra empty

tags between buttons */
.payment-method-div ~ p
display: none;


.payment-method-button
display: block;
margin: 0;
width: 100%;
color: #36c;
font-size: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
white-space: normal;
padding: 0;
height: 50px;
line-height: initial;


/* --- Infobox ("Where your donation goes") --- */

#infobox-wrapper
font-size: 13px;
line-height: 1.4;
color: #54595d;
font-weight: normal;
padding: 8px 4px 0 4px;


#infobox-wrapper h2
font-size: 16px;
font-weight: bold;
color: inherit;
border: 0;
margin-bottom: 8px


/* TODO: remove once headers updated */
#infobox-header
font-size: 16px;
font-weight: bold;


/* --- Privacy and links --- */

#donate-footer
width: 100%;
text-align: center;
line-height: 1.4;
padding: 24px 15% 8px;


#donate-footer > div
margin-bottom: 16px;


.donate-smallprint,
#donor-policy-block
font-size: 12px;


.form-info-links
list-style: none;
margin: 0;
text-align: center;

.form-info-links li
display: inline-block;

.form-info-links a
padding: 14px;


/* --- Footer --- */

#footer-info,
#footer-places
display: none;

div#footer #footer-icons
float: none;
text-align: center;

div#footer #footer-icons li
float: none;
display: inline-block;


/* Mobile styles */
@media screen and (max-width: 981px)
/* Text & Logo layout */
#content
margin: 0;
padding: 70px 8px 8px 8px;


#mw-panel, #p-logo, #p-logo a
height: 80px;
width: 100% !important;


#p-logo a
background-image: url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 40px;


/* Hide appeal */
#appeal-wrapper
display: none;


#form-wrapper
padding: 16px;


/* Smallprint and links */
#donate-footer
margin: 24px 0 0 0;
padding: 0;


/* Footer */
div#footer
margin: 0;



/* === end of Template:Styles/2016 oojs ui.css === */






원본 주소 "https://donate.wikimedia.org/wiki/Special:LandingPage"





둘러보기 메뉴























(window.RLQ=window.RLQ||[]).push(function()mw.config.set("wgBackendResponseTime":193,"wgHostname":"mw1275"););

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.