You can not 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 ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Rename KHTML and kiobuffer 11 years ago
tdemultipart.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
tdemultipart.desktop Desktop file translations: 4 years ago
tdemultipart.h Replace Q_OBJECT with TQ_OBJECT 9 months 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.