Changeset 6124 for SRUAggregator


Ignore:
Timestamp:
04/01/15 13:16:22 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. beta-32: better help text
Location:
SRUAggregator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/pom.xml

    r6123 r6124  
    88        <groupId>eu.clarin.sru.fcs</groupId>
    99        <artifactId>Aggregator2</artifactId>
    10         <version>2.0.0-beta-31</version>
     10        <version>2.0.0-beta-32</version>
    1111        <name>FCS Aggregator</name>
    1212
  • SRUAggregator/trunk/src/main/resources/assets/js/main.js

    r6123 r6124  
    33"use strict";
    44
    5 var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-31";
     5var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-32";
    66var URLROOT = window.MyAggregator.URLROOT = "/Aggregator-testing";
    77
     
    111111        },
    112112
    113         toAggregator: function(doPushHistory, query) { this.gotoPage(doPushHistory, ''); },
     113        toAggregator: function(doPushHistory) { this.gotoPage(doPushHistory, ''); },
    114114        toHelp: function(doPushHistory) { this.gotoPage(doPushHistory, 'help'); },
    115115        toAbout: function(doPushHistory) { this.gotoPage(doPushHistory, 'about'); },
     
    391391                                        "enter your query, and click 'search' button or press the 'Enter' key."),
    392392                                       
    393                                         React.createElement("h3", null, "Search Options - adjusting search criteria"),
    394                                         React.createElement("p", null, "To select specific corpora based on their name or language and to specify" + ' ' +
    395                                         "number of search results (hits) per corpus per page, click on the 'Search options'" + ' ' +
    396                                         "link. Here, you can filter resources based on the language, select specific resources," + ' ' +
    397                                         "set the maximum number of hits."),
    398 
    399                                         React.createElement("h3", null, "Search Results - inspecting search results"),
    400                                         React.createElement("p", null, "When the search starts, the 'Search results' page is displayed" + ' ' +
    401                                         "and its content starts to get filled with the corpora responses." + ' ' +
    402                                         "To save or process the displayed search result, in the 'Search results' page," + ' ' +
    403                                         "go to the menu and select either 'Export to Personal Workspace'," + ' ' +
    404                                         "'Download' or 'Use WebLicht' menu item. This menu appears only after" + ' ' +
    405                                         "all the results on the page have been loaded. To get the next hits from each corpus," + ' ' +
    406                                         "click the 'next' arrow at the bottom of 'Search results' page."),
     393                                        React.createElement("p", null, "When the search starts, the page will start filling in with the corpora responses." + ' ' +
     394                                        "After the entire search process has ended you have the option to download the results" + ' ' +
     395                                        "in various formats."
     396                                        ),
     397
     398                                        React.createElement("p", null, "If you are particularly interested in the results returned by a corpus, you have" + ' ' +
     399                                        "the option to focus only on the results of that corpus, by clicking on the 'Watch' button." + ' ' +
     400                                        "In this view mode you can also download the results of use the WebLicht processing services" + ' ' +
     401                                        "to further analyse the results."),
     402
     403
     404                                        React.createElement("h3", null, "Adjusting search criteria"),
     405                                        React.createElement("p", null, "The FCS Aggregator makes possible to select specific corpora based on their name" + ' ' +
     406                                        "or language and to specify the number of search results (hits) per corpus per page." + ' ' +
     407                                        "The user interface controls that allows to change these options are located" + ' ' +
     408                                        "right below the search fiels on the main page. The current options are" + ' ' +
     409                                        "to filter resources based on their language, to select specific resources, and" + ' ' +
     410                                        "to set the maximum number of hits."),
    407411
    408412
     
    557561window.onpopstate = routeFromLocation.bind(main);
    558562
    559 // routeFromLocation.bind(main)();
    560 
    561563})();
  • SRUAggregator/trunk/src/main/resources/assets/js/main.jsx

    r6123 r6124  
    33"use strict";
    44
    5 var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-31";
     5var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-32";
    66var URLROOT = window.MyAggregator.URLROOT = "/Aggregator-testing";
    77
     
    391391                                        enter your query, and click 'search' button or press the 'Enter' key.</p>
    392392                                       
    393                                         <h3>Search Options - adjusting search criteria</h3>
    394                                         <p>To select specific corpora based on their name or language and to specify
    395                                         number of search results (hits) per corpus per page, click on the 'Search options'
    396                                         link. Here, you can filter resources based on the language, select specific resources,
    397                                         set the maximum number of hits.</p>
    398 
    399                                         <h3>Search Results - inspecting search results</h3>
    400                                         <p>When the search starts, the 'Search results' page is displayed
    401                                         and its content starts to get filled with the corpora responses.
    402                                         To save or process the displayed search result, in the 'Search results' page,
    403                                         go to the menu and select either 'Export to Personal Workspace',
    404                                         'Download' or 'Use WebLicht' menu item. This menu appears only after
    405                                         all the results on the page have been loaded. To get the next hits from each corpus,
    406                                         click the 'next' arrow at the bottom of 'Search results' page.</p>
     393                                        <p>When the search starts, the page will start filling in with the corpora responses.
     394                                        After the entire search process has ended you have the option to download the results
     395                                        in various formats.
     396                                        </p>
     397
     398                                        <p>If you are particularly interested in the results returned by a corpus, you have
     399                                        the option to focus only on the results of that corpus, by clicking on the 'Watch' button.
     400                                        In this view mode you can also download the results of use the WebLicht processing services
     401                                        to further analyse the results.</p>
     402
     403
     404                                        <h3>Adjusting search criteria</h3>
     405                                        <p>The FCS Aggregator makes possible to select specific corpora based on their name
     406                                        or language and to specify the number of search results (hits) per corpus per page.
     407                                        The user interface controls that allows to change these options are located
     408                                        right below the search fiels on the main page. The current options are
     409                                        to filter resources based on their language, to select specific resources, and
     410                                        to set the maximum number of hits.</p>
    407411
    408412
Note: See TracChangeset for help on using the changeset viewer.