diff --git a/config/nginx/default.conf b/config/nginx/default.conf index d8bbf7859591ad78771f83c28cc7e748551f60c1..9b296c955ba621c88b19c01cbfd03d1e7ef87125 100644 --- a/config/nginx/default.conf +++ b/config/nginx/default.conf @@ -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; diff --git a/content/getting-started/_index.md b/content/getting-started/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..fb29c79dc927d7b7dd96fb7e13152a5af9fff735 --- /dev/null +++ b/content/getting-started/_index.md @@ -0,0 +1,23 @@ +--- +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 diff --git a/content/getting-started/documents/eclipse-ide-keybindings.pdf b/content/getting-started/documents/eclipse-ide-keybindings.pdf new file mode 100644 index 0000000000000000000000000000000000000000..41ef6bd04a8c3508e7eacdd71973970234d3e2ad Binary files /dev/null and b/content/getting-started/documents/eclipse-ide-keybindings.pdf differ diff --git a/layouts/shortcodes/pages/getting-started/landing-page.html b/layouts/shortcodes/pages/getting-started/landing-page.html new file mode 100644 index 0000000000000000000000000000000000000000..144172cd388d6731244a3e0c61b1bec4d53ae584 --- /dev/null +++ b/layouts/shortcodes/pages/getting-started/landing-page.html @@ -0,0 +1,99 @@ +{{ $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 > Eclipse Marketplace…</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>