<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.wdlxtv.com/index.php?action=history&amp;feed=atom&amp;title=Integrating_Applications_Into_Web_Frontend</id>
		<title>Integrating Applications Into Web Frontend - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.wdlxtv.com/index.php?action=history&amp;feed=atom&amp;title=Integrating_Applications_Into_Web_Frontend"/>
		<link rel="alternate" type="text/html" href="http://wiki.wdlxtv.com/index.php?title=Integrating_Applications_Into_Web_Frontend&amp;action=history"/>
		<updated>2026-05-24T22:58:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.wdlxtv.com/index.php?title=Integrating_Applications_Into_Web_Frontend&amp;diff=468&amp;oldid=prev</id>
		<title>B-rad.cc at 00:37, 22 September 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.wdlxtv.com/index.php?title=Integrating_Applications_Into_Web_Frontend&amp;diff=468&amp;oldid=prev"/>
				<updated>2010-09-22T00:37:38Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&#039;diff diff-contentalign-left&#039;&gt;
				&lt;col class=&#039;diff-marker&#039; /&gt;
				&lt;col class=&#039;diff-content&#039; /&gt;
				&lt;col class=&#039;diff-marker&#039; /&gt;
				&lt;col class=&#039;diff-content&#039; /&gt;
				&lt;tr style=&#039;vertical-align: top;&#039; lang=&#039;en&#039;&gt;
				&lt;td colspan=&#039;2&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&#039;2&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 00:37, 22 September 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l34&quot; &gt;Line 34:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 34:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#039;&amp;#039;/apps/&amp;lt;your plugin dir&amp;gt;/etc/init.d/&amp;lt;script_name&amp;gt;&amp;#039;&amp;#039;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#039;&amp;#039;/apps/&amp;lt;your plugin dir&amp;gt;/etc/init.d/&amp;lt;script_name&amp;gt;&amp;#039;&amp;#039;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;where &amp;lt;code&amp;gt;script_name&amp;lt;/code&amp;gt; looks something like S88myplugin.&amp;#160; The script name &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;should probably &lt;/del&gt;start with an &amp;#039;S&amp;#039; followed by a number higher than &amp;quot;66&amp;quot;, and then the name of your plugin.&amp;#160; Note that init scripts are executed in alphabetical order, so it is a good idea to make this a relatively high number to ensure it doesn&amp;#039;t run until after any services that it relies upon have already started (which is why the number has to be higher than 66 - the Apache init script is &amp;quot;S66apache2&amp;quot;, so you don&amp;#039;t want your plugin to start until after Apache does).&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;where &amp;lt;code&amp;gt;script_name&amp;lt;/code&amp;gt; looks something like S88myplugin.&amp;#160; The script name &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;must &lt;/ins&gt;start with an &amp;#039;S&amp;#039; followed by a number higher than &amp;quot;66&amp;quot;, and then the name of your plugin.&amp;#160; Note that init scripts are executed in alphabetical order, so it is a good idea to make this a relatively high number to ensure it doesn&amp;#039;t run until after any services that it relies upon have already started (which is why the number has to be higher than 66 - the Apache init script is &amp;quot;S66apache2&amp;quot;, so you don&amp;#039;t want your plugin to start until after Apache does).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;If you are creating this file for the first time, add this as the first line of the script:&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;If you are creating this file for the first time, add this as the first line of the script:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>B-rad.cc</name></author>	</entry>

Exception encountered, of type &quot;Error&quot;
