Danja Vasiliev 10 年之前
父節點
當前提交
a24966d9ee
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      openwrt/common/www/lib/cgi/readme.md

+ 3 - 2
openwrt/common/www/lib/cgi/readme.md

@@ -1,6 +1,6 @@
-Serverside scripts for SuperGlue server
-Documentation | Files | Commits
+## Serverside scripts for SuperGlue server
 
 
+```
 ## post.sh - all POST requests are redirected to this script.                                                
 ## post.sh - all POST requests are redirected to this script.                                                
 ## 
 ## 
 ## examples:
 ## examples:
@@ -10,6 +10,7 @@ Documentation | Files | Commits
 ##
 ##
 ## returns: 200 (+ output of operation) on success
 ## returns: 200 (+ output of operation) on success
 ##          406 (+ error message in debug mode) on error
 ##          406 (+ error message in debug mode) on error
+```
 Curently, there is only one live and public SuperGlue server running this CGI, try it: http://test.superglue.it
 Curently, there is only one live and public SuperGlue server running this CGI, try it: http://test.superglue.it
 
 
 SuperGlue browser extension / client that talks to post.sh can be found here: http://git.superglue.it/superglue/clientplugin/repository/archive.zip
 SuperGlue browser extension / client that talks to post.sh can be found here: http://git.superglue.it/superglue/clientplugin/repository/archive.zip