File indexing completed on 2024-04-28 05:56:04

0001 
0002 <style>
0003     #cat-list {
0004         padding-top: 30px;
0005         padding-bottom: 30px;
0006     }
0007     
0008     #cat-list .wrapper .depth1 {
0009         padding-left: 30px;
0010     }
0011     
0012     #cat-list .wrapper .depth2 {
0013         padding-left: 50px;
0014     }
0015     
0016     #cat-list .wrapper .depth3 {
0017         padding-left: 70px;
0018     }
0019     
0020     #cat-list .wrapper .depth4 {
0021         padding-left: 90px;
0022     }
0023     
0024     #cat-list .wrapper .depth5 {
0025         padding-left: 110px;
0026     }
0027     
0028     #cat-list .wrapper .row:not(:first-child):hover {
0029         background-color: #eef;
0030     }
0031     
0032 </style>
0033 <br>
0034 <br>
0035 <h1>Payout Terms & Conditions</h1>
0036 <br>
0037 <br>
0038 
0039         <div class="term">
0040             <div class="term-description">
0041 
0042                 <p>This service will become active on May, 1st 2017. All previous months are shown for internal testing only. </p>
0043                         <p>This service is considered Beta until otherwise announced.</p>
0044                         <br>
0045                         <p>TOS:</p>
0046                         <p>This payout service is completely voluntarily. It is within Hive01's full rights to decide at any time:</p>
0047                         <p>a) when and</p>
0048                         <p>b) how much of the shown calculated amount is to be paid or</p>
0049                         <p>c) to cancel partly or complete payment without giving any reasons (reasons are most likely cheating or inflating download numbers).</p>
0050                         <p>d) Any PLING-FACTOR can be changed at any time and any rate (even to "0") to adjust the payout amount for products, even for a previous still to-be-paid-out pending month as long as it has not been paid out yet.</p>
0051                         <p> All products require a valid license. Certain products also require a link to an online source repository, like e.g. cgit.kde.org or github. If we find those requirements are set in a misleading way, we reserve the right to exclude the product or user temporarily or completely from receiving plings at any time.
0052                         </p>
0053                         <p><br>A valid PayPal address must be maintained in your settings at the time of the payout. The total payout amount for a completed month must be at least one dollar. Lesser amounts will not be paid out and can not be transferred to the next month. If you do not meet these requirements, we can not pay you out anything that month. Non-paid-out months will not be retroactively paid out in the future. We will check these requirements every month. Downloads are counted of all files during that month, be it active or inactive. If all requirements were met and we have no reasons to decide otherwise you will likely be receiving the payout amount to your PayPal account within the following month.</p>
0054                 <br/>
0055                 
0056                 <p>Contributors to any part of the Pling platform get a compensation each time their contribution/product is downloaded or a media is viewed. Download-clicks and Mediaviews are converted into monetary value based on the following terms:</p>
0057                 <p></p>
0058                 <p>Payout = Number of valid Downloads/Mediaviews * Pling-Factor * 1 $-cent,</p>
0059                 <p></p>
0060                 <p>where each product category is valued by a so-called “Pling-Factor”.</p>
0061                 <p></p>
0062                 <p>You can see the value of each category in the list below.</p>
0063                 <p></p>
0064                 <p>Valid Downloads and Mediaviews are determined by various factors, e.g. double clicks on the same product are neglected. The maximum payout for each section is limited by the funds avialable each month. Based on the actual amount of content and downloads, we may adjust these values at any time, even during a month.</p>
0065                 <p></p>
0066                 <p>Payouts are voluntary and we reserve the right to cancel any single product or payout or all payouts without any reason.</p>
0067                 <p></p>                
0068                 <p>Any product to be paid out requires a libre license. Certain products also require a link to the online source repository (see list below), like e.g. cgit.kde.org or github. This is different from just providing the source-code, but to provide an easy setup for collaboration and transparent changes.</p>
0069                 <p></p>
0070                 <p>In order to receive any payouts, you need to provide a valid PayPal option under your OpenDesktop account settings.</p>
0071                 <p>Note that the amount arriving at your account is the actual payout minus any fees from paypal for the transaction or conversion of USD into your currency.</p>
0072                 <p></p>
0073                 <p>We hope this form of compensation values those who put time and effort into creating free and open source software & content and leads to an ever increase of quality and sustainability.        </p>
0074 
0075             </div>
0076         </div>
0077         <section class="body-wrap" id="cat-list">
0078             <section class="wrapper">
0079                 <div class="row title" style="background-color: #ccc;height: 30px;">
0080                     <div class="col-md-6">
0081                         <span class="label lable-default left" style="padding-top: 10px;padding-left: 0;">
0082                                 Category
0083                         </span>
0084                     </div>
0085                     <div class="col-md-3">    
0086                         <span class="label lable-default right" style="padding-top: 10px;padding-left: 0;">
0087                                 Pling Factor
0088                         </span>
0089                     </div>
0090                     <div class="col-md-3">
0091                         <span class="label lable-default right"  style="padding-top: 10px;padding-left: 0;">
0092                                 Source-Link required
0093                         </span>
0094 
0095                     </div>
0096                 </div>
0097                 <?php
0098                 $categories = $this->listCategories();
0099                 foreach ($categories as $key => $element) {
0100                     $depth = (int)$element['depth'];
0101                     $cls = 'depth'.$depth;
0102                     $countSubCat = (int)$element['rgt'] - (int)$element['lft'] - 1;
0103                     $plingFactor='';
0104                     $sourceRequired='';
0105                     if($countSubCat==0){
0106                             $plingFactor = '<span class="right factor">'. $element['dl_pling_factor'].'</span>';
0107                             $sourceRequired = ($element['source_required']?'Yes':'No');
0108                     }
0109                     /*
0110                     echo '<div class="row">';
0111                     echo '<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 '.$cls.'">' . $this->translate($element['title'])
0112                           . $plingFactor.'<span class="right factor">' . $element['source_required'].'</span></div>';
0113                     echo '</div>';
0114                     */
0115                     echo '<div class="row" style="padding-left: 15px; padding-right: 15px;">';
0116                     echo '    <div class="col-md-6 cell-default '.$cls.'">'. $this->translate($element['title']).'</div>';
0117                     echo '    <div class="col-md-3 text-right cell-default">'.$plingFactor.'</div>';
0118                     echo '    <div class="col-md-3 text-right cell-default">'.$sourceRequired.'</div>';
0119                     echo '</div>   ';
0120 
0121                 }
0122                 ?>
0123 
0124             </section>
0125         </section>
0126