內容簡介
我發現有人通過 RSS 訂閱來複製我的網站內容,因此這個外掛現在會在每個文章的開頭選擇性地插入版權聲明。無論是通過此外掛的標記還是通過正常的 WordPress feed 地址訪問,文本都會被包含在內。這只影響 RSS 訂閱,而不影響實際的網頁。
除此之外,這是一個非常基本的外掛。除非你沒有 WordPress 的 2.6.3 版或更高版本,否則它會假設以下幾點:
WordPress 安裝在你的網站根目錄中。如果沒有,請編輯 soj-tag-feed-rss.php 中的 $path_to_wordpress 變量,以指向適當的位置。
你想使用 RSS2 訂閱。如果要使用 RSS,請在 soj-tag-feed-rss.php 中取消 RSS 訂閱類型的註釋。
如果有任何問題,請告訴我:[email protected]
外掛標籤
開發者團隊
原文外掛簡介
I discovered someone ripping off the content of my site through the RSS feed, so this plugin now optionally inserts a copyright claim at the beginnging of each post in the feed. The text is included whether the feed is accessed through this plugin’s tag or through the normal WordPress feed address. This only affects the RSS feeds, not the actual Web pages.
This is otherwise a very basic plugin. Unless you don’t have at least version 2.6.3 of WordPress, it assumes a few things, including:
WordPress is installed at the root level of your Web site. If it is not, edit the $path_to_wordpress variable in soj-tag-feed-rss.php to point to the appropriate location
You want to use RSS2 feeds. If you want to use RSS, uncomment the RSS feed type in soj-tag-feed-rss.php.
Let me know of any problems: [email protected]
