Well... I don't know about submitted files, but I do know you can usually prevent the grief associated with the special html characters when you embed the text by enclosing it with "<pre>" and "</pre>" (the html pre-formatted tag).
<br><br>I did that when I posted the script section of this Wiki page: <a href="http://www.cmake.org/Wiki/CMake_Useful_Variables/Get_Variables_From_CMake_Dashboards">http://www.cmake.org/Wiki/CMake_Useful_Variables/Get_Variables_From_CMake_Dashboards
</a> ...and it seems to have preserved the special characters as I intended.<br><br>The only thing you have to worry about is if your text includes &quot;&lt;/pre&gt;&quot; -- then you have some manual edits.<br><br>I think you can also fool the Wiki into accepting an uploaded text file simply by giving it a &quot;.jpg&quot; extension when uploaded... That's also inconvenient, though.
<br><br>HTH,<br>David<br><br><div><span class="gmail_quote">On 12/4/06, <b class="gmail_sendername">Moreland, Kenneth</b> &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been trying to commit text-based files to the Kitware Wiki such as<br>cmake files and xml material files.&nbsp;&nbsp;Of course, the upload file feature<br>does not let me upload files of these types.&nbsp;&nbsp;I've resorted to embedding
<br>the files in a regular Wiki page.&nbsp;&nbsp;However, this solution is<br>inconvenient for both uploading and downloading the file.&nbsp;&nbsp;It has also<br>been giving me a lot of grief about special html characters like '&lt;',<br>'&gt;', and '&amp;'.
<br><br>Could someone add the file extensions .txt, .cmake, and .xml, as well as<br>any other relevant text types, to the accepted list of Wiki uploads.&nbsp;&nbsp;Or<br>does someone have a better solution?<br><br>-Ken<br><br>&nbsp;&nbsp; ****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland
<br>&nbsp;&nbsp;&nbsp;&nbsp;***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<br>***********<br>*** *** ***&nbsp;&nbsp;email: <a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a><br>**&nbsp;&nbsp;***&nbsp;&nbsp;**&nbsp;&nbsp;phone: (505) 844-8919<br>&nbsp;&nbsp;&nbsp;&nbsp;***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax:&nbsp;&nbsp; (505) 845-0833<br><br>
_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
<br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>