We are doing extensive work with WordPress,我們正在做的大量工作,與在WordPress , developing plugins發展中國家插件 , themes and also modifying the code base where necessary. ,主題和也修改代碼基地必要的。 In the process I found it necessary to create a在這個過程中我發現有必要建立一個 online cross-reference of WordPress source網上交叉參考WordPress的來源 along with capability to annotate / comment (AJAX based) as necessary.隨著能力註釋/評論(阿賈克斯基於)作為必要的。

I present you the first iteration of the effort -我提交您第一次迭代的努力- WordPress Source Cross Reference在WordPress源交叉參考 .

What can you do?您可以做些什麼?

  • You can browse the source code by directory, search, cross-reference etc.您可以瀏覽源代碼由目錄,搜索,交叉參考等。
  • Find & browse class, function, variable and constant definitions尋找&瀏覽階級,函數,變量和常數的定義
  • Find where a class, variable or function has been used.找到一類,變量或功能已被使用。
  • Find list of all classes, functions, variables, constants etc.找到名單,各階層,職能,變量,常數等。
  • Search - general or targeted搜索-一般或有針對性的
  • Comment / Annotate source etc.評論/註釋來源等。
  • Print colorized source code.打印彩色的源代碼。
  • You can reference WordPress source directly from your WordPress related articles.您可以參考的WordPress來源直接從您的WordPress相關文章。 Find the file name (can be easily guessed) and append the line number (or function name) after #.找到該文件的名稱(可以很容易地猜到)和附加電話號碼(或功能的姓名)後, # 。

Want more?想要更多資訊嗎?

The source code is fetched from WordPress Subversion repository and updated every six hours.源代碼是牽強的WordPress從Subversion知識庫和更新了每六個小時。 Then it is cross referenced (phpxref) and annotated (home grown commenting system for html).然後,這是相互參照( phpxref )和附加(居長大的評論系統用於HTML ) 。 Your comments will appear instantly.您的意見會出現瞬間。 No comment moderation is done or required.沒有評論審閱是做或要求。

Hope it is be useful to you.希望這是有益的你。