Created
July 31, 2008 14:55
-
-
Save qingfeng/3450 to your computer and use it in GitHub Desktop.
www.woodpecker.org.cn on iPhone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> | |
<title>China Python User Group</title> | |
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> | |
<style type="text/css" media="screen">@import "http://iui.googlecode.com/svn/tags/REL-current/iui/iui.css";</style> | |
<script type="application/x-javascript" src="http://iui.googlecode.com/svn/tags/REL-current/iui/iui.js"></script> | |
</head> | |
<body onclick="console.log('Hello', event.target);"> | |
<div class="toolbar"> | |
<h1 id="pageTitle"></h1> | |
<a id="backButton" class="button" href="#"></a> | |
<a class="button" href="#searchForm">搜索</a> | |
</div> | |
<ul id="home" title="首页" selected="true"> | |
<li><a href="#whatiscpug">CPUG</a></li> | |
<li><a href="#maillist">Maillist</a></li> | |
<li><a href="#wiki">啄木鸟Wiki</a></li> | |
<li><a href="http://blog.woodpecker.org.cn/planet/" target="_self">Planet</a></li> | |
<li><a href="http://wiki.woodpecker.org.cn/moin/WoodpeckerHackers" target="_self">行者堂</a></li> | |
<li><a href="http://www.woodpecker.org.cn/diveintopython/" target="_self">Python入门</a></li> | |
</ul> | |
<div id="whatiscpug" class="panel" title="什么是CPUG"> | |
<h2> | |
CPUG是中国第一个正式成立的Python用户的民间组织,在广大Python爱好者的推动下为宣传和发展Python而成立的。 现在CPUG提供 Python相关的资源和服务,有兴趣可以加入我们并使用我们的服务。我们接受各种支持和赞助,同时也愿意与您合作,一同致力于Python的发展。 你可以订阅我们的 邮件列表来关注我们的发展,与我们进行讨论,任何意见都是欢迎的。 | |
</h2> | |
<a href="http://wiki.woodpecker.org.cn/moin/CPUG">http://wiki.woodpecker.org.cn/moin/CPUG</a> | |
</div> | |
<div id="maillist" class="panel" title="CPUG Maillist"> | |
<h2> | |
CPyUG ~ 中文Python用户组 主力技术讨论列表! <br> | |
郑重建议您在订阅前了解如何订阅/退定/使用邮件列表,考虑到之前我们已发现的一系列问题,建议您使用gmail邮箱来进行订阅。<br> | |
本邮件列表的参与者包括来自国内许多主要IT业内公司的技术及管理人员,任何情况下,如果您直接向这个邮件列表发出“退订”之类的请求,均会视作您无法胜任这一职业的一项直接证据,请三思!<br> | |
退订: <a href="https://groups.google.com/group/python-cn/subscribe" target="_self">https://groups.google.com/group/python-cn/subscribe</a><br> | |
严正: 理解列表! 智慧提问! <a href="http://wiki.woodpecker.org.cn/moin/AskForHelp" target="_self">http://wiki.woodpecker.org.cn/moin/AskForHelp</a><br> | |
</h2> | |
</div> | |
<div id="wiki" class="panel" title="Wiki Woodpecker"> | |
<h2> | |
啄木鸟自由软件社区Woodpecker.org.cn是使用CoP模式组织起来的社区,关注Python语言在中国的应用/推广/学习…<br> | |
我们通过 维基 自在汇集文章,分享Python体验/知识/技巧……<br> | |
<a href="http://wiki.woodpecker.org.cn/moin/" target="_self">http://wiki.woodpecker.org.cn/moin/</a> | |
</h2> | |
</div> | |
<form id="searchForm" class="dialog" action="http://wiki.woodpecker.org.cn/moin/"> | |
<fieldset> | |
<h1>Wiki Search</h1> | |
<a class="button leftButton" type="cancel">Cancel</a> | |
<a class="button blueButton" type="submit">Search</a> | |
<label>Titles:</label> | |
<input id="titles" type="text" name="text"/> | |
</fieldset> | |
</form> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment