|
From: SourceForge.net <no...@so...> - 2005-04-24 21:16:37
|
Patches item #743100, was opened at 2003-05-25 06:48 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=743100&group_id=235 Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Mike Soh (sohmc) Assigned to: Etan Reisner (deryni9) Summary: redesigned fortuneprofile.pl Initial Comment: Completely redesigned it from scratch, taking bits and pieces from the original from Sean Egan. Overall Changes: * sorta centralized variables so the user can customize them * added $time variable to show the current time in 24-hour mode * $pre, $post replaced with a template structure; user can specifiy a template file (specified in $profile_template) using variables $fortune and $time. They get replaced before the profile is updated. This will allow the user to update their profile faster and slightly easier. * broke up most of the script into subroutines so it's easier to follow...for the most part. :-) * comments...oh the comments! (mind my mis-grammarage) * ability to specify customized fortune files Bugs: * text width is jagged; been working on how to get the script to format the text so that it doesn't look "unnatural" in the profile. * Profile doesn't actually get updated in the first run-through because the script loads before gaim goes online. ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2005-04-24 17:16 Message: Logged In: YES user_id=20979 Looks like this was written with the old perl interface in mind. I'm going to close it, since it won't apply anymore ---------------------------------------------------------------------- Comment By: Mike Soh (sohmc) Date: 2003-05-25 14:38 Message: Logged In: YES user_id=558644 well, the benefit that I got out of it was the customizable template...makes it easier (I think) to add/remove stuff from your profile as you normally would without reading all the code. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2003-05-25 14:35 Message: Logged In: YES user_id=28833 so the only benifit here is that the code is easier to configure? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=743100&group_id=235 |