Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] contributors page

This page created to us http://www.eclipse.org/pdt/people/contributors.php

You can customize your personal content by submitting an XML file with your details and small and large images (attached a sample file with the xsd). Both active and inactive contributors are welcome.

____________

Roy Ganor

Software Engineer, R&D

tel.   +972-3-7539637

mob. +972-52-3290-754

ZEND

www.zend.com

 

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="person.xsl"?>
<person:person xmlns:person="http://eclipse.org/webtools/person";
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://eclipse.org/webtools/person person.xsd ">
	
	<person:name>
		<person:given-name>Moshe</person:given-name>
		<person:family-name>Shukrun</person:family-name>
	</person:name>
	
	<person:affiliation href="http://www.zend.com";>
		Zend Technologies
	</person:affiliation>
	
	<person:e-mail>moshe@xxxxxxxx</person:e-mail>
	
	<person:biography>
		<p>
		</p>
		<p>
		</p>
	</person:biography>

	<person:contribution role="committer">
		<p>
		</p>
	</person:contribution>

	<person:large-photo width="200" height="273" href="photos/large/kihup-boo.png" />
	<person:small-photo width="100" height="137" href="photos/small/kihup-boo.png" />
	
</person:person>

Attachment: person.xsd
Description: person.xsd


Back to the top