Sha256: 33b8d74a0d7d86f9da312763a1b9ec0c9eaabfc339d713d97278971a4062e5ab
Contents?: true
Size: 947 Bytes
Versions: 7
Compression:
Stored size: 947 Bytes
Contents
<!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" charset="UTF-8" href="markdown.css"/> <title>Opener Outlet</title> </head> <body> <h1>Opener Outlet</h1> <p>This Web Service, stores the output from a chain of Opener components in a SQlite database when using callbacks and lets you view the output.</p> <p>When using callbacks, the last Callback URL should be the URL that points to Outlet. Then, when you submit your text, you get a URL where the result will be shown, when the processing is over.</p> <h2>Search for an output</h2> <p>* required</p> <form action="" method="GET"> <div> <label for="request_id"/>Type the ID here*</label> <br/> <input type="text" name="request_id" id="text" rows="10" cols="50"/> </div> <input type="submit" value="Submit" /> </form> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems