auser-poolparty 0.2.45 → 0.2.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest.txt +2 -145
- data/Rakefile +6 -1
- data/bin/cloud +2 -1
- data/bin/pool +2 -1
- data/bin/server-build-messenger +2 -1
- data/bin/server-start-node +5 -8
- data/config/hoe.rb +4 -2
- data/lib/erlang/messenger/Rakefile +6 -0
- data/lib/erlang/messenger/include/defines.hrl +7 -1
- data/lib/erlang/messenger/pm_master_rel-0.1.boot +0 -0
- data/lib/erlang/messenger/pm_master_rel-0.1.script +7 -3
- data/lib/erlang/messenger/pm_node_rel-0.1.boot +0 -0
- data/lib/erlang/messenger/pm_node_rel-0.1.script +7 -3
- data/lib/erlang/messenger/src/pm_master.erl +104 -20
- data/lib/erlang/messenger/src/pm_node.erl +51 -30
- data/lib/erlang/messenger/src/pm_node_supervisor.erl +7 -7
- data/lib/erlang/messenger/src/utils.erl +3 -1
- data/lib/erlang/messenger/useful_snippets +2 -2
- data/lib/poolparty/base_packages/haproxy.rb +1 -3
- data/lib/poolparty/base_packages/poolparty.rb +4 -3
- data/lib/poolparty/helpers/optioner.rb +27 -25
- data/lib/poolparty/helpers/provisioners/master.rb +1 -0
- data/lib/poolparty/helpers/provisioners/slave.rb +9 -1
- data/lib/poolparty/monitors/base_monitor.rb +1 -1
- data/lib/poolparty/monitors/monitors/memory_monitor.rb +29 -2
- data/lib/poolparty/monitors/monitors/web_monitor.rb +18 -0
- data/lib/poolparty/net/messenger.rb +5 -2
- data/lib/poolparty/net/remoter_base.rb +15 -1
- data/lib/poolparty/plugins/git.rb +2 -2
- data/lib/poolparty/pool/loggable.rb +1 -3
- data/lib/poolparty/pool/resources/sshkey.rb +1 -1
- data/lib/poolparty/version.rb +1 -1
- data/lib/poolparty.rb +7 -0
- data/lib/poolpartycl.rb +4 -0
- data/poolparty.gemspec +6 -149
- data/spec/poolparty/helpers/binary_spec.rb +2 -2
- data/spec/poolparty/helpers/optioner_spec.rb +1 -4
- data/spec/poolparty/monitors/monitors/memory_monitor_spec.rb +47 -0
- data/spec/poolparty/net/remoter_base_spec.rb +1 -1
- data/spec/poolparty/pool/base_spec.rb +3 -4
- data/tasks/deployment.rake +6 -2
- metadata +6 -149
- data/lib/erlang/cloudpanel/EMakefile +0 -1
- data/lib/erlang/cloudpanel/Makefile +0 -8
- data/lib/erlang/cloudpanel/cloudpanel.rb +0 -15
- data/lib/erlang/cloudpanel/doc/cloudpanel.html +0 -39
- data/lib/erlang/cloudpanel/doc/cloudpanel_app.html +0 -40
- data/lib/erlang/cloudpanel/doc/cloudpanel_deps.html +0 -89
- data/lib/erlang/cloudpanel/doc/cloudpanel_sup.html +0 -46
- data/lib/erlang/cloudpanel/doc/cloudpanel_web.html +0 -45
- data/lib/erlang/cloudpanel/doc/string.html +0 -222
- data/lib/erlang/cloudpanel/ebin/cloudpanel.app +0 -14
- data/lib/erlang/cloudpanel/priv/www/images/bg_content.gif +0 -0
- data/lib/erlang/cloudpanel/priv/www/index.html +0 -35
- data/lib/erlang/cloudpanel/priv/www/javascripts/jquery.js +0 -32
- data/lib/erlang/cloudpanel/priv/www/javascripts/site.js +0 -2
- data/lib/erlang/cloudpanel/priv/www/pages/index.html +0 -1
- data/lib/erlang/cloudpanel/priv/www/pages/tail.html +0 -1
- data/lib/erlang/cloudpanel/priv/www/partials/error.html +0 -3
- data/lib/erlang/cloudpanel/priv/www/partials/footer.html +0 -6
- data/lib/erlang/cloudpanel/priv/www/partials/header.html +0 -13
- data/lib/erlang/cloudpanel/priv/www/partials/menu.html +0 -13
- data/lib/erlang/cloudpanel/priv/www/stylesheets/application.css +0 -48
- data/lib/erlang/cloudpanel/priv/www/stylesheets/classes.css +0 -2
- data/lib/erlang/cloudpanel/priv/www/stylesheets/colors.css +0 -8
- data/lib/erlang/cloudpanel/priv/www/stylesheets/nav.css +0 -18
- data/lib/erlang/cloudpanel/src/Makefile +0 -9
- data/lib/erlang/cloudpanel/src/cloudpanel.app +0 -14
- data/lib/erlang/cloudpanel/src/cloudpanel.erl +0 -30
- data/lib/erlang/cloudpanel/src/cloudpanel.hrl +0 -2
- data/lib/erlang/cloudpanel/src/cloudpanel_app.erl +0 -22
- data/lib/erlang/cloudpanel/src/cloudpanel_deps.erl +0 -84
- data/lib/erlang/cloudpanel/src/cloudpanel_sup.erl +0 -54
- data/lib/erlang/cloudpanel/src/cloudpanel_web.erl +0 -39
- data/lib/erlang/cloudpanel/src/string.erl +0 -387
- data/lib/erlang/cloudpanel/src/tail_log.erl +0 -66
- data/lib/erlang/cloudpanel/src/tailor.erl +0 -31
- data/lib/erlang/cloudpanel/src/utils.erl +0 -9
- data/lib/erlang/cloudpanel/src/views.erl +0 -44
- data/lib/erlang/cloudpanel/start-dev.sh +0 -3
- data/lib/erlang/cloudpanel/start.sh +0 -3
- data/lib/erlang/cloudpanel/support/include.mk +0 -46
- data/lib/erlang/cloudpanel/yaws.conf +0 -20
- data/lib/erlang/messenger/ebin/master_app.beam +0 -0
- data/lib/erlang/messenger/ebin/node_app.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_client.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_cluster.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_event_manager.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_master_event_handler.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_master_supervisor.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_node_supervisor.beam +0 -0
- data/lib/erlang/messenger/ebin/pm_packager.beam +0 -0
- data/lib/erlang/messenger/pm_master.beam +0 -0
- data/lib/erlang/messenger/pm_node.beam +0 -0
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Module cloudpanel_app</title>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
6
|
-
</head>
|
|
7
|
-
<body bgcolor="white">
|
|
8
|
-
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
9
|
-
<hr>
|
|
10
|
-
|
|
11
|
-
<h1>Module cloudpanel_app</h1>
|
|
12
|
-
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Callbacks for the cloudpanel application.
|
|
13
|
-
<p>Copyright � YYYY author.</p>
|
|
14
|
-
|
|
15
|
-
<p><b>Behaviours:</b> <a href="application.html"><tt>application</tt></a>.</p>
|
|
16
|
-
<p><b>Authors:</b> author (<a href="mailto:author@example.com"><tt>author@example.com</tt></a>).</p>
|
|
17
|
-
|
|
18
|
-
<h2><a name="description">Description</a></h2>Callbacks for the cloudpanel application.
|
|
19
|
-
<h2><a name="index">Function Index</a></h2>
|
|
20
|
-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#start-2">start/2</a></td><td>application start callback for cloudpanel.</td></tr>
|
|
21
|
-
<tr><td valign="top"><a href="#stop-1">stop/1</a></td><td>application stop callback for cloudpanel.</td></tr>
|
|
22
|
-
</table>
|
|
23
|
-
|
|
24
|
-
<h2><a name="functions">Function Details</a></h2>
|
|
25
|
-
|
|
26
|
-
<h3 class="function"><a name="start-2">start/2</a></h3>
|
|
27
|
-
<div class="spec">
|
|
28
|
-
<p><tt>start(Type::_Type, StartArgs::_StartArgs) -> ServerRet</tt></p>
|
|
29
|
-
</div><p>application start callback for cloudpanel.</p>
|
|
30
|
-
|
|
31
|
-
<h3 class="function"><a name="stop-1">stop/1</a></h3>
|
|
32
|
-
<div class="spec">
|
|
33
|
-
<p><tt>stop(State::_State) -> ServerRet</tt></p>
|
|
34
|
-
</div><p>application stop callback for cloudpanel.</p>
|
|
35
|
-
<hr>
|
|
36
|
-
|
|
37
|
-
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
38
|
-
<p><i>Generated by EDoc, Nov 1 2008, 23:07:49.</i></p>
|
|
39
|
-
</body>
|
|
40
|
-
</html>
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Module cloudpanel_deps</title>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
6
|
-
</head>
|
|
7
|
-
<body bgcolor="white">
|
|
8
|
-
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
9
|
-
<hr>
|
|
10
|
-
|
|
11
|
-
<h1>Module cloudpanel_deps</h1>
|
|
12
|
-
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Ensure that the relatively-installed dependencies are on the code
|
|
13
|
-
loading path, and locate resources relative
|
|
14
|
-
to this application's path.
|
|
15
|
-
<p>Copyright � YYYY author.</p>
|
|
16
|
-
|
|
17
|
-
<p><b>Authors:</b> author (<a href="mailto:author@example.com"><tt>author@example.com</tt></a>).</p>
|
|
18
|
-
|
|
19
|
-
<h2><a name="description">Description</a></h2>Ensure that the relatively-installed dependencies are on the code
|
|
20
|
-
loading path, and locate resources relative
|
|
21
|
-
to this application's path.
|
|
22
|
-
<h2><a name="index">Function Index</a></h2>
|
|
23
|
-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#deps_on_path-0">deps_on_path/0</a></td><td>List of project dependencies on the path.</td></tr>
|
|
24
|
-
<tr><td valign="top"><a href="#ensure-0">ensure/0</a></td><td>Ensure that the ebin and include paths for dependencies of
|
|
25
|
-
this application are on the code path.</td></tr>
|
|
26
|
-
<tr><td valign="top"><a href="#ensure-1">ensure/1</a></td><td>Ensure that all ebin and include paths for dependencies
|
|
27
|
-
of the application for Module are on the code path.</td></tr>
|
|
28
|
-
<tr><td valign="top"><a href="#get_base_dir-0">get_base_dir/0</a></td><td>Return the application directory for this application.</td></tr>
|
|
29
|
-
<tr><td valign="top"><a href="#get_base_dir-1">get_base_dir/1</a></td><td>Return the application directory for Module.</td></tr>
|
|
30
|
-
<tr><td valign="top"><a href="#local_path-1">local_path/1</a></td><td>Return an application-relative directory for this application.</td></tr>
|
|
31
|
-
<tr><td valign="top"><a href="#local_path-2">local_path/2</a></td><td>Return an application-relative directory from Module's application.</td></tr>
|
|
32
|
-
<tr><td valign="top"><a href="#new_siblings-1">new_siblings/1</a></td><td>Find new siblings paths relative to Module that aren't already on the
|
|
33
|
-
code path.</td></tr>
|
|
34
|
-
</table>
|
|
35
|
-
|
|
36
|
-
<h2><a name="functions">Function Details</a></h2>
|
|
37
|
-
|
|
38
|
-
<h3 class="function"><a name="deps_on_path-0">deps_on_path/0</a></h3>
|
|
39
|
-
<div class="spec">
|
|
40
|
-
<p><tt>deps_on_path() -> [ProjNameAndVers]</tt></p>
|
|
41
|
-
</div><p>List of project dependencies on the path.</p>
|
|
42
|
-
|
|
43
|
-
<h3 class="function"><a name="ensure-0">ensure/0</a></h3>
|
|
44
|
-
<div class="spec">
|
|
45
|
-
<p><tt>ensure() -> ok</tt></p>
|
|
46
|
-
</div><p>Ensure that the ebin and include paths for dependencies of
|
|
47
|
-
this application are on the code path. Equivalent to
|
|
48
|
-
ensure(?Module).</p>
|
|
49
|
-
|
|
50
|
-
<h3 class="function"><a name="ensure-1">ensure/1</a></h3>
|
|
51
|
-
<div class="spec">
|
|
52
|
-
<p><tt>ensure(Module) -> ok</tt></p>
|
|
53
|
-
</div><p>Ensure that all ebin and include paths for dependencies
|
|
54
|
-
of the application for Module are on the code path.</p>
|
|
55
|
-
|
|
56
|
-
<h3 class="function"><a name="get_base_dir-0">get_base_dir/0</a></h3>
|
|
57
|
-
<div class="spec">
|
|
58
|
-
<p><tt>get_base_dir() -> string()</tt></p>
|
|
59
|
-
</div><p>Return the application directory for this application. Equivalent to
|
|
60
|
-
get_base_dir(?MODULE).</p>
|
|
61
|
-
|
|
62
|
-
<h3 class="function"><a name="get_base_dir-1">get_base_dir/1</a></h3>
|
|
63
|
-
<div class="spec">
|
|
64
|
-
<p><tt>get_base_dir(Module) -> string()</tt></p>
|
|
65
|
-
</div><p>Return the application directory for Module. It assumes Module is in
|
|
66
|
-
a standard OTP layout application in the ebin or src directory.</p>
|
|
67
|
-
|
|
68
|
-
<h3 class="function"><a name="local_path-1">local_path/1</a></h3>
|
|
69
|
-
<div class="spec">
|
|
70
|
-
<p><tt>local_path(Components) -> string()</tt></p>
|
|
71
|
-
</div><p>Return an application-relative directory for this application.
|
|
72
|
-
Equivalent to local_path(Components, ?MODULE).</p>
|
|
73
|
-
|
|
74
|
-
<h3 class="function"><a name="local_path-2">local_path/2</a></h3>
|
|
75
|
-
<div class="spec">
|
|
76
|
-
<p><tt>local_path(Components::[string()], Module) -> string()</tt></p>
|
|
77
|
-
</div><p>Return an application-relative directory from Module's application.</p>
|
|
78
|
-
|
|
79
|
-
<h3 class="function"><a name="new_siblings-1">new_siblings/1</a></h3>
|
|
80
|
-
<div class="spec">
|
|
81
|
-
<p><tt>new_siblings(Module) -> [Dir]</tt></p>
|
|
82
|
-
</div><p>Find new siblings paths relative to Module that aren't already on the
|
|
83
|
-
code path.</p>
|
|
84
|
-
<hr>
|
|
85
|
-
|
|
86
|
-
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
87
|
-
<p><i>Generated by EDoc, Nov 1 2008, 23:07:50.</i></p>
|
|
88
|
-
</body>
|
|
89
|
-
</html>
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Module cloudpanel_sup</title>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
6
|
-
</head>
|
|
7
|
-
<body bgcolor="white">
|
|
8
|
-
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
9
|
-
<hr>
|
|
10
|
-
|
|
11
|
-
<h1>Module cloudpanel_sup</h1>
|
|
12
|
-
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Supervisor for the cloudpanel application.
|
|
13
|
-
<p>Copyright � YYYY author.</p>
|
|
14
|
-
|
|
15
|
-
<p><b>Behaviours:</b> <a href="supervisor.html"><tt>supervisor</tt></a>.</p>
|
|
16
|
-
<p><b>Authors:</b> author (<a href="mailto:author@example.com"><tt>author@example.com</tt></a>).</p>
|
|
17
|
-
|
|
18
|
-
<h2><a name="description">Description</a></h2>Supervisor for the cloudpanel application.
|
|
19
|
-
<h2><a name="index">Function Index</a></h2>
|
|
20
|
-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#init-1">init/1</a></td><td>supervisor callback.</td></tr>
|
|
21
|
-
<tr><td valign="top"><a href="#start_link-0">start_link/0</a></td><td>API for starting the supervisor.</td></tr>
|
|
22
|
-
<tr><td valign="top"><a href="#upgrade-0">upgrade/0</a></td><td>Add processes if necessary.</td></tr>
|
|
23
|
-
</table>
|
|
24
|
-
|
|
25
|
-
<h2><a name="functions">Function Details</a></h2>
|
|
26
|
-
|
|
27
|
-
<h3 class="function"><a name="init-1">init/1</a></h3>
|
|
28
|
-
<div class="spec">
|
|
29
|
-
<p><tt>init(X1::[]) -> SupervisorTree</tt></p>
|
|
30
|
-
</div><p>supervisor callback.</p>
|
|
31
|
-
|
|
32
|
-
<h3 class="function"><a name="start_link-0">start_link/0</a></h3>
|
|
33
|
-
<div class="spec">
|
|
34
|
-
<p><tt>start_link() -> ServerRet</tt></p>
|
|
35
|
-
</div><p>API for starting the supervisor.</p>
|
|
36
|
-
|
|
37
|
-
<h3 class="function"><a name="upgrade-0">upgrade/0</a></h3>
|
|
38
|
-
<div class="spec">
|
|
39
|
-
<p><tt>upgrade() -> ok</tt></p>
|
|
40
|
-
</div><p>Add processes if necessary.</p>
|
|
41
|
-
<hr>
|
|
42
|
-
|
|
43
|
-
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
44
|
-
<p><i>Generated by EDoc, Nov 1 2008, 23:07:52.</i></p>
|
|
45
|
-
</body>
|
|
46
|
-
</html>
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Module cloudpanel_web</title>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
6
|
-
</head>
|
|
7
|
-
<body bgcolor="white">
|
|
8
|
-
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
9
|
-
<hr>
|
|
10
|
-
|
|
11
|
-
<h1>Module cloudpanel_web</h1>
|
|
12
|
-
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>PoolParty panel.
|
|
13
|
-
<p>Copyright � 2008 Ari Lerner.</p>
|
|
14
|
-
|
|
15
|
-
<p><b>Authors:</b> Ari Lerner (<a href="mailto:ari.lerner@citrusbyte.com"><tt>ari.lerner@citrusbyte.com</tt></a>).</p>
|
|
16
|
-
|
|
17
|
-
<h2><a name="description">Description</a></h2>PoolParty panel
|
|
18
|
-
<h2><a name="index">Function Index</a></h2>
|
|
19
|
-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#loop-2">loop/2</a></td><td></td></tr>
|
|
20
|
-
<tr><td valign="top"><a href="#start-1">start/1</a></td><td></td></tr>
|
|
21
|
-
<tr><td valign="top"><a href="#stop-0">stop/0</a></td><td></td></tr>
|
|
22
|
-
</table>
|
|
23
|
-
|
|
24
|
-
<h2><a name="functions">Function Details</a></h2>
|
|
25
|
-
|
|
26
|
-
<h3 class="function"><a name="loop-2">loop/2</a></h3>
|
|
27
|
-
<div class="spec">
|
|
28
|
-
<p><tt>loop() -> term()</tt></p>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
<h3 class="function"><a name="start-1">start/1</a></h3>
|
|
32
|
-
<div class="spec">
|
|
33
|
-
<p><tt>start() -> term()</tt></p>
|
|
34
|
-
</div>
|
|
35
|
-
|
|
36
|
-
<h3 class="function"><a name="stop-0">stop/0</a></h3>
|
|
37
|
-
<div class="spec">
|
|
38
|
-
<p><tt>stop() -> term()</tt></p>
|
|
39
|
-
</div>
|
|
40
|
-
<hr>
|
|
41
|
-
|
|
42
|
-
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
43
|
-
<p><i>Generated by EDoc, Nov 3 2008, 14:25:08.</i></p>
|
|
44
|
-
</body>
|
|
45
|
-
</html>
|
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Module string</title>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
6
|
-
</head>
|
|
7
|
-
<body bgcolor="white">
|
|
8
|
-
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
9
|
-
<hr>
|
|
10
|
-
|
|
11
|
-
<h1>Module string</h1>
|
|
12
|
-
<ul class="index"><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<h2><a name="index">Function Index</a></h2>
|
|
16
|
-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#centre-2">centre/2</a></td><td></td></tr>
|
|
17
|
-
<tr><td valign="top"><a href="#centre-3">centre/3</a></td><td></td></tr>
|
|
18
|
-
<tr><td valign="top"><a href="#chars-2">chars/2</a></td><td></td></tr>
|
|
19
|
-
<tr><td valign="top"><a href="#chars-3">chars/3</a></td><td></td></tr>
|
|
20
|
-
<tr><td valign="top"><a href="#chr-2">chr/2</a></td><td></td></tr>
|
|
21
|
-
<tr><td valign="top"><a href="#concat-2">concat/2</a></td><td></td></tr>
|
|
22
|
-
<tr><td valign="top"><a href="#copies-2">copies/2</a></td><td></td></tr>
|
|
23
|
-
<tr><td valign="top"><a href="#cspan-2">cspan/2</a></td><td></td></tr>
|
|
24
|
-
<tr><td valign="top"><a href="#equal-2">equal/2</a></td><td></td></tr>
|
|
25
|
-
<tr><td valign="top"><a href="#join-2">join/2</a></td><td></td></tr>
|
|
26
|
-
<tr><td valign="top"><a href="#left-2">left/2</a></td><td></td></tr>
|
|
27
|
-
<tr><td valign="top"><a href="#left-3">left/3</a></td><td></td></tr>
|
|
28
|
-
<tr><td valign="top"><a href="#len-1">len/1</a></td><td></td></tr>
|
|
29
|
-
<tr><td valign="top"><a href="#rchr-2">rchr/2</a></td><td></td></tr>
|
|
30
|
-
<tr><td valign="top"><a href="#right-2">right/2</a></td><td></td></tr>
|
|
31
|
-
<tr><td valign="top"><a href="#right-3">right/3</a></td><td></td></tr>
|
|
32
|
-
<tr><td valign="top"><a href="#rstr-2">rstr/2</a></td><td></td></tr>
|
|
33
|
-
<tr><td valign="top"><a href="#span-2">span/2</a></td><td></td></tr>
|
|
34
|
-
<tr><td valign="top"><a href="#str-2">str/2</a></td><td></td></tr>
|
|
35
|
-
<tr><td valign="top"><a href="#strip-1">strip/1</a></td><td></td></tr>
|
|
36
|
-
<tr><td valign="top"><a href="#strip-2">strip/2</a></td><td></td></tr>
|
|
37
|
-
<tr><td valign="top"><a href="#strip-3">strip/3</a></td><td></td></tr>
|
|
38
|
-
<tr><td valign="top"><a href="#sub_string-2">sub_string/2</a></td><td></td></tr>
|
|
39
|
-
<tr><td valign="top"><a href="#sub_string-3">sub_string/3</a></td><td></td></tr>
|
|
40
|
-
<tr><td valign="top"><a href="#sub_word-2">sub_word/2</a></td><td></td></tr>
|
|
41
|
-
<tr><td valign="top"><a href="#sub_word-3">sub_word/3</a></td><td></td></tr>
|
|
42
|
-
<tr><td valign="top"><a href="#substr-2">substr/2</a></td><td></td></tr>
|
|
43
|
-
<tr><td valign="top"><a href="#substr-3">substr/3</a></td><td></td></tr>
|
|
44
|
-
<tr><td valign="top"><a href="#to_lower-1">to_lower/1</a></td><td></td></tr>
|
|
45
|
-
<tr><td valign="top"><a href="#to_upper-1">to_upper/1</a></td><td></td></tr>
|
|
46
|
-
<tr><td valign="top"><a href="#tokens-2">tokens/2</a></td><td></td></tr>
|
|
47
|
-
<tr><td valign="top"><a href="#words-1">words/1</a></td><td></td></tr>
|
|
48
|
-
<tr><td valign="top"><a href="#words-2">words/2</a></td><td></td></tr>
|
|
49
|
-
</table>
|
|
50
|
-
|
|
51
|
-
<h2><a name="functions">Function Details</a></h2>
|
|
52
|
-
|
|
53
|
-
<h3 class="function"><a name="centre-2">centre/2</a></h3>
|
|
54
|
-
<div class="spec">
|
|
55
|
-
<p><tt>centre() -> term()</tt></p>
|
|
56
|
-
</div>
|
|
57
|
-
|
|
58
|
-
<h3 class="function"><a name="centre-3">centre/3</a></h3>
|
|
59
|
-
<div class="spec">
|
|
60
|
-
<p><tt>centre() -> term()</tt></p>
|
|
61
|
-
</div>
|
|
62
|
-
|
|
63
|
-
<h3 class="function"><a name="chars-2">chars/2</a></h3>
|
|
64
|
-
<div class="spec">
|
|
65
|
-
<p><tt>chars() -> term()</tt></p>
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
<h3 class="function"><a name="chars-3">chars/3</a></h3>
|
|
69
|
-
<div class="spec">
|
|
70
|
-
<p><tt>chars() -> term()</tt></p>
|
|
71
|
-
</div>
|
|
72
|
-
|
|
73
|
-
<h3 class="function"><a name="chr-2">chr/2</a></h3>
|
|
74
|
-
<div class="spec">
|
|
75
|
-
<p><tt>chr() -> term()</tt></p>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
<h3 class="function"><a name="concat-2">concat/2</a></h3>
|
|
79
|
-
<div class="spec">
|
|
80
|
-
<p><tt>concat() -> term()</tt></p>
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<h3 class="function"><a name="copies-2">copies/2</a></h3>
|
|
84
|
-
<div class="spec">
|
|
85
|
-
<p><tt>copies() -> term()</tt></p>
|
|
86
|
-
</div>
|
|
87
|
-
|
|
88
|
-
<h3 class="function"><a name="cspan-2">cspan/2</a></h3>
|
|
89
|
-
<div class="spec">
|
|
90
|
-
<p><tt>cspan() -> term()</tt></p>
|
|
91
|
-
</div>
|
|
92
|
-
|
|
93
|
-
<h3 class="function"><a name="equal-2">equal/2</a></h3>
|
|
94
|
-
<div class="spec">
|
|
95
|
-
<p><tt>equal() -> term()</tt></p>
|
|
96
|
-
</div>
|
|
97
|
-
|
|
98
|
-
<h3 class="function"><a name="join-2">join/2</a></h3>
|
|
99
|
-
<div class="spec">
|
|
100
|
-
<p><tt>join() -> term()</tt></p>
|
|
101
|
-
</div>
|
|
102
|
-
|
|
103
|
-
<h3 class="function"><a name="left-2">left/2</a></h3>
|
|
104
|
-
<div class="spec">
|
|
105
|
-
<p><tt>left() -> term()</tt></p>
|
|
106
|
-
</div>
|
|
107
|
-
|
|
108
|
-
<h3 class="function"><a name="left-3">left/3</a></h3>
|
|
109
|
-
<div class="spec">
|
|
110
|
-
<p><tt>left() -> term()</tt></p>
|
|
111
|
-
</div>
|
|
112
|
-
|
|
113
|
-
<h3 class="function"><a name="len-1">len/1</a></h3>
|
|
114
|
-
<div class="spec">
|
|
115
|
-
<p><tt>len() -> term()</tt></p>
|
|
116
|
-
</div>
|
|
117
|
-
|
|
118
|
-
<h3 class="function"><a name="rchr-2">rchr/2</a></h3>
|
|
119
|
-
<div class="spec">
|
|
120
|
-
<p><tt>rchr() -> term()</tt></p>
|
|
121
|
-
</div>
|
|
122
|
-
|
|
123
|
-
<h3 class="function"><a name="right-2">right/2</a></h3>
|
|
124
|
-
<div class="spec">
|
|
125
|
-
<p><tt>right() -> term()</tt></p>
|
|
126
|
-
</div>
|
|
127
|
-
|
|
128
|
-
<h3 class="function"><a name="right-3">right/3</a></h3>
|
|
129
|
-
<div class="spec">
|
|
130
|
-
<p><tt>right() -> term()</tt></p>
|
|
131
|
-
</div>
|
|
132
|
-
|
|
133
|
-
<h3 class="function"><a name="rstr-2">rstr/2</a></h3>
|
|
134
|
-
<div class="spec">
|
|
135
|
-
<p><tt>rstr() -> term()</tt></p>
|
|
136
|
-
</div>
|
|
137
|
-
|
|
138
|
-
<h3 class="function"><a name="span-2">span/2</a></h3>
|
|
139
|
-
<div class="spec">
|
|
140
|
-
<p><tt>span() -> term()</tt></p>
|
|
141
|
-
</div>
|
|
142
|
-
|
|
143
|
-
<h3 class="function"><a name="str-2">str/2</a></h3>
|
|
144
|
-
<div class="spec">
|
|
145
|
-
<p><tt>str() -> term()</tt></p>
|
|
146
|
-
</div>
|
|
147
|
-
|
|
148
|
-
<h3 class="function"><a name="strip-1">strip/1</a></h3>
|
|
149
|
-
<div class="spec">
|
|
150
|
-
<p><tt>strip() -> term()</tt></p>
|
|
151
|
-
</div>
|
|
152
|
-
|
|
153
|
-
<h3 class="function"><a name="strip-2">strip/2</a></h3>
|
|
154
|
-
<div class="spec">
|
|
155
|
-
<p><tt>strip() -> term()</tt></p>
|
|
156
|
-
</div>
|
|
157
|
-
|
|
158
|
-
<h3 class="function"><a name="strip-3">strip/3</a></h3>
|
|
159
|
-
<div class="spec">
|
|
160
|
-
<p><tt>strip() -> term()</tt></p>
|
|
161
|
-
</div>
|
|
162
|
-
|
|
163
|
-
<h3 class="function"><a name="sub_string-2">sub_string/2</a></h3>
|
|
164
|
-
<div class="spec">
|
|
165
|
-
<p><tt>sub_string() -> term()</tt></p>
|
|
166
|
-
</div>
|
|
167
|
-
|
|
168
|
-
<h3 class="function"><a name="sub_string-3">sub_string/3</a></h3>
|
|
169
|
-
<div class="spec">
|
|
170
|
-
<p><tt>sub_string() -> term()</tt></p>
|
|
171
|
-
</div>
|
|
172
|
-
|
|
173
|
-
<h3 class="function"><a name="sub_word-2">sub_word/2</a></h3>
|
|
174
|
-
<div class="spec">
|
|
175
|
-
<p><tt>sub_word() -> term()</tt></p>
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
<h3 class="function"><a name="sub_word-3">sub_word/3</a></h3>
|
|
179
|
-
<div class="spec">
|
|
180
|
-
<p><tt>sub_word() -> term()</tt></p>
|
|
181
|
-
</div>
|
|
182
|
-
|
|
183
|
-
<h3 class="function"><a name="substr-2">substr/2</a></h3>
|
|
184
|
-
<div class="spec">
|
|
185
|
-
<p><tt>substr() -> term()</tt></p>
|
|
186
|
-
</div>
|
|
187
|
-
|
|
188
|
-
<h3 class="function"><a name="substr-3">substr/3</a></h3>
|
|
189
|
-
<div class="spec">
|
|
190
|
-
<p><tt>substr() -> term()</tt></p>
|
|
191
|
-
</div>
|
|
192
|
-
|
|
193
|
-
<h3 class="function"><a name="to_lower-1">to_lower/1</a></h3>
|
|
194
|
-
<div class="spec">
|
|
195
|
-
<p><tt>to_lower() -> term()</tt></p>
|
|
196
|
-
</div>
|
|
197
|
-
|
|
198
|
-
<h3 class="function"><a name="to_upper-1">to_upper/1</a></h3>
|
|
199
|
-
<div class="spec">
|
|
200
|
-
<p><tt>to_upper() -> term()</tt></p>
|
|
201
|
-
</div>
|
|
202
|
-
|
|
203
|
-
<h3 class="function"><a name="tokens-2">tokens/2</a></h3>
|
|
204
|
-
<div class="spec">
|
|
205
|
-
<p><tt>tokens() -> term()</tt></p>
|
|
206
|
-
</div>
|
|
207
|
-
|
|
208
|
-
<h3 class="function"><a name="words-1">words/1</a></h3>
|
|
209
|
-
<div class="spec">
|
|
210
|
-
<p><tt>words() -> term()</tt></p>
|
|
211
|
-
</div>
|
|
212
|
-
|
|
213
|
-
<h3 class="function"><a name="words-2">words/2</a></h3>
|
|
214
|
-
<div class="spec">
|
|
215
|
-
<p><tt>words() -> term()</tt></p>
|
|
216
|
-
</div>
|
|
217
|
-
<hr>
|
|
218
|
-
|
|
219
|
-
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
220
|
-
<p><i>Generated by EDoc, Nov 3 2008, 14:25:18.</i></p>
|
|
221
|
-
</body>
|
|
222
|
-
</html>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{application, cloudpanel,
|
|
2
|
-
[{description, "cloudpanel"},
|
|
3
|
-
{vsn, "0.01"},
|
|
4
|
-
{modules, [
|
|
5
|
-
cloudpanel,
|
|
6
|
-
cloudpanel_app,
|
|
7
|
-
cloudpanel_sup,
|
|
8
|
-
cloudpanel_web,
|
|
9
|
-
cloudpanel_deps
|
|
10
|
-
]},
|
|
11
|
-
{registered, []},
|
|
12
|
-
{mod, {cloudpanel_app, []}},
|
|
13
|
-
{env, []},
|
|
14
|
-
{applications, [kernel, stdlib, crypto]}]}.
|
|
Binary file
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>CloudPanel</title>
|
|
5
|
-
<link href="/stylesheets/application.css" media="all" rel="stylesheet" type="text/css"/><link href="stylesheets/classes.css" media="all" rel="stylesheet" type="text/css"/><link href="stylesheets/colors.css" media="all" rel="stylesheet" type="text/css"/><link href="stylesheets/nav.css" media="all" rel="stylesheet" type="text/css"/>
|
|
6
|
-
<script type="text/javascript" charset="utf-8" src="javascrites/jquery.js" /><script type="text/javascript" charset="utf-8" src="javascrites/site.js" />
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id='container'>
|
|
10
|
-
<div id='top'>
|
|
11
|
-
<h1><span class="blue">Cloud</span><span class="dark">Panel</span></h1>
|
|
12
|
-
</div>
|
|
13
|
-
<div id='content'>
|
|
14
|
-
<div id='nav'>
|
|
15
|
-
<h3>Actions</h3>
|
|
16
|
-
<div id='navmenu'>
|
|
17
|
-
<ul>
|
|
18
|
-
<li>
|
|
19
|
-
<a href='#soon'>Check it out</a>
|
|
20
|
-
</li>
|
|
21
|
-
<li>
|
|
22
|
-
<a href='#soon'>More stuff</a>
|
|
23
|
-
</li>
|
|
24
|
-
</ul>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<h3>CloudPanel</h3>
|
|
28
|
-
<div class='clear'> </div>
|
|
29
|
-
</div>
|
|
30
|
-
<div id='footer'>
|
|
31
|
-
Copyright - Ari Lerner - 2008 - CitrusByte Labs
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
</body>
|
|
35
|
-
</html>
|