Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 06:50 PM
JR
Guest
 
Posts: n/a
Default Alternatives to Server Side Include Files when building a site on a CD

Hello - I'm definitely in need of a bit of expertise. I'm trying to
take a website that uses Server Side Include (SSI) code and put it
onto a CD ROM so that people w/out internet access can view the site
as they normally would by browsing the CD. Ideally, this CD can be
give as a leave-behind, so I don't want to have to worry about the
user's system configurations; just whether or not they have a CDROM
drive or not. Has anyone had any success w/ anything like this?
Perhaps using a different code method instead of SSI? Any
help/insights would be much appreciated!

Thanks!

JR
  #2  
Old July 20th, 2005, 06:50 PM
Andrew Urquhart
Guest
 
Posts: n/a
Default Re: Alternatives to Server Side Include Files when building a site on a CD

"JR" <jprafferty@hotmail.com> wrote in message
news:59e7103e.0402270714.2d44492e@posting.google.c om...[color=blue]
> Hello - I'm definitely in need of a bit of expertise. I'm trying to
> take a website that uses Server Side Include (SSI) code and put it
> onto a CD ROM so that people w/out internet access can view the site
> as they normally would by browsing the CD. Ideally, this CD can be
> give as a leave-behind, so I don't want to have to worry about the
> user's system configurations; just whether or not they have a CDROM
> drive or not. Has anyone had any success w/ anything like this?
> Perhaps using a different code method instead of SSI? Any
> help/insights would be much appreciated![/color]


The webpages on the CD will need to be 'flat', that is to say that there
can be no processing at all including SSI, unless you restrict the
content to those users with a javascript capability and I don't
recommend that at all.

I suggest you write a script to pull down generated pages off of your
live webserver, convert all 'internal' URIs to use relative paths
without specifying drive letters or mount paths etc., then save each
page to your machine plus all externally referenced objects such as
images and css files. If you get it right you'll create a static mirror
of your website that you can burn to CD. Instead of having to maintain 2
different formats of website you maintain one and write a tool to create
the other automagically, it's tricky in the short-term but pays off in
the long-term.

Alternatively there may be freeware or commercial tools that will do
exactly what you need, but I've never used one and wouldn't know what to
recommend.
--
Andrew Urquhart
Reply: http://www.andrewu.co.uk/about/conta...ct=Re%3A+ciwah


  #3  
Old July 20th, 2005, 06:50 PM
Dave Patton
Guest
 
Posts: n/a
Default Re: Alternatives to Server Side Include Files when building a site on a CD

jprafferty@hotmail.com (JR) wrote in
news:59e7103e.0402270714.2d44492e@posting.google.c om:
[color=blue]
> Hello - I'm definitely in need of a bit of expertise. I'm trying to
> take a website that uses Server Side Include (SSI) code and put it
> onto a CD ROM so that people w/out internet access can view the site
> as they normally would by browsing the CD. Ideally, this CD can be
> give as a leave-behind, so I don't want to have to worry about the
> user's system configurations; just whether or not they have a CDROM
> drive or not. Has anyone had any success w/ anything like this?
> Perhaps using a different code method instead of SSI? Any
> help/insights would be much appreciated!
>
> Thanks!
>
> JR[/color]

You could use software such as HTTrack to copy your website
to your hard drive, then copy that to the CDROM:
http://www.httrack.com/

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles