Changeset 4126 for websites/AjaxCom
- Timestamp:
- 01/07/08 00:03:24 (5 years ago)
- Files:
-
- 1 modified
-
websites/AjaxCom/com/cgi-lib/ajaxcom-main.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/AjaxCom/com/cgi-lib/ajaxcom-main.pl
r4123 r4126 77 77 my( $pubdate, $pid, $ip, $name, $content ) = split( /\t/, $pair->[1] ); 78 78 chomp $content; 79 80 { 81 use Encode; 82 my $MAX_CHAR = 140; 83 $content = decode_utf8( $content ); 84 if ( length($content) > $MAX_CHAR ) { 85 substr( $content, $MAX_CHAR ) = "..."; 86 } 87 $content = encode_utf8( $content ); 88 } 89 79 90 my $url = "$URL_ROOT/$path#com-$pubdate"; 80 91 my $item = $feed->add_item( $url );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)