Re: [PHP] publishing php mysql website on cd-rom

2002-11-08 Thread Krzysztof Dziekiewicz
 My organization has a need to publish some of our web content on a CD-ROM.  I'm in 
search of suggestions on how to publish our dynamic content (php/mysql templates) in 
some sort of runtime
 configuration that would let users browse the site from cd.
 What's involved with this?  Is there such a thing as runtime mySQL?  What would it 
take to serve PHP from a CD?

In my opinion the best is to use something like wget -r in Linux.

-- 
Krzysztof Dziekiewicz


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread 1LT John W. Holmes
This is what you want: http://www.indigostar.com/microweb.htm

Allows you to run PHP and MySQL off of a CDROM. Never used it personnally,
though.

---John Holmes...

- Original Message -
From: ROBERT MCPEAK [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: GUY CHALK [EMAIL PROTECTED]
Sent: Wednesday, November 06, 2002 11:44 AM
Subject: [PHP] publishing php  mysql website on cd-rom


My organization has a need to publish some of our web content on a CD-ROM.
I'm in search of suggestions on how to publish our dynamic content
(php/mysql templates) in some sort of runtime configuration that would let
users browse the site from cd.

What's involved with this?  Is there such a thing as runtime mySQL?  What
would it take to serve PHP from a CD?

Help!  I don't know where to begin and am looking for advice.

Thanks,

Bob


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread Roger Lewis
Personally, I like the idea of a static site.  I have a dynamic,
database-driven site that handles documentation for an engineering project.
When the project is over, I would like to archive the entire site, including
the database and all document directories, onto a static, html-only, CD.
Has anyone done this?  Can it be done other than by separately displaying
and saving each page as an html page, and then manually creating the links?

Roger Lewis



On Wednesday, November 06, 2002 1:51 AM, BigDog replied
To: ROBERT MCPEAK

BD That is going to be very hard to do...you might want to look at doing it
BD all static...however, what are u going to do about the database
BD connections...

BD IMHO, i would take the php site and make it static and then put it on a
BD CD-ROM...it might be out of date, however, it might be the fastest way
BD for ya.

BD Do you want them to access your site from the CD-ROM pages?

BD You could create special pages on your site that the CD-ROM pages call.
BD But that would require the user of the disc to have internet access.

BD But running PHP from a cd-rom will probably not work unless you are
BD doing some commandline cgi stuff...and i dont even want to think how
BD that would work for ya...

BD i would probably do something where static html pages pull data from
BD your site...

BD HTH...


On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
 My organization has a need to publish some of our web content on a CD-ROM.
I'm in search of suggestions on how to publish our dynamic content
(php/mysql templates) in some sort of runtime configuration that would let
users browse the site from cd.

 What's involved with this?  Is there such a thing as runtime mySQL?  What
would it take to serve PHP from a CD?

 Help!  I don't know where to begin and am looking for advice.

 Thanks,

 Bob


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
--
.: B i g D o g :.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
This is where xml and xsl come in handy...you could have all the pages
outputed to xml format and then use xslt to transform to html.

Then you could do it all on the fly, and each month create a new cd with
all the html files...



On Thu, 2002-11-07 at 18:29, Roger Lewis wrote:
 Personally, I like the idea of a static site.  I have a dynamic,
 database-driven site that handles documentation for an engineering project.
 When the project is over, I would like to archive the entire site, including
 the database and all document directories, onto a static, html-only, CD.
 Has anyone done this?  Can it be done other than by separately displaying
 and saving each page as an html page, and then manually creating the links?
 
 Roger Lewis
 
 
 
 On Wednesday, November 06, 2002 1:51 AM, BigDog replied
 To: ROBERT MCPEAK
 
 BD That is going to be very hard to do...you might want to look at doing it
 BD all static...however, what are u going to do about the database
 BD connections...
 
 BD IMHO, i would take the php site and make it static and then put it on a
 BD CD-ROM...it might be out of date, however, it might be the fastest way
 BD for ya.
 
 BD Do you want them to access your site from the CD-ROM pages?
 
 BD You could create special pages on your site that the CD-ROM pages call.
 BD But that would require the user of the disc to have internet access.
 
 BD But running PHP from a cd-rom will probably not work unless you are
 BD doing some commandline cgi stuff...and i dont even want to think how
 BD that would work for ya...
 
 BD i would probably do something where static html pages pull data from
 BD your site...
 
 BD HTH...
 
 
 On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
  My organization has a need to publish some of our web content on a CD-ROM.
 I'm in search of suggestions on how to publish our dynamic content
 (php/mysql templates) in some sort of runtime configuration that would let
 users browse the site from cd.
 
  What's involved with this?  Is there such a thing as runtime mySQL?  What
 would it take to serve PHP from a CD?
 
  Help!  I don't know where to begin and am looking for advice.
 
  Thanks,
 
  Bob
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 --
 .: B i g D o g :.
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread Roger Lewis
This sounds pretty good, but I know absolutely nothing about xml or xsl.
Any literature, articles, links, or other resources you know of that could
point me in the right direction.  This would be worth researching.
Roger

-Original Message-
From: .: B i g D o g :. [mailto:bigdog;venticon.com]
Sent: Thursday, November 07, 2002 5:15 AM
To: Roger Lewis
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] publishing php  mysql website on cd-rom

This is where xml and xsl come in handy...you could have all the pages
outputed to xml format and then use xslt to transform to html.

Then you could do it all on the fly, and each month create a new cd with
all the html files...



On Thu, 2002-11-07 at 18:29, Roger Lewis wrote:
 Personally, I like the idea of a static site.  I have a dynamic,
 database-driven site that handles documentation for an engineering
project.
 When the project is over, I would like to archive the entire site,
including
 the database and all document directories, onto a static, html-only, CD.
 Has anyone done this?  Can it be done other than by separately displaying
 and saving each page as an html page, and then manually creating the
links?

 Roger Lewis



 On Wednesday, November 06, 2002 1:51 AM, BigDog replied
 To: ROBERT MCPEAK

 BD That is going to be very hard to do...you might want to look at doing
it
 BD all static...however, what are u going to do about the database
 BD connections...

 BD IMHO, i would take the php site and make it static and then put it on
a
 BD CD-ROM...it might be out of date, however, it might be the fastest way
 BD for ya.

 BD Do you want them to access your site from the CD-ROM pages?

 BD You could create special pages on your site that the CD-ROM pages
call.
 BD But that would require the user of the disc to have internet access.

 BD But running PHP from a cd-rom will probably not work unless you are
 BD doing some commandline cgi stuff...and i dont even want to think how
 BD that would work for ya...

 BD i would probably do something where static html pages pull data from
 BD your site...

 BD HTH...


 On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
  My organization has a need to publish some of our web content on a
CD-ROM.
 I'm in search of suggestions on how to publish our dynamic content
 (php/mysql templates) in some sort of runtime configuration that would
let
 users browse the site from cd.
 
  What's involved with this?  Is there such a thing as runtime mySQL?
What
 would it take to serve PHP from a CD?
 
  Help!  I don't know where to begin and am looking for advice.
 
  Thanks,
 
  Bob
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 --
 .: B i g D o g :.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
--
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
You can do a search on google for php and xml and xslt...i wrote a
series of articles on it at phpbeginner.com

http://www.phpbeginner.com/columns/ray/xml

that should get you started...



On Thu, 2002-11-07 at 22:26, Roger Lewis wrote:
 This sounds pretty good, but I know absolutely nothing about xml or xsl.
 Any literature, articles, links, or other resources you know of that could
 point me in the right direction.  This would be worth researching.
 Roger
 
 -Original Message-
 From: .: B i g D o g :. [mailto:bigdog;venticon.com]
 Sent: Thursday, November 07, 2002 5:15 AM
 To: Roger Lewis
 Cc: [EMAIL PROTECTED]
 Subject: RE: [PHP] publishing php  mysql website on cd-rom
 
 This is where xml and xsl come in handy...you could have all the pages
 outputed to xml format and then use xslt to transform to html.
 
 Then you could do it all on the fly, and each month create a new cd with
 all the html files...
 
 
 
 On Thu, 2002-11-07 at 18:29, Roger Lewis wrote:
  Personally, I like the idea of a static site.  I have a dynamic,
  database-driven site that handles documentation for an engineering
 project.
  When the project is over, I would like to archive the entire site,
 including
  the database and all document directories, onto a static, html-only, CD.
  Has anyone done this?  Can it be done other than by separately displaying
  and saving each page as an html page, and then manually creating the
 links?
 
  Roger Lewis
 
 
 
  On Wednesday, November 06, 2002 1:51 AM, BigDog replied
  To: ROBERT MCPEAK
 
  BD That is going to be very hard to do...you might want to look at doing
 it
  BD all static...however, what are u going to do about the database
  BD connections...
 
  BD IMHO, i would take the php site and make it static and then put it on
 a
  BD CD-ROM...it might be out of date, however, it might be the fastest way
  BD for ya.
 
  BD Do you want them to access your site from the CD-ROM pages?
 
  BD You could create special pages on your site that the CD-ROM pages
 call.
  BD But that would require the user of the disc to have internet access.
 
  BD But running PHP from a cd-rom will probably not work unless you are
  BD doing some commandline cgi stuff...and i dont even want to think how
  BD that would work for ya...
 
  BD i would probably do something where static html pages pull data from
  BD your site...
 
  BD HTH...
 
 
  On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
   My organization has a need to publish some of our web content on a
 CD-ROM.
  I'm in search of suggestions on how to publish our dynamic content
  (php/mysql templates) in some sort of runtime configuration that would
 let
  users browse the site from cd.
  
   What's involved with this?  Is there such a thing as runtime mySQL?
 What
  would it take to serve PHP from a CD?
  
   Help!  I don't know where to begin and am looking for advice.
  
   Thanks,
  
   Bob
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
  --
  .: B i g D o g :.
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 --
 .: B i g D o g :.
 
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread Marco Tabini
That would be a bit difficult--you would have licensing issues,
particularly with MySQL, unless you actually distribute the sources.

Would publishing all the files in static format be an option?
-- 

php|architect - The magazine for PHP Professionals
The first monthly worldwide  magazine dedicated to PHP programmer

Come visit us at http://www.phparch.com!


---BeginMessage---
My organization has a need to publish some of our web content on a CD-ROM.  I'm in 
search of suggestions on how to publish our dynamic content (php/mysql templates) in 
some sort of runtime configuration that would let users browse the site from cd.

What's involved with this?  Is there such a thing as runtime mySQL?  What would it 
take to serve PHP from a CD?

Help!  I don't know where to begin and am looking for advice.

Thanks,

Bob 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



---End Message---
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread .: B i g D o g :.
That is going to be very hard to do...you might want to look at doing it
all static...however, what are u going to do about the database
connections...

IMHO, i would take the php site and make it static and then put it on a
CD-ROM...it might be out of date, however, it might be the fastest way
for ya.

Do you want them to access your site from the CD-ROM pages?

You could create special pages on your site that the CD-ROM pages call. 
But that would require the user of the disc to have internet access.

But running PHP from a cd-rom will probably not work unless you are
doing some commandline cgi stuff...and i dont even want to think how
that would work for ya...

i would probably do something where static html pages pull data from
your site...

HTH...


On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
 My organization has a need to publish some of our web content on a CD-ROM.  I'm in 
search of suggestions on how to publish our dynamic content (php/mysql templates) in 
some sort of runtime configuration that would let users browse the site from cd.
 
 What's involved with this?  Is there such a thing as runtime mySQL?  What would it 
take to serve PHP from a CD?
 
 Help!  I don't know where to begin and am looking for advice.
 
 Thanks,
 
 Bob 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread John Wards
I dunno if its an old wives tail but I have heard that you can get 
apache/mysql and php running from a CD. You would of course need to turn off 
all logging etc.

Do a bit off google bashing.

John

On Wednesday 06 Nov 2002 9:50 am, .: B i g D o g :. wrote:
 That is going to be very hard to do...you might want to look at doing it
 all static...however, what are u going to do about the database
 connections...

 IMHO, i would take the php site and make it static and then put it on a
 CD-ROM...it might be out of date, however, it might be the fastest way
 for ya.

 Do you want them to access your site from the CD-ROM pages?

 You could create special pages on your site that the CD-ROM pages call.
 But that would require the user of the disc to have internet access.

 But running PHP from a cd-rom will probably not work unless you are
 doing some commandline cgi stuff...and i dont even want to think how
 that would work for ya...

 i would probably do something where static html pages pull data from
 your site...

 HTH...

 On Wed, 2002-11-06 at 16:44, ROBERT MCPEAK wrote:
  My organization has a need to publish some of our web content on a
  CD-ROM.  I'm in search of suggestions on how to publish our dynamic
  content (php/mysql templates) in some sort of runtime configuration
  that would let users browse the site from cd.
 
  What's involved with this?  Is there such a thing as runtime mySQL?  What
  would it take to serve PHP from a CD?
 
  Help!  I don't know where to begin and am looking for advice.
 
  Thanks,
 
  Bob
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread Maxim Maletsky
Theoretically it is possible, but fact stays - you won't ever make it
work well.

So, try to find an alternative for this. Usually, this choice is made by
the managers that know nothing about how webcontent works.


--
Maxim Maletsky
[EMAIL PROTECTED]



ROBERT MCPEAK [EMAIL PROTECTED] wrote... :

 My organization has a need to publish some of our web content on a CD-ROM.  I'm in 
search of suggestions on how to publish our dynamic content (php/mysql templates) in 
some sort of runtime configuration that would let users browse the site from cd.
 
 What's involved with this?  Is there such a thing as runtime mySQL?  What would it 
take to serve PHP from a CD?
 
 Help!  I don't know where to begin and am looking for advice.
 
 Thanks,
 
 Bob 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread ROBERT MCPEAK
It's a database site, containing thousands of records, similar to a products catalog 
like Amazon, for example.  Publishing as static pages is not a viable option, and 
would greatly limit the search functionality.  

There must be a way to do this!  Thanks for all the feedback.

 Maxim Maletsky [EMAIL PROTECTED] 11/06/02 12:10PM 
Theoretically it is possible, but fact stays - you won't ever make it
work well.

So, try to find an alternative for this. Usually, this choice is made by
the managers that know nothing about how webcontent works.


--
Maxim Maletsky
[EMAIL PROTECTED] 



ROBERT MCPEAK [EMAIL PROTECTED] wrote... :

 My organization has a need to publish some of our web content on a CD-ROM.  I'm in 
search of suggestions on how to publish our dynamic content (php/mysql templates) in 
some sort of runtime configuration that would let users browse the site from cd.
 
 What's involved with this?  Is there such a thing as runtime mySQL?  What would it 
take to serve PHP from a CD?
 
 Help!  I don't know where to begin and am looking for advice.
 
 Thanks,
 
 Bob 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread John Wards
Thinking about this more

A U.K. based electronics company has a CD which is Databse driven. It is
compleatly searchable etc

I think its either RS or Maplin.or it might be someone else ;-) but its a
company like them..

John
- Original Message -
From: ROBERT MCPEAK [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: GUY CHALK [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, November 06, 2002 6:23 PM
Subject: Re: [PHP] publishing php  mysql website on cd-rom


 It's a database site, containing thousands of records, similar to a
products catalog like Amazon, for example.  Publishing as static pages is
not a viable option, and would greatly limit the search functionality.

 There must be a way to do this!  Thanks for all the feedback.

  Maxim Maletsky [EMAIL PROTECTED] 11/06/02 12:10PM 
 Theoretically it is possible, but fact stays - you won't ever make it
 work well.

 So, try to find an alternative for this. Usually, this choice is made by
 the managers that know nothing about how webcontent works.


 --
 Maxim Maletsky
 [EMAIL PROTECTED]



 ROBERT MCPEAK [EMAIL PROTECTED] wrote... :

  My organization has a need to publish some of our web content on a
CD-ROM.  I'm in search of suggestions on how to publish our dynamic content
(php/mysql templates) in some sort of runtime configuration that would let
users browse the site from cd.
 
  What's involved with this?  Is there such a thing as runtime mySQL?
What would it take to serve PHP from a CD?
 
  Help!  I don't know where to begin and am looking for advice.
 
  Thanks,
 
  Bob
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php