winix/winixd
Tomasz Sowa f7b5ac0dc8 change the way how winix answer is created
Now we can return ezc content and models serialized in the same json structure,
Xml and Csv are not implemented yet.
Ezc frames are returned in 'ezc_frames' field.
Main ezc stream is returned in 'main_stream' field.
Frame url parameter can take more than one frame (names separated by commas).
Honor Accept http header (AcceptParser).

Samples:
--------
http://domain.tld/dir/controller
returns html answer from the main ezc stream

http://domain.tld/dir/controller/container:raw
returns html answer from the main ezc stream (the same as above)

http://domain.tld/dir/controller/frame:abc
returns "abc" frame as html

http://domain.tld/dir/controller/container:json
returns all serialized models to json and no ezc streams

http://domain.tld/dir/controller/container:xml
returns all serialized models to xml and no ezc streams (not implemented yet)

http://domain.tld/dir/controller/container:json/frame:abc,xyz
returns all serialized models to json and two frames in 'ezc_frames' object

http://domain.tld/dir/controller/container:json/all_frames
returns all serialized models to json and all frames in 'ezc_frames' object

http://domain.tld/dir/controller/container:json/main_stream
returns all serialized models and the main ezc stream in 'main_stream' field

http://domain.tld/dir/controller/container:json/main_stream/all_frames
returns all serialized models to json, all frames and the main stream
2022-02-01 18:44:23 +01:00
..
core change the way how winix answer is created 2022-02-01 18:44:23 +01:00
db updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
etc set correct timetable dst for 'Sarajevo, Skopje, Warsaw, Zagreb' 2022-01-26 22:34:13 +01:00
functions change the way how winix answer is created 2022-02-01 18:44:23 +01:00
html htmx updated to 1.6.1 2021-12-08 15:19:35 +01:00
locale added a new item content type: markdown 2021-11-26 21:49:21 +01:00
main change the way how winix answer is created 2022-02-01 18:44:23 +01:00
models added a new item content type: markdown 2021-11-26 21:49:21 +01:00
notify changed the way how the request's answer is created, 2021-10-13 01:27:14 +02:00
plugins changed the way how the request's answer is created, 2021-10-13 01:27:14 +02:00
templates change the way how winix answer is created 2022-02-01 18:44:23 +01:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile added: setting a correct mime type for static files - using magic library 2021-09-22 00:23:25 +02:00
Makefile.dep change the way how winix answer is created 2022-02-01 18:44:23 +01:00