team-list.html

来自「rsslibj-1_0RC2,RSS阅读」· HTML 代码 · 共 51 行

HTML
51
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Rome - Syndication Java Utilities for Atom/RSS - Project Team</title><style type="text/css" media="all">          @import url("./style/maven-base.css");          			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><script type="text/javascript">  	  function offsetDate(id, offset) {            var now = new Date() ;            var nowTime = now.getTime() ;            var localOffset = now.getTimezoneOffset() ;            var developerTime = nowTime + (offset * 60 * 60 * 1000) + (localOffset * 60 * 1000) ;            var developerDate = new Date(developerTime) ;            document.getElementById(id).innerHTML = developerDate;          }  	  	  function init() {	    	       	         	           offsetDate("developer-5", "0");	         	               	       	         	           offsetDate("developer-6", "0");	         	               	       	         	           offsetDate("developer-7", "-9");	         	                     }    </script></head><body class="composite" onload="init();"><div id="banner"><a href="https://rome.dev.java.net/" id="projectLogo"><span>ROME, RSS and atOM utilitiEs for Java</span></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">                	Last published: 16 July 2008                  | Doc for 1.0RC1</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuOverview"><h5>Overview</h5><ul><li class="none"><a href="introduction.html">Introduction</a></li><li class="none"><a href="quickstart.html">Quickstart</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="status.html">News and Status</a></li><li class="none"><a href="apidocs/index.html">Javadoc</a></li><li class="none"><a href="../builds/rome/distributions/">Download</a></li><li class="none"><a href="rss_libraries.html">Other Libraries</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About ROME, RSS and atOM utilitiEs for Java</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><a href="cvs-usage.html">Source Repository</a></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2><p>        A successful project requires many people to play many roles.        Some members write code or documentation, while others are        valuable as testers, submitting patches and suggestions.      </p><p>        The team is comprised of <a href="#Members">Members</a>        and <a href="#Contributors">Contributors</a>.  Members         have direct access to the source of a project and actively        evolve the code-base.  Contributors improve the project        through submission of patches and suggestions to the Members.        The number of Contributors to the project is unbounded.        Get involved today.  All contributions to the project are        greatly appreciated.      </p><div class="subsection"><a name="Members"></a><h3>Members</h3><p>        The following is a list of developers with commit privileges that have         directly contributed to the project in one way or another.        </p><table class="bodyTable"><thead>        <tr class="a"><th>Name</th><th>Id</th><th>Email</th><th>Organization</th><th>Roles</th><th>TZ Offset</th><th>Time</th></tr>        </thead><tbody>                <tr class="b"><td><a href="http://blog.sun.com/roller/page/tucu/" class="externalLink" title="External Link">Alejandro Abdelnur</a></td><td><a name="5"></a>5</td><td><a href="mailto:"></a></td><td></td><td>                    </td><td>0</td><td><span id="developer-5">Unknown</span></td></tr>                <tr class="a"><td>Elaine Chien</td><td><a name="6"></a>6</td><td><a href="mailto:"></a></td><td></td><td>                    </td><td>0</td><td><span id="developer-6">Unknown</span></td></tr>                <tr class="b"><td><a href="http://www.chanezon.com/pat/weblog/" class="externalLink" title="External Link">Patrick Chanezon</a></td><td><a name="7"></a>7</td><td><a href="mailto:"></a></td><td></td><td>                    </td><td>-9</td><td><span id="developer-7">Unknown</span></td></tr>                </tbody></table></div><div class="subsection"><a name="Contributors"></a><h3>Contributors</h3><p>	    There are no contributors listed for this project. Please check 	    back again later. 	  </p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?