Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnettleton2010-04-09 18:19:12 +0000
committerbnettleton2010-04-09 18:19:12 +0000
commitff684cb2b7f0476adbdc6865c366d58679d3a21a (patch)
treedb2290f92b84b45bd28b012813c08a696508362b
parentb61dfa05f3c4194ff50699920bff74ee5f4a4ed2 (diff)
downloadnaming-ff684cb2b7f0476adbdc6865c366d58679d3a21a.tar.gz
naming-ff684cb2b7f0476adbdc6865c366d58679d3a21a.tar.xz
naming-ff684cb2b7f0476adbdc6865c366d58679d3a21a.zip
Change to layout of main page for Gemini Naming.
-rw-r--r--pages/_index.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/pages/_index.html b/pages/_index.html
index 32c2efc..04acc12 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -17,9 +17,9 @@
<h4>Modular Naming Support</h4>
<div id="introText">
-<p class="left">The Gemini Naming project implements support for using the Java Naming and Directory Interface (also known as JNDI)
- within an OSGi environment. This project provides the following: a standard mechanism for publishing and locating JNDI Service Provider implementations
- within an OSGi framework, support for the existing traditional model of JNDI clients, a new service-based model for interacting with JNDI providers,
+<p class="left">The Gemini Naming project implements support for using the Java Naming and Directory Interface&trade; (also known as JNDI&trade;)
+ within an OSGi environment. This project provides the following: a standard mechanism for publishing and locating JNDI&trade; Service Provider implementations
+ within an OSGi framework, support for the existing traditional model of JNDI&trade; clients, a new service-based model for interacting with JNDI&trade; providers,
and the ability to access OSGi services using osgi-based URL lookups. </p>
<p class="right"> This project was just provisioned. You can see the proposal
@@ -27,10 +27,6 @@
</p>
-</div>
-
-<div id="feature_more">
-
<p>The Gemini documentation (coming soon) will give more details about the project.</p>
<p>Join the discussion at the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">forum</a> to ask questions or find out answers from questions that others have asked.</p>
<p>Want to know more?
@@ -40,6 +36,8 @@
</div>
+
+
<div id="rightcolumn">
<div class="sideitem">

Back to the top