Updated: 9/24/02; 2:16:51 AM.
Jake's Radio 'Blog
Inch-by-inch...
        

 

Monday, January 14, 2002


Garth wants to know if it's still possible to open a Manila site in the outliner in Radio 8.0.

It is. Bring the Radio application to the front, and choose File->Open Manila Site, and then type your Manila site's URL.
23:07'29    comment []

categories: Jake's Radio Tips


What on earth is going on over here?
18:43'12    comment []


Aaron: "We need to stop worrying about how to make everyone do the same thing, and instead work on how to connect the (not so) different things that people do together."
14:46'12    comment []


Here's a macro that lists all of your stories by title, with links to the stories. The list isn't sorted, but a somewhat adventuresome macro-writer should be able to figure out how to do that without much trouble.

<%
local (s = "", pc = file.getPathChar ());
local (folder);
folder = user.radio.prefs.wwwFolder + "stories" + pc;
fileloop (f in folder, infinity) {
   if file.fileFromPath (f) == "index.txt" {continue};
   local (adrfile = @user.radio.settings.files.[f]);
   if defined (adrfile^) and (adrfile^.upstream.url != "") {
      s = s + "<a href=\"" + adrfile^.upstream.url + "\">";
      s = s + adrfile^.title;
      s = s + "</a>";
      s = s + " (" + date.shortString (adrfile^.postTime) + ")";
      };
   };
return (s)
%>

10:58'10    comment []


© Copyright 2002 Jake Savin.
 
January 2002
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Dec   Feb



Radio Stuff

Themes



Subscribe to "Jake's Radio 'Blog" in Radio UserLand. Click to see the XML version of this web page.
Click here to send an email to the editor of this weblog.

Click on the coffee mug to add Jake Savin's Instant Outline to your Radio UserLand buddy list.


Subscriptions


Click here to visit the Radio UserLand website.