Commit 726cd028 authored by Sven Franck's avatar Sven Franck

removed old JSON files

parent 84d42a68
This diff is collapsed.
This diff is collapsed.
{
"portal_type_source": "Sale Invoice Transaction",
"portal_type_title": "invoices",
"portal_type_fields": "invoices_fields",
"base_element": {"type": "table", "direct": {"id": "invoices_01","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-input":"#global_search_invoices","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 3,"data-bottom-grid": 1, "data-sorting":"true"}, "logic": {}},
"form_wrapper": null,
"initial_query": {"include_documents": true, "limit":[0,10]},
"configuration": {
"wrapper": [
{"group_search": true, "slot": "1", "element": {"type": "a", "direct": {"className": "toggle_global_popup ui-btn ui-btn-icon-left ui-icon-sitemap ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"group_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Group"}}, "children": [], "global_popup": true},
{"detail_search": true, "slot": "2", "element": {"type": "a", "direct": {"className": "toggle_global_popup ui-btn ui-btn-icon-left ui-icon-filter ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"detail_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Detail Search"}}, "children": [], "global_popup": true},
{"configure_search": true, "slot":"3", "element": {"type": "a","direct": {"className": "toggle_local_popup ui-btn ui-btn-icon-left ui-icon-cogs ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"configure_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Configuration"}}, "children":[], "local_popup": true},
{"pagination": true, "slot": "4", "widget": {"type": "controlgroup", "widget_class": "pagination", "direction": "horizontal"},"children":[
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"first", "data-icon":"step-backward", "data-iconpos":"notext"},"logic":{"text":"First"}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"prev", "data-icon":"backward", "data-iconpos":"notext"}, "logic":{"text":"Step Backward"}},
{"type":"select", "direct":{"id":"paginate_invoices_01", "className":"action"},"attributes": {"data-icon":"reorder", "data-action":"limit", "data-iconpos":"notext"},"logic": {"options":[{"value": "10", "text": "10", "data-i18n":"", "selected":"", "disabled":""},{"value": "25", "text": "25", "data-i18n":"", "selected":"", "disabled":""},{"value": "50", "text": "50", "data-i18n":"", "selected":"", "disabled":""}]}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"next", "data-icon":"forward", "data-iconpos":"notext"}, "logic":{"text":"Step Forward"}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"last", "data-icon":"step-forward", "data-iconpos":"notext"}, "logic":{"text": "Last"}}]}
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_invoices", "className": "action"},"attributes":{"data-action":"search", "data-enhanced":"true", "data-i18n": "","placeholder":"Search Invoices", "data-icon":"search"},"logic":{"clear":"true"}}, "children":[]},
{"record_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"records"}}, "children":[]},
{"select_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"selected"}}, "children":[]},
{"filter_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"filter"}}, "children":[]}
],
"table": {
"select_all": true,
"checkbox_rows": true,
"sorting_columns": true,
"editable_rows": true,
"linkable_rows": true,
"mergeable_columns": true
}
},
"layout": [{
"position": "center",
"columns": [
{"title": "id", "show": false, "priority": 5, "sort":true},
{"title": "invoice_date", "show": true, "sort":true,"persist": true},
{"title": "total_price", "show": true, "persist": true, "sort":true},
{"title": "price_currency", "show": true, "priority": 4, "sort":true, "merge": "total_price", "merge_title": null },
{"title": "translated_simulation_state_title", "show": true, "priority": 6, "sort":true },
{"title": "Download", "show": true, "persist": true, "actions": ["download"], "sort": false, "custom": true}
]
}],
"actions": []
}
\ No newline at end of file
{
"invoice_date": {
"type": "DateTimeField",
"widget": {
"id": "invoice_date",
"alternate_name": "invoice_date",
"title": "Date",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": null,
"default_to_now": null,
"date_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": null,
"am_pm_time_style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_month": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_time": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": ""
},
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": ""
}
}
},
"total_price": {
"type": "FloatField",
"widget": {
"id": "total_price",
"alternate_name": "total_price",
"title": "Total",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"},
"input_style": null,
"precision": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"not_float": {
"message":"You did not enter a floating number.",
"i18n": ""
}
}
},
"price_currency": {
"type": "ListField",
"widget": {
"id": "price_currency",
"alternate_name": "price_currency",
"title": "Currency",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getCurrencies",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"translated_simulation_state_title": {
"type": "StringField",
"widget": {
"id": "translated_simulation_state_title",
"alternate_name": "translated_simulation_state_title",
"title": "State",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
}
\ No newline at end of file
This diff is collapsed.
{
"my_title": {
"type": "StringField",
"widget": {
"id": "my_title",
"alternate_name": "my_title",
"title": "Title",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_reference": {
"type": "StringField",
"widget": {
"id": "my_reference",
"alternate_name": "my_reference",
"title": "Reference",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
}
\ No newline at end of file
{
"portal_type_source": "Person",
"portal_type_title": "person",
"portal_type_fields": "person_fields",
"base_element": {"type": "table", "direct": {"id": "person_01","className":"table-stroke ui-responsive"}, "attributes": {"data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 3,"data-bottom-grid": 1}, "logic": {}},
"form_wrapper": null,
"initial_query": {"include_documents": true, "limit":[0,10]},
"configuration": {
"wrapper": [],
"controlbar": [],
"table": {
"linkable_rows": true,
"mergeable_columns": true
}
},
"layout": [{
"position": "center",
"columns": [
{"title": "first_name", "show": true, "sort": true},
{"title": "last_name", "show": true, "merge": "first_name", "merge_title": "Usual Name"},
{"title": "default_email_text", "show": true, "sort":true}
]
}],
"actions": []
}
\ No newline at end of file
{
"portal_type_source": "Person",
"portal_type_title": "person",
"portal_type_fields": "person_fields",
"form_wrapper": "person_fieldlist_form",
"initial_query": null,
"configuration": {
"controlbar": [],
"fieldlist": {
"editable": true
}
},
"layout": [{
"position": "left",
"fieldlist": [
{"title": "gender"},
{"title": "first_name"},
{"title": "last_name"},
{"title": "default_email_text"},
{"title": "default_telephone_text"},
{"title": "default_mobile_telephone_text"},
{"title": "default_fax_text"},
{"title": "default_address_street_address"},
{"title": "default_address_city"},
{"title": "default_address_zip_code"},
{"title": "default_address_region"},
{"title": "nationality"}
]
}, {
"position": "right",
"fieldlist": [
{"title": "reference"},
{"title": "password"},
{"title": "password_confirm"},
{"title": "default_credential_question_question"},
{"title": "default_credential_question_question_free_text"},
{"title": "default_credential_question_answer"},
{"title": "date_of_birth"},
{"title": "corporate_name"},
{"title": "role_list"},
{"title": "activity_list"},
{"title": "function"},
{"title": "site"},
{"title": "skill_list"}
]
}, {
"position": "center",
"fieldlist": [
{"title": "description"}
]
}],
"actions": []
}
This diff is collapsed.
{
"portal_type_source": "Software Subscriptions",
"portal_type_title": "software",
"portal_type_fields": "person_fields",
"base_element": {"type": "table", "direct": {"id": "person_01","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-input":"#global_search_persons","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 3,"data-bottom-grid": 1, "data-sorting":"true"}, "logic": {}},
"form_wrapper": null,
"initial_query": {"include_documents": true, "limit":[0,10]},
"configuration": {
"wrapper": [
{"pagination": true, "slot": "4", "widget": {"type": "controlgroup", "widget_class": "pagination", "direction": "horizontal"},"children":[
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"first", "data-icon":"step-backward", "data-iconpos":"notext"},"logic":{"text":"First"}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"prev", "data-icon":"backward", "data-iconpos":"notext"}, "logic":{"text":"Step Backward"}},
{"type":"select", "direct":{"id":"paginate_person_01", "className":"action"},"attributes": {"data-icon":"reorder", "data-action":"limit", "data-iconpos":"notext"},"logic": {"options":[{"value": "10", "text": "10", "data-i18n":"", "selected":"", "disabled":""},{"value": "25", "text": "25", "data-i18n":"", "selected":"", "disabled":""},{"value": "50", "text": "50", "data-i18n":"", "selected":"", "disabled":""}]}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"next", "data-icon":"forward", "data-iconpos":"notext"}, "logic":{"text":"Step Forward"}},
{"type":"a", "direct":{"href":"", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"last", "data-icon":"step-forward", "data-iconpos":"notext"}, "logic":{"text": "Last"}}]}
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_person", "className": "action"},"attributes":{"data-action":"search", "data-enhanced":"true", "data-i18n": "","placeholder":"Search Persons", "data-icon":"search", "data-type":"search", "type":"search"},"logic":{"clear":"true"}}, "children":[]},
{"record_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"records"}}, "children":[]},
{"select_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"selected"}}, "children":[]},
{"filter_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"filter"}}, "children":[]}
],
"table": {
"select_all": true,
"checkbox_rows": true,
"sorting_columns": true,
"linkable_rows": true
}
},
"layout": {
"columns": [
{"title": "default_email_url_string", "show": true, "priority": 6, "sort":true},
{"title": "first_name", "show": true, "priority": 6, "sort": true}
]
},
"actions": []
}
\ No newline at end of file
{
"my_title": {
"type": "StringField",
"widget": {
"id": "my_title",
"alternate_name": "my_title",
"title": "Title",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
}
\ No newline at end of file
[
{"title": "[EXPERIMENTAL] KVM", "img": "https://www.slapos.org/software_product_module/2/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] NoSQL Tester", "img": "https://www.slapos.org/software_product_module/20110224-62E5/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] SlapOS Web Runner", "img": "https://www.slapos.org/software_product_module/20110316-88D7/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] ERP5 scalability testbed", "img": "?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] MariaDB", "img": "https://www.slapos.org/software_product_module/20110615-12741/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] MySQL", "img": "https://www.slapos.org/software_product_module/20110615-218B0/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Kumofs", "img": "https://www.slapos.org/software_product_module/20110615-176F8/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Memcached", "img": "https://www.slapos.org/software_product_module/20110615-69F4/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Zabbix Agent", "img": "https://www.slapos.org/software_product_module/20110613-107B5/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] ERP5", "img": "https://www.slapos.org/software_product_module/20110616-1118E/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] ERP5 Test Node", "img": "https://www.slapos.org/software_product_module/20110620-F42E/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] SlapOS Master", "img": "https://www.slapos.org/software_product_module/20110715-1D213/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] XWiki", "img": "https://www.slapos.org/software_product_module/20110824-20E3C/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Davstorage", "img": "https://www.slapos.org/software_product_module/20110926-3C35A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Wordpress", "img": "https://www.slapos.org/software_product_module/20110926-2E47E/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Cubrid", "img": "https://www.slapos.org/software_product_module/20110927-12C18/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] OS-Commerce", "img": "https://www.slapos.org/software_product_module/20111020-731/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] openX", "img": "https://www.slapos.org/software_product_module/20111020-16BCD/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Magento", "img": "https://www.slapos.org/software_product_module/20111020-67FC3/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Joomla", "img": "https://www.slapos.org/software_product_module/20111020-65455/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] EZPublish", "img": "https://www.slapos.org/software_product_module/20111020-30C52/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] eSKUeL", "img": "https://www.slapos.org/software_product_module/20111020-14923/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] B2Evolution", "img": "https://www.slapos.org/software_product_module/20111020-319F7/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Net2FTP", "img": "https://www.slapos.org/software_product_module/20111020-521C4/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Zencart", "img": "https://www.slapos.org/software_product_module/20111020-1CA80/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Xoops", "img": "https://www.slapos.org/software_product_module/20111020-3CDE0/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Tiki", "img": "https://www.slapos.org/software_product_module/20111020-4FC1/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Sugar-CRM", "img": "https://www.slapos.org/software_product_module/20111020-16317/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] StatusNET", "img": "https://www.slapos.org/software_product_module/20111020-4841F/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] SPIP", "img": "https://www.slapos.org/software_product_module/20111020-9D18/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] PunBB", "img": "https://www.slapos.org/software_product_module/20111020-DDFE/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Prestashop", "img": "https://www.slapos.org/software_product_module/20111020-171BA/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Piwik", "img": "https://www.slapos.org/software_product_module/20111020-1F217/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Piwigo", "img": "https://www.slapos.org/software_product_module/20111020-4816C/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Pimcore", "img": "https://www.slapos.org/software_product_module/20111020-1FE0A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] PHPNuke", "img": "https://www.slapos.org/software_product_module/20111020-18031/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Drupal", "img": "https://www.slapos.org/software_product_module/20111020-15AF7/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Dotproject", "img": "https://www.slapos.org/software_product_module/20111020-E587/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Dotclear", "img": "https://www.slapos.org/software_product_module/20111020-42A1B/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Coppermine", "img": "https://www.slapos.org/software_product_module/20111020-37C35/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Cmsmadesimple", "img": "https://www.slapos.org/software_product_module/20111020-8B94/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] SilverStripe", "img": "https://www.slapos.org/software_product_module/20111020-10335/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] PHPBB", "img": "https://www.slapos.org/software_product_module/20111020-2F0BF/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] MediaWiki", "img": "https://www.slapos.org/software_product_module/20111020-358A4/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] PHPMyAdmin", "img": "https://www.slapos.org/software_product_module/20111007-24FAC/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Seleniumrunner", "img": "https://www.slapos.org/software_product_module/20111021-7F80A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Apache Frontend", "img": "https://www.slapos.org/software_product_module/20111115-55D1E/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Cloudooo", "img": "https://www.slapos.org/software_product_module/20111214-A01A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] OCCI - XWiki", "img": "https://www.slapos.org/software_product_module/20120305-70664/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Slap Test Agent", "img": "https://www.slapos.org/software_product_module/20120413-7E531/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] HTML5 Application Server", "img": "https://www.slapos.org/software_product_module/20120412-853D9/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] LXC", "img": "https://www.slapos.org/software_product_module/20120726-63A78/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Gitrepo", "img": "https://www.slapos.org/software_product_module/20120818-25A2/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Condor", "img": "https://www.slapos.org/software_product_module/20120911-1103A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] BOINC Client", "img": "https://www.slapos.org/software_product_module/20120911-A661D/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] BOINC Server", "img": "https://www.slapos.org/software_product_module/20120911-5F9C9/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Maarch", "img": "https://www.slapos.org/software_product_module/20120926-1D5F9/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] PostgresSQL", "img": "https://www.slapos.org/software_product_module/20130129-29F8A/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] DokuWiki", "img": "https://www.slapos.org/software_product_module/20130312-497E4/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] OpenGoo", "img": "https://www.slapos.org/software_product_module/20130312-5AD7B/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Feng Office", "img": "https://www.slapos.org/software_product_module/20130312-56431/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Tiny Tiny RSS", "img": "https://www.slapos.org/software_product_module/20130427-5FF27/default_image?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Etherpad lite", "img": "?quality=75&display=thumbnail"},
{"title": "[EXPERIMENTAL] Slapos Setup Tester", "img": "https://www.slapos.org/software_product_module/20130805-8A3E5/default_image?quality=75&display=thumbnail"}
]
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment