Skip to content
Snippets Groups Projects
Commit c0f20ae2 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'oliviergoulet/main/147' into 'main'

Migrate https://eclipse.org/getting_started to Hugo

See merge request eclipsefdn/it/websites/eclipse.org!26
parents 0720d7a4 ac1af1f0
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ server {
rewrite /home/welcome.php /home/welcome redirect;
rewrite /home/whatis.php /home/whatis redirect;
# www.eclipse.org/getting_started
# https://git.eclipse.org/c/www.eclipse.org/getting_started.git/tree/
rewrite /getting_started /getting-started redirect;
rewrite /getting_started/index.php /getting-started redirect;
# www.eclipse.org/documentation
# https://git.eclipse.org/c/www.eclipse.org/documentation.git/tree/
rewrite /documentation/index.php /documentation redirect;
......
---
title: "Getting Started"
date: 2022-07-25T09:50:06-04:00
description: ""
categories: []
keywords: ["eclipse resources", "courses", "books", "events", "plug-ins", "Getting Started with Eclipse", "help eclipse", "eclipse documentation links", "Get Involved with Eclipse", "support eclipse"]
author: "Christopher Guindon"
slug: ""
aliases: []
toc: false
draft: false
hide_page_title: true
hide_sidebar: true
layout: single
#header_wrapper_class: ""
#seo_title: ""
#headline: ""
#subtitle: ""
#tagline: ""
#links: []
---
{{< pages/getting-started/landing-page >}}
\ No newline at end of file
File added
{{ $bugzillaLink := "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP" }}
{{ $installButtonImageUrl := "https://download.eclipse.org/eclipse.org-common/themes/solstice/public/images/components/drag-drop/installbutton.png" }}
{{ $versionName := "2022-06" }}
{{ $platformVersion := "4.24" }}
<div class="timeline">
<div class="row">
<div class="col-md-6 one gs-item">
<div class="circle">1</div>
<h1 class="fw-600">Get Started</h1>
<p>Download and install the Eclipse IDE.</p>
<p><a href="/downloads/" class="btn btn-warning">Download Eclipse IDE</a></p>
</div>
<div class="col-md-6 two gs-item">
<div class="circle">2</div>
<h1>Extend Eclipse</h1>
<p><a href="//marketplace.eclipse.org">Eclipse Marketplace</a> is a great source of plug-ins and products that you can add to Eclipse.</p>
<ul>
<li>Browse the <a href="//marketplace.eclipse.org">online catalog</a></li>
<li>Use the Eclipse Marketplace
Client from within Eclipse: <code>Help&nbsp;&gt;&nbsp;Eclipse Marketplace&hellip;</code>
</li>
</ul>
<p>Popular Plugins: </p>
<ul>
<li>
<a href="http://marketplace.eclipse.org/content/subversive-svn-team-provider">Subversive - SVN Team Provider</a><br/>
<div class="drag_installbutton">
<a class="drag" href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1139">
<img src="{{ $installButtonImageUrl }}"/>
<div class="tooltip">
<h3>Drag to Install!</h3>
Drag to your running Eclipse workspace.
</div>
</a>
</div>
</li>
<li>
<a href="http://marketplace.eclipse.org/content/eclipse-color-theme">Eclipse Color Theme</a><br/>
<div class="drag_installbutton">
<a class="drag" href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=27025">
<img src="{{ $installButtonImageUrl }}"/>
<div class="tooltip">
<h3>Drag to Install!</h3>
Drag to your running Eclipse workspace.
</div>
</a>
</div>
</li>
<li>
<a href="http://marketplace.eclipse.org/content/maven-integration-eclipse-juno-and-newer">Maven Integration for Eclipse</a><br/>
<div class="drag_installbutton">
<a class="drag" href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=252">
<img src="{{ $installButtonImageUrl }}"/>
<div class="tooltip">
<h3>Drag to Install!</h3>
Drag to your running Eclipse workspace.
</div>
</a>
</div>
</li>
<li>
<a href="http://marketplace.eclipse.org/content/pydev-python-ide-eclipse">PyDev</a><br/>
<div class="drag_installbutton">
<a class="drag" href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=114">
<img src="{{ $installButtonImageUrl }}"/>
<div class="tooltip">
<h3>Drag to Install!</h3>
Drag to your running Eclipse workspace.
</div>
</a>
</div>
</li>
</ul>
</div>
<div class="col-md-6 three gs-item">
<div class="circle">3</div>
<h1>Read Doc</h1>
<p>Documentation is a great resource to get you started with the Eclipse IDE.</p>
<ul>
<li>Getting Started with the <a href="http://help.eclipse.org/{{ $versionName }}/nav/0">Eclipse IDE User Guide</a></li>
<li>Getting Started with <a href="http://help.eclipse.org/{{ $versionName }}/nav/1">Java development</a></li>
<li>All online <a href="http://help.eclipse.org">Documentation</a></li>
<li>What's new and noteworthy in <a href="/eclipse/news/{{ $platformVersion }}/">Eclipse SimRel {{ $versionName }}</a></li>
<li><a href="/getting-started/documents/eclipse-ide-keybindings.pdf">Eclipse IDE Keybindings</a></li>
</ul>
</div>
<div class="col-md-6 four gs-item">
<div class="circle">4</div>
<h1>Get Help</h1>
<p>There are many sources of help in the Eclipse community and ecosystem.</p>
<ul>
<li>Ask questions on project <a href="https://www.eclipse.org/forums/">forums</a>; if you're not sure where to look, start with the <a href="http://www.eclipse.org/forums/index.php/f/89/">newcomer forum</a></li>
<li>Open bug reports and feature requests in <a href="{{ $bugzillaLink }}">Eclipse Bugzilla</a></li>
<li>Find companies that provide <a href="http://marketplace.eclipse.org/category/markets/training-consulting/title">training and consulting</a></li>
</ul>
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment