Author: kono Date: 2011-06-09 11:51:14 -0700 (Thu, 09 Jun 2011) New Revision: 25694
Modified: new_cytoscape_website/trunk/documentation_developers.html Log: Layout had been fixed. Modified: new_cytoscape_website/trunk/documentation_developers.html =================================================================== --- new_cytoscape_website/trunk/documentation_developers.html 2011-06-09 17:42:56 UTC (rev 25693) +++ new_cytoscape_website/trunk/documentation_developers.html 2011-06-09 18:51:14 UTC (rev 25694) @@ -7,7 +7,6 @@ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script> - <script type="text/javascript" src="js/global_variables.js"></script> <script type="text/javascript" src="js/menu_generator.js"></script> </head> @@ -16,6 +15,23 @@ <div id="container"> <script src="js/header.js"></script> <div id="documents"> + <div class="blockfull"> + <h2>Get Involved!</h2> + <h3>Publish Your Plugins</h3> + <p>Got a new plugin? Please <a href="">send it to us</a>. Once your plugin is registered to our system, Cytoscape users can access it through Plugin Manager. + </p> + + <h3>Join Core Team</h3> + <p>Want to hack on the Cytoscape Core? Volunteers are always welcome! Joining our community is easy. There's no commitment beyond writing good code and you can contribute as much or as little as you like. Here is how to get started:</p> + <ul> + <li>Ask questions and start sending us patches on the cytoscape-discuss mailing list.</li> + <li>We'll provide commit access to our <a href="http://chianti.ucsd.edu/svn/">subversion repository</a> once we trust you!</li> + <li>Start joining our team conference calls each Thursday to coordinate your development efforts with ours. <a href="">Contact us</a> for details on calling in.</li> + <li>If you remain a helpful contributor to the team, we'll vote you in as a core developer!</li> + <li>If your company or institution is interested in taking a larger role in the project and joining the Cytoscape Consortium (<i>not</i> a requirement for participation) then the contribution of 1 FTE (full time equivalent) earns your institution membership and a seat on the board.</li> + </ul> + </div> + <div class="blockleft"> <h2>Quick Start Guides for Plugin Developers</h2> <br /> @@ -34,25 +50,12 @@ <br /> <p>svn checkout http://chianti.ucsd.edu/svn/cytoscape/trunk cytoscape</p> </div> + <div class="blockright"> - <h2>Get Involved!</h2> - <br /> - <p>Got a new plugin? Please <a href="">send it to us</a>. Once your plugin is registered to our system, Cytoscape users can access it through Plugin Manager.<p> - <br /> - <p>Want to hack on the Cytoscape Core? Volunteers are always welcome! Joining our community is easy. There's no commitment beyond writing good code and you can contribute as much or as little as you like. Here is how to get started: - <ul> - <li>Ask questions and start sending us patches on the cytoscape-discuss mailing list.</li> - <li>We'll provide commit access to our subversion repository once we trust you!</li> - <li>Start joining our team conference calls each Thursday to coordinate your development efforts with ours. <a href="">Contact us</a> for details on calling in.</li> - <li>If you remain a helpful contributor to the team, we'll vote you in as a core developer!</li> - <li>If your company or institution is interested in taking a larger role in the project and joining the Cytoscape Consortium (<i>not</i> a requirement for participation) then the contribution of 1 FTE (full time equivalent) earns your institution membership and a seat on the board.</li> - </ul> - <br /> <h3>Other Resources</h3> <h4><a href="http://chianti.ucsd.edu/cruisecontrol">Nightly build version of Cytoscape Core</a></h4> <h4><a href="http://cytoscape.wodaklab.org/wiki/">Cytoscape Developers Wiki</a></h4> <h4><a href="http://cytoscape.wodaklab.org/wiki/RFC_Index">Cytoscape RFC</a> - On-going projects for future versions of Cytoscape</h4> - </div> <script src="js/footer.js"></script> </div> -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
