Menu

#102 there really should be previews here - listen to the man...

open
nobody
None
5
2013-01-14
2007-04-25
Anonymous
No

Well I was going to looks for some nice smileys to use, but, it seems like i've gotta go through each and every one to see what they look like.

Couldn't we have previews here??

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Yeah

     
  • Nobody/Anonymous

    Logged In: NO

    i agree

     
  • Nobody/Anonymous

    Logged In: NO

    ### perl script
    # this dirty looking script will
    # creat an html doc from the theme file content
    # basicly displays all the images

    # cmd$ script.pl theme

    use strict;
    my $name = shift; #file name of theme
    open IN, "<$name" or die "Cannot open: $!";
    open OUT, ">$name~" or die "Cannot create: $!";
    print OUT "<html><head>
    <style>.Name{display:block;}
    .Description{display:block}
    .Icon{display:block}
    .comment{display:block;color:red}
    .Author{display:block}
    div .group{
    color:white;
    display:block;
    background-color:purple}
    .t{
    border:solid 1px red;
    background-color:white}</style>
    </head><body>
    <div>\n";
    my $bgc=0; #html seting
    while (<IN>) {
    if( $_ =~ /(\w+)=(.*?)\n/ ){
    print OUT " <span class=\"$1\">$1=$2</span>\n";
    }elsif ( $_ =~ /(^#.*)/ ){
    print OUT " <span class=\"comment\">$1</span>\n";
    }elsif ( $_ =~ /\[(.*)\]/){
    if($bgc){ $bgc=0 }else{ $bgc="t" }
    print OUT "
    </div>
    <div class=\" $bgc \">
    <span class=\"group\">$1</span>\n";
    }elsif ( $_ =~ /(\w+\.(?:png|gif))/ ){
    print OUT " <img src=\"$1\">\n";
    }
    }
    print OUT "</div>
    </body><html>";
    close IN;
    close OUT;
    rename("$name~", "$name.html") || die "Cannot rename $name~: $!";
    __END__
    :)

     
  • Jeremiah

    Jeremiah - 2007-05-01

    Logged In: YES
    user_id=25311
    Originator: NO

    I think this is a limitation of SourceForge . . .

     
  • Nobody/Anonymous

    Logged In: NO

    I agree with this man

     
  • Nobody/Anonymous

    Logged In: NO

    h

     
  • private_lock

    private_lock - 2007-09-02

    Logged In: YES
    user_id=1460033
    Originator: NO

    Developers could just post a screenshot of pidgins smiley selection dialog, to show off their work.

     
  • Nobody/Anonymous

    ohLxYR <a href="http://wjtukpavblok.com/">wjtukpavblok</a>, [url=http://zmzvnrbkomyt.com/]zmzvnrbkomyt[/url], [link=http://mxpvzknutidw.com/]mxpvzknutidw[/link], http://eggvfebtspel.com/

     

Log in to post a comment.