Browse Source

Update about page

master
Maxim Likhachev 3 years ago
parent
commit
602278fca3
  1. 12
      web/tpl/about-en.html
  2. 10
      web/tpl/about-ru.html

12
web/tpl/about-en.html

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<p>This application is a part of the <a href="https://glossa.info/" target="_blank">glossa.info</a> project.</p>
<p>This is a semi-automatic parser of Ancient Greek and Latin languages, based on
<p>This is a semi-automatic parser of Ancient Greek and Latin languages, based on
<a href="http://www.perseus.tufts.edu/" target="_blank">http://www.perseus.tufts.edu/</a>.</p>
<p>The application can be used to determine the root form of a word from its
@ -75,8 +75,10 @@ form, facilitating translation from ancient languages.</p> @@ -75,8 +75,10 @@ form, facilitating translation from ancient languages.</p>
$ lexis -h
Usage:
CLI: lexis <text>
WEB: lexis --serve [--port]
WEB: lexis --serve [--port] [--host]
-host string
Host to bind (default "127.0.0.1")
-port int
Server port (default 9000)
-serve
@ -88,11 +90,11 @@ form, facilitating translation from ancient languages.</p> @@ -88,11 +90,11 @@ form, facilitating translation from ancient languages.</p>
<pre>
#1
$ make serve
Server is started at port 9000
Server is started at 127.0.0.1:9000
#2
$ lexis --serve [--port]
Server is started at port 9000
$ lexis --serve [--port] [--host]
Server is started at 127.0.0.1:9000
$ xdg-open http://localhost:9000
</pre>

10
web/tpl/about-ru.html

@ -76,8 +76,10 @@ @@ -76,8 +76,10 @@
$ lexis -h
Usage:
CLI: lexis <text>
WEB: lexis --serve [--port]
WEB: lexis --serve [--port] [--host]
-host string
Host to bind (default "127.0.0.1")
-port int
Server port (default 9000)
-serve
@ -89,11 +91,11 @@ @@ -89,11 +91,11 @@
<pre>
#1
$ make serve
Server is started at port 9000
Server is started at 127.0.0.1:9000
#2
$ lexis --serve [--port]
Server is started at port 9000
$ lexis --serve [--port] [--host]
Server is started at 127.0.0.1:9000
$ xdg-open http://localhost:9000
</pre>

Loading…
Cancel
Save