Displaying 3 results from an estimated 3 matches for "raanes".
Did you mean:
barnes
2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> &
<audio> with Markdown? Using the link or the img syntax?
Maybe:
[a film](film.m4v)
[an audio](audio.mp3)
could create:
<video src="film.m4v" controls><a href="film.m4v">a film</a></
video>
<audio src="audio.mp4" controls><a
2007 May 28
1
svg as a spescial case for image
.... in addition to:
![Alt text](/path/to/img.svg)
![Alt text](/path/to/img.svg "Optional title")
One could write:
![Alt text](/path/to/img.svg "Optional title" 512x384)
and:
[id]: /path/to/img.svg "Optional title attribute" 512x384
--
Aslak Raanes
<http://www.idi.ntnu.no/~aslakr/> <xmpp:aslakr at gmail.com>
2012 Nov 17
0
couple questions about dovecot
I am attempting to migrate an ancient IMAP server to Dovecot 2.0.9 running
on CentOS 6.3, while trying to minimize the impact on users. Most are using
Outlook.
I have everything working, but have run into a couple of problems, neither
horrible, but both weird. It started when I noticed Outlook shows the
.subscriptions file in the folder listing. I figured out a way to prevent
that (see