mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
Add feedback info
This commit is contained in:
76
admin-root/feedback.html
Normal file
76
admin-root/feedback.html
Normal file
@@ -0,0 +1,76 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>Feedback</h1>
|
||||
|
||||
<div class="stx">
|
||||
|
||||
<FORM ACTION="http://www.pedde.com/mt-daapd/register.php" METHOD="POST">
|
||||
|
||||
<table>
|
||||
<tr valign="top">
|
||||
<th>Works?</th>
|
||||
<td><input type="checkbox" name="works" value="CHECKED" CHECKED></td>
|
||||
<td>
|
||||
The most important question. Did this version work for you?
|
||||
If not, uncheck the box, and put an explanation in the NOTES
|
||||
entry below.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Version</th>
|
||||
<td><input type="text" name="version" value="@VERSION@"></td>
|
||||
<td>
|
||||
This is the version of mt-daapd you are running. If you are using a
|
||||
public release, use the version number (0.1.0, 0.1.1, etc). If it is
|
||||
manually checked out of cvs, use 'cvs', if it is a nightly snapshot,
|
||||
use the snapshot name, for example: 'cvs-20040328'.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>System</th>
|
||||
<td><input type="text" name="system" value="@SYSTEM@"></td>
|
||||
<td>
|
||||
This is the operating system and version you are running.
|
||||
Use something like "Sparc Solaris 9" or "x86 Linux 2.6.3" or
|
||||
"Mac OSX 10.3" or something to help identify what platform and
|
||||
version you are running.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Compile args</th>
|
||||
<td><input type="text" name="compile" value="@FLAGS@"></td>
|
||||
<td>
|
||||
If you used any compile flags, that would be helpful. Examples
|
||||
might include '--with-gdbm', or '--enable-howl' or something else.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Notes</th>
|
||||
<td><textarea rows=3 cols=40 name="notes"></textarea></td>
|
||||
<td>
|
||||
If it didn't work for you, or if you just want to make a
|
||||
suggestion, leave those notes here. Remember that these
|
||||
notes are publicly viewable.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Rating</th>
|
||||
<td><input type="text" name="rating"></td>
|
||||
<td>
|
||||
Just for fun, give this release a rating from 1 to 10, 1 being
|
||||
so bad it started your computer on fire, 10 meaning works so
|
||||
well, it even made your breath fresher.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<input type="submit" value="Leave Feedback">
|
||||
</div>
|
||||
|
||||
@include ftr.html@
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<!-- <h1>.: m t - d a a p d :.</h1> -->
|
||||
<table border="0" width="100%">
|
||||
<tr><td width="90%"> </td><td align="center"><img src="mt-daapd.png"
|
||||
border="0"><br><@VERSION@></td></tr>
|
||||
border="0"><br>Version @VERSION@</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<a href="index.html" class="@ispage index.html:selected:plain@">Home</a>
|
||||
<a href="config.html" class="@ispage config.html:selected:plain@">Config</a>
|
||||
<a href="status.html" class="@ispage status.html:selected:plain@">Status</a>
|
||||
<a href="feedback.html" class="@ispage feedback.html:selected:plain@">Feedback</a>
|
||||
<a href="thanks.html" class="@ispage thanks.html:selected:plain@">Thanks</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user