Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

u2gal

echo <html><body> <script type="text/javascript"> var m1="%s"; var u_l=m1.split(" "); var cot="#333333";p=-1; for (i=0;i<u_l.length;i++) u_l[i]=(u_l[i].indexOf("http")!=0)? u_l[i]:"img src="+u_l[i]; for (i=0;i<u_l.length;i++) p=(u_l[i].indexOf("bg:")==0)?i:p; cot= (p>-1)?u_l[p]:cot; if (p>-1) u_l[p]="!-- color --"; for (i=0;i<u_l.length;i++) u_l[i]=(u_l[i].indexOf(":")!=0)? "<"+u_l[i]+">":u_l[i].slice(1); document.bgColor = cot; for (i=0;i<u_l.length;i++) document.write(u_l[i]); </script></body></html>
Turns a set of images urls into a one page gallery.

SYNOPSIS
     u2gal [URL/HTML tag/:text]

EXAMPLES
 u2gal url url url
Display the 3 images
 u2gal center url  url /center
Center the images
 u2gal bg:red url url
Display the images with a red background
 u2gal url url url :&nbsp;test
Display the images and adds "test" at the end
 u2gal  center http://farm8.staticflickr.com/7115/6858512212_584a2acd8e_z.jpg http://farm8.staticflickr.com/7006/6681826143_96a3e2cd08_z.jpg hr :Paolo_Margari's_photostream_Flcker /center
Display some sample images from http://www.flickr.com/photos/paolomargari/

DESCRIPTION 
Instant gallery from a space separated list of images'urls (bg:color to change background color,:text to add text, urls are treated as images, other text is Html tag))

    
37 uses - Created 2012-03-30 18:40:01 - Last used 2020-07-29 13:29:36
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.