Modified: james/site/trunk/www/server/source-repository.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/server/source-repository.html?rev=748789&r1=748788&r2=748789&view=diff ============================================================================== --- james/site/trunk/www/server/source-repository.html (original) +++ james/site/trunk/www/server/source-repository.html Sat Feb 28 08:14:14 2009 @@ -45,13 +45,13 @@ <div class="xleft"> - Last Published: 05/08/2007 + Last Published: 02/28/2009 </div> <div class="xright"> <a href="../index.html">JAMES Project</a> | <a href="../server/index.html">Server</a> | - <a href="../mailet/index.html">Mailet API</a> + <a href="../mailet/index.html">Mailets</a> | <a href="../jspf/index.html">jSPF</a> | @@ -118,6 +118,10 @@ <ul> <li class="none"> + <a href="head/index.html">Development 3.0</a> + </li> + + <li class="none"> <a href="2.3.1/index.html">Server 2.3.1</a> </li> @@ -177,7 +181,7 @@ </div> <div id="bodyColumn"> <div id="contentBox"> - <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/james/project/trunk/server">http://svn.apache.org/viewvc/james/project/trunk/server</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/project/trunk/server james-server-root</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p><div class="sour ce"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/trunk/server james-server-root</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m "A message"</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/trunk/server james-server-root</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operatin g system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example : Edit the 'servers' file and add something like :</p><div class="source"><pre>[global] + <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/james-project/james-server-root">http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/james-project/james-server-root</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/james-project/james-server-root james-server-root</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/james-project/james-server-root james-server-root</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m "A message"</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/james-project/james-server-root james-server-root</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global] http-proxy-host = your.proxy.name http-proxy-port = 3128 </pre></div></div> @@ -188,7 +192,7 @@ </div> <div id="footer"> <div class="xright">© - 2006-2007 + 2006-2009 The Apache Software Foundation
Modified: james/site/trunk/www/server/team-list.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/server/team-list.html?rev=748789&r1=748788&r2=748789&view=diff ============================================================================== --- james/site/trunk/www/server/team-list.html (original) +++ james/site/trunk/www/server/team-list.html Sat Feb 28 08:14:14 2009 @@ -45,13 +45,13 @@ <div class="xleft"> - Last Published: 05/08/2007 + Last Published: 02/28/2009 </div> <div class="xright"> <a href="../index.html">JAMES Project</a> | <a href="../server/index.html">Server</a> | - <a href="../mailet/index.html">Mailet API</a> + <a href="../mailet/index.html">Mailets</a> | <a href="../jspf/index.html">jSPF</a> | @@ -118,6 +118,10 @@ <ul> <li class="none"> + <a href="head/index.html">Development 3.0</a> + </li> + + <li class="none"> <a href="2.3.1/index.html">Server 2.3.1</a> </li> @@ -177,12 +181,12 @@ </div> <div id="bodyColumn"> <div id="contentBox"> - <div class="section"><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 Members and Contributors. 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="section"><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"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>URL</th><th>Organization</th><th>Organization URL</th><th>Roles</th><th>Time Zone</th><th>Actual Time (GMT)</th><th>Properties</th ></tr><tr class="b"><td>bago</td><td>Stefano Bagnara</td><td>bago at >apache.org</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>2</td><td><span > id="developer-0">2</span></td><td>-</td></tr><tr >class="a"><td>norman</td><td>Norman Maurer</td><td>norman at >apache.org</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>2</td><td><span > id="developer-1">2</span></td><td>-</td></tr><tr >class="b"><td>serge</td><td>Serge Knystautas</td><td>sergek at >lokitech.com</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span > id="developer-2">-</span></td><td>-</td></tr><tr >class="a"><td>benrdf</td><td>Bernd Fondermann</td><td>bf_jak at >brainlounge.de</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span > id="developer-3">-</span></td><td>-</td></tr><tr >class="b"><td>sbrewin</td><td>Steve Brewin</td><td>sbrewin at >synsys.com</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span > id="developer-4">-</span></td><td>-</td></tr><tr clas s="a"><td>hilmer</td><td>Soren Hilmer</td><td>sh at widetrail.dk</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-5">-</span></td><td>-</td></tr><tr class="b"><td>noel</td><td>Noel J. Bergman</td><td>noel at devtech.com</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-6">-</span></td><td>-</td></tr><tr class="a"><td>danny</td><td>Danny Angus</td><td>danny at apache.org</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-7">-</span></td><td>-</td></tr><tr class="b"><td>adc</td><td>Alan D. Cabrera</td><td>list at toolazydogs.com</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-8</td><td><span id="developer-8">-8</span></td><td>-</td></tr><tr class="a"><td>vincenzo</td><td>Vincenzo Gianferrari Pini</td><td>vincenzo.gianferraripini at praxis.it</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-9">-</span></td><td>-</td></tr><tr c lass="b"><td>rdonkin</td><td>Robert Burrell Donkin</td><td>rdonkin at apache.org</td><td>-</td><td>-</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-10">-</span></td><td>-</td></tr></table></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript"> + <div class="section"><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 Members and Contributors. 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="section"><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"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>Organization</th><th>Roles</th><th>Time Zone</th><th>Actual Time (GMT)</th><th>Properties</th></tr><tr class="b"><td><a name="bago "></a>bago</td><td>Stefano Bagnara</td><td>bago at apache.org</td><td>-</td><td>Developer</td><td>2</td><td><span id="developer-0">2</span></td><td>-</td></tr><tr class="a"><td><a name="norman"></a>norman</td><td>Norman Maurer</td><td>norman at apache.org</td><td>-</td><td>Developer</td><td>2</td><td><span id="developer-1">2</span></td><td>-</td></tr><tr class="b"><td><a name="serge"></a>serge</td><td>Serge Knystautas</td><td>sergek at lokitech.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-2">-</span></td><td>-</td></tr><tr class="a"><td><a name="benrdf"></a>benrdf</td><td>Bernd Fondermann</td><td>bf_jak at brainlounge.de</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-3">-</span></td><td>-</td></tr><tr class="b"><td><a name="sbrewin"></a>sbrewin</td><td>Steve Brewin</td><td>sbrewin at synsys.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-4">-</span></td><td>-</td></tr><tr class="a"><td><a name="hilmer"></a>hil mer</td><td>Soren Hilmer</td><td>sh at widetrail.dk</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-5">-</span></td><td>-</td></tr><tr class="b"><td><a name="noel"></a>noel</td><td>Noel J. Bergman</td><td>noel at devtech.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-6">-</span></td><td>-</td></tr><tr class="a"><td><a name="danny"></a>danny</td><td>Danny Angus</td><td>danny at apache.org</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-7">-</span></td><td>-</td></tr><tr class="b"><td><a name="adc"></a>adc</td><td>Alan D. Cabrera</td><td>list at toolazydogs.com</td><td>-</td><td>Developer</td><td>-8</td><td><span id="developer-8">-8</span></td><td>-</td></tr><tr class="a"><td><a name="vincenzo"></a>vincenzo</td><td>Vincenzo Gianferrari Pini</td><td>vincenzo.gianferraripini at praxis.it</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-9">-</span></td><td>-</td></tr><tr class="b"><td><a name="rdonkin"></ a>rdonkin</td><td>Robert Burrell Donkin</td><td>rdonkin at apache.org</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-10">-</span></td><td>-</td></tr><tr class="a"><td><a name="niklas"></a>niklas</td><td>Niklas Therning</td><td>niklas(at)apache(dot)org</td><td>Trillian AB</td><td>-</td><td>-</td><td><span id="developer-11">-</span></td><td>-</td></tr><tr class="b"><td><a name="jcheng"></a>jcheng</td><td>Joe Cheng</td><td>joe(at)joecheng(dot)com</td><td>-</td><td>-</td><td>-</td><td><span id="developer-12">-</span></td><td>description=Former author to the mime4j product</td></tr></table></div><div class="section"><h3>Contributors</h3><p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p><table class="bodyTable"><tr class="a"><th>Name</th><th>Properties</th></tr><tr class="b"><td>Rob Oxspring</td><td>description=Contributed to the mime4j product</td></tr><tr class="a"><td>Roger Fullert on</td><td>description=Wrote spfjava, the first spf implementation in java</td></tr></table></div></div><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 developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 ); var developerDate = new Date(developerTime); document.getElementById(id).innerHTML = developerDate; @@ -203,7 +207,7 @@ </div> <div id="footer"> <div class="xright">© - 2006-2007 + 2006-2009 The Apache Software Foundation Modified: james/site/trunk/www/server/todo.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/server/todo.html?rev=748789&r1=748788&r2=748789&view=diff ============================================================================== --- james/site/trunk/www/server/todo.html (original) +++ james/site/trunk/www/server/todo.html Sat Feb 28 08:14:14 2009 @@ -52,13 +52,13 @@ <div class="xleft"> - Last Published: 05/08/2007 + Last Published: 02/27/2009 </div> <div class="xright"> <a href="../index.html">JAMES Project</a> | <a href="../server/index.html">Server</a> | - <a href="../mailet/index.html">Mailet API</a> + <a href="../mailet/index.html">Mailets</a> | <a href="../jspf/index.html">jSPF</a> | @@ -125,6 +125,10 @@ <ul> <li class="none"> + <a href="head/index.html">Development 3.0</a> + </li> + + <li class="none"> <a href="2.3.1/index.html">Server 2.3.1</a> </li> @@ -276,7 +280,7 @@ </div> <div id="footer"> <div class="xright">© - 2006-2007 + 2006-2009 The Apache Software Foundation