GithubHelp home page GithubHelp logo

venliong / crxdoczh Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 76.4 MB

Automatically exported from code.google.com/p/crxdoczh

Python 23.12% CSS 0.19% HTML 75.80% JavaScript 0.28% C++ 0.45% Batchfile 0.01% Shell 0.15%

crxdoczh's People

Contributors

fangjue avatar

Watchers

 avatar

crxdoczh's Issues

部分 API 链接无效

例如 
https://crxdoc-zh.appspot.com/trunk/extensions/devtools.inspectedWindow.html
但是https://developer.chrome.com/trunk/extensions/devtools.inspectedWindow.htm
l 
以及https://developer.chrome.com/trunk/extensions/devtools_inspectedWindow.htm
l 都能正常访问。

Original issue reported on code.google.com by [email protected] on 12 Feb 2013 at 1:33

Prepare for Chromium's transition to Git

Chromium Git migration will finally happen. The flag day has been planned on 
August 22, 2014. See 
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/Gw4NYxyr3n8.

We are going to do translation in the new Git repo, but mirror everything back 
into this SVN repo to make server-side code simple.

Original issue reported on code.google.com by [email protected] on 12 Aug 2014 at 11:58

slave-docs 服务器:如何更新缓存的文档?

官方文档的服务器通过获取 ViewVC 
上的版本信息判断文件是否更新,目前 slave-docs 
直接将版本置为 
0,理论上说被缓存后有可能永远得不到更新。
此外渲染后的网页还会在内存和数据库中缓存,到了 master 
服务器上还有一级内存缓存。

文档更新可通过周期性地获取并分析 
https://code.google.com/feeds/p/crxdoczh/svnchanges/basic 
(似乎包含完整的更新日志),然后相应地清除内存缓存。
渲染后的网页可以像 slave-samples 一样定期更新。
如果可能的话,还可以提供一个接口,手动清除某些缓存的��
�面(需要管理权限,但不用在 appengine.google.com 上进行)。

此外,当某个分支的 Chrome 
版本升级时(这里指主版本号,或 
Mstone),该分支的所有文档都必须全部更新(还有可能有新��
�或删除的页面)。

Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 10:17

部分 API 参考为英文

例如:https://crxdoc-zh.appspot.com/trunk/extensions/alarms.html
(服务器代码还未提交到源代码库中)
怀疑是 slave-docs 服务器之前测试 slave-samples 时留下的 Memcache 
导致的。

Original issue reported on code.google.com by [email protected] on 17 Feb 2013 at 1:50

It's time to refactor changed code in servers

It's VERY UGLY, MESSY and hard to maintain (it's not synced with the current 
version of server2). And I'm more familiar with server2 and Python than before.

Proposals:
Write CrxdoczhSamplesDataSource, GoogleCodeSubversionFileSystem and import the 
correct classes in server_instance.py.
Write an APIServlet to serve API requests.
Reuse existing AppEngineUrlFetcher, PersistentObjectStore, etc.
Keep changes that's possible to cause merge conflicts as minimal as possible.

Original issue reported on code.google.com by [email protected] on 6 May 2013 at 1:35

纠错

URL:https://crxdoc-zh.appspot.com/apps/angular_framework
位置:‘源代码在 GitHub 上可用’的链接
改正后应该是:https://github.com/GoogleChrome/chrome-app-samples/tree/mas
ter/gdrive
原来是:https://github.com/GoogleChrome/chrome-app-samples/tree/master/gdocs


Original issue reported on code.google.com by [email protected] on 19 Jun 2014 at 3:17

文档好久都没更新啦~

如果是与翻译有关的问题,请在上面选择“翻译问题”模
板。
如果是错别字等一般错误,请选择“纠错”模板。

网址:
https://crxdoc-zh.appspot.com/<...>

该页面的哪一部分有问题?

请详细描述问题或说说您的意见或建议:

他人可以参与翻译的贡献么?

Original issue reported on code.google.com by [email protected] on 12 Dec 2014 at 1:58

纠错

URL:https://crxdoc-zh.appspot.com/extensions/runtime#method-sendMessage
位置:该页面的中tabs.connect和tabs.sendMessage的跳转链拼写错误�
��
应该把"/extensins/tabs#method-sendMessage"改成"/extensions/tabs#method-send
Message","/extensins/tabs#method-connect"改成""/extensions/tabs#method-connect
""
PS: 
不知道其他页面有这个拼写错误不,最好全局搜索下extensins��
�


Original issue reported on code.google.com by [email protected] on 12 Aug 2014 at 4:37

翻译 Chrome Apps Codelab 文档

https://src.chromium.org/viewvc/chrome?view=rev&revision=184126
https://chromiumcodereview.appspot.com/12221067

欢迎贡献翻译!

Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 8:59

编写一个自动检测无效链接与引用的脚本

显然 Python(2)是首选语言。

希望有如下功能:
1、检测无效的内部链接,包括 #xxx 部分。
2、检测外部链接,列出非 https 
链接、包含重定向的链接、code.google.com 上的旧链接等。

不需要检测 $ref:xxx,Chromium 已有自动检测工具。

Original issue reported on code.google.com by [email protected] on 15 Feb 2013 at 8:04

无法用svn获取文档源文件

我使用 http://crxdoczh.googlecode.com/svn/trunk/crxdoczh-read-only 
这个地址,无法获取文档源文件。SVN报错:URL 
'http://crxdoczh.googlecode.com/svn/trunk/crxdoczh-read-only' doesn't exist

因为您的项目,在国内无法访问(原因我们都懂的),所以��
�自己FQ,将您的这一份文档布置在了我自己的网站上:docs.lmk
123.com。但每次更新都会很麻烦,所以想直接获取源文件。另�
��,我准备着手将文档重新设计,让手机用户也能方便的阅读
。

Original issue reported on code.google.com by [email protected] on 4 Nov 2013 at 1:34

onRequest 事件处理函数,改正为 onMessage 事件处理函数

URL:https://crxdoc-zh.appspot.com/extensions/runtime.html#event-onMessage
位置:网页源代码1689行
改正后应该是:onMessage 
原来是:onRequest

注意:该模版仅用于报告错别字、无效链接等一般问题,
如果是翻译问题或其他反馈,请选择合适的模板。
如果您知道如何在源代码中改正错误,请浏览至源代码(
http://goo.gl/QMsP5)中的相应文件,单击右上角的“Edit
File”链接,编辑后提交。

Original issue reported on code.google.com by [email protected] on 27 Sep 2013 at 2:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.