lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV has anyone investigated enhancements to lynx's newspost cod


From: Jim Spath (Webmaster Jim)
Subject: Re: LYNX-DEV has anyone investigated enhancements to lynx's newspost code?
Date: Fri, 31 Jan 1997 12:55:47 -0500 (EST)

On Fri, 31 Jan 1997, Larry W. Virden, x2487 wrote:

> There are several features which I really miss when reading news with lynx.
> The easiest two are auto-signing of postings (ie appending the user's
> signature to the end of the postings) and providing the user with a copy
> of postings s/he makes.

This is incidental to your question, but while reading the code to
determine the cause of my earlier problems with posting, I found you could
add the "Organization" header to your post.

    /* add Organization: */
    { FILE *fp;

      if (fp = fopen("/etc/organization", "r")) {
         if (fgets(user_input, sizeof(user_input), fp) != NULL)
        fprintf(fd, "Organization: %s", user_input);
         fclose(fp);
      }
    }

The file "/etc/organization" normally doesn't exist, but if you have
privileges you can create it.  With sources, you can change the reference
to your own file. It's sort of like a .sig. 

-----
X-Face: $[):DI3,{Z,[[9Gb^H.yPU[6-J}^Co2e-J!p*jQ>Q8++K~?Ejg~3#,vmYi;O8E55~r~#wa2
 
WdUS{+X2e6mt${6._[/<C5~mEVeY5J1,6>U%N~y"Br4L6Lm%S0XI8RRTs"'address@hidden@address@hidden'"
 cKd3Acq&}J;,FhT"6d1[H=*<;o2?Z_RK&He4+Td%v3:47/5;A>0mBqsG-KB8l:\43FGDe;U
I don't speak (or work) for the Baltimore County Public Library.
They keep telling me, "Shhhhh!"


;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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