View Single Post
ישן 16-07-11, 16:32   # 10
יונתן
חבר בקהילה
 
יונתן's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 342
Send a message via Skype™ to יונתן

יונתן לא מחובר  

ציטוט:
נכתב במקור על ידי yonatan צפה בהודעה
אתה שוטר?

רשיון וורדפרס הוא רשיון GPL.

http://wordpress.org/about/gpl/
מותר לך לשנות הכל חוץ מאת ה comments בקוד כדי לכבד את יוצרי התוכנה ( משהו שגולשים לא רואים בכלל ).
ובמידה ושינית את ה footer כדי שזה יהיה "חוקי" , סה"כ מוסיפים שורה אחת ב comment שרשום בה מי הסיר את הקרדיט ומתי.

We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.


אז דף האינדקס שנראה ככה:
קוד:
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
יראה ככה
קוד:
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
**footer removed by webmaster ** */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
קצת יותר מידע בנושא GPL והפילוסופיה מאחורי התנועה לתוכנה חופשית:
http://www.google.co.il/search?q=Ric...w=1255&bih=800
מעולה
__________________
או כן או לא, מה שבטוח אולי, וגם זה מוטל בספק.
  Reply With Quote