Re: [Webware-devel] Stylesheet propagation

2005-09-10 Thread Jason Hildebrand
Hi Chuck,

I don't think Christoph was suggesting using symlinks in the filesystem, just
to use relative references in the HTML like so:

   link rel=stylesheet type=text/css href=../../Doc/styles.css

peace,
Jason

On Fri, 2005-09-09 at 19:07 -0700, Chuck Esterbrook wrote:
 On 9/9/05, Christoph Zwerschke [EMAIL PROTECTED] wrote:
  Chuck Esterbrook wrote:
   Agreed, but...
  
   Microsoft Windows.
 
  Hm, what's the problem with Microsoft Windows?
  I mean, except Microsoft Windows itself.

 It doesn't have links like the posix/unix file system does. (Windows
 has a poor substitute with .lnk files, but those are only interpreted
 in key places like the File Explorer.)

 You could use links on the posix side, but you would still have to use
 copy for Windows. So when I built this way back when, I just went with
 copy.

 Life would certainly be easier if Windows had links like Mac and
 Linux, and if Linux was case insensitive like Windows and Mac...

 -Chuck


 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 Webware-devel mailing list
 Webware-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/webware-devel
--
Jason D. Hildebrand
T: 204 775 1212
E: [EMAIL PROTECTED]



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel


Re: [Webware-devel] Stylesheet propagation

2005-09-10 Thread Christoph Zwerschke

Jason Hildebrand wrote:

I don't think Christoph was suggesting using symlinks in the filesystem, just
to use relative references in the HTML like so:

   link rel=stylesheet type=text/css href=../../Doc/styles.css


Yes, I was talking about that. I didn't want to set any links in the 
filesystem.


-- Christoph


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel


[Webware-devel] Stylesheet propagation

2005-09-09 Thread Christoph Zwerschke
The Webware installer copies the stylesheet in the top level Docs folder 
to the Docs folder of all subpackages. Does anything speak against 
removing that propagation and using relative links pointing to the top 
folder instead? This would make the doco and doco creation process a bit 
simpler and clearer.


-- Christoph


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel


Re: [Webware-devel] Stylesheet propagation

2005-09-09 Thread Chuck Esterbrook
On 9/9/05, Christoph Zwerschke [EMAIL PROTECTED] wrote:
 The Webware installer copies the stylesheet in the top level Docs folder
 to the Docs folder of all subpackages. Does anything speak against
 removing that propagation and using relative links pointing to the top
 folder instead? This would make the doco and doco creation process a bit
 simpler and clearer.

Agreed, but...

Microsoft Windows.


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel


Re: [Webware-devel] Stylesheet propagation

2005-09-09 Thread Christoph Zwerschke

Chuck Esterbrook wrote:

Agreed, but...

Microsoft Windows.


Hm, what's the problem with Microsoft Windows?
I mean, except Microsoft Windows itself.

-- Christoph


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel


Re: [Webware-devel] Stylesheet propagation

2005-09-09 Thread Chuck Esterbrook
On 9/9/05, Christoph Zwerschke [EMAIL PROTECTED] wrote:
 Chuck Esterbrook wrote:
  Agreed, but...
 
  Microsoft Windows.
 
 Hm, what's the problem with Microsoft Windows?
 I mean, except Microsoft Windows itself.

It doesn't have links like the posix/unix file system does. (Windows
has a poor substitute with .lnk files, but those are only interpreted
in key places like the File Explorer.)

You could use links on the posix side, but you would still have to use
copy for Windows. So when I built this way back when, I just went with
copy.

Life would certainly be easier if Windows had links like Mac and
Linux, and if Linux was case insensitive like Windows and Mac...

-Chuck


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel