This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4547650
commit 26db729
Showing
1 changed file
with
3 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,12 @@ | ||
## Voyant Server ## | ||
|
||
Voyant Server is a web application launcher for Voyant Tools – it makes it easy to run a stand-alone instance of Voyant Tools on your local machine, rather than A desktop launcher to control one or more Jetty instances. Make developing web-apps very easy by running up apps quickly and easily. | ||
|
||
Voyant Server (not Voyant Tools, the web application) is an extensive adaption of JettyDesktop, see https://github.com/aw20/jettydesktop. | ||
Voyant Server is a web application launcher for Voyant Tools – it makes it easy to run a stand-alone instance of Voyant Tools on your local machine, which has several potential advantages (performance, security, privacy, reliability, etc.) compared to the [hosted version](http://voyant-tools.org). | ||
|
||
## Installation ## | ||
For more details on installation, configuration and running, see http://docs.voyant-tools.org/run-your-own/voyant-server/ | ||
|
||
Jetty Desktop requires Java6+ to be installed, but after that, it ships with everything you need to start running your web applications in Jetty (v8.1). | ||
|
||
## Known Issues ## | ||
* VoyantServer has to be run from a folder that doesn't have a space (all the way up to the root) | ||
* several tools and skins from Voyant Tools 1.0 still not available | ||
* no backwards compatibility for Voyant Tools 1.0 yet | ||
See the [latest release](https://github.com/sgsinclair/VoyantServer/releases/latest) and download the VoyantServer zip file. Unzip the file (be sure to actually extract the contents into a real directory) and double-click on the VoyantServer.jar file (on Macs you may need to Ctrl-click on the VoyantServer.jar, select open and confirm the opening – this is because of security precautions in OS X). | ||
|
||
## Release Notes ## | ||
* version 1.0 (June 26th, 2014) | ||
* Initial release | ||
* version 1.1 (July 5th, 2014) | ||
* FIX: server is terminated properly when quitting application on Mac | ||
* NEW: open menu of Voyant Tools home page now shows local corpora | ||
* NEW: now possible to specify open menu labels in Voyant Tools (see settings file) | ||
* NEW: now possible to make server open (beyond local address – see settings) | ||
* version 2.0 M1 (Dec. 2, 2014) | ||
* new release to coincide with Voyant Tools 2.0 M1: https://github.com/sgsinclair/Voyant/tree/v2.0.0-M1 | ||
* version 2.0 M2 (Dec 16, 2014) | ||
* fix for file uploading | ||
* new UI elements in tool headers: help, options, switch tools, and export | ||
* version 2.0 M4 (May 28, 2015) | ||
* shifted to using tabs in for tools (shows more tools available) | ||
* fixed bug for ingesting HTML (entire file was used before because of regression bug) | ||
* clicking on items in trends now triggers events properly | ||
* much improved loading of framework assets (much faster to load remotely) | ||
* more context feature has returned to KWICs | ||
* global stopword lists | ||
* and [much more](https://github.com/sgsinclair/Voyant/issues?q=milestone%3A%222.0+M4%22) | ||
* version 2.0 M5 (Jule 23, 2015) | ||
* new Phrases tool (for query and queryless n-gram analysis) | ||
* restored input format options during corpus creation | ||
* improved search box with better help | ||
* and [more](https://github.com/sgsinclair/Voyant/issues?q=milestone%3A%222.0+M5%22) | ||
* version 2.0 M6 (October 19, 2015) | ||
* export URL of default skin now remembers which panels are active | ||
* easier to have no stopwords selected | ||
* introdcutory text and documentation link under box | ||
* improved HTML5 Cirrus | ||
* preliminary RezoViz | ||
* reader enhancements | ||
* and [more](https://github.com/sgsinclair/Voyant/issues?q=milestone%3A%222.0+M6%22) | ||
* version 2.0 M7 (December 24, 2015) | ||
* built-in documentation | ||
* modify (add, remove, reorder) documents in a corpus | ||
* improved support for some Asian languages | ||
* improved support for touch devices | ||
* Knots tool reimplemented | ||
* fixed bug for applying stopwords globally | ||
* new corpus collocates visualization | ||
* export URL of default skin now remembers which panels are active | ||
* easier to have no stopwords selected | ||
* introdcutory text and documentation link under box | ||
* improved HTML5 Cirrus | ||
* preliminary RezoViz | ||
* reader enhancements | ||
* and [more](https://github.com/sgsinclair/Voyant/issues?q=milestone%3A%222.0+M7%22) | ||
Once you open VoyantServer.jar a controller application will appear (that allows you stop stop the server, see error messages, change settings, etc.) and a new browser will also appear with Voyant Tools. That's it! | ||
|
||
## License ## | ||
Voyant Server is released under the same license as JettyDesktop, the GNU General Public License v3.0 (see license-GPL3.txt in this directory). |