Hello,<br><br>As far as I know, the value of the &quot;type&quot; attribute always applies to the resource at the end of the &quot;href&quot; attribute.&nbsp; (Not what is nested in/under the &lt;a&gt; element.)<br><br><br>See ya
<br><br><div><span class="gmail_quote">On 1/31/06, <b class="gmail_sendername">brian suda</b> &lt;<a href="mailto:brian.suda@gmail.com">brian.suda@gmail.com</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;">
Be aware that the 'a' element has a 'type' attribute:<br><br>type = content-type [CI]<br>This attribute gives an advisory hint as to the content type of the<br>content available at the link target address. It allows user agents to
<br>opt to use a fallback mechanism rather than fetch the content if they<br>are advised that they will get content in a content type they do not<br>support.<br>Authors who use this attribute take responsibility to manage the risk
<br>that it may become inconsistent with the content available at the link<br>target address.<br>For the current list of registered content types, please consult<br>[MIMETYPES].<br><br>You could easily put something like:
<br>&lt;a href=&quot;checksum.md5&quot; type=&quot;text/md5&quot;&gt;687926...32b9&lt;/a&gt;<br><br>The downside is that you would for all HASHES to be links and they also<br>must have mimetypes.<br><br>-brian<br><br>Charles Iliya Krempeaux wrote:
<br>&gt; Hello Anthony,<br>&gt;<br>&gt; As you mentioned, some people do pay attention to checksums and<br>&gt; hashes.&nbsp;&nbsp;So why not keep it in the open.&nbsp;&nbsp;How about something like:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class=&quot;download&quot;&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a rel=&quot;bookmark&quot; href=&quot;...&quot;&gt;Download OOo&lt;/a&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class=&quot;checksum md5&quot;&gt;e0d123e5f316bef78bfdf5a008837577&lt;/span&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt;
<br>&gt;<br>&gt; Note, with Microformats you can throw a whole bunch of stuff in there<br>&gt; to make it look nice.&nbsp;&nbsp; (If you're not sure what I mean, I can<br>&gt; explain.) And you could put those &quot;class&quot; attributes on other tags
<br>&gt; besides the &lt;span&gt;.<br>&gt;<br>&gt;<br>&gt; See ya<br>&gt;<br>&gt;<br>&gt; On 1/30/06, anthony l. bryan &lt;<a href="mailto:albryan@comcast.net">albryan@comcast.net</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hello everyone,
<br>&gt;&gt;<br>&gt;&gt; I've been following the discussions for a few days &amp; just wanted to say hi.<br>&gt;&gt; You guys are doing some interesting cool stuff.<br>&gt;&gt;<br>&gt;&gt; I'd like to propose a simple format that I would find useful. I'm new at
<br>&gt;&gt; this, so please correct my errors!<br>&gt;&gt;<br>&gt;&gt; Basically, checksums (MD5 &amp; SHA-1 hashes) are offered for software<br>&gt;&gt; releases/files to prove they haven't been tampered with.<br>&gt;&gt;
<br>&gt;&gt; No average people use them. I think its safe to say only technical people<br>&gt;&gt; do, and probably not as often as they should/could. What I think a<br>&gt;&gt; microformat could do is make it easier to automatically use them and verify
<br>&gt;&gt; files. If you aren't familiar, check out<br>&gt;&gt; <a href="http://download.openoffice.org/2.0.1/md5sums.html">http://download.openoffice.org/2.0.1/md5sums.html</a> and<br>&gt;&gt; <a href="http://www.openoffice.org/dev_docs/using_md5sums.html">
http://www.openoffice.org/dev_docs/using_md5sums.html</a> .<br>&gt;&gt;<br>&gt;&gt; Here's a few examples of what they might look like. I'm not familiar w/<br>&gt;&gt; &quot;rel&quot; but I see you guys use it quite a bit. If it's ok to create a new
<br>&gt;&gt; element, I would say &quot;hash&quot; or &quot;checksum&quot; would be better. I believe MD5 is<br>&gt;&gt; 32 characters and SHA-1 is 40, so you should be able to tell the difference<br>&gt;&gt; by length.<br>
&gt;&gt;<br>&gt;&gt; &lt;a<br>&gt;&gt; href=&quot;<a href="http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte">http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte</a><br>&gt;&gt; l_install.tar.gz&quot; rel=&quot;md5:e0d123e5f316bef78bfdf5a008837577&quot;&gt;
OpenOffice.org<br>&gt;&gt; 2.0.1 for Linux&lt;/a&gt;<br>&gt;&gt;<br>&gt;&gt; (use sha-1:xxxxxx for sha-1 etc)<br>&gt;&gt;<br>&gt;&gt; &lt;a<br>&gt;&gt; href=&quot;<a href="http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte">
http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte</a><br>&gt;&gt; l_install.tar.gz&quot; hash=&quot;e0d123e5f316bef78bfdf5a008837577&quot;&gt;OpenOffice.org<br>&gt;&gt; 2.0.1 for Linux&lt;/a&gt;<br>&gt;&gt;
<br>&gt;&gt; &lt;a<br>&gt;&gt; href=&quot;<a href="http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte">http://mirrors.isc.org/pub/openoffice/stable/2.0.1/OOo_2.0.1_LinuxInte</a><br>&gt;&gt; l_install.tar.gz&quot; checksum=&quot;e0d123e5f316bef78bfdf5a008837577&quot;&gt;
OpenOffice.org<br>&gt;&gt; 2.0.1 for Linux&lt;/a&gt;<br>&gt;&gt;<br>&gt;&gt; Anyways, you get the idea. A browser/extension/plugin/download manager could<br>&gt;&gt; easily read this, then verify if the file is good (actually, just alert them
<br>&gt;&gt; if its bad would probably be easier).<br>&gt;&gt;<br>&gt;&gt; Another nice thing about the checksum is that it references a specific file.<br>&gt;&gt; Some installation files don't contain a version number in them, so they all
<br>&gt;&gt; have the same filename (iTunes 5, 6, 6.0.1, 6.0.2 wer all called<br>&gt;&gt; iTunesSetup.exe, all versions of Skype are SkypeSetup.exe, or documents,<br>&gt;&gt; etc) so you could reference a specific version of a file &amp; maybe find it
<br>&gt;&gt; with a search engine that stores hashes.<br><br></blockquote></div><br clear="all"><br>-- <br>&nbsp;&nbsp;&nbsp;&nbsp;Charles Iliya Krempeaux, B.Sc.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;charles @ <a href="http://reptile.ca">reptile.ca</a><br>&nbsp;&nbsp;&nbsp;&nbsp;supercanadian @ 
<a href="http://gmail.com">gmail.com</a><br><br>&nbsp;&nbsp;&nbsp;&nbsp;developer weblog: <a href="http://ChangeLog.ca/">http://ChangeLog.ca/</a><br><br>