netcomics-devel Mailing List for Netcomics
Brought to you by:
elliotglaysher,
hochstrb
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(3) |
Sep
(2) |
Oct
(12) |
Nov
(28) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(12) |
Feb
(47) |
Mar
(29) |
Apr
(3) |
May
(14) |
Jun
(21) |
Jul
(51) |
Aug
(6) |
Sep
(12) |
Oct
(9) |
Nov
(1) |
Dec
(2) |
| 2002 |
Jan
(11) |
Feb
(13) |
Mar
(18) |
Apr
(16) |
May
(18) |
Jun
(19) |
Jul
(2) |
Aug
(29) |
Sep
|
Oct
(22) |
Nov
(1) |
Dec
|
| 2003 |
Jan
(3) |
Feb
|
Mar
(11) |
Apr
|
May
(1) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(21) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Clint O. <cli...@ol...> - 2007-01-17 16:43:28
|
Hi guys! I don't have time to fix it right now, but I thought I'd let you know that the Creators comics (like B.C. and Wizard of Id) are broken -- the site changed its URL scheme, and the new one isn't obvious at first glance. Check it out: http://www.creators.com/comics/bc.html Clint Olson clintcompute at olsonnetwork dot com |
|
From: Sven H. <ha...@ds...> - 2005-11-16 21:55:23
|
Um 13:18 Uhr am 15.11.05 schrieb Eddy Corbett: > The comic "Two Lumps: The Adventures of Ebenezer and Snooch" has moved=20 > from Keenspace to Keenspot (I guess they were "spotted"). Attached are=20 > patches for the modules 'lib/keenspace' and 'lib/keenspot'. The changes= =20 > have been running in my nightly cron for the last two weeks without any= =20 > problems. Thanks. Committed. Gr=FC=DFe, Sven. --=20 Sven Hartge -- professioneller Unix-Geek Meine Gedanken im Netz: http://sven.formvision.de/blog/ |
|
From: Eddy C. <eco...@gm...> - 2005-11-15 02:18:50
|
Hi Netcomics developers, The comic "Two Lumps: The Adventures of Ebenezer and Snooch" has moved from Keenspace to Keenspot (I guess they were "spotted"). Attached are patches for the modules 'lib/keenspace' and 'lib/keenspot'. The changes have been running in my nightly cron for the last two weeks without any problems. Feel free to apply... Regards, Eddy Corbett. |
|
From: Sven H. <ha...@ds...> - 2005-06-23 08:21:51
|
Um 15:11 Uhr am 23.06.05 schrieb Eddy Corbett: > I have created a patch that modifies the module 'lib/keenspace' to=20 > include the comic "Two Lumps: The Adventures of Ebenezer and Snooch"=20 > [http://twolumps.keenspace.com/]. It has been running happily in my=20 > nightly cron for a while now. > Feel free to apply... Feeling free. Thank you. Gr=FC=DFe, Sven --=20 Sven Hartge -- professioneller Unix-Geek Meine Gedanken im Netz: http://sven.formvision.de/blog/ |
|
From: Eddy C. <eco...@gm...> - 2005-06-23 05:11:50
|
Hi Netcomics developers, I have created a patch that modifies the module 'lib/keenspace' to include the comic "Two Lumps: The Adventures of Ebenezer and Snooch" [http://twolumps.keenspace.com/]. It has been running happily in my nightly cron for a while now. Feel free to apply... Regards, Eddy Corbett. ********** start of diff ********** --- keenspace.1.15 2005-06-22 16:12:32.000000000 +1000 +++ keenspace 2005-06-23 15:05:42.000000000 +1000 @@ -1,6 +1,6 @@ #-*-CPerl-*- foreach (qw(heaven framed stereo fce sketch roses flint - zap spork tang ais forbez oddjobs ua)) { + zap spork tang ais forbez oddjobs ua twolumps)) { $hof{$_} =3D 0; }; foreach (qw(attwf)) { @@ -597,6 +597,29 @@ } +#Two Lumps: The Adventures of Ebenezer and Snooch +sub twolumps { + my $time =3D shift; + my @ltime =3D gmtime($time); + my $date =3D strftime("%Y%m%d", @ltime); + + # exception tables last updated June 19, 2001 + my @missing =3D (); + my @extra =3D (20040316, 20040620, 20040821, 20041102, 20041214); + + # comic published on Mon, Wed, and Fri + return undef if + ( ($date < 20040316) || # first comic 16-Mar-2004 + (grep(/$date/,@missing)) || + ($ltime[6] !~ /[135]/ && !grep(/$date/,@extra)) ); + + my $title =3D "Two Lumps: The Adventures of Ebenezer and Snooch"; + my $author =3D "J. Grant and Mel Hynes"; + my $url =3D "twolumps"; + + return keenspace($title,$author,$date,$url); +} + #Untitled Again sub ua { my $time =3D shift; ********** end of diff ********** |
|
From: Clint O. <cli...@ol...> - 2005-06-03 16:05:23
|
Ok -- I'll just leave my Test theme as is, and use that when I want line
breaks in the comics. It probably isn't a big enough change to warrant
checking into the CVS. Thanks!
Clint Olson
clintcompute at olsonnetwork dot com
Hochstedler, Ben (GE Healthcare) wrote:
>Clint,
>
>No, it would be best to not merge it in. There are
>some comics out there where each panel is rendered as
>its own image file, and for those, it's nice to have
>the panels build up side-by-side. I don't know which
>comics did that (it's been a few years) or even if they
>still do it today.
>
>You could make it a configurable option, but the best
>design would be for each specific comic to have an
>attribute that specifies if multiple images should
>be in separate rows when rendered on screen. Feel
>free to take that on, but without looking at the code
>(again it's been a while), I'm guessing it's not
>designed to facilitate meta-data like that to be
>passed into the theme, let alone the HTML page
>generator.
>
>-Ben
>
>
>
>>-----Original Message-----
>>From: net...@li...
>>[mailto:net...@li...]On Behalf Of Clint
>>Olson
>>Sent: Thursday, June 02, 2005 4:25 PM
>>To: net...@li...
>>Subject: Re: [netcomics-devel] Line breaks for multiple images?
>>
>>
>>Cool, I got it... amazing what a difference one 's' can make. Do you
>>think I should merge the test theme with Default? All I
>>really changed
>>(besides the name) was to add one <BR /> to the Body Element
>>definition. You can see exactly what I modified below.
>>
>>Apparently, the only effect the extra <BR /> has is to make
>>it so that
>>successive images are displayed vertically, rather than
>>horizontally.
>>It doesn't show up when you only have one image per day.
>>
>>Let me know!
>>
>>Clint Olson
>>clintcompute at olsonnetwork dot com
>>
>>[oleclint@repository Themes]$ diff Default.pm Test.pm
>>17,18c17,18
>>< package Netcomics::HTML::Themes::Default;
>>< use vars '@ISA'; @ISA = ("Netcomics::HTML::Theme");
>>---
>> > package Netcomics::HTML::Themes::Test;
>> > use vars '@ISA'; @ISA = ("Netcomics::HTML::Themes::Default");
>>66c66
>>< <A HREF="<COMIC_FILE>"><IMG BORDER=0 SRC="<COMIC_FILE>" <SIZE>></A>
>>---
>> > <A HREF="<COMIC_FILE>"><IMG BORDER=0 SRC="<COMIC_FILE>"
>><SIZE>></A><BR />
>>117c117
>>< $name = "Default" unless defined $name;
>>---
>> > $name = "Test" unless defined $name;
>>
>>
>>Hochstedler, Ben (GE Healthcare) wrote:
>>
>>
>>
>>>Clint,
>>>
>>>You may need to add it to Makefile.PL & MANIFEST.
>>>I'm sure you probably added the file into the same
>>>directory in which the other themes are actually
>>>installed on your system. You could check to make
>>>sure that you don't have multiple directories on
>>>your system that contain themes and make sure you
>>>selected the right one.
>>>
>>>You could also try updating the html_themes_dir
>>>var in your netcomicsrc and put your custom theme
>>>in its own dir.
>>>
>>>-Ben
>>>
>>>
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: net...@li...
>>>>[mailto:net...@li...]On
>>>>
>>>>
>>Behalf Of Clint
>>
>>
>>>>Olson
>>>>Sent: Thursday, June 02, 2005 12:30 PM
>>>>To: net...@li...
>>>>Subject: Re: [netcomics-devel] Line breaks for multiple images?
>>>>
>>>>
>>>>Ok, I think I found what I need to change -- the theme.
>>>>However, I've
>>>>run into another difficulty. I'm trying to make a copy of
>>>>the Default
>>>>theme called Test.pm with my changes in it. I've changed
>>>>
>>>>
>>the module
>>
>>
>>>>name at the top of the file and the $name variable in the 'new'
>>>>function. However, when I run netcomics and try to get it
>>>>
>>>>
>>to use the
>>
>>
>>>>new theme, it tells me:
>>>>
>>>>The specified theme does not exist: Test.
>>>>Valid themes: CleanRound NoStatus Default CleanRoundImbedCaption
>>>>OldSchool Test
>>>>
>>>>Which seems slightly odd. Is there somewhere else I need to
>>>>change to
>>>>make it recognize the new theme?
>>>>
>>>>Clint Olson
>>>>clintcompute at olsonnetwork dot com
>>>>
>>>>
>>>>Clint Olson wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>Hi guys!
>>>>>Hey, I recently got into Schlock Mercenary
>>>>>(http://www.schlockmercenary.com/), a Keenspot comic which
>>>>>
>>>>>
>>>>>
>>>>>
>>>>consists of
>>>>
>>>>
>>>>
>>>>
>>>>>a single image on weekdays, and multiple images on Sundays (see
>>>>>http://www.schlockmercenary.com/d/20050529.html for an
>>>>>
>>>>>
>>>>>
>>>>>
>>>>example). When
>>>>
>>>>
>>>>
>>>>
>>>>>I archive Sundays with netcomics, however, the multiple images are
>>>>>shown on the generated HTML page in a long horizontal line, with
>>>>>nothing between them. While this works, it would be really
>>>>>
>>>>>
>>>>>
>>>>>
>>>>nice to be
>>>>
>>>>
>>>>
>>>>
>>>>>able to make netcomics insert a <br> in between each
>>>>>
>>>>>
>>>>>
>>>>>
>>>>consecutive image
>>>>
>>>>
>>>>
>>>>
>>>>>for a given day. However, I'm not quite sure what area of
>>>>>
>>>>>
>>>>>
>>>>>
>>>>netcomics I
>>>>
>>>>
>>>>
>>>>
>>>>>would need to change to write in this behaviour. Does
>>>>>
>>>>>
>>anybody know
>>
>>
>>>>>where I should look?
>>>>>
>>>>>Clint Olson
>>>>>clintcompute at olsonnetwork dot com
>>>>>
>>>>>
>>>>>
>>>>>-------------------------------------------------------
>>>>>This SF.Net email is sponsored by Yahoo.
>>>>>Introducing Yahoo! Search Developer Network - Create apps
>>>>>
>>>>>
>>>>>
>>>>>
>>>>using Yahoo!
>>>>
>>>>
>>>>
>>>>
>>>>>Search APIs Find out how you can build Yahoo! directly
>>>>>
>>>>>
>>into your own
>>
>>
>>>>>Applications - visit
>>>>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
>>>>>_______________________________________________
>>>>>netcomics-devel mailing list
>>>>>net...@li...
>>>>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>-------------------------------------------------------
>>>>This SF.Net email is sponsored by Yahoo.
>>>>Introducing Yahoo! Search Developer Network - Create apps
>>>>
>>>>
>>using Yahoo!
>>
>>
>>>>Search APIs Find out how you can build Yahoo! directly into your own
>>>>Applications - visit
>>>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
>>>>_______________________________________________
>>>>netcomics-devel mailing list
>>>>net...@li...
>>>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>>>
>>>>
>>>>
>>>>
>>>>
>>>-------------------------------------------------------
>>>This SF.Net email is sponsored by Yahoo.
>>>Introducing Yahoo! Search Developer Network - Create apps
>>>
>>>
>>using Yahoo!
>>
>>
>>>Search APIs Find out how you can build Yahoo! directly into your own
>>>Applications - visit
>>>
>>>
>>http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
>>
>>
>>>_______________________________________________
>>>netcomics-devel mailing list
>>>net...@li...
>>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>>
>>>
>>>
>>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by Yahoo.
>>Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
>>Search APIs Find out how you can build Yahoo! directly into your own
>>Applications - visit
>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
>>_______________________________________________
>>netcomics-devel mailing list
>>net...@li...
>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>
>>
>>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Yahoo.
>Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
>Search APIs Find out how you can build Yahoo! directly into your own
>Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
>_______________________________________________
>netcomics-devel mailing list
>net...@li...
>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>
>
|
|
From: Hochstedler, B. \(GE Healthcare\) <ben...@me...> - 2005-06-03 15:50:25
|
Clint,
No, it would be best to not merge it in. There are
some comics out there where each panel is rendered as
its own image file, and for those, it's nice to have
the panels build up side-by-side. I don't know which
comics did that (it's been a few years) or even if they
still do it today.
You could make it a configurable option, but the best
design would be for each specific comic to have an
attribute that specifies if multiple images should
be in separate rows when rendered on screen. Feel
free to take that on, but without looking at the code
(again it's been a while), I'm guessing it's not
designed to facilitate meta-data like that to be
passed into the theme, let alone the HTML page
generator.
-Ben
> -----Original Message-----
> From: net...@li...
> [mailto:net...@li...]On Behalf Of Clint
> Olson
> Sent: Thursday, June 02, 2005 4:25 PM
> To: net...@li...
> Subject: Re: [netcomics-devel] Line breaks for multiple images?
>=20
>=20
> Cool, I got it... amazing what a difference one 's' can make. Do you=20
> think I should merge the test theme with Default? All I=20
> really changed=20
> (besides the name) was to add one <BR /> to the Body Element=20
> definition. You can see exactly what I modified below.
>=20
> Apparently, the only effect the extra <BR /> has is to make=20
> it so that=20
> successive images are displayed vertically, rather than=20
> horizontally. =20
> It doesn't show up when you only have one image per day.
>=20
> Let me know!
>=20
> Clint Olson
> clintcompute at olsonnetwork dot com
>=20
> [oleclint@repository Themes]$ diff Default.pm Test.pm
> 17,18c17,18
> < package Netcomics::HTML::Themes::Default;
> < use vars '@ISA'; @ISA =3D ("Netcomics::HTML::Theme");
> ---
> > package Netcomics::HTML::Themes::Test;
> > use vars '@ISA'; @ISA =3D ("Netcomics::HTML::Themes::Default");
> 66c66
> < <A HREF=3D"<COMIC_FILE>"><IMG BORDER=3D0 SRC=3D"<COMIC_FILE>" =
<SIZE>></A>
> ---
> > <A HREF=3D"<COMIC_FILE>"><IMG BORDER=3D0 SRC=3D"<COMIC_FILE>"=20
> <SIZE>></A><BR />
> 117c117
> < $name =3D "Default" unless defined $name;
> ---
> > $name =3D "Test" unless defined $name;
>=20
>=20
> Hochstedler, Ben (GE Healthcare) wrote:
>=20
> >Clint,
> >
> >You may need to add it to Makefile.PL & MANIFEST.
> >I'm sure you probably added the file into the same
> >directory in which the other themes are actually
> >installed on your system. You could check to make
> >sure that you don't have multiple directories on
> >your system that contain themes and make sure you
> >selected the right one.
> >
> >You could also try updating the html_themes_dir
> >var in your netcomicsrc and put your custom theme
> >in its own dir.
> >
> >-Ben
> >
> > =20
> >
> >>-----Original Message-----
> >>From: net...@li...
> >>[mailto:net...@li...]On=20
> Behalf Of Clint
> >>Olson
> >>Sent: Thursday, June 02, 2005 12:30 PM
> >>To: net...@li...
> >>Subject: Re: [netcomics-devel] Line breaks for multiple images?
> >>
> >>
> >>Ok, I think I found what I need to change -- the theme. =20
> >>However, I've=20
> >>run into another difficulty. I'm trying to make a copy of=20
> >>the Default=20
> >>theme called Test.pm with my changes in it. I've changed=20
> the module=20
> >>name at the top of the file and the $name variable in the 'new'=20
> >>function. However, when I run netcomics and try to get it=20
> to use the=20
> >>new theme, it tells me:
> >>
> >>The specified theme does not exist: Test.
> >>Valid themes: CleanRound NoStatus Default CleanRoundImbedCaption=20
> >>OldSchool Test
> >>
> >>Which seems slightly odd. Is there somewhere else I need to=20
> >>change to=20
> >>make it recognize the new theme?
> >>
> >>Clint Olson
> >>clintcompute at olsonnetwork dot com
> >>
> >>
> >>Clint Olson wrote:
> >>
> >> =20
> >>
> >>>Hi guys!
> >>> Hey, I recently got into Schlock Mercenary=20
> >>>(http://www.schlockmercenary.com/), a Keenspot comic which=20
> >>> =20
> >>>
> >>consists of=20
> >> =20
> >>
> >>>a single image on weekdays, and multiple images on Sundays (see=20
> >>>http://www.schlockmercenary.com/d/20050529.html for an=20
> >>> =20
> >>>
> >>example). When=20
> >> =20
> >>
> >>>I archive Sundays with netcomics, however, the multiple images are=20
> >>>shown on the generated HTML page in a long horizontal line, with=20
> >>>nothing between them. While this works, it would be really=20
> >>> =20
> >>>
> >>nice to be=20
> >> =20
> >>
> >>>able to make netcomics insert a <br> in between each=20
> >>> =20
> >>>
> >>consecutive image=20
> >> =20
> >>
> >>>for a given day. However, I'm not quite sure what area of=20
> >>> =20
> >>>
> >>netcomics I=20
> >> =20
> >>
> >>>would need to change to write in this behaviour. Does=20
> anybody know=20
> >>>where I should look?
> >>>
> >>>Clint Olson
> >>>clintcompute at olsonnetwork dot com
> >>>
> >>>
> >>>
> >>>-------------------------------------------------------
> >>>This SF.Net email is sponsored by Yahoo.
> >>>Introducing Yahoo! Search Developer Network - Create apps=20
> >>> =20
> >>>
> >>using Yahoo!
> >> =20
> >>
> >>>Search APIs Find out how you can build Yahoo! directly=20
> into your own
> >>>Applications - visit=20
> >>>http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005
> >>>_______________________________________________
> >>>netcomics-devel mailing list
> >>>net...@li...
> >>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
> >>> =20
> >>>
> >>
> >>
> >>
> >>-------------------------------------------------------
> >>This SF.Net email is sponsored by Yahoo.
> >>Introducing Yahoo! Search Developer Network - Create apps=20
> using Yahoo!
> >>Search APIs Find out how you can build Yahoo! directly into your own
> >>Applications - visit=20
> >>http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005
> >>_______________________________________________
> >>netcomics-devel mailing list
> >>net...@li...
> >>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
> >>
> >> =20
> >>
> >
> >
> >-------------------------------------------------------
> >This SF.Net email is sponsored by Yahoo.
> >Introducing Yahoo! Search Developer Network - Create apps=20
> using Yahoo!
> >Search APIs Find out how you can build Yahoo! directly into your own
> >Applications - visit=20
> http://developer.yahoo.net/?fr=3Dfad-ysdn-ostg-q22005
> >_______________________________________________
> >netcomics-devel mailing list
> >net...@li...
> >https://lists.sourceforge.net/lists/listinfo/netcomics-devel
> > =20
> >
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit=20
> http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005
> _______________________________________________
> netcomics-devel mailing list
> net...@li...
> https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>=20
|
|
From: Clint O. <cli...@ol...> - 2005-06-02 21:24:46
|
Cool, I got it... amazing what a difference one 's' can make. Do you
think I should merge the test theme with Default? All I really changed
(besides the name) was to add one <BR /> to the Body Element
definition. You can see exactly what I modified below.
Apparently, the only effect the extra <BR /> has is to make it so that
successive images are displayed vertically, rather than horizontally.
It doesn't show up when you only have one image per day.
Let me know!
Clint Olson
clintcompute at olsonnetwork dot com
[oleclint@repository Themes]$ diff Default.pm Test.pm
17,18c17,18
< package Netcomics::HTML::Themes::Default;
< use vars '@ISA'; @ISA = ("Netcomics::HTML::Theme");
---
> package Netcomics::HTML::Themes::Test;
> use vars '@ISA'; @ISA = ("Netcomics::HTML::Themes::Default");
66c66
< <A HREF="<COMIC_FILE>"><IMG BORDER=0 SRC="<COMIC_FILE>" <SIZE>></A>
---
> <A HREF="<COMIC_FILE>"><IMG BORDER=0 SRC="<COMIC_FILE>" <SIZE>></A><BR />
117c117
< $name = "Default" unless defined $name;
---
> $name = "Test" unless defined $name;
Hochstedler, Ben (GE Healthcare) wrote:
>Clint,
>
>You may need to add it to Makefile.PL & MANIFEST.
>I'm sure you probably added the file into the same
>directory in which the other themes are actually
>installed on your system. You could check to make
>sure that you don't have multiple directories on
>your system that contain themes and make sure you
>selected the right one.
>
>You could also try updating the html_themes_dir
>var in your netcomicsrc and put your custom theme
>in its own dir.
>
>-Ben
>
>
>
>>-----Original Message-----
>>From: net...@li...
>>[mailto:net...@li...]On Behalf Of Clint
>>Olson
>>Sent: Thursday, June 02, 2005 12:30 PM
>>To: net...@li...
>>Subject: Re: [netcomics-devel] Line breaks for multiple images?
>>
>>
>>Ok, I think I found what I need to change -- the theme.
>>However, I've
>>run into another difficulty. I'm trying to make a copy of
>>the Default
>>theme called Test.pm with my changes in it. I've changed the module
>>name at the top of the file and the $name variable in the 'new'
>>function. However, when I run netcomics and try to get it to use the
>>new theme, it tells me:
>>
>>The specified theme does not exist: Test.
>>Valid themes: CleanRound NoStatus Default CleanRoundImbedCaption
>>OldSchool Test
>>
>>Which seems slightly odd. Is there somewhere else I need to
>>change to
>>make it recognize the new theme?
>>
>>Clint Olson
>>clintcompute at olsonnetwork dot com
>>
>>
>>Clint Olson wrote:
>>
>>
>>
>>>Hi guys!
>>> Hey, I recently got into Schlock Mercenary
>>>(http://www.schlockmercenary.com/), a Keenspot comic which
>>>
>>>
>>consists of
>>
>>
>>>a single image on weekdays, and multiple images on Sundays (see
>>>http://www.schlockmercenary.com/d/20050529.html for an
>>>
>>>
>>example). When
>>
>>
>>>I archive Sundays with netcomics, however, the multiple images are
>>>shown on the generated HTML page in a long horizontal line, with
>>>nothing between them. While this works, it would be really
>>>
>>>
>>nice to be
>>
>>
>>>able to make netcomics insert a <br> in between each
>>>
>>>
>>consecutive image
>>
>>
>>>for a given day. However, I'm not quite sure what area of
>>>
>>>
>>netcomics I
>>
>>
>>>would need to change to write in this behaviour. Does anybody know
>>>where I should look?
>>>
>>>Clint Olson
>>>clintcompute at olsonnetwork dot com
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.Net email is sponsored by Yahoo.
>>>Introducing Yahoo! Search Developer Network - Create apps
>>>
>>>
>>using Yahoo!
>>
>>
>>>Search APIs Find out how you can build Yahoo! directly into your own
>>>Applications - visit
>>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
>>>_______________________________________________
>>>netcomics-devel mailing list
>>>net...@li...
>>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>>
>>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by Yahoo.
>>Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
>>Search APIs Find out how you can build Yahoo! directly into your own
>>Applications - visit
>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
>>_______________________________________________
>>netcomics-devel mailing list
>>net...@li...
>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>>
>>
>>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Yahoo.
>Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
>Search APIs Find out how you can build Yahoo! directly into your own
>Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
>_______________________________________________
>netcomics-devel mailing list
>net...@li...
>https://lists.sourceforge.net/lists/listinfo/netcomics-devel
>
>
|
|
From: Hochstedler, B. \(GE Healthcare\) <ben...@me...> - 2005-06-02 19:32:22
|
Clint, You may need to add it to Makefile.PL & MANIFEST. I'm sure you probably added the file into the same directory in which the other themes are actually installed on your system. You could check to make sure that you don't have multiple directories on your system that contain themes and make sure you selected the right one. You could also try updating the html_themes_dir var in your netcomicsrc and put your custom theme in its own dir. -Ben > -----Original Message----- > From: net...@li... > [mailto:net...@li...]On Behalf Of Clint > Olson > Sent: Thursday, June 02, 2005 12:30 PM > To: net...@li... > Subject: Re: [netcomics-devel] Line breaks for multiple images? >=20 >=20 > Ok, I think I found what I need to change -- the theme. =20 > However, I've=20 > run into another difficulty. I'm trying to make a copy of=20 > the Default=20 > theme called Test.pm with my changes in it. I've changed the module=20 > name at the top of the file and the $name variable in the 'new'=20 > function. However, when I run netcomics and try to get it to use the=20 > new theme, it tells me: >=20 > The specified theme does not exist: Test. > Valid themes: CleanRound NoStatus Default CleanRoundImbedCaption=20 > OldSchool Test >=20 > Which seems slightly odd. Is there somewhere else I need to=20 > change to=20 > make it recognize the new theme? >=20 > Clint Olson > clintcompute at olsonnetwork dot com >=20 >=20 > Clint Olson wrote: >=20 > > Hi guys! > > Hey, I recently got into Schlock Mercenary=20 > > (http://www.schlockmercenary.com/), a Keenspot comic which=20 > consists of=20 > > a single image on weekdays, and multiple images on Sundays (see=20 > > http://www.schlockmercenary.com/d/20050529.html for an=20 > example). When=20 > > I archive Sundays with netcomics, however, the multiple images are=20 > > shown on the generated HTML page in a long horizontal line, with=20 > > nothing between them. While this works, it would be really=20 > nice to be=20 > > able to make netcomics insert a <br> in between each=20 > consecutive image=20 > > for a given day. However, I'm not quite sure what area of=20 > netcomics I=20 > > would need to change to write in this behaviour. Does anybody know=20 > > where I should look? > > > > Clint Olson > > clintcompute at olsonnetwork dot com > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Yahoo. > > Introducing Yahoo! Search Developer Network - Create apps=20 > using Yahoo! > > Search APIs Find out how you can build Yahoo! directly into your own > > Applications - visit=20 > > http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 > > _______________________________________________ > > netcomics-devel mailing list > > net...@li... > > https://lists.sourceforge.net/lists/listinfo/netcomics-devel >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit=20 > http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel >=20 |
|
From: Clint O. <cli...@ol...> - 2005-06-02 17:30:23
|
Ok, I think I found what I need to change -- the theme. However, I've run into another difficulty. I'm trying to make a copy of the Default theme called Test.pm with my changes in it. I've changed the module name at the top of the file and the $name variable in the 'new' function. However, when I run netcomics and try to get it to use the new theme, it tells me: The specified theme does not exist: Test. Valid themes: CleanRound NoStatus Default CleanRoundImbedCaption OldSchool Test Which seems slightly odd. Is there somewhere else I need to change to make it recognize the new theme? Clint Olson clintcompute at olsonnetwork dot com Clint Olson wrote: > Hi guys! > Hey, I recently got into Schlock Mercenary > (http://www.schlockmercenary.com/), a Keenspot comic which consists of > a single image on weekdays, and multiple images on Sundays (see > http://www.schlockmercenary.com/d/20050529.html for an example). When > I archive Sundays with netcomics, however, the multiple images are > shown on the generated HTML page in a long horizontal line, with > nothing between them. While this works, it would be really nice to be > able to make netcomics insert a <br> in between each consecutive image > for a given day. However, I'm not quite sure what area of netcomics I > would need to change to write in this behaviour. Does anybody know > where I should look? > > Clint Olson > clintcompute at olsonnetwork dot com > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel |
|
From: Clint O. <cli...@ol...> - 2005-06-02 16:47:21
|
Hi guys! Hey, I recently got into Schlock Mercenary (http://www.schlockmercenary.com/), a Keenspot comic which consists of a single image on weekdays, and multiple images on Sundays (see http://www.schlockmercenary.com/d/20050529.html for an example). When I archive Sundays with netcomics, however, the multiple images are shown on the generated HTML page in a long horizontal line, with nothing between them. While this works, it would be really nice to be able to make netcomics insert a <br> in between each consecutive image for a given day. However, I'm not quite sure what area of netcomics I would need to change to write in this behaviour. Does anybody know where I should look? Clint Olson clintcompute at olsonnetwork dot com |
|
From: Sven H. <ha...@ds...> - 2005-04-21 09:12:59
|
Um 15:44 Uhr am 21.04.05 schrieb Eddy Corbett: > I believe that the function 'fae' is incorrect in the > 'lib/unitedmedia' file. The last argument ($func) that is passed to > the function 'unitedmedia' should be 'fae', not 'franknernest'. The > following patch fixes the warning for me. Feel free to apply... Thanks, applied. Gr=FC=DFe, Sven. --=20 Sven Hartge -- professioneller Unix-Geek Meine Gedanken im Netz: http://sven.formvision.de/blog/ |
|
From: Eddy C. <eco...@gm...> - 2005-04-21 05:44:35
|
Hi Netcomics developers,
When I retrieve the comic Frank and Ernest I receive the following
Perl warning relating to the file 'lib/unitedmedia':
Use of uninitialized value in addition (+) at [my-path]/unitedmedia line 2=
0.
I believe that the function 'fae' is incorrect in the
'lib/unitedmedia' file. The last argument ($func) that is passed to
the function 'unitedmedia' should be 'fae', not 'franknernest'. The
following patch fixes the warning for me. Feel free to apply...
********** start of diff **********
--- unitedmedia.1.14 2005-04-21 13:54:08.000000000 +1000
+++ unitedmedia 2005-04-21 14:37:12.000000000 +1000
@@ -122,7 +122,7 @@
sub fae {
return unitedmedia(shift(@_), "Frank and Ernest",
"Bob Thaves","comics","franknernest",
- [725,400],[600,200],"franknernest");
+ [725,400],[600,200],"fae");
}
# Grand Avenue
********** end of diff **********
Regards,
Eddy Corbett.
|
|
From: Chris H. <ho...@re...> - 2005-02-25 06:07:51
|
: site a particular cookie. Any idea if this is even feasible? I don't
: know enough about the libwww-perl library to know where to start. I
: know that both wget and curl support cookies, at least from a
: Netscape-style cookies.txt. Any comments?
Adding an option to support cookies should be fairly straight forward.
LWP can handle cookies; When the LWP::UserAgent object is constructed,
you can specify an HTTP::Cookie object. the default class uses a
proprietary format, but the LWP package comes standard with
HTTP::Cookies::Netscape which supports the more traditional file people
are used to (there's also a seperate HTTP::Cookies::Mozilla available, but
i'm not sure what the differenes are)
making the change to Netcomics::Factory to construct a new cookie object
and pass it to the $ua object should be fairly easy (search 'perldoc
LWP::UserAgent' for 'cookie_jar'). the hard part is deciding wether you
wnat to support multiple file formats or not.
Netcomics::ExternalUserAgent contains the wget command line used if the
person doesn't have LWP installed. you can add the neccessary options
there.
--
-------------------------------------------------------------------
"Oh, you're a tricky one." Chris M Hostetter
-- Trisha Weir ho...@re...
|
|
From: Clint O. <cli...@ol...> - 2005-02-25 03:14:22
|
Hi guys! Hey, I've got another thing I'd like to get working on netcomics... cookie support. For instance, you can sign up for a free "member account" at mycomicspage.com and download from their entire archive rather than just the last two weeks, but it requires that you pass the site a particular cookie. Any idea if this is even feasible? I don't know enough about the libwww-perl library to know where to start. I know that both wget and curl support cookies, at least from a Netscape-style cookies.txt. Any comments? Clint Olson SF.net user coandco |
|
From: Chris H. <ho...@re...> - 2004-08-20 18:27:52
|
: Done and done. Frank and Ernest works now.
BTW: Clint, welcome to the project.
Your recent flurry of activity is much appreciated.
I'm now itching to get back into the swing of things clean up a few of the
modules on my personal todo list (once work stops being so damn demanding
that is).
--
-------------------------------------------------------------------
"Oh, you're a tricky one." Chris M Hostetter
-- Trisha Weir ho...@re...
|
|
From: Clint O. <cli...@ol...> - 2004-08-20 17:30:34
|
Sven Hartge wrote: >Um 09:18 Uhr am 20.08.04 schrieb Clint Olson: > > > >>Should we just roll frankandernest into the comics.com definition, or >>leave it in a separate file? >> >> > >No, move it where it belongs. > >Note: If you remove or introduce modules you have to edit MANIFEST. > > Done and done. Frank and Ernest works now. Clint Olson SF.net user coandco |
|
From: Sven H. <ha...@ds...> - 2004-08-20 17:03:29
|
Um 09:18 Uhr am 20.08.04 schrieb Clint Olson: > Should we just roll frankandernest into the comics.com definition, or=20 > leave it in a separate file? No, move it where it belongs. Note: If you remove or introduce modules you have to edit MANIFEST. S=B0 |
|
From: Clint O. <cli...@ol...> - 2004-08-20 16:18:26
|
Hi! Hey, Frank & Ernest just moved all their comics from their site (www.frandandernest.com) to comics.com. As a result, the definition frankandernest no longer works, and need to be updated. My question is: Should we just roll frankandernest into the comics.com definition, or leave it in a separate file? Clint Olson SF.net user coandco |
|
From: Hochstedler, B. (M. GEMS-IT) <ben...@me...> - 2004-08-19 18:42:30
|
Clint, Sounds great. However, I really don't think many people would really need to be able to have the comic name be in the middle in a path. If you really want to do that, just be sure that if %comic isn't in the string that it just tacks the comic name on the end. -Ben > -----Original Message----- > From: net...@li... > [mailto:net...@li...]On Behalf Of Clint > Olson > Sent: Thursday, August 19, 2004 9:11 AM > To: net...@li... > Subject: [netcomics-devel] $user_archive_path > > > Hi! > Hey, just wanted to let y'all know that I've written and > committed the > $user_archive_path config option. It seems to work with any option I > throw at it. > > One thing I'm considering is adding a wildcard to the > $user_archive_path > specification to stand for the name. Right now, it just tacks on > "Comic_name/" to the end of whatever you have in the > variable. What I'd > like to do is have something like %comic in $user_archive_path which > would get replaced by the actual comic name. > > Right now, you can only have the comic name at the end: > "../archives/" always expands to "../archives/Comic_name/" > > With the new %comic wildcard, you would write that as: > "../archives/%comic/" which would expand to "../archives/Comic_name/" > > The advantage would be that you could put %comic anywhere in > the string, > not just at the end. > > Anyways, that's what I'm working on... Cheers! > > Clint Olson > SF.net user coandco > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel > |
|
From: Clint O. <cli...@ol...> - 2004-08-19 17:11:30
|
Hi! Hey, just wanted to let y'all know that I've written and committed the $user_archive_path config option. It seems to work with any option I throw at it. One thing I'm considering is adding a wildcard to the $user_archive_path specification to stand for the name. Right now, it just tacks on "Comic_name/" to the end of whatever you have in the variable. What I'd like to do is have something like %comic in $user_archive_path which would get replaced by the actual comic name. Right now, you can only have the comic name at the end: "../archives/" always expands to "../archives/Comic_name/" With the new %comic wildcard, you would write that as: "../archives/%comic/" which would expand to "../archives/Comic_name/" The advantage would be that you could put %comic anywhere in the string, not just at the end. Anyways, that's what I'm working on... Cheers! Clint Olson SF.net user coandco |
|
From: Clint O. <cli...@ol...> - 2004-08-13 20:52:18
|
Tested them, and they work for the past two weeks. Cheers! Clint Olson SF.net user coandco Hochstedler, Ben (MED, GEMS-IT) wrote: >Clint, > >Feel free to fix them in CVS. Just be sure to do a retreaval of at least 2 >weeks into the past to make sure they work for more than just today's comic. >& don't forget to update the ChangeLog! > >-Ben > > > >>-----Original Message----- >>From: net...@li... >>[mailto:net...@li...]On Behalf Of Clint >>Olson >>Sent: Friday, August 13, 2004 10:54 AM >>To: net...@li... >>Subject: Re: [netcomics-devel] Comics that are days behind >> >> >>Heh... just found out that all you have to do is set the $hof of the >>kingfeatures comic definition to 0, and they all work fine >>with getting >>today's comic. The same holds for unitedmedia and several >>others, they >>all work fine with the hof set to 0. Is there some compelling reason >>why we need to keep the comics in sync with what's currently >>available >>on the website, or can I just switch them all over and have >>them up to date? >> >>Clint Olson >>SF.net user coandco >> >>Clint Olson wrote: >> >> >> >>>Hi! >>> Hey, I was just playing around with the CVS version of >>> >>> >>netcomics some >> >> >>>more, and noticed that you had several comics (such as >>> >>> >>B.C., Pickles, >> >> >>>and Zits) listed as being behind. However, I've got them working >>>up-to-date in my personal installation (as I said, I >>> >>> >>rewrote several >> >> >>>of the definitions to break them free from the larger ones >>> >>> >>they were in). >> >> >>>For instance, one thing I did was to go to some alternate sources. >>>The Seattle Post-Intelligencer (seattlepi.nwsource.com) >>> >>> >>often has the >> >> >>>same comics as King Features, but up to date. On further >>>investigation, I discovered that they both use the same hosting >>>service, rbma.com, and that the hosting service always has current >>>comics, even if the sites that use it don't always serve up >>> >>> >>HTML pages >> >> >>>with those comics. >>> >>>With that in mind, would you like for me to change some of the King >>>Features comics over to the Seattle Post-Intelligencer so >>> >>> >>we can have >> >> >>>them be up-to-date? Especially with some of the political cartoons >>>like Mallard Fillmore that rely on current events, they're just not >>>the same when you read them two weeks old or whatever. >>> >>>Clint Olson >>>SF.net user coandco >>> >>> >>>------------------------------------------------------- >>>SF.Net email is sponsored by Shop4tech.com-Lowest price on >>> >>> >>Blank Media >> >> >>>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >>>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >>>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >>>_______________________________________________ >>>netcomics-devel mailing list >>>net...@li... >>>https://lists.sourceforge.net/lists/listinfo/netcomics-devel >>> >>> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >>_______________________________________________ >>netcomics-devel mailing list >>net...@li... >>https://lists.sourceforge.net/lists/listinfo/netcomics-devel >> >> >> > > >------------------------------------------------------- >SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >_______________________________________________ >netcomics-devel mailing list >net...@li... >https://lists.sourceforge.net/lists/listinfo/netcomics-devel > > |
|
From: Hochstedler, B. (M. GEMS-IT) <ben...@me...> - 2004-08-13 20:20:37
|
Clint, Feel free to fix them in CVS. Just be sure to do a retreaval of at least 2 weeks into the past to make sure they work for more than just today's comic. & don't forget to update the ChangeLog! -Ben > -----Original Message----- > From: net...@li... > [mailto:net...@li...]On Behalf Of Clint > Olson > Sent: Friday, August 13, 2004 10:54 AM > To: net...@li... > Subject: Re: [netcomics-devel] Comics that are days behind > > > Heh... just found out that all you have to do is set the $hof of the > kingfeatures comic definition to 0, and they all work fine > with getting > today's comic. The same holds for unitedmedia and several > others, they > all work fine with the hof set to 0. Is there some compelling reason > why we need to keep the comics in sync with what's currently > available > on the website, or can I just switch them all over and have > them up to date? > > Clint Olson > SF.net user coandco > > Clint Olson wrote: > > > Hi! > > Hey, I was just playing around with the CVS version of > netcomics some > > more, and noticed that you had several comics (such as > B.C., Pickles, > > and Zits) listed as being behind. However, I've got them working > > up-to-date in my personal installation (as I said, I > rewrote several > > of the definitions to break them free from the larger ones > they were in). > > > > For instance, one thing I did was to go to some alternate sources. > > The Seattle Post-Intelligencer (seattlepi.nwsource.com) > often has the > > same comics as King Features, but up to date. On further > > investigation, I discovered that they both use the same hosting > > service, rbma.com, and that the hosting service always has current > > comics, even if the sites that use it don't always serve up > HTML pages > > with those comics. > > > > With that in mind, would you like for me to change some of the King > > Features comics over to the Seattle Post-Intelligencer so > we can have > > them be up-to-date? Especially with some of the political cartoons > > like Mallard Fillmore that rely on current events, they're just not > > the same when you read them two weeks old or whatever. > > > > Clint Olson > > SF.net user coandco > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on > Blank Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > netcomics-devel mailing list > > net...@li... > > https://lists.sourceforge.net/lists/listinfo/netcomics-devel > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel > |
|
From: Sven H. <ha...@ds...> - 2004-08-13 19:45:43
|
Um 11:53 Uhr am 13.08.04 schrieb Clint Olson: > Is there some compelling reason why we need to keep the comics in sync=20 > with what's currently available on the website, Lack of knowledge to be able to do so. > or can I just switch them all over and have them up to=20 > date? I'd say: go ahead. S=B0 |
|
From: Clint O. <cli...@ol...> - 2004-08-13 18:54:04
|
Heh... just found out that all you have to do is set the $hof of the kingfeatures comic definition to 0, and they all work fine with getting today's comic. The same holds for unitedmedia and several others, they all work fine with the hof set to 0. Is there some compelling reason why we need to keep the comics in sync with what's currently available on the website, or can I just switch them all over and have them up to date? Clint Olson SF.net user coandco Clint Olson wrote: > Hi! > Hey, I was just playing around with the CVS version of netcomics some > more, and noticed that you had several comics (such as B.C., Pickles, > and Zits) listed as being behind. However, I've got them working > up-to-date in my personal installation (as I said, I rewrote several > of the definitions to break them free from the larger ones they were in). > > For instance, one thing I did was to go to some alternate sources. > The Seattle Post-Intelligencer (seattlepi.nwsource.com) often has the > same comics as King Features, but up to date. On further > investigation, I discovered that they both use the same hosting > service, rbma.com, and that the hosting service always has current > comics, even if the sites that use it don't always serve up HTML pages > with those comics. > > With that in mind, would you like for me to change some of the King > Features comics over to the Seattle Post-Intelligencer so we can have > them be up-to-date? Especially with some of the political cartoons > like Mallard Fillmore that rely on current events, they're just not > the same when you read them two weeks old or whatever. > > Clint Olson > SF.net user coandco > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel |