mirror of
				https://github.com/owntone/owntone-server.git
				synced 2025-10-29 15:55:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			106 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			106 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| @include hdr.html@
 | |
| 
 | |
| <h1>Feedback</h1>
 | |
| 
 | |
| <p class="description">
 | |
| Here you can send feedback on your mt-daapd installation to the developer.
 | |
| </p>
 | |
| 
 | |
| <form action="http://www.pedde.com/mt-daapd/register.php" method="post">
 | |
| <table><tr>
 | |
|   <th>Feedback</th>
 | |
|   <th><input type="submit" value="Leave Feedback" /></th>
 | |
|   </th>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">Works?</td>
 | |
|   <td class="feedbacktext">
 | |
|   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>
 | |
|   <td class="feedbackdata"><input class="feedbackfield" type="checkbox" name="works" value="CHECKED" checked="checked" /></td>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">Version</td>
 | |
|   <td class="feedbacktext">
 | |
|   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>
 | |
|   <td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="version" value="@VERSION@" /></td>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">System</td>
 | |
|   <td class="feedbacktext">
 | |
|   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>
 | |
|   <td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="system" value="@SYSTEM@" /></td>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">Compile arguments</td>
 | |
|   <td class="feedbacktext">
 | |
|   If you used any compile flags, that would be helpful.  Examples might include 
 | |
|   '--with-gdbm', or '--enable-howl' or something else.
 | |
|   </td>
 | |
| </tr>
 | |
| <tr>
 | |
|   <td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="compile" value="@FLAGS@" /></td>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">Notes</td>
 | |
|   <td class="feedbacktext">
 | |
|   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>
 | |
|   <td class="feedbackdata"><textarea class="feedbackfield" rows="3" cols="40" name="notes"></textarea></td>
 | |
| </tr>
 | |
| 
 | |
| <tr>
 | |
|   <td class="feedbackname" rowspan="2">Rating</td>
 | |
|   <td class="feedbacktext">
 | |
|   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>
 | |
| <tr>
 | |
|   <td class="feedbackdata">
 | |
|   <select class="feedbackfield" name="rating">
 | |
|     <option value="10">10 - it made my breath fresher</option>
 | |
|     <option value="9">9</option>
 | |
|     <option value="8">8</option>
 | |
|     <option value="7">7</option>
 | |
|     <option value="6" selected="SELECTED">6 - we're gonna wait and see</option>
 | |
|     <option value="5">5</option>
 | |
|     <option value="4">4</option>
 | |
|     <option value="3">3</option>
 | |
|     <option value="2">2</option>
 | |
|     <option value="1">1 - it set my computer on fire</option>
 | |
|   </select>
 | |
|   </td>
 | |
| </tr>
 | |
| </table>
 | |
| </form>
 | |
| 
 | |
| @include ftr.html@
 | |
| 
 |