public
Description: A Mac OS X preference pane for easily configuring Rails applications with Passenger.
Homepage: http://www.fngtps.com/2008/06/putting-the-pane-back-into-deployment
Clone URL: git://github.com/alloy/passengerpane.git
Search Repo:
Updated help. Add LICENSE to the builds resources. Ready for release 1.0!
alloy (author)
Tue Jun 24 05:14:22 -0700 2008
commit  0ec0bf4a60db5810f079fb45451c30a4d579cf1c
tree    416b92ac9ea679e0acbf1915e3ef3ea75039d2c1
parent  6ad0ad3aab6de453977c1d4c4395dfe785deb03b
...
39
40
41
42
 
43
44
45
...
39
40
41
 
42
43
44
45
0
@@ -39,7 +39,7 @@
0
 </tr>
0
 </table>
0
 
0
-<p>The Apache configuration generated by Passenger preference pane can be found in <tt>/etc/apache2/passenger_pane_vhosts/</tt></p>
0
+<p>You can drag an item from the source list onto a text editor or into the terminal to further customize the Apache configuration.</p>
0
 
0
 <p class="footer">Passenger preference pane was created by <a href="http://www.fngtps.com">Fingertips</a>. Programming by Eloy Duran, interface design by Thijs van der Vossen. “Phusion Passenger” is a trademark of <a href="http://www.phusion.nl/">Phusion</a>. “Phusion” is a trademark of Hongli Lai &amp; Ninh Bui.</p>
0
   
...
11
12
13
 
14
15
16
...
42
43
44
 
45
46
47
...
125
126
127
 
128
129
130
...
238
239
240
 
241
242
243
...
11
12
13
14
15
16
17
...
43
44
45
46
47
48
49
...
127
128
129
130
131
132
133
...
241
242
243
244
245
246
247
0
@@ -11,6 +11,7 @@
0
     5186C3170E090B59008D8E1F /* HelpHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5186C3150E090B59008D8E1F /* HelpHelper.h */; };
0
     5186C3180E090B59008D8E1F /* HelpHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5186C3160E090B59008D8E1F /* HelpHelper.m */; };
0
     5186C31F0E090C9C008D8E1F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5186C31E0E090C9C008D8E1F /* Carbon.framework */; };
0
+ 5189C6E70E111C3300B83EA5 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 5189C6E60E111C3300B83EA5 /* LICENSE */; };
0
     518C7F560E06745E003A3ED0 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 518C7F550E06745E003A3ED0 /* Security.framework */; };
0
     518C7F730E06A668003A3ED0 /* Security.bridgesupport in Resources */ = {isa = PBXBuildFile; fileRef = 518C7F720E06A668003A3ED0 /* Security.bridgesupport */; };
0
     518C7F760E06B665003A3ED0 /* SecurityHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 518C7F740E06B665003A3ED0 /* SecurityHelper.h */; };
0
@@ -42,6 +43,7 @@
0
     5186C3150E090B59008D8E1F /* HelpHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelpHelper.h; sourceTree = "<group>"; };
0
     5186C3160E090B59008D8E1F /* HelpHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelpHelper.m; sourceTree = "<group>"; };
0
     5186C31E0E090C9C008D8E1F /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
0
+ 5189C6E60E111C3300B83EA5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
0
     518C7F550E06745E003A3ED0 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
0
     518C7F720E06A668003A3ED0 /* Security.bridgesupport */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Security.bridgesupport; sourceTree = "<group>"; };
0
     518C7F740E06B665003A3ED0 /* SecurityHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityHelper.h; sourceTree = "<group>"; };
0
@@ -125,6 +127,7 @@
0
       children = (
0
         9648B5EB0D195BF200DC73E2 /* PassengerPref.rb */,
0
         F506C03D013D9D7901CA16C8 /* PassengerPref.m */,
0
+ 5189C6E60E111C3300B83EA5 /* LICENSE */,
0
         516B1B6D0DD3D344009ADB8E /* config_installer.rb */,
0
       );
0
       name = Classes;
0
@@ -238,6 +241,7 @@
0
         76A8DCDF0E068B7000B133F1 /* icon.png in Resources */,
0
         518C7F730E06A668003A3ED0 /* Security.bridgesupport in Resources */,
0
         51D16FE30E07DFA000A46A7D /* PassengerPaneHelp in Resources */,
0
+ 5189C6E70E111C3300B83EA5 /* LICENSE in Resources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };

Comments

    No one has commented yet.