Labelz: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
Zeile 32: | Zeile 32: | ||
[http://xkcd.com/805/ http://imgs.xkcd.com/comics/paradise_city.png] | [http://xkcd.com/805/ http://imgs.xkcd.com/comics/paradise_city.png] | ||
== Software Architecture == | == Software Architecture == | ||
Currently, the form is created using php, the stuff is transfered via Post to create.php. | |||
There, the plaintext string is created, skipping unspecified fields. | |||
The QR-Code is created by a found php script. | |||
Ouput is sloppyly aligned by css/divs. | |||
it might be cooler to go a different workflow: | |||
html form->data->executeable->png->html->printer | html form->data->executeable->png->html->printer | ||
executeable might benefit from: | executeable might benefit from: | ||
* [http://cairographics.org/download/ Cairo] | * [http://cairographics.org/download/ Cairo] |