Differences From Artifact [aa6092043f]:
- Executable file server/teapot_index — part of check-in [0844204408] at 2010-10-09 15:48:30 on branch trunk — Updated teapot_index to remove duplicate requirements from built index page (user: rkeene, size: 13015) [annotate] [blame] [check-ins using]
To Artifact [6035bfad78]:
- Executable file server/teapot_index — part of check-in [1e57938b27] at 2011-03-30 16:41:39 on branch trunk — Updated to sort entities on teapot index page (user: rkeene, size: 13059) [annotate] [blame] [check-ins using]
| ︙ | |||
423 424 425 426 427 428 429 430 431 432 433 434 435 436 | 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 | + + |
if {[lsearch -exact $pkglist $currpkgdata] != -1} {
continue
}
lappend pkglist $currpkgdata
}
set pkglist [lsort -dictionary $pkglist]
puts $fd [generate_tpm $pkglist]
puts $fd " <h1>$pkgnextlevel</h1>"
puts $fd " <table>"
puts $fd " <tr>"
foreach dispfield [join [list entity $dispfields]] {
|
| ︙ |