=================== BUG #1699: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1699&group_id=11
Submitted by: grumbel Project: Savannah Submitted on: 2002-Nov-12 23:06 Category: Mail Severity: 5 - Average Priority: None Bug Group: None Resolution: None Assigned to: None Status: Open Effort: 0.00 Summary: RERegistration-URL in "submission of..." mails is unescaped Original Submission: In the mail that gets send out after the registration of a new project the RERegistration URL at the end of the mail contains newlines and spaces in unescaped form, which makes it pretty hard to correctly get it into the webbrowser (it is impossible without manual editing with Galeon). The URL currently looks like: ----RERegistration-URL-BEGIN----- http://savannah.nongnu.org/register/basicinfo.php?re_purpose=GQuickDraw is meant as a very simple and stupid graphic library, basically a wrapper around a small subset of Xlib functions. Its aim is it to allow graphic access with a minimum effort, something like: gd_init_screen(640, 480); gd_set_color(0xFF00FF); gd_draw_line(100, 100, 250, 200); GQuickDraw is written in C and bindings will be provided for both Python and Guile. Support for mouse, joystick and load/save of png\'s is planed. I started this thing because I missed the ease of use of old Basic dialects, which often allowed such easy ways to create graphics, while under C most libraries require a huge amount of init code, which sometimes gets larger then the programm I indent to write. This library isn\'t meant for real applications, but instead for tiny prototypes or visualisations of algorithms. The current code is available at (well, its a uncleaned dump of my working directory): http://pingus.seul.org/~grumbel/tmp/gquickdraw/ &re_require_sw=GQuickDraw relies on X11 for the graphic output and uses Swig for generating the guile and python interfaces.&re_comments=&re_full_name=GQuickDraw&re_unix_name=gquickdraw ----RERegistration-URL-END------- While I think it should be really just one singe long, like: ----RERegistration-URL-BEGIN----- http://savannah.nongnu.org/register/basicinfo.php?re_purpose=GQuickDraw%20is%20meant%20as%20a%20very%20simple%20and%20stupid%20graphic%20library,%20basically%20a%20wrapper%20around%20a%20small%20subset%20of%20Xlib%20functions.%20Its%20aim%20is%20it%20to%20allow%20graphic%20access%20with%20a%20minimum%20effort,%20something%20like:%0A%0Agd_init_screen(640,%20480);%0Agd_set_color(0xFF00FF);%0Agd_draw_line(100,%20100,%20250,%20200);%0A%0AGQuickDraw%20is%20written%20in%20C%20and%20bindings%20will%20be%20provided%20for%20both%20Python%20and%20Guile.%20Support%20for%20mouse,%20joystick%20and%20load/save%20of%20png's%20is%20planed.%20%0A%0AI%20started%20this%20thing%20because%20I%20missed%20the%20ease%20of%20use%20of%20old%20Basic%20dialects,%20which%20often%20allowed%20such%20easy%20ways%20to%20create%20graphics,%20while%20under%20C%20most%20libraries%20require%20a%20huge%20amount%20of%20init%20code,%20which%20sometimes%20gets%20larger%20then%20the%20programm%20I%20indent%20to%20write.%20This%20library%20isn't%20meant%20for%20real%20applications,%20but%20instead%20for%20tiny%20prototypes%20or%20visualisations%20of%20algorithms.%0A%0AThe%20current%20code%20is%20available%20at%20(well,%20its%20a%20uncleaned%20dump%20of%20my%20working%20directory):%0A%0Ahttp://pingus.seul.org/~grumbel/tmp/gquickdraw/%0A&re_require_sw=GQuickDraw%20relies%20on%20X11%20for%20the%20graphic%20output%20and%20uses%20Swig%20for%20generating%20the%20guile%20and%20python%20interfaces.&re_comments=&re_full_name=GQuickDraw&re_unix_name=gquickdraw%0A ----RERegistration-URL-END------- No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1699&group_id=11
