correct index pages, disable wrapping for slides
authorrobert <robert>
Fri, 20 Feb 2004 13:41:32 +0000 (13:41 +0000)
committerrobert <robert>
Fri, 20 Feb 2004 13:41:32 +0000 (13:41 +0000)
fosdem2002/local.conf [new file with mode: 0644]
fosdem2003/local.conf [new file with mode: 0644]
fosdem2004/local.conf [new file with mode: 0644]
index.html

diff --git a/fosdem2002/local.conf b/fosdem2002/local.conf
new file mode 100644 (file)
index 0000000..bed1f9c
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+// site branding
+$local_conf_no_wrap=ON;
+?>
diff --git a/fosdem2003/local.conf b/fosdem2003/local.conf
new file mode 100644 (file)
index 0000000..bed1f9c
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+// site branding
+$local_conf_no_wrap=ON;
+?>
diff --git a/fosdem2004/local.conf b/fosdem2004/local.conf
new file mode 100644 (file)
index 0000000..bed1f9c
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+// site branding
+$local_conf_no_wrap=ON;
+?>
index 022dbf0746965f77d5bf23bccae4c54d2cb235b4..97f40de94dcae3ebb5417764461de3e22051a2a5 100644 (file)
@@ -1,39 +1,11 @@
 
-<!-- ***************** INFO/NEWS *************** -->
-<div id="infoTabs">
-<div class="infoTab" id="whats-new">
-<h5 class="infoHeader">What's New</h5>
-<ul>
-<li>Aug 24: Project started</li>
-</ul>
-</div>
-
-<div class="infoTab" id="other-stuff">
-<h5 class="infoHeader">Other Stuff</h5>
-<ul>
-<li><a href="http://resources.kairo.at/">some resource filess from me</a></li>
-<li><a href="http://www.kairo.at/">www.KaiRo.at - my home</a></li>
-</ul>
-</div>
-
-</div>
-<!-- ***************** INFO/NEWS *************** -->
 
 <!-- MAIN CONTENT -->
-<p>This is the <strong><?php echo $project; ?></strong> project @ mozdev.org.</p>
+<h1>KaiRo's Slides</h1>
+<p>I've been giving a few talks on Mozilla Europe Developer Meetings, the slides I used there are available here.</p>
 
-<p>The project contains some scripts and smaller OSS programs by me (Robert Kaiser, a.k.a. "KaiRo").</p>
-
-<p>Most of those scripts and/or programs have some connection to
-<a href="http://www.mozilla.org/">Mozilla</a>, but I'll eventually also provide some software that
-has no direct connection to my favourite browser.</p>
-
-<p>For wishes and comments about the project and software please use Bugzilla, I'm already overburdened
-with personal mail, so I perhaps won't get to answer that sooner or later, but I'll look at Bugzilla
-often enough to work at open bug reports.
-<br>See the "bugs" link in the navigation line above.</p>
-
-<!--
-<p><strong>Note:</strong> If you want to add an area for user feedback to any of your pages, take a look at the <a href="notes.html">notes.html</a>
-template.</p>
--->
+<ul>
+ <li>FOSDEM 2002: <a href="fosdem2002/ChromeTalk-outliner.html">Outliner of the &quot;chrome&quot; talk</a></li>
+ <li>FOSDEM 2003: <a href="fosdem2003/">Localization (L10n): Achievements and Future Directions</a></li>
+ <li>FOSDEM 2004: <a href="fosdem2004/">Mozilla Localization (L10n) Status Update</a></li>
+</ul>
\ No newline at end of file