<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,37 @@
-&lt;html&gt;&lt;head&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; 
+
+&lt;!--
+Copyright (c) 2008 Fajran Iman Rusadi
+http://github.com/fajran/pembuat-sourceslist
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+&quot;Software&quot;), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+--&gt;
+
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+        &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;id&quot; lang=&quot;id&quot;&gt;&lt;head&gt;
+&lt;title&gt;Pembuat sources.list&lt;/title&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;jquery.js&quot;&gt;&lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot;&gt;
-
+&lt;!--
 var mirrors = {
 	'kambing': [&quot;Universitas Indonesia (kambing.ui.edu)&quot;, &quot;http://kambing.ui.edu/ubuntu/&quot;],
 	'foss-id': [&quot;FOSS-ID (dl2.foss-id.web.id)&quot;, &quot;http://dl2.foss-id.web.id/ubuntu/&quot;],
@@ -65,6 +95,7 @@ $(document).ready(function() {
 	 * Releases
 	 */
 	selected = null;
+	$('#dist').html(&quot;&quot;);
 	for (var key in dists) {
 		if (selected == null) { selected = key; }
 		var val = dists[key];
@@ -147,9 +178,10 @@ function buat() {
 
 	$('#sourceslist').show();
 }
-
+--&gt;
 &lt;/script&gt;
 &lt;style type=&quot;text/css&quot;&gt;
+&lt;!--
 body {
 	margin: 0px;
 	font-family: &quot;trebuchet ms&quot;, sans-serif;
@@ -171,14 +203,14 @@ ul, p {
 	line-height: 20pt;
 }
 
-form label {
+#form label {
 	float: left;
 	margin-left: -200px;
 }
-form &gt; div {
+#form &gt; div {
 	margin: 0 0 10px 200px;
 }
-form ul {
+#form ul {
 	padding-left: 0;
 	list-style: none;
 }
@@ -207,29 +239,30 @@ pre {
 form {
 	margin-bottom: 50px;
 }
-
+--&gt;
 &lt;/style&gt;
 &lt;/head&gt;&lt;body&gt;&lt;div id=&quot;c&quot;&gt;
 
 &lt;h1&gt;Pembuat sources.list&lt;/h1&gt;
 
-&lt;form&gt;
+&lt;div id=&quot;form&quot;&gt;
 &lt;div&gt;&lt;label for=&quot;dist&quot;&gt;Rilis&lt;/label&gt;
 	&lt;select id=&quot;dist&quot; name=&quot;dist&quot;&gt;
+	&lt;option value=&quot;&quot;&gt;&lt;/option&gt;
 	&lt;/select&gt;&lt;/div&gt;
 &lt;div&gt;&lt;label&gt;Komponen&lt;/label&gt;
 	&lt;ul id=&quot;component&quot;&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-main&quot; value=&quot;main&quot; checked=&quot;checked&quot;&gt;Main&lt;/input&gt; - Perangkat lunak bebas dan didukung oleh Ubuntu&lt;/li&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-restricted&quot; value=&quot;restricted&quot; checked=&quot;checked&quot;&gt;Restricted&lt;/input&gt; - Perangkat lunak tidak bebas namun didukung oleh Ubuntu&lt;/li&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-universe&quot; value=&quot;universe&quot; checked=&quot;checked&quot;&gt;Universe&lt;/input&gt; - Perangkat lunak bebas dengan dukungan dari komunitas&lt;/li&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-multiverse&quot; value=&quot;multiverse&quot; checked=&quot;checked&quot;&gt;Multiverse&lt;/input&gt; - Perangkat lunak bebas dengan dukungan dari komunitas&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-main&quot; value=&quot;main&quot; checked=&quot;checked&quot;/&gt;Main - Perangkat lunak bebas dan didukung oleh Ubuntu&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-restricted&quot; value=&quot;restricted&quot; checked=&quot;checked&quot;/&gt;Restricted - Perangkat lunak tidak bebas namun didukung oleh Ubuntu&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-universe&quot; value=&quot;universe&quot; checked=&quot;checked&quot;/&gt;Universe - Perangkat lunak bebas dengan dukungan dari komunitas&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;c-multiverse&quot; value=&quot;multiverse&quot; checked=&quot;checked&quot;/&gt;Multiverse - Perangkat lunak bebas dengan dukungan dari komunitas&lt;/li&gt;
 	&lt;/ul&gt;&lt;/div&gt;
 &lt;div&gt;&lt;label&gt;Repositori kode sumber&lt;/label&gt;
-	&lt;input type=&quot;checkbox&quot; name=&quot;source&quot; id=&quot;source&quot; value=&quot;source&quot;&gt;Masukkan repositori kode sumber&lt;/input&gt;&lt;/div&gt;
+	&lt;input type=&quot;checkbox&quot; name=&quot;source&quot; id=&quot;source&quot; value=&quot;source&quot;/&gt;Masukkan repositori kode sumber&lt;/div&gt;
 &lt;div&gt;&lt;label&gt;Repositori tambahan&lt;/label&gt;
 	&lt;ul id=&quot;extra&quot;&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;e-updates&quot; value=&quot;updates&quot; checked=&quot;checked&quot;&gt;Updates&lt;/input&gt; - Berisi paket-paket perbaikan yang direkomendasikan&lt;/li&gt;
-	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;e-security&quot; value=&quot;security&quot; checked=&quot;checked&quot;&gt;Security&lt;/input&gt; - Berisi paket-paket perbaikan yang bersifat sangat penting&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;e-updates&quot; value=&quot;updates&quot; checked=&quot;checked&quot;/&gt;Updates - Berisi paket-paket perbaikan yang direkomendasikan&lt;/li&gt;
+	&lt;li&gt;&lt;input type=&quot;checkbox&quot; name=&quot;e-security&quot; value=&quot;security&quot; checked=&quot;checked&quot;/&gt;Security - Berisi paket-paket perbaikan yang bersifat sangat penting&lt;/li&gt;
 	&lt;/ul&gt;&lt;/div&gt;
 &lt;div&gt;&lt;label for=&quot;mirror&quot;&gt;Cermin repositori&lt;/label&gt;
 	&lt;select id=&quot;mirror&quot; name=&quot;mirror&quot;&gt;
@@ -241,7 +274,7 @@ form {
 	&lt;/div&gt;&lt;/div&gt;
 &lt;div&gt;&lt;input type=&quot;button&quot; onclick=&quot;buat()&quot; value=&quot;Buat isi sources.list&quot;/&gt;&lt;/div&gt;
 &lt;div&gt;&lt;p id=&quot;error&quot;&gt;&lt;/p&gt;&lt;/div&gt;
-&lt;/form&gt;
+&lt;/div&gt;
 
 &lt;div id=&quot;sourceslist&quot; style=&quot;display:none&quot;&gt;
 	&lt;h2&gt;Isi sources.list&lt;/h2&gt;</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1082f0320544d108fe43493f2113064240cc4fdd</id>
    </parent>
  </parents>
  <author>
    <name>Fajran Iman Rusadi</name>
    <email>fajran@gmail.com</email>
  </author>
  <url>http://github.com/fajran/pembuat-sourceslist/commit/b1092522b2efd894831c92d665a59f8385f714d5</url>
  <id>b1092522b2efd894831c92d665a59f8385f714d5</id>
  <committed-date>2008-10-16T09:44:29-07:00</committed-date>
  <authored-date>2008-10-16T09:44:29-07:00</authored-date>
  <message>Add license information</message>
  <tree>1edb415a9f754cb918e1ed423db5dfe34956cc6e</tree>
  <committer>
    <name>Fajran Iman Rusadi</name>
    <email>fajran@gmail.com</email>
  </committer>
</commit>
