add a first version of Fosdem 2008 slides
[slides.git] / fosdem2008 / slide_porting.html
diff --git a/fosdem2008/slide_porting.html b/fosdem2008/slide_porting.html
new file mode 100755 (executable)
index 0000000..e3d7781
--- /dev/null
@@ -0,0 +1,44 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+  <meta name="Author" content="KaiRo - Robert Kaiser">
+  <title>And the beast shall come forth... - Code Porting Work</title>
+  <link rel="stylesheet" type="text/css" href="slides.css">
+  <link rel="contents" href="index.html" title="Contents">
+  <link rel="index" href="toc.html" title="Overview">
+  <link rel="start" href="index.html" title="Start">
+  <link rel="first" href="slide_introduction.html" title="First page">
+  <link rel="previous" href="slide_introduction.html" title="Previous page">
+  <link rel="next" href="slide_volunteer.html" title="Next page">
+  <link rel="last" href="slide_end.html" title="Last page">
+</head>
+<body>
+<div id="header"><div id="header-text">And the beast shall come forth...</div>
+  <img src="template/header-logo.png" height="38" width="260" alt="">
+</div>
+<div id="slidenav"><div id="subheader-text">Community Project Organization and SeaMonkey 2</div>
+  <a href="toc.html" accesskey="t">toc</a> ||
+  <a href="index.html" accesskey="s">start</a> ||
+  <a href="slide_introduction.html" accesskey="p">&lt; prev</a> |
+  <a href="slide_volunteer.html" accesskey="n">next &gt;</a>
+</div>
+
+<h1>Code Porting Work</h1>
+
+<div class="simplebox">
+<ul>
+  <li>Porting app-specific code for <span class="hilite">core/toolkit
+    changes</span> (or even xpfe->toolkit in our case)</li>
+  <li>Porting <span class="hilite">features from other apps</span> to own app
+    (e.g. Firefox->SeaMonkey)</li>
+  <li>Code reviews - different <span class="hilite">coding style</span></li>
+  <li>Sometimes need (slight) core/toolkit changes to get app work done</li>
+  <li>Hard to get r+ as toolkit reviewers are usually swamped and non-FF things are <span class="hilite">low priority</span></li>
+  <li>Slow reviews make forking more fun than improving core/toolkit</li>
+  <li>Too few implementations of <span class="hilite">nsIClonableDeveloper</span> (and no good documentation)</li>
+</ul>
+</div>
+
+</body>
+</html>