annotate www/header.html @ 1057:242c5de2bb22 draft

Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers.
author Rob Landley <rob@landley.net>
date Tue, 03 Sep 2013 18:43:32 -0500
parents f1fef0c18d8c
children 060217c83f0f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
1 <html>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
2 <head>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
3 <title>toybox</title>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
4 </head>
501
8abb9e307d0c Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
Rob Landley <rob@landley.net>
parents: 410
diff changeset
5 <!-- body style="background: url(toycans.png) repeat;" -->
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
6 <table border=0 cellpadding=0 cellspacing=10>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
7
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
8 <tr><td valign=top>
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
9 <h1>toybox</h1>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents: 200
diff changeset
10
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
11 <b>About</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
12 <ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
13 <li><a href="index.html">News</a></li>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
14 <li>What is it?<br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
15 <a href="about.html">About</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
16 <a href="roadmap.html">Roadmap</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
17 <a href="status.html">Status</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
18 </li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
19
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
20 <li>Why is it?<br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
21 <a href="http://youtu.be/SGmtP5Lg_t0">video</a>/<a href=http://landley.net/talks/celf-2013.txt>outline</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
22 <a href="http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html">Interview</a><br>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
23 </li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
24 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
25 <b>Download</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
26 <ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
27 <li><a href="/hg/toybox">Mercurial Repository</a></li>
966
f1fef0c18d8c Link to Georgi's mirror on github.
Rob Landley <rob@landley.net>
parents: 927
diff changeset
28 <li><a href="https://github.com/gfto/toybox">Git mirror</a></li>
693
4a5a250e0633 Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).
Rob Landley <rob@landley.net>
parents: 635
diff changeset
29 <li><a href="downloads">Releases</a></li>
4a5a250e0633 Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).
Rob Landley <rob@landley.net>
parents: 635
diff changeset
30 <li><a href="bin">Binaries</a></li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
31 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
32 <b>Development</b>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
33 <ul>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
34 <li><a href="design.html">Design</a></li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
35 <li><a href="code.html">Source walkthrough</a></li>
383
50906d6ad264 New mailing list.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
36 <li><a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net">Mailing List</a></li>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
37 <li>IRC #toybox on freenode.net</li>
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 826
diff changeset
38 <li><a href="/notes.html">Maintainer's Bog</a></li>
85
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
39 </ul>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
40 </td>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
41
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
42 <td valign=top>
4108e577e018 Move download->downloads (be consistent) and add a skeletal index bar along
Rob Landley <rob@landley.net>
parents:
diff changeset
43