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.希望这是有益的你。