Few days back I moved to providing categorized feed for JavaBlogs and Artima這幾天回,我提出以提供分類飼料javablogs和artima . However I realized two big problems with this approach which questions the viability as of now.不過,我實現了兩次大的問題,這種做法哪些問題的可行性,截至目前為止。

1. 1 。 When I create new entries the corresponding category feeds are not pinged to any server.當我創造新的作品,相應的類飼料不pinged任何服務器。 WordPress ping implementation is very basic.在WordPress平的執行是很基本的。 You don’t even know if your pings have gone through in the first place!你甚至不知道如果您坪經歷擺在首位!

Many aggreagtors rely on the ping update to promptly update their listing like JavaBlogs or Technorati.許多aggreagtors依賴於平更新, 及時更新他們的上市一樣, javablogs或來Technorati 。 Some don’t even access the feed at all.有些甚至不訪問該飼料在所有。 They rely solely on the ping like WebLogs or Artima Buzz feeds.他們僅僅依靠平一樣,維博或artima言論供稿。 This approach is clearly not working in these cases.這種做法顯然是不工作在這些情況下。

2. 2 。 There are certain entries which I think may be of general interest.有一定的參賽作品,我認為可能是一般的利益。 I do not want to pollute the category hierarchy by marking it as belonging to every category.我不想污染類別的等級標記,它屬於每一個類別。 There is no way to update each feed with it as a special case.是沒有出路的更新,每個飼料與它作為一個特殊的案例。

I am planning to write few plugins to correct the situation.我計劃寫幾個插件來糾正這種情況。 My miniscule knowledge of php allowed me to write我微乎其微知識的PHP讓我寫 my first WordPress plugin on nofollow我的第一wordpress插件就nofollow . However this effort requires that I learn php in more depth.不過這方面的努力,需要我學習PHP在更深入。 I have started.我已開始。

Till then it is aggregated feed for you guys (and gals) again.直到那是匯總飼料為你們(和gals ) 。 Bear with me till I fix WordPress忍耐一下,直至修復的WordPress : )

Update : It has been fixed. 更新 :它已定。 Now each category behaves as an independent blog.現在,每一類的行為作為一個獨立的博客。 All the above issues have been addressed by a custom plugin I developed and deployed on this site.上述所有問題已得到解決,由一個自定義插入式開發和部署在本網站上。 And with it my knowledge of PHP和與它據我所知的PHP : )