<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://72.14.177.54/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Hello_World</id>
		<title>Hello World - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Hello_World"/>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Hello_World&amp;action=history"/>
		<updated>2026-06-15T04:08:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://72.14.177.54/SFVLUG/?title=Hello_World&amp;diff=1424&amp;oldid=prev</id>
		<title>Miasma at 14:40, 15 November 2006</title>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Hello_World&amp;diff=1424&amp;oldid=prev"/>
				<updated>2006-11-15T14:40:08Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 14:40, 15 November 2006&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 18:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 18:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;You don't need to follow my example exactly, but hopefully this will give an idea on how to include a reference to the original source if you did not write it yourself. My example was a fairly save bet that no one would object but if in doubt just post a link directly to the external source.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;You don't need to follow my example exactly, but hopefully this will give an idea on how to include a reference to the original source if you did not write it yourself. My example was a fairly save bet that no one would object but if in doubt just post a link directly to the external source.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;----&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-06-15 04:08:19 --&gt;
&lt;/table&gt;</summary>
		<author><name>Miasma</name></author>	</entry>

	<entry>
		<id>http://72.14.177.54/SFVLUG/?title=Hello_World&amp;diff=1423&amp;oldid=prev</id>
		<title>Miasma at 14:38, 15 November 2006</title>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Hello_World&amp;diff=1423&amp;oldid=prev"/>
				<updated>2006-11-15T14:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is my nifty program, try it out and let me know how well you like it. I wrote it in Bash but it should run in most shells.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash          &lt;br /&gt;
 echo Hello World&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Now let's say you didn't write it but have permission to reproduce it, you should include credit for the author or copyright holder.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi all, I found this cool little script by at  http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html#toc14 it didn't give the specific license in the document but you can contact the author, Mike G mikkey at dynamo.com.ar for more information.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash          &lt;br /&gt;
 echo Hello World&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
You don't need to follow my example exactly, but hopefully this will give an idea on how to include a reference to the original source if you did not write it yourself. My example was a fairly save bet that no one would object but if in doubt just post a link directly to the external source.&lt;/div&gt;</summary>
		<author><name>Miasma</name></author>	</entry>

	</feed>