Bug 505791 - [SysML 1.4][web] review the mainpage and menu
- add download menu
- fix double reference [papyrus] vs [epapyrus]
Change-Id: Ib6a3e5e6a8951ec7542d0f46f2666e1974344bac
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index c4ad8dc..ea755d7 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -4,9 +4,6 @@
Our application is a component of [Papyrus][epapyrus], an integrated and user-consumable environment for editing any kind of EMF model and particularly supporting UML2 and related modeling languages .
-[epapyrus]: https://www.eclipse.org/papyrus/
-
-
#### [QUDV][equdv]
[][equdv]
@@ -44,23 +41,20 @@
---
-## SysML 1.4, a component of [Papyrus][papyrus]
+## SysML 1.4, an extension of [Papyrus][epapyrus]
-This site is mainly dedicated for developers, you can find information relative to the SysML's developments, such as [Git][egit], Dependencies, [Javadoc][ejavadoc], procedures, tips etc...You can download a specific [RCP][ercp] with or you can copy/paste the [update site url][esite] into your own favorite eclipse.
-If you are looking to informations linked to Papyrus, please have a look to the official [Papyrus main site][papyrus].
-
+This site is mainly dedicated for developers, you can find information relative to the SysML's developments, such as [Git][egit], Dependencies, [Javadoc][ejavadoc], procedures, tips etc...
+You can use the download menu to get the official RCP or use the updatesite url.
## Documentation
-Have a look at the online developer documentation of [developer][devhome] or download it as pdf [developer-guide.pdf][developer-guide.pdf].
+Have a look at the developer documentation: [site][devhome] or [pdf][developer-guide.pdf].
-Have a look at the online user documentation of [user][userhome] or download it as pdf [user-guide.pdf][user-guide.pdf].
+Have a look at the user documentation: [site][userhome] or [pdf][user-guide.pdf].
[devhome]: ./developer/index.html
[developer-guide.pdf]: ./pdf/developer-guide.pdf
-[ercp]: http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/downloads/
-[esite]: http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14
[userhome]: ./user/index.html
[user-guide.pdf]: ./pdf/user-guide.pdf
[ejavadoc]: ./xref/
@@ -72,7 +66,7 @@
### About
-SysML14 is a component of the Eclipse [Papyrus][papyrus]'s galaxy. SysML 1.4 application is a Papyrus DSML implementing the [SysML 1.4 OMG standard][eomg].
+SysML14 is a component of the Eclipse [Papyrus][epapyrus]'s galaxy. SysML 1.4 application is a Papyrus DSML implementing the [SysML 1.4 OMG standard][eomg].
-[papyrus]: https://eclipse.org/papyrus/
+[epapyrus]: https://eclipse.org/papyrus/
[eomg]: http://www.omg.org/spec/SysML/1.4/
diff --git a/src/site/site.xml b/src/site/site.xml
index 8d17ac0..6240168 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -44,7 +44,7 @@
<toc>top</toc>
<tocTopMax>6</tocTopMax>
<!-- Include the documentation and tools in the top navigation (in addition to links) -->
- <topNav>parent|modules|doc</topNav>
+ <topNav>parent|modules|doc|download</topNav>
<!-- Split menus in the bottom navigation -->
<bottomNav maxSpan="9" >
<column>DevLinks|ref</column>
@@ -132,6 +132,13 @@
<item name="SysML 1.4 Standard" href="norm/formal-15-06-03.pdf" target="_blank" />
<item name="OMG" href="http://www.omg.org/spec/SysML/1.4/" target="_blank" />
</menu>
+ <menu name="Download" ref="download" inherit="bottom">
+ <item name="Update Site" href="http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/" target="_blank"/>
+ <item name="RCP" href="http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/downloads/${project.version}/rcps/?d" target="_blank"/>
+ <item name="Drop" href="http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/downloads/${project.version}/drops/?d" target="_blank"/>
+ <item name="Nexus" href="https://repo.eclipse.org/content/repositories/papyrus-releases/org/eclipse/papyrus/sysml/" target="_blank"/>
+ </menu>
+
<menu name="References" ref="ref" inherit="bottom">
<item name="OMG" href="http://www.omg.org/spec/SysML/1.4/" target="_blank" />
</menu>