mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Improve update site experience for people clicking the link
This commit is contained in:
parent
85bdb416dc
commit
6d562f92c6
3 changed files with 20 additions and 0 deletions
BIN
releng/org.eclipse.rse.updatesite/web/images/RSESample.gif
Normal file
BIN
releng/org.eclipse.rse.updatesite/web/images/RSESample.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
releng/org.eclipse.rse.updatesite/web/images/RSESample_small.gif
Normal file
BIN
releng/org.eclipse.rse.updatesite/web/images/RSESample_small.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -9,7 +9,27 @@
|
|||
<style>@import url("web/site.css");</style>
|
||||
</head>
|
||||
<body>
|
||||
<div align="right" width="230">
|
||||
<a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.rse.doc.user/images/RSESample.gif">
|
||||
<img src="web/images/RSESample_small.gif" alt="RSE Sample Screenshot" border="0" width="230" height="165" title="RSE Sample Screenshot" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h1 class="title">Target Management Project Updates</h1>
|
||||
<h2>Just getting started?</h2>
|
||||
<p><b>See <a href="http://www.eclipse.org/dsdp/tm/tutorial/">http://www.eclipse.org/dsdp/tm/tutorial/</a></b></p>
|
||||
<hr/>
|
||||
<p>For getting the software on this site, you need to use the Eclipse
|
||||
Update Manager (choose <i>Help > Software Updates > Find and Install</i>
|
||||
in Eclipse 3.2 or later). Define a new remote update site named "Target Management Updates",
|
||||
and specify</p>
|
||||
<p> <code>http://download.eclipse.org/dsdp/tm/updates/</code></p>
|
||||
<p>as the URL to use.</p>
|
||||
<p>See <a href="http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">
|
||||
Eclipse Help</a> for general information about using Update Manager.</p>
|
||||
<p>If you do not have Eclipse installed yet, better use the downloads from
|
||||
<a href="http://download.eclipse.org/dsdp/tm/downloads/">this site</a>.</p>
|
||||
|
||||
<p class="bodyText"><xsl:value-of select="description"/></p>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
||||
<xsl:for-each select="category-def">
|
||||
|
|
Loading…
Add table
Reference in a new issue