Changeset 41 in projects


Ignore:
Timestamp:
Sep 25, 2009, 9:02:50 PM (15 years ago)
Author:
sven
Message:

Some documentation enhacements,

  • web-frontend: removed all the temp/ stuff (this should be temporary, nothing more)
Location:
paper-tape
Files:
1 added
1 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • paper-tape/web-frontend/README.htm

    r40 r41  
     1<html>
     2<head>
     3  <title>The visualisation project web frontend - generating paper tape images</title>
     4</head>
     5<body>
    16
    2    The Paper Tape Project -- The Visualisation Web frontend project
    3    ================================================================
     7<h2>The Paper Tape Project -- The Visualisation Web frontend project</h2>
    48
     9<p>
    510   This is a web frontend to the visualisation subproject. It uses
    611   PHP and Ajax and is capable to render files up to several
     
    914   configurable (every detail you can change at the LOCHSTREIFEN
    1015   object can be changed in the HTML form). Thus the
    11    HTML <form> is quite complex, but very friendly to DAUs
     16   HTML form is quite complex, but very friendly to DAUs
    1217   (a german expression for "PEBKAC") due to the ability to fold
    1318   the huge form. It should be running stable but hasn't
    1419   really been tested so far. Thanks to caching every generated image
    1520   it should even stand very much rendering requests.
     21 
     22<h3>Features</h3>
     23<ul>
     24        <li>Generates <b>PNG</b> and <b>SVG</b> pictures</li>
     25        <li>Takes data by
     26     <ul>
     27            <li>HTTP file upload up to 500kb</li>
     28                <li>direct textarea input in various codes like hex array,
     29                    binary, decimal, octal, IBM hex, etc.</li>
     30                <li>label generator (interface to the font subproject)</li>
     31        </ul>
     32        <li><b>Size</b> of picture can be estimated by constant width,
     33            constand height or diameter of the holes</li>
     34        <li><b>Alignment</b> and mirroring of paper tape can be selected
     35            graphically</li>
     36        <li>All paper tape components can be dis/enabled for drawing</li>
     37        <li><b>Nullbytes</b> (with value 0x00) can be attached to the front or
     38            end of the file</li>
     39        <li>System will <b>Generate HTML reports</b> with all parameters
     40            and raw data in a nice layout</li>
     41        <li>Server side <b>buffering</b> of output data</li>
     42</ul>
     43   
     44<h3>Sourcecode</h3>
     45<p>Work is shared between two files:</p>
     46<ul>
     47  <li><a href="index.html">index.html</a> displays the big form with CSS
     48      design and JavaScript interaction</li>
     49  <li><a href="generator.php">generator.php</a> calls the cli visualisation
     50      backend (translates HTTP GET variables to command line arguments in a
     51          secure way) and stores the results in a temporary directory together
     52          with a report HTML file where the parameters for the generated picture
     53          are saved.</li>
     54</ul>
    1655
    17    See generator.php for more details.
    18 
    19    Sven Köppel, 19.07.2008 19:30
     56<p>Sven Köppel, 19.07.2008 19:30
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License