diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cab13f3..48da45b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,12 @@ Current development version * Hyperlinks were not clickable. * Corrected error message when SimpleHtmlDom library is not installed. * Added changelog. - \ No newline at end of file + * (many many fixes on bridges) + * Media RSS format + * input types (list) + * cache purge function + * refactoring + +Alpha 0.2 +=== +-TBA- diff --git a/CREATE_BRIDGE.md b/CREATE_BRIDGE.md index 50333036..6324221c 100644 --- a/CREATE_BRIDGE.md +++ b/CREATE_BRIDGE.md @@ -90,3 +90,13 @@ Parameter Name | Parameter values | Description type|text, number, list, checkbox| Type of the input, default is text required| true | Set this if you want your attribute to be required values| [ {"name" : option1Name, "value" : "option1Value"}, ...] | Values list, required with the 'list' type + +#### Guidelines + + * scripts (eg. Javascript) must be stripped out. Make good use of `strip_tags()` and `preg_replace()` + * bridge must present data within 8 seconds (adjust iterators accordingly) + * cache timeout must be fine-tuned so that each refresh can provide 1 or 2 new elements on busy periods + * `