Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 239799

Summary: Project Summary pages: multiple 404s
Product: Community Reporter: Denis Roy <denis.roy>
Component: WebsiteAssignee: Oisin Hurley <oisin.hurley>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: bjorn.freeman-benson, karl.matthias
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://www.eclipse.org/projects/project_summary.php?projectid=stp
Whiteboard:

Description Denis Roy CLA 2008-07-07 10:06:03 EDT
The project summary pages produce multiple 404s:

/style/style.css HTTP/1.1" 404
/projects/images/logo_soas.gif HTTP/1.1" 404 
/projects/images/logo_bpel.gif HTTP/1.1" 404
/projects/images/logo_im.gif HTTP/1.1" 404
/projects/images/logo_sca.gif HTTP/1.1" 404
/projects/images/logo_policy.gif HTTP/1.1" 404
/projects/logo.gif HTTP/1.1" 404
/projects/about.php HTTP/1.1" 404

The list goes on...
Comment 1 Denis Roy CLA 2008-07-07 10:07:37 EDT
cc'ing Karl and Bjorn, as these pages belong to them, and they don't seem to be watching phoenix.ui-inbox@eclipse.org
Comment 2 Bjorn Freeman-Benson CLA 2008-07-08 07:30:32 EDT
Oisin,
The problem is because (a) the stp meta-data "descriptionurl" points to the stp home page and (b) the stp home page uses relative urls to the images. Because the project summary page displays the "descriptionurl" at a different relative url than /stp/, your images are not displayed.  I suggest you create a more specialized "descriptionurl" that displays better on the project summary page.
Comment 3 Karl Matthias CLA 2008-07-10 13:24:45 EDT
Bjorn is right.  Also, the bad layout on the STP summary page is for the same reason: because it is using a full Phoenix page for the description rather than a specialized description page.  The best thing to do is to host a page with only simple HTML content for this data, as it is the most versatile and can be re-used anywhere we need it.

Closing NOT_ECLIPSE.