Re: make slrn show Face- ans X-Facepictures (SLRNxface)

newsgate666 <[email protected]>
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
Hello slrn-user,

 Here:

http://ak.fabrika.pl/slrnxface/slrnxface.zip

 is a program that shows xfaces under windows. It was written by Andrzej Kaczmarek
in 2001. Example: http://img71.imageshack.us/img71/2438/slrnxface0ry.png

There is included help, but it is in Polish. Short instruction:

Copy slrnxface.exe to bin
Add start slrnxface.exe to slrn.bat before slrn.exe. Sometimes better
work @start slrnxface.exe
Copy xface.sl to macros
Add interpret macros/xface.sl to slrn-macros.sl (or slrn.rc) before "interpret macros/hooks.sl"
Then you should add hooks to /macros/hooks.sl  Below are mine.
Run slrn.bat and find article with xface.

define SYS_read_article_hook ()
{

#if$slrn_xface_sl
    show_xface();
#endif

};

define SYS_reply_hook () 
{

#if$slrn_xface_sl
    update_xface("");
#endif

};

define SYS_followup_hook ()
{

#if$slrn_xface_sl
    update_xface("");
#endif

};

define SYS_post_hook ()
{


#if$slrn_xface_sl
    update_xface("");
#endif


};

define SYS_forward_hook () 
{

#if$slrn_xface_sl
    update_xface("");
#endif

};


define SYS_article_mode_quit_hook () 
{

#if$slrn_xface_sl
    update_xface("");
#endif

};


-- 
 newsgate666

Music: Slowdive - 01 Slowdive [1992]



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.