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 "Updating the People Pages"

(Created How-To Page for People Pages)
 
(How to Add a Person to the WTP People Pages)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
6. Add an entry for the person in people.xml.
 
6. Add an entry for the person in people.xml.
  
7. Run the Ant build script in the people directory to generate the HTML files. This step could be eliminated if we update the pages to use PHP and apply the XSLT at runtime.
+
7. The URL that will point to your page will be of the form: http://www.eclipse.org/webtools/people/person.php?name=<person> where <person> is the name of the XML file without the extension.  Example for fraser: http://www.eclipse.org/webtools/people/person.php?name=fraser
  
 
8. Test the pages locally.
 
8. Test the pages locally.
  
 
9. If all is well, commit the changes.
 
9. If all is well, commit the changes.

Latest revision as of 14:23, 27 September 2007

How to Add a Person to the WTP People Pages

--Ryman.ca.ibm.com 22:38, 26 February 2007 (EST)

The WTP Web site contains information about contributors. Each contributor has their own page. There is also an index page and a page that lists people according to their activity. These instructions explain how to add a page for a person.

1. Check out the webtools Web site from CVS.

2. Open the people directory.

3. Find someone who is similar to the person you are adding and make a copy of their XML file, e.g. copy wagner.xml, and rename it to the person you are adding, e.g. fraser.xml.

4. Open the new file in the XML editor and modify it to describe the new person.

5. Create a large and a small image for the person and store these in the people/photos/large and people/photos/small directories. The large photo should be around 200x240 and the small photo should be half that, i.e. around 100x120. Reference these photos from the XML file.

6. Add an entry for the person in people.xml.

7. The URL that will point to your page will be of the form: http://www.eclipse.org/webtools/people/person.php?name=<person> where <person> is the name of the XML file without the extension. Example for fraser: http://www.eclipse.org/webtools/people/person.php?name=fraser

8. Test the pages locally.

9. If all is well, commit the changes.

Back to the top