# HG changeset patch # User veltr # Date 1366792228 -7200 # Node ID 9b8df8d779f5e2336c049acdb2d7133af797534c # Parent 800848e3f38325345bd4a8516fb207b106190d13 Corrected line delimiters diff -r 800848e3f383 -r 9b8df8d779f5 client/data/properties.json --- a/client/data/properties.json Tue Apr 23 22:54:52 2013 +0200 +++ b/client/data/properties.json Wed Apr 24 10:30:28 2013 +0200 @@ -1,60 +1,60 @@ -[ - { - "label": "Dublin Core Metadata", - "base-uri": "http://purl.org/dc/elements/1.1/", - "properties": [ - { - "uri": "contributor", - "label": "has contributor" - }, { - "uri": "coverage", - "label": "covers" - }, { - "uri": "creator", - "label": "created by" - }, { - "uri": "date", - "label": "has date" - }, { - "uri": "publisher", - "label": "published by" - }, { - "uri": "source", - "label": "has source" - }, { - "uri": "subject", - "label": "has subject" - } - ] - }, { - "label": "SKOS Documentation properties", - "base-uri": "http://www.w3.org/2004/02/skos/core#", - "properties": [ - { - "uri": "note", - "label": "has note" - }, { - "uri": "definition", - "label": "has definition" - }, { - "uri": "example", - "label": "has example" - } - ] - }, { - "label": "SKOS Semantic relations", - "base-uri": "http://www.w3.org/2004/02/skos/core#", - "properties": [ - { - "uri": "broader", - "label": "has broader" - }, { - "uri": "narrower", - "label": "has narrower" - }, { - "uri": "related", - "label": "has related" - } - ] - } -] +[ + { + "label": "Dublin Core Metadata", + "base-uri": "http://purl.org/dc/elements/1.1/", + "properties": [ + { + "uri": "contributor", + "label": "has contributor" + }, { + "uri": "coverage", + "label": "covers" + }, { + "uri": "creator", + "label": "created by" + }, { + "uri": "date", + "label": "has date" + }, { + "uri": "publisher", + "label": "published by" + }, { + "uri": "source", + "label": "has source" + }, { + "uri": "subject", + "label": "has subject" + } + ] + }, { + "label": "SKOS Documentation properties", + "base-uri": "http://www.w3.org/2004/02/skos/core#", + "properties": [ + { + "uri": "note", + "label": "has note" + }, { + "uri": "definition", + "label": "has definition" + }, { + "uri": "example", + "label": "has example" + } + ] + }, { + "label": "SKOS Semantic relations", + "base-uri": "http://www.w3.org/2004/02/skos/core#", + "properties": [ + { + "uri": "broader", + "label": "has broader" + }, { + "uri": "narrower", + "label": "has narrower" + }, { + "uri": "related", + "label": "has related" + } + ] + } +] diff -r 800848e3f383 -r 9b8df8d779f5 client/js/defaults.js --- a/client/js/defaults.js Tue Apr 23 22:54:52 2013 +0200 +++ b/client/js/defaults.js Wed Apr 24 10:30:28 2013 +0200 @@ -1,91 +1,91 @@ -Rkns.defaults = { - - language: (navigator.language || navigator.userLanguage || "en"), - /* GUI Language */ - container: "renkan", - /* GUI Container DOM element ID */ - search: [], - /* List of Search Engines */ - bins: [], - /* List of Bins */ - static_url: "", - /* URL for static resources */ - show_bins: true, - /* Show bins in left column */ - properties: [], - /* Semantic properties for edges */ - read_only: false, - /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */ - editor_mode: true, - /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true. */ - snapshot_mode: false, - /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */ - show_top_bar: true, - /* Show the top bar, (title, buttons, users) */ - default_user_color: "#303030", - size_bug_fix: true, - /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */ - force_resize: false, - allow_double_click: true, - /* Allows Double Click to create a node on an empty background */ - element_delete_delay: 5000, - - /* MINI-MAP OPTIONS */ - - show_minimap: true, - /* Show a small map at the bottom right */ - minimap_width: 160, - minimap_height: 120, - minimap_background_color: "#ffffff", - minimap_border_color: "#cccccc", - minimap_highlight_color: "#ffff00", - minimap_highlight_weight: 5, - - /* EDGE/NODE COMMON OPTIONS */ - - buttons_background: "#202020", - buttons_label_color: "#c000c0", - buttons_label_font_size: 9, - - /* NODE DISPLAY OPTIONS */ - - show_node_circles: true, - /* Show circles for nodes */ - clip_node_images: true, - /* Constraint node images to circles */ - node_size_base: 25, - node_stroke_width: 2, - selected_node_stroke_width: 4, - node_fill_color: "#ffffff", - highlighted_node_fill_color: "#ffff00", - node_label_distance: 5, - /* Vertical distance between node and label */ - node_label_max_length: 60, - /* Maximum displayed text length */ - label_untitled_nodes: "(untitled)", - /* Label to display on untitled nodes */ - - /* EDGE DISPLAY OPTIONS */ - - edge_stroke_width: 2, - selected_edge_stroke_width: 4, - edge_label_distance: 0, - edge_label_max_length: 20, - edge_arrow_length: 18, - edge_arrow_width: 12, - edge_gap_in_bundles: 12, - label_untitled_edges: "", - - /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */ - - tooltip_width: 275, - tooltip_padding: 10, - tooltip_margin: 15, - tooltip_arrow_length : 20, - tooltip_arrow_width : 40, - tooltip_top_color: "#f0f0f0", - tooltip_bottom_color: "#d0d0d0", - tooltip_border_color: "#808080", - tooltip_border_width: 1 - -}; +Rkns.defaults = { + + language: (navigator.language || navigator.userLanguage || "en"), + /* GUI Language */ + container: "renkan", + /* GUI Container DOM element ID */ + search: [], + /* List of Search Engines */ + bins: [], + /* List of Bins */ + static_url: "", + /* URL for static resources */ + show_bins: true, + /* Show bins in left column */ + properties: [], + /* Semantic properties for edges */ + read_only: false, + /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */ + editor_mode: true, + /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true. */ + snapshot_mode: false, + /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */ + show_top_bar: true, + /* Show the top bar, (title, buttons, users) */ + default_user_color: "#303030", + size_bug_fix: true, + /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */ + force_resize: false, + allow_double_click: true, + /* Allows Double Click to create a node on an empty background */ + element_delete_delay: 5000, + + /* MINI-MAP OPTIONS */ + + show_minimap: true, + /* Show a small map at the bottom right */ + minimap_width: 160, + minimap_height: 120, + minimap_background_color: "#ffffff", + minimap_border_color: "#cccccc", + minimap_highlight_color: "#ffff00", + minimap_highlight_weight: 5, + + /* EDGE/NODE COMMON OPTIONS */ + + buttons_background: "#202020", + buttons_label_color: "#c000c0", + buttons_label_font_size: 9, + + /* NODE DISPLAY OPTIONS */ + + show_node_circles: true, + /* Show circles for nodes */ + clip_node_images: true, + /* Constraint node images to circles */ + node_size_base: 25, + node_stroke_width: 2, + selected_node_stroke_width: 4, + node_fill_color: "#ffffff", + highlighted_node_fill_color: "#ffff00", + node_label_distance: 5, + /* Vertical distance between node and label */ + node_label_max_length: 60, + /* Maximum displayed text length */ + label_untitled_nodes: "(untitled)", + /* Label to display on untitled nodes */ + + /* EDGE DISPLAY OPTIONS */ + + edge_stroke_width: 2, + selected_edge_stroke_width: 4, + edge_label_distance: 0, + edge_label_max_length: 20, + edge_arrow_length: 18, + edge_arrow_width: 12, + edge_gap_in_bundles: 12, + label_untitled_edges: "", + + /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */ + + tooltip_width: 275, + tooltip_padding: 10, + tooltip_margin: 15, + tooltip_arrow_length : 20, + tooltip_arrow_width : 40, + tooltip_top_color: "#f0f0f0", + tooltip_bottom_color: "#d0d0d0", + tooltip_border_color: "#808080", + tooltip_border_width: 1 + +};