Thread

  1. Patch application

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-03-21T15:54:46Z

    I have created an FTP file containing all ourstanding patches.  It is
    at:
    
    	ftp://candle.pha.pa.us/pub/postgresql/patches.mbox
    
    I will keep this updated so people know their patches are in the queue
    and have not been forgotten.  I may also use this to ask people for
    patch review.
    
    Can someone suggest a nice web frontend CGI script to a mbox file, one
    that shows sender/subject/date, etc?  I don't need to search or modify
    the messages, just display them.
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  2. Re: [HACKERS] Patch application

    Roberto Mello <rmello@cc.usu.edu> — 2001-03-21T16:34:40Z

    On Wed, Mar 21, 2001 at 10:54:46AM -0500, Bruce Momjian wrote:
    > 
    > Can someone suggest a nice web frontend CGI script to a mbox file, one
    > that shows sender/subject/date, etc?  I don't need to search or modify
    > the messages, just display them.
    
    	Run mhonarc on the mbox. It will create HTML files from it. Example
    (using the Debian lists-archives package) can be seen at
    http://fslc.usu.edu/archives
    	
    	-Roberto
    -- 
    +----| http://fslc.usu.edu USU Free Software & GNU/Linux Club|------+
      Roberto Mello - Computer Science, USU - http://www.brasileiro.net 
          http://www.sdl.usu.edu - Space Dynamics Lab, Web Developer    
    ONLINE? Hit <ALT+H> for a quick I.Q. Test!
    
    
  3. Re: [HACKERS] Patch application

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-03-21T16:38:31Z

    > On Wed, Mar 21, 2001 at 10:54:46AM -0500, Bruce Momjian wrote:
    > > 
    > > Can someone suggest a nice web frontend CGI script to a mbox file, one
    > > that shows sender/subject/date, etc?  I don't need to search or modify
    > > the messages, just display them.
    > 
    > 	Run mhonarc on the mbox. It will create HTML files from it. Example
    > (using the Debian lists-archives package) can be seen at
    > http://fslc.usu.edu/archives
    
    Yes, I am looking at mhonarc right now.  That is what I will use.
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  4. Re: [HACKERS] Patch application

    Marc G. Fournier <scrappy@hub.org> — 2001-03-21T19:17:44Z

    On Wed, 21 Mar 2001, Bruce Momjian wrote:
    
    > I have created an FTP file containing all ourstanding patches.  It is
    > at:
    >
    > 	ftp://candle.pha.pa.us/pub/postgresql/patches.mbox
    >
    > I will keep this updated so people know their patches are in the queue
    > and have not been forgotten.  I may also use this to ask people for
    > patch review.
    >
    > Can someone suggest a nice web frontend CGI script to a mbox file, one
    > that shows sender/subject/date, etc?  I don't need to search or modify
    > the messages, just display them.
    
    would could make a read-only to public, write only to you, mailbox on
    mail.postgresql.org that ppl could access with IMAP ...
    
    
    
    
  5. Re: [HACKERS] Patch application

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-03-21T19:42:30Z

    > On Wed, 21 Mar 2001, Bruce Momjian wrote:
    > 
    > > I have created an FTP file containing all ourstanding patches.  It is
    > > at:
    > >
    > > 	ftp://candle.pha.pa.us/pub/postgresql/patches.mbox
    > >
    > > I will keep this updated so people know their patches are in the queue
    > > and have not been forgotten.  I may also use this to ask people for
    > > patch review.
    > >
    > > Can someone suggest a nice web frontend CGI script to a mbox file, one
    > > that shows sender/subject/date, etc?  I don't need to search or modify
    > > the messages, just display them.
    > 
    > would could make a read-only to public, write only to you, mailbox on
    > mail.postgresql.org that ppl could access with IMAP ...
    
    I actually finished.  It is at:
    
    	http://candle.pha.pa.us/cgi-bin/pgpatches
    
    This URL will reindex if I make any changes to the mailbox file.
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026