You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Paul A. H. <pa...@lo...> - 2004-11-08 04:22:35
|
On Mon, Nov 08, 2004 at 02:37:54PM +1030, Philip Roberts wrote: > Just ported the makefiles in my working copy. The changes weren't > as wide-ranging as I expected. I even added an html pattern rule. Great. Now I'm going to have to remember to type 'gmake'. Commit if you want to. :-) > One problem: the "all" target in the schema makefile isn't the > default target, because it's listed after the DTD targets. Is this > intentional? I usually like to make "all" the default target, and > this conventions seems to have been followed in the other makefiles. No, not intentional. Please move it. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-08 04:20:19
|
On Mon, Nov 08, 2004 at 11:53:47AM +1030, Philip Roberts wrote: > Maybe there should be an option to include the CSS directly instead > of importing it? Sounds fine. It would be nice if it was exactly the same resume.css (or other file---that reminds me, we ought to parameterise the name of the CSS file). You can certainly stick CSS in a HTML page, but I would need to look up the appropriate way to get it in there using XSL. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Philip R. <ph...@lo...> - 2004-11-08 04:08:08
|
Just ported the makefiles in my working copy. The changes weren't as wide-ranging as I expected. I even added an html pattern rule. One problem: the "all" target in the schema makefile isn't the default target, because it's listed after the DTD targets. Is this intentional? I usually like to make "all" the default target, and this conventions seems to have been followed in the other makefiles. -- Phil. |
From: Philip R. <ph...@lo...> - 2004-11-08 01:24:00
|
So far I think we're assuming the HTML resume would be presented on web page, where an external CSS link is the Right Thing. In the case where you're sending the HTML output to a prospective employer, you probably don't want to send them an accompanying CSS file. That is way too brittle. Maybe there should be an option to include the CSS directly instead of importing it? -- Phil. |