Author: mes
Date: 2012-05-15 15:46:29 -0700 (Tue, 15 May 2012)
New Revision: 29269
Modified:
new_cytoscape_website/trunk/css/navigation.css
new_cytoscape_website/trunk/documentation_cy3_dev.html
new_cytoscape_website/trunk/js/menu_generator.js
Log:
updated docs for 3.0 developer's beta release
Modified: new_cytoscape_website/trunk/css/navigation.css
===================================================================
--- new_cytoscape_website/trunk/css/navigation.css 2012-05-15 19:46:01 UTC
(rev 29268)
+++ new_cytoscape_website/trunk/css/navigation.css 2012-05-15 22:46:29 UTC
(rev 29269)
@@ -124,9 +124,13 @@
}
#nav #helpMenu a {
- color:#F00 !important;
+ color:#faa !important;
}
+#nav #threePointOhMenu a {
+ color:#bff !important;
+}
+
/* level 3+ list */
#nav ul ul {
left: 181px;
Modified: new_cytoscape_website/trunk/documentation_cy3_dev.html
===================================================================
--- new_cytoscape_website/trunk/documentation_cy3_dev.html 2012-05-15
19:46:01 UTC (rev 29268)
+++ new_cytoscape_website/trunk/documentation_cy3_dev.html 2012-05-15
22:46:29 UTC (rev 29269)
@@ -28,7 +28,7 @@
<p>This release represents the first beta of
the Cytoscape 3.0
API. This release is intended to
provide App writers a solid
foundation against which to port 2.X
plugins. By declaring the API
- in “beta” status the Cytoscape team is
agreeing not to change the
+ in "beta" status the Cytoscape team is
agreeing not to change the
API beyond making simple additions and
fixing bugs. Specifically,
this means that no methods that we
expect App writers to use will
change or go away. Nor will any
interface that we expect App
@@ -36,6 +36,14 @@
feel confident that any 2.X plugin can
now be ported to 3.0 without
requiring significant changes for the
actual 3.0 release.
</p>
+
+ <h3>Not at user's Beta!</h3>
+ <p>While the API is in beta, the application
itself still has a ways to go. If you
+ use the application itself you will see that it
works fairly well, but still has
+ many bugs and some usability issues. We are,
of course, working hard to polish the
+ application, but for now please take this as
fair warning that the application isn't
+ perfect!
+ </p>
</div>
<div class="blockleft">
@@ -51,10 +59,10 @@
<div class="blockright">
<h3>Other Resources</h3>
<h4>
- <a
href="http://code.cytoscape.org/jenkins/job/cytoscape-3-javadoc/javadoc/">Cytoscape
3.0 javadocs</a>
+ <a
href="http://code.cytoscape.org/jenkins/job/cytoscape-3-javadoc/javadoc/">Cytoscape
3.0.0-M4 javadocs</a>
</h4>
<h4>
- <a
href="http://chianti.ucsd.edu/svn/core3/app-developer/trunk/">App developer
code trunk</a>
+ <a
href="http://chianti.ucsd.edu/svn/core3/app-developer/tags/cytoscape-3.0.0-M4">App
developer code trunk</a>
</h4>
</div>
<script src="js/footer.js"></script>
Modified: new_cytoscape_website/trunk/js/menu_generator.js
===================================================================
--- new_cytoscape_website/trunk/js/menu_generator.js 2012-05-15 19:46:01 UTC
(rev 29268)
+++ new_cytoscape_website/trunk/js/menu_generator.js 2012-05-15 22:46:29 UTC
(rev 29269)
@@ -58,6 +58,7 @@
$("#nav").append("<li id=\"communityMenu\"><a
href=\"#\">Community</a></li>");
$("#nav").append("<li id=\"bugMenu\"><a
href=\"http://cbio.mskcc.org/cytoscape/bugs/my_view_page.php\">Report a
Bug</a></li>");
$("#nav").append("<li id=\"helpMenu\"><a
href=\"http://www.cytoscape.org/community.html\">Getting Help</a></li>");
+ $("#nav").append("<li id=\"threePointOhMenu\"><a
href=\"http://www.cytoscape.org/documentation_cy3_dev.html\">3.0!</a></li>");
}
function appendIntro() {
--
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.