<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v0.75 on 6/20/2013; 12:38:32 AM -->
<opml version="2.0">
	<head>
		<title>1/20/12 by DW</title>
		<ownerName>Dave Winer</ownerName>
		<ownerEmail>dave.winer@gmail.com</ownerEmail>
		<windowTop>200</windowTop>
		<windowLeft>200</windowLeft>
		<windowBottom>600</windowBottom>
		<windowRight>800</windowRight>
		</head>
	<body>
		<outline created="Fri, 20 Jan 2012 20:08:26 GMT" pgfnum="4290" text="How daveriver.scripting.com works" type="blogpost">
			<outline created="Fri, 20 Jan 2012 20:09:56 GMT" pgfnum="4295" text="There's a user named &quot;iowa&quot; for historic reasons on Houston that subscribes to the feeds I subscribe to."></outline>
			<outline created="Fri, 20 Jan 2012 20:10:13 GMT" pgfnum="4296" text="I used to add feeds by adding to reading list in the outliner, but now I have a follow bookmarklet that's fast and very easy, so I use that instead. It adds to the scripting community user on Houston, and I sub to his OPML on iowa/houston."></outline>
			<outline created="Fri, 20 Jan 2012 20:10:42 GMT" pgfnum="4297" text="daveriver has a custom template, that I edit in the outliner. It's in my Dropbox public folder and mirrored on S3 at:">
				<outline created="Fri, 20 Jan 2012 20:11:38 GMT" pgfnum="4298" text="&lt;a href=&quot;http://dropbox.scripting.com/dave/outlines/iowaRiverTemplateV2.opml&quot;&gt;http://dropbox.scripting.com/dave/outlines/iowaRiverTemplateV2.opml&lt;/a&gt;"></outline>
				</outline>
			<outline created="Fri, 20 Jan 2012 21:46:31 GMT" pgfnum="4299" text="On the server, in river2data.users.iowa.callbacks.afterStaticFileWrite.writeToApache, we write every file to a folder on our Apache server, which daveriver.scripting.com maps to."></outline>
			</outline>
		<outline created="Fri, 20 Jan 2012 19:05:59 GMT" feedUrl="http://static.reallysimple.org/worldoutline/dave/rss.xml" pgfnum="4278" text="Change in World Outline sub-menu" type="blogpost">
			<outline created="Fri, 20 Jan 2012 19:06:12 GMT" pgfnum="4279" text="The World Outline sub-menu of the Outliner menu is where the editorial action is for the world outline."></outline>
			<outline created="Fri, 20 Jan 2012 19:06:32 GMT" pgfnum="4280" text="The first command in the menu used to be Open My Outline. Now it is Open Roots Page. "></outline>
			<outline created="Fri, 20 Jan 2012 19:21:01 GMT" pgfnum="4284" text="There used to be a domain page in the user prefs for the world outline. This is no longer needed, because each root can have its own domain. Instead having one main domain, you can have many."></outline>
			<outline created="Fri, 20 Jan 2012 19:23:46 GMT" pgfnum="4285" text="The Domains page goes away. It's no longer in the menu bar. Again we have many possible domains for each root where we used to have one. This page will come back, linked into the name count for each root, on the Roots page."></outline>
			<outline created="Fri, 20 Jan 2012 19:25:42 GMT" pgfnum="4287" text="However, the Editorial Domain page in the system prefs is very important. This is the domain we'll take the user to when they open the Roots page from the World Outline sub-menu of the Outliner menu.">
				<outline created="Fri, 20 Jan 2012 19:26:58 GMT" pgfnum="4288" text="To get there choose OPML Editor from the dropdown menu in the right corner of the menubar in any web page. From there, choose Prefs, and then go to the Domain page in the World Outline section."></outline>
				<outline created="Fri, 20 Jan 2012 19:28:37 GMT" pgfnum="4289" text="Or, go to &lt;a href=&quot;http://127.0.0.1:5337/opmlEditor/prefs?title=editorialDomain&quot;&gt;this page&lt;/a&gt; from the browser on your server machine."></outline>
				</outline>
			<outline created="Fri, 20 Jan 2012 18:48:28 GMT" pgfnum="4273" text="Parts">
				<outline created="Fri, 20 Jan 2012 18:48:30 GMT" pgfnum="4274" text="worldoutlineSuite.init"></outline>
				<outline created="Fri, 20 Jan 2012 18:48:39 GMT" pgfnum="4275" text="worldOutlineSuite.data.prefsForSetup"></outline>
				<outline text="worldOutlineRpcHandlers.getRootsPageUrl"></outline>
				<outline text="worldOutlineSuite.setup.validateDomain"></outline>
				<outline text="opmlEditor.worldOutline.openRootsPage"></outline>
				<outline created="Fri, 20 Jan 2012 19:05:37 GMT" pgfnum="4277" text="system.menus.menubar"></outline>
				<outline text="worldOutlineSuite.data.prefsOutline"></outline>
				<outline created="Fri, 20 Jan 2012 19:24:08 GMT" pgfnum="4286" text="worldOutlineSuite.viewMenu"></outline>
				</outline>
			</outline>
		<outline created="Fri, 20 Jan 2012 18:43:34 GMT" pgfnum="4265" text="Domain names and world outline" type="blogpost">
			<outline created="Fri, 20 Jan 2012 18:43:56 GMT" pgfnum="4266" text="One more level to go to get the domain name stuff sorted out for the worldoutline app."></outline>
			<outline created="Fri, 20 Jan 2012 18:44:11 GMT" pgfnum="4267" text="Right now, we ask the sysop for a domain name for his server, but we don't actually use it for anything. It becomes the admin user's base outline, but that isn't even important anymore. "></outline>
			<outline created="Fri, 20 Jan 2012 18:44:54 GMT" pgfnum="4268" text="So I'm going to do a corner-turn. New global, config.worldoutline.prefs.domain. When we generate a URL into the editorial system for the site, this is the domain we will use. "></outline>
			<outline created="Fri, 20 Jan 2012 18:45:45 GMT" pgfnum="4270" text="It is initialized to default.users.admin.worldOutline.prefs.defaultAtts.domain. "></outline>
			<outline created="Fri, 20 Jan 2012 18:47:03 GMT" pgfnum="4271" text="Now the two are decoupled. If anyone had any sites using the admin user's domain, they still work. But now you can change the value of the editorialDomain without fucking up the admin user's website. Confusing? YES."></outline>
			</outline>
		</body>
	</opml>
