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 0c5985ae03
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 years ago
..
CMakeLists.txt Revert commit 1d498994 10 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 Additional k => tde renaming and fixes 11 years ago
tdemultipart.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdemultipart.h Rename common header files for consistency with class renaming 11 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.