sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] wishlist for the web search results


From: Peter Palfrader
Subject: Re: [Sks-devel] wishlist for the web search results
Date: Tue, 9 Dec 2003 22:35:20 +0100
User-agent: Mutt/1.5.4i

On Tue, 09 Dec 2003, Yaron M. Minsky wrote:

> I actually already integrated your old patch, pulling off the
> translation into another function.  Are there any other changes in the
> patch?  I will try to put up the latest version tonight on my website so
> you can create a patch against that.

Some alignment stuff for the verbose index:

| diff -ruN sks-1.0.6-old/htmlTemplates.ml sks-1.0.6/htmlTemplates.ml
| --- sks-1.0.6-old/htmlTemplates.ml    2003-10-12 22:20:18.000000000 +0200
| +++ sks-1.0.6/htmlTemplates.ml        2003-12-09 20:05:44.000000000 +0100
| -  let uidstr = String.concat ~sep:"\r\n                              " 
userids in
| +  let uidstr = String.concat ~sep:"\r\n                               " 
userids in
                                                 ^ additional space

| diff -ruN sks-1.0.6-old/index.ml sks-1.0.6/index.ml
| --- sks-1.0.6-old/index.ml    2003-11-29 15:25:51.000000000 +0100
| +++ sks-1.0.6/index.ml        2003-12-09 20:05:15.000000000 +0100
| -      | 0x20 | 0x28 | 0x30 -> "<font color=\"red\"><b>revok</b></font>"
| +      | 0x20 | 0x28 | 0x30 -> "<font color=\"red\"><b>revok </b></font>"
                                                              ^ space char

| -  let firstline = sprintf "sig %s %s %s %s %s %s"
| +  let firstline = sprintf "sig %-6s %s %s %s %s %s"
                                   ^^ so that it's all nicely aligned
   
   in
Peter
-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :      The  universal
                           | `. `'      Operating System
 http://www.palfrader.org/ |   `-    http://www.debian.org/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]