ソースを参照

fix examples and update version

Ivan Denisov 5 年 前
コミット
f45deb5721

BIN
BlackBox/System/Docu/Console.odc


+ 1 - 1
dev/AppVersion.txt

@@ -1 +1 @@
-1.7.1-a1
+1.7.2-b1

BIN
examples/append/System/Mod/Init.odc


BIN
examples/encoder/System/Mod/Init.odc


+ 3 - 3
examples/server/README

@@ -1,6 +1,6 @@
 # This example demonstrates simple server based on console version of BlackBox.
 
-# To run this example you need to build console version of BlackBox:
+# To run this example you need to build 'Interp' version of BlackBox:
 
 # 1. Go to the BlackBox folder
 cd ../../BlackBox
@@ -15,7 +15,7 @@ cd ../../BlackBox
 
 # 4. Go to the example folder and compile the example
 cd ../examples/server
-echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask CommTCP Init" | ../../BlackBox/run-BlackBox
+echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask Init" | ../../BlackBox/run-BlackBox
 
 # 5. Stop any other server that using 80 ports (apache, nginx, ...)
 # 6. Then you can start server using command:
@@ -24,5 +24,5 @@ sudo ./bbserver
 
 # To check the work of the server open browser and look the page http://localhost
 
-# There are scripts ./start and ./stop for the daemon start and stop mode
+# There are scripts ./start and ./stop for the daemon start and stop modes
 

BIN
examples/server/System/Mod/Init.odc


+ 3 - 3
examples/server/web/index.html

@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 	<title>Oberon web server</title>
@@ -7,9 +7,9 @@
 <body style="background: #EEEEBB; margin: 20px; font-family: Trebuchet MS; color: #330000">
 <table width='100%'>
 <tr><td width='140px' valign='top' align='center'><img src='logo.png' style='margin-top: 7px'></td>
-<td valign='top' align='left'><h2>The server is based on <a href='http://blackboxframework.org'>BlackBox/Component Pascal</a></h2>
+<td valign='top' align='left'><h2>The server is based on <a href='https://blackbox.obertone.ru/download'>BlackBox/Component Pascal</a></h2>
 
-This server application runs on <a href='https://github.com/bbcb/freenix'>Freenix version of BlackBox Component Builder</a>.
+This server application runs on <a href='https://github.com/bbcb/bbcp'>Cross-platform version of BlackBox Component Builder</a>.
 </td></tr>
 </table>
 </body>