[PXCDD-commit] SF.net SVN: pxcdd: [386] trunk/website/hacking.html
Status: Alpha
Brought to you by:
tangentsoft
From: <tan...@us...> - 2006-07-10 07:23:55
|
Revision: 386 Author: tangentsoft Date: 2006-07-10 00:23:52 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/pxcdd/?rev=386&view=rev Log Message: ----------- Initial Added Paths: ----------- trunk/website/hacking.html Added: trunk/website/hacking.html =================================================================== --- trunk/website/hacking.html (rev 0) +++ trunk/website/hacking.html 2006-07-10 07:23:52 UTC (rev 386) @@ -0,0 +1,53 @@ +<html> +<head> + <meta http-equiv="content-type" content="text/html;charset=utf-8"> + <title>Pixel Corps Digital Dailies System</title> + <link href="root.css" rel="Stylesheet" type="text/css"> +</head> + +<body> + <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#9aa1a7"> + <tr height="100%"> + <td rowspan="3" width="1%"><img src="bitmaps/top-box-left.png" alt="" height="98" width="11" border="0"></td> + <td rowspan="3" width="1%"><a href="http://pixelcorps.com/"><img src="bitmaps/pxc-logo.png" alt="" height="79" width="73" border="0"></a></td> + <td width="20"> </td> + <td rowspan="2" valign="bottom"><a href="."><img src="bitmaps/pxcdd-title.png" alt="" border="0" vspace="8"></a></td> + <td rowspan="3" width="1%"><img src="bitmaps/top-box-right.png" alt="" height="98" width="11" border="0"></td> + </tr> + <tr> + <td width="20"> </td> + </tr> + <tr height="26"> + <td width="20" height="26"> </td> + <td align="right" valign="bottom" height="26"><img src="bitmaps/navbar-left-cap.png" alt="" border="0"><a href="userdoc.html"><img src="bitmaps/navbar-docs.png" alt="" border="0"></a><img src="bitmaps/navbar-separator.png" alt="" border="0"><a href="licenses.html"><img src="bitmaps/navbar-licenses.png" alt="" border="0"></a><img src="bitmaps/navbar-separator.png" alt="" border="0"><a href="http://pixelcorps.com/"><img src="bitmaps/navbar-sponsor.png" alt="" border="0"></a></td> + </tr> + </table> + + <p></p> + + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr height="21"> + <td width="25" height="21"><img src="bitmaps/body-top-left.png" alt="" height="21" width="25" border="0"></td> + <td height="21" background="bitmaps/body-top-middle.png"></td> + <td width="25" height="21"><img src="bitmaps/body-top-right.png" alt="" height="21" width="25" border="0"></td> + </tr> + <tr> + <td width="25" background="bitmaps/body-side-left.png"></td> + <td bgcolor="white"> + <h1>How to Hack PXCDD</h1> + <p>The first place you need to go if you're going to work on the PXCDD code is our <a href="http://sourceforge.net/projects/pxcdd/">SourceForge.net project page</a>. You can access the source code there, file bug reports, submit patches, etc.</p> + <p>As for patches, please submit them in <a href="http://en.wikipedia.org/wiki/Diff#Unified_format">unified diff format</a>. You can either attach them to the project's <a href="http://sourceforge.net/tracker/?group_id=165148&atid=834520">patch tracker</a>, or send them to the project maintainers if you are a PXC member. We are Warren Young (wyoung) and Rick Barrett (rbarrett). We currently have no formal system for accepting patches, but if we get any, we will probably require that you sign the copyright over to the Pixel Corps, to keep things simple in the long term.</p> + <hr noshade size="1" width="95%"> + <p align="center"><font size="-1">This project is hosted by</font> <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=165148&type=1" width="88" height="31" align="absmiddle" border="0" alt="SourceForge.net Logo" /></a></p> + </td> + <td width="25" background="bitmaps/body-side-right.png"></td> + </tr> + <tr height="21"> + <td width="25" height="24"><img src="bitmaps/body-bottom-left.png" alt="" height="24" width="25" border="0"></td> + <td height="24" background="bitmaps/body-bottom-middle.png"></td> + <td width="25" height="24"><img src="bitmaps/body-bottom-right.png" alt="" height="24" width="25" border="0"></td> + </tr> + </table> + <p></p> + </body> +</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |