<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>OpenNSD</title>
  <link href="http://www.opennsd.org/atom.xml" rel="self"/>
  <link href="http://www.opennsd.org/"/>
  <updated>2011-10-10T21:23:20-04:00</updated>
  <id>http://www.opennsd.org/</id>
  <author>
    <name>Savonix</name>
    
  </author>

  
  <entry>
    <title>In Bing!</title>
    <link href="http://www.opennsd.org/blog/2010/02/12/in-bing/"/>
    <updated>2010-02-12T13:07:09-05:00</updated>
    <id>http://www.opennsd.org/blog/2010/02/12/in-bing</id>
    <content type="html">&lt;p&gt;While OpenNSD.org is still not in Google&amp;#8217;s index, it is in Bing&amp;#8217;s.&lt;/p&gt;

&lt;p&gt;What&amp;#8217;s up with that??&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Still Not in Google&#8217;s Index</title>
    <link href="http://www.opennsd.org/blog/2009/06/09/still-not-in-googles-index/"/>
    <updated>2009-06-09T12:01:18-04:00</updated>
    <id>http://www.opennsd.org/blog/2009/06/09/still-not-in-googles-index</id>
    <content type="html">OpenNSD.org remains absent from Google&amp;#8217;s index. That&amp;#8217;s too bad, as I continue using NSD3 and AOL Server. I&amp;#8217;d like to use this as a platform for sharing&amp;nbsp; my ideas about these great software packages, but since Google is the primary information research tool for many people, I&amp;#8217;m not sure if its worth it.&lt;br /&gt;&lt;br /&gt;Too bad!&lt;br /&gt; 
</content>
  </entry>
  
  <entry>
    <title>My NSD3 Restart Script</title>
    <link href="http://www.opennsd.org/blog/2009/06/02/my-nsd3-restart-script/"/>
    <updated>2009-06-02T19:43:16-04:00</updated>
    <id>http://www.opennsd.org/blog/2009/06/02/my-nsd3-restart-script</id>
    <content type="html">I&amp;#8217;m starting to use this, along with rsync and incrond, to automatically restart nsd3 on replicated name servers:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;#!/bin/sh
# Copyright: Savonix Corporation - http://www.savonix.com/
# Author:    Albert Lash
# License:   MIT
# Date:      20090602

lockfile=&quot;/var/lock/rebuild_nsd.lock&quot;

if [ ! -f $lockfile ]
then
    touch $lockfile
    sleep 30
    cd /etc/nsd3
    cat nsd_top.conf nsd_bottom.conf &amp;gt; nsd.conf
    /usr/sbin/nsdc rebuild
    /etc/init.d/nsd3 restart
    rm $lockfile
    exit 0
fi;
&lt;/pre&gt; 
</content>
  </entry>
  
  <entry>
    <title>An Entry a Day Brings the Spider into the Foray!</title>
    <link href="http://www.opennsd.org/blog/2009/05/22/an-entry-a-day-brings-the-spider-into-the-foray/"/>
    <updated>2009-05-22T18:25:44-04:00</updated>
    <id>http://www.opennsd.org/blog/2009/05/22/an-entry-a-day-brings-the-spider-into-the-foray</id>
    <content type="html">I&amp;#8217;m really getting curious as to why this site isn&amp;#8217;t getting indexed. The Googlebot has crawled the site, webmaster tools has processed the sitemap, and the pages are indexed in the Yahoo! database, what gives?&lt;br /&gt;&lt;br /&gt;I&amp;#8217;m going to keep blogging about this until I get to the bottom of it. Thanks for your patience.&lt;br /&gt;  
</content>
  </entry>
  
  <entry>
    <title>Still Nothing - Why the cold shoulder?</title>
    <link href="http://www.opennsd.org/blog/2009/05/22/still-nothing---why-the-cold-shoulder/"/>
    <updated>2009-05-22T06:30:38-04:00</updated>
    <id>http://www.opennsd.org/blog/2009/05/22/still-nothing&#8212;why-the-cold-shoulder</id>
    <content type="html">I wonder why this site just isn&amp;#8217;t getting any attention from the Googlebot?&lt;br /&gt;&lt;br /&gt;Now I&amp;#8217;m really starting to get curious!&lt;br /&gt;  
</content>
  </entry>
  
  <entry>
    <title>No Love from Google</title>
    <link href="http://www.opennsd.org/blog/2009/05/20/no-love-from-google/"/>
    <updated>2009-05-20T02:49:54-04:00</updated>
    <id>http://www.opennsd.org/blog/2009/05/20/no-love-from-google</id>
    <content type="html">I recently noticed that this site does not have any pages listed in Google&amp;#8217;s search engine. Boo-hoo!&lt;br /&gt;&lt;br /&gt;I requested reconsideration last month, I wonder if they&amp;#8217;ll ever respond?&lt;br /&gt;&lt;br /&gt;In the meantime, I&amp;#8217;m going to add more blog posts here and see how things develop.&lt;br /&gt;  
</content>
  </entry>
  
  <entry>
    <title>NaviServer</title>
    <link href="http://www.opennsd.org/blog/2008/10/29/naviserver/"/>
    <updated>2008-10-29T23:51:35-04:00</updated>
    <id>http://www.opennsd.org/blog/2008/10/29/naviserver</id>
    <content type="html">I almost forgot about NaviServer too:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://naviserver.sourceforge.net/w/NaviServer&quot;&gt;NaviServer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is a fork of AOL Server, and seems like its continued to be maintained.&lt;br /&gt; 
</content>
  </entry>
  
  <entry>
    <title>New NSD</title>
    <link href="http://www.opennsd.org/blog/2008/10/29/new-nsd/"/>
    <updated>2008-10-29T18:43:17-04:00</updated>
    <id>http://www.opennsd.org/blog/2008/10/29/new-nsd</id>
    <content type="html">There is a new NSD program out there - Name Server Daemon - and like the name suggests, it is a DNS server.&lt;br /&gt;&lt;br /&gt; 
&lt;a href=&quot;http://www.nlnetlabs.nl/projects/nsd/&quot;&gt;NSD: Name Server Daemon&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>AOL Server + TCL Rocks!</title>
    <link href="http://www.opennsd.org/blog/2008/07/10/aol-server-tcl-rocks/"/>
    <updated>2008-07-10T19:12:53-04:00</updated>
    <id>http://www.opennsd.org/blog/2008/07/10/aol-server-tcl-rocks</id>
    <content type="html">So I&amp;#8217;m really pumped about AOL Server and TCL. Its good stuff! Since first trying it out a few weeks ago and weeding through a bunch of docs, I&amp;#8217;ve found aolserver4-nsxml.&lt;br /&gt;&lt;br /&gt;I&amp;#8217;ve tweaked it a little and have been able to conclude that AOL Server is going to work great for this project.&lt;br /&gt;&lt;br /&gt;Nice work people!&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>Rise from your grave&#8230;</title>
    <link href="http://www.opennsd.org/blog/2008/07/10/rise-from-your-grave/"/>
    <updated>2008-07-10T12:17:15-04:00</updated>
    <id>http://www.opennsd.org/blog/2008/07/10/rise-from-your-grave</id>
    <content type="html">Open NSD, like a lot of AOL Server / TCL stuff, is way old school, but totally awesome t the same time. From what I&amp;#8217;ve gathered, Open NSD was a fork of AOL Server by the ACS folks. &lt;br /&gt;&lt;br /&gt;ACS (now OpenACS) is the arsdigita community server, which works hand in AOL Server. It was created by the fine folks at arsdigita in Cambridge, Massachusetts, some of whom were affiliated with MIT, like Philip Greenspun (actually a professor there). &lt;br /&gt;&lt;br /&gt;So why revive Open NSD? Well there are a few links out there in the world pointing towards the domain, and I figure if someone clicks on one, they should at least find some information about AOL Server, TCL, and the like. And it just so happens I&amp;#8217;m working on a software package having to do with these topics, called &lt;a href=&quot;http://www.robotizeme.com/blog/&quot;&gt;RobotizeME.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So far I really like AOL Server and TCL, but I am going to have to do some work on nsxml.c.&lt;br /&gt;
</content>
  </entry>
  
</feed>

