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 "Phoenix Documentation"

m
Line 1: Line 1:
 
 
Back to [[Phoenix]].
 
Back to [[Phoenix]].
  
Line 6: Line 5:
  
 
* [http://www.eclipse.org/phoenix/docs/sample_pages.php Sample pages with source] 2005-11-07
 
* [http://www.eclipse.org/phoenix/docs/sample_pages.php Sample pages with source] 2005-11-07
* [http://www.eclipse.org/phoenix/docs/PHPeclipse_setup.v1.0.1.pdf Configuring Eclipse with PHPEclipse and Xampp] 2005-11
+
* [[Configuring Eclipse with PHPEclipse]]
 +
* <strike>[http://www.eclipse.org/phoenix/docs/PHPeclipse_setup.v1.0.1.pdf Configuring Eclipse with PHPEclipse and Xampp] 2005-11</strike>
 
* [[Using Phoenix]] 2005-11
 
* [[Using Phoenix]] 2005-11
 
* [http://www.eclipse.org/projects/dev_process/project-status-infrastructure.php Project Status Infrastructure] (integrates with Phoenix-based project website)
 
* [http://www.eclipse.org/projects/dev_process/project-status-infrastructure.php Project Status Infrastructure] (integrates with Phoenix-based project website)

Revision as of 15:10, 14 June 2006

Back to Phoenix.


Docs

Getting Started

If you're an eclipse.org committer and wish to use Phoenix for your project website:

  • Download the Phoenix Starter Kit
  • Extract the starter kit to your project's webspace
  • Edit the _projectCommon.php file to select your theme and define navigation links for your project
  • Copy template.php as the PHP file you want to create, and add your HTML content between the markers
  • Commit _projectCommon.php and your new PHP pages to the Eclipse Website CVS repository
  • Refer to Using Phoenix in the Committer Tools

If you wish to use Phoenix for your web site:

  • Connect to our CVS repository and checkout the org.eclipse.phoenix project
  • Copy the checked-out directories to your web site
  • Edit the default/_projectCommon.php file to select your theme and define navigation links for your project
  • Copy the default/template.php file and add your HTML content
  • Familiarize yourself with the CSS styles and customize the interface as desired

If you wish to submit a new skin for eclipse.org:

  • Connect to our CVS repository and checkout the org.eclipse.phoenix project
  • Familiarize yourself with the CSS styles in layout.css and visual.css and their rendering components (the PHP files)
  • Create a new skin using the same CSS class names (homeitem, midcolumn, etc)
  • Submit your new skin as a zipped attachment to a bugzilla bug. Submit your attachment to Phoenix/templates

Back to the top