Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Contributing to the ICE Website"

(Install the PHP Development Tools (PDT))
(Install the PHP Development Tools (PDT))
Line 5: Line 5:
 
You may use any Eclipse text editor to edit PHP and HTML files for the website. However, the [https://eclipse.org/pdt PHP Development Tools (PDT)] might make the experience more enjoyable. These tools can be installed in Eclipse via the Eclipse Marketplace or by selecting Help > Install New Software... and using the following site:
 
You may use any Eclipse text editor to edit PHP and HTML files for the website. However, the [https://eclipse.org/pdt PHP Development Tools (PDT)] might make the experience more enjoyable. These tools can be installed in Eclipse via the Eclipse Marketplace or by selecting Help > Install New Software... and using the following site:
  
http://download.eclipse.org/tools/pdt/updates/3.4
+
<nowiki>http://download.eclipse.org/tools/pdt/updates/3.4</nowiki>
  
 
== Clone the ICE Website Repo ==
 
== Clone the ICE Website Repo ==

Revision as of 11:11, 27 August 2015

This article outlines the process by which committers may modify and contribute content to the ICE website.

Install the PHP Development Tools (PDT)

You may use any Eclipse text editor to edit PHP and HTML files for the website. However, the PHP Development Tools (PDT) might make the experience more enjoyable. These tools can be installed in Eclipse via the Eclipse Marketplace or by selecting Help > Install New Software... and using the following site:

http://download.eclipse.org/tools/pdt/updates/3.4

Clone the ICE Website Repo

Set Up a Local Test Server

Commit Changes

Access and Accept Gerrit Code Reviews

Back to the top