Browse Source

Added some more juridical stuff

master
Maximilian Stiefel 4 years ago
parent
commit
30abfad895
  1. 12
      web/converter.php

12
web/converter.php

@ -70,7 +70,17 @@
?>
<html>
<body>
This little tool allows to convert vector graphics to latex. The actual workhorse is <a href="https://inkscape.org/">inkscape</a>. Please upload the .svg file you wish to convert.
This little tool allows to convert vector graphics to latex. </br>
The actual workhorse is <a href="https://inkscape.org/">inkscape</a>.
<p>vector2latex, Copyright (C) 2020 Maximilian Stiefel </br> vector2latex
comes with ABSOLUTELY NO WARRANTY; for details click <a
href=https://git.stiefel.tech/m3x1m0m/vector2latex/src/branch/master/LICENSE>here</a>.
This is free software, and you are welcome to redistribute it under certain
conditions; for details click <a
href=https://git.stiefel.tech/m3x1m0m/vector2latex/src/branch/master/LICENSE>here</a>.
</p>
Please upload the .svg file you wish to convert.
<form action="" method="POST" enctype="multipart/form-data">
Directory where you store images e.g. fig: <input type="text" name="dir_name"></br>
<input type="file" name="image" /></br>

Loading…
Cancel
Save