Displaying external content (ala inline frames)
Hi All, Does anyone know of a product for dsplaying external content in Zope? I am thinking of specifically something like an inline frame, where the document would show up (stripped of headers) inserted into a DTML Document / Method. I am getting ready to write one myself (I have some content on two different servers, and need to keep some specific parts of it on (cgi) a server with more power, but I want to keep it under the same URL). Right now I am using Frames, but I am not happy with that solution. Does anyone know of such a beast? Thanks, JP -- ============================================================================ JP Glutting, MPH Ph: 617-632-3824 Bioinformatics Fx: 617-632-3351 Department of Cancer Immunology and AIDS 44 Binney Street Dana-Farber Cancer Institute D1510A Email: John-Paul_Glutting@dfci.harvard.edu Boston, MA 02115 ============================================================================
I wrote a library for doing this inside of JSPs (Servlet Container independant) and pulling content from Zope, PHP, CGI or anything else with an external HTTP connection. I'm sure that it wouldn't be that hard to use Python to duplicate it. Just open an HTTP connection to the target and pull the content in as a file. ----- Original Message ----- From: "JP Glutting" <John-Paul_Glutting@dfci.harvard.edu> To: <zope@zope.org> Sent: Monday, April 01, 2002 10:36 AM Subject: [Zope] Displaying external content (ala inline frames)
Hi All,
Does anyone know of a product for dsplaying external content in Zope? I am thinking of specifically something like an inline frame, where the document would show up (stripped of headers) inserted into a DTML Document / Method. I am getting ready to write one myself (I have some content on two different servers, and need to keep some specific parts of it on (cgi) a server with more power, but I want to keep it under the same URL). Right now I am using Frames, but I am not happy with that solution.
Does anyone know of such a beast?
Thanks,
JP
--
============================================================================
JP Glutting, MPH Ph: 617-632-3824 Bioinformatics Fx: 617-632-3351 Department of Cancer Immunology and AIDS 44 Binney Street Dana-Farber Cancer Institute D1510A Email: John-Paul_Glutting@dfci.harvard.edu Boston, MA 02115
============================================================================
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tuesday 02 April 2002 01:55 am, Matt Gregory wrote:
I wrote a library for doing this inside of JSPs (Servlet Container independant) and pulling content from Zope, PHP, CGI or anything else with an external HTTP connection.
I'm sure that it wouldn't be that hard to use Python to duplicate it. Just open an HTTP connection to the target and pull the content in as a file.
----- Original Message ----- From: "JP Glutting" <John-Paul_Glutting@dfci.harvard.edu> To: <zope@zope.org> Sent: Monday, April 01, 2002 10:36 AM Subject: [Zope] Displaying external content (ala inline frames)
Hi All,
Does anyone know of a product for dsplaying external content in Zope? I am thinking of specifically something like an inline frame, where the document would show up (stripped of headers) inserted into a DTML Document / Method. I am getting ready to write one myself (I have some content on two different servers, and need to keep some specific parts of it on (cgi) a server with more power, but I want to keep it under the same URL). Right now I am using Frames, but I am not happy with that solution.
Does anyone know of such a beast?
check out KebasData http://www.zope.org/Members/kedai/KebasData it is rumoured that it does what it advertises :)
Thanks,
JP
--
=========================================================================== =
JP Glutting, MPH Ph: 617-632-3824 Bioinformatics Fx: 617-632-3351 Department of Cancer Immunology and AIDS 44 Binney Street Dana-Farber Cancer Institute D1510A Email: John-Paul_Glutting@dfci.harvard.edu Boston, MA 02115
=========================================================================== =
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
bak -
JP Glutting -
Matt Gregory