You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/HttpServer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ To start the http server, at any time, create an instance of the [THttpServer](h
14
14
15
15
This will start a [civetweb](https://github.com/bel2125/civetweb)-based http server on the port 8080. Then one should be able to open the address "http://localhost:8080" in any modern browser (IE9, Firefox, Chrome, Opera) and browse objects created in application. By default, the server can access files, canvases, and histograms via the gROOT pointer. All those objects can be displayed with JSROOT graphics.
16
16
17
-
There is a [snapshot (frozen copy)](https://root.cern.ch/js/3.5/httpserver.C/) of such server, running in [tutorials/http/httpserver.C](https://root.cern.ch/gitweb?p=root.git;a=blob_plain;f=tutorials/http/httpserver.C;hb=HEAD) macro from ROOT tutorial.
17
+
There is a [snapshot (frozen copy)](https://root.cern.ch/js/3.6/httpserver.C/) of such server, running in [tutorials/http/httpserver.C](https://root.cern.ch/gitweb?p=root.git;a=blob_plain;f=tutorials/http/httpserver.C;hb=HEAD) macro from ROOT tutorial.
Copy file name to clipboardExpand all lines: docs/JSROOT.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The latest version of JSROOT can also be found online on <http://root.cern.ch/js
14
14
15
15
## Reading ROOT files in JSROOT
16
16
17
-
[The main page](https://root.cern.ch/js/3.5/) of the JSROOT project provides the possibility to interactively open ROOT files and draw objects like histogram or canvas.
17
+
[The main page](https://root.cern.ch/js/3.6/) of the JSROOT project provides the possibility to interactively open ROOT files and draw objects like histogram or canvas.
18
18
19
19
The following parameters can be specified in the URL string:
20
20
@@ -35,13 +35,13 @@ One could skip quotes when specifying elements names `item=[file1.root/hpx,file2
Here, the default location of JSROOT is specified. One could have a local copy on the file system or on a private web server. When JSROOT is used with THttpServer, the address looks like:
183
183
@@ -254,4 +254,4 @@ For example, reading an object from a file and displaying it will look like:
254
254
255
255
## Links collection
256
256
257
-
Many different examples of JSROOT usage can be found on [links collection](https://root.cern.ch/js/3.5/demo/jslinks.htm) page
257
+
Many different examples of JSROOT usage can be found on [links collection](https://root.cern.ch/js/3.6/demo/jslinks.htm) page
0 commit comments