View Single Post
ישן 16-07-11, 14:20   # 2
yonatan
I am root
 
yonatan's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אשדוד
גיל: 39
הודעות: 3,911

yonatan לא מחובר  

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

רשיון וורדפרס הוא רשיון 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
__________________
אחסון אתרים - Red Hat Certified
עקבו אחרינו בטוויטר!

  Reply With Quote