You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdehtml/tdemultipart
Michele Calgaro cfe383b062
Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}.
A dummy kinstance.h has been temporarily added to keep other apps
building while the replacement is completed across all TDE code base.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 week ago
..
CMakeLists.txt Simplify CMake rules for desktop file translations. 5 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 7 years ago
README Rename KHTML and kiobuffer 13 years ago
tdemultipart.cpp Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. 1 week ago
tdemultipart.desktop Desktop file translations: 5 years ago
tdemultipart.h Replace Q_OBJECT with TQ_OBJECT 2 years ago

README

KMultiPart implements "server push" for TDEHTML/Konqueror:
it handles the multipart/mixed and multipart/x-mixed-replace
mimetype, embedding the appropriate component (part).

Documentation at http://www.netscape.com/assist/net_sites/pushpull.html

Typical real-world uses: webchats, webcams...

Testcases:
  http://stein.cshl.org/WWW/software/CGI/examples/

TODO:
* Use the new streaming API of KParts to pipe data into the part,
the current code does that for TDEHTML only.
* Change TDEHTML so that it embeds KMultiPart for images which send multipart/x-mixed-replace
data.