cap_gun 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,71 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
- <head>
7
- <title>layout</title>
8
- <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
9
- <link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
10
- <script src="search_index.js" type="text/javascript" charset="utf-8"></script>
11
- <script src="tree.js" type="text/javascript" charset="utf-8"></script>
12
- <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
13
- <script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
14
- <script type="text/javascript" charset="utf-8">
15
- //<![CDATA[
16
- function placeholder() {
17
- if (jQuery.browser.safari) return;
18
- $('#search-label').click(function() {
19
- $('#search').focus();
20
- $('#search-label').hide();
21
- });
22
-
23
- $('#search').focus(function() {
24
- $('#search-label').hide();
25
- });
26
- $('#search').blur(function() {
27
- this.value == '' && $('#search-label').show()
28
- });
29
-
30
- $('#search')[0].value == '' && $('#search-label').show();
31
- }
32
- $(function() {
33
- placeholder();
34
- var panel = new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]);
35
- $('#search').focus();
36
-
37
- var s = window.parent.location.search.match(/\?q=([^&]+)/);
38
- if (s) {
39
- s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
40
- if (s.length > 0)
41
- {
42
- $('#search').val(s);
43
- panel.search(s, true);
44
- }
45
- }
46
- })
47
- //]]>
48
- </script>
49
- </head>
50
- <body>
51
- <div class="panel panel_tree" id="panel">
52
- <div class="header">
53
- <div>
54
- <label for="search" id="search-label" style="display: none">Search</label>
55
- <table>
56
- <tr><td>
57
- <input type="Search" placeholder="Search" autosave="searchdoc" results="10" id="search" autocomplete="off"/>
58
- </td></tr>
59
- </table></div>
60
- </div>
61
- <div class="tree">
62
- <ul>
63
- </ul>
64
- </div>
65
- <div class="result">
66
- <ul>
67
- </ul>
68
- </div>
69
- </div>
70
- </body>
71
- </html>
@@ -1 +0,0 @@
1
- var search_data = {"index":{"longSearchIndex":["lib/cap_gun.rb","capgun","capgun","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::mailer","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::mailer","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","capgun::presenter","files/license.html","files/readme_markdown.html","files/lib/cap_gun_rb.html","files/lib/cap_gun/presenter_rb.html"],"searchIndex":["capgun","mailer","presenter","body()","branch()","comment()","convert_from_utc()","current_user()","deployed_to()","deployment_notification()","email_prefix()","exit_code()","from()","git_details()","git_log()","git_log_messages()","humanize_release_time()","load_mailer_config()","local_datetime_zone_offset()","local_timezone()","new()","previous_release_time()","recipients()","release_time()","subject()","summary()","license","readme.markdown","cap_gun.rb","presenter.rb"],"info":[["CapGun","lib/cap_gun.rb","classes/CapGun.html"," < ","Tell everyone about your releases! Send email notification after Capistrano deployments! Rule the world!",1],["Mailer","CapGun","classes/CapGun/Mailer.html"," < ActionMailer::Base","This mailer is configured with a capistrano variable called \"cap_gun_email_envelope\" ",1],["Presenter","CapGun","classes/CapGun/Presenter.html"," < Object","",1],["body","CapGun::Presenter","classes/CapGun/Presenter.html#M000022","()","",2],["branch","CapGun::Presenter","classes/CapGun/Presenter.html#M000007","()","",2],["comment","CapGun::Presenter","classes/CapGun/Presenter.html#M000021","()","",2],["convert_from_utc","CapGun::Presenter","classes/CapGun/Presenter.html#M000014","(timestamp)","Use some DateTime magicrey to convert UTC to the current time zone When the whole world is on Rails 2.1",2],["current_user","CapGun::Presenter","classes/CapGun/Presenter.html#M000004","()","",2],["deployed_to","CapGun::Presenter","classes/CapGun/Presenter.html#M000006","()","",2],["deployment_notification","CapGun::Mailer","classes/CapGun/Mailer.html#M000016","(capistrano)","Grab the options for emailing from capistrano[:cap_gun_email_envelope] (should be set in your deploy",2],["email_prefix","CapGun::Presenter","classes/CapGun/Presenter.html#M000002","()","",2],["exit_code","CapGun::Presenter","classes/CapGun/Presenter.html#M000011","()","",2],["from","CapGun::Presenter","classes/CapGun/Presenter.html#M000003","()","",2],["git_details","CapGun::Presenter","classes/CapGun/Presenter.html#M000008","()","",2],["git_log","CapGun::Presenter","classes/CapGun/Presenter.html#M000009","()","",2],["git_log_messages","CapGun::Presenter","classes/CapGun/Presenter.html#M000010","()","",2],["humanize_release_time","CapGun::Presenter","classes/CapGun/Presenter.html#M000012","(path)","Gives you a prettier date/time for output from the standard Capistrano timestamped release directory.",2],["load_mailer_config","CapGun::Mailer","classes/CapGun/Mailer.html#M000013","(cap)","",2],["local_datetime_zone_offset","CapGun::Presenter","classes/CapGun/Presenter.html#M000015","()","",2],["local_timezone","CapGun::Presenter","classes/CapGun/Presenter.html#M000017","()","",2],["new","CapGun::Presenter","classes/CapGun/Presenter.html#M000000","(capistrano)","",2],["previous_release_time","CapGun::Presenter","classes/CapGun/Presenter.html#M000019","()","",2],["recipients","CapGun::Presenter","classes/CapGun/Presenter.html#M000001","()","",2],["release_time","CapGun::Presenter","classes/CapGun/Presenter.html#M000018","()","",2],["subject","CapGun::Presenter","classes/CapGun/Presenter.html#M000020","()","",2],["summary","CapGun::Presenter","classes/CapGun/Presenter.html#M000005","()","",2],["LICENSE","files/LICENSE.html","files/LICENSE.html","","Copyright (c) 2009 Relevance, Inc. Permission is hereby granted, free of charge, to any person obtaining",3],["README.markdown","files/README_markdown.html","files/README_markdown.html","","# CapGun ## DESCRIPTION Tell everyone about your releases! Send email notification after Capistrano",3],["cap_gun.rb","files/lib/cap_gun_rb.html","files/lib/cap_gun_rb.html","","",3],["presenter.rb","files/lib/cap_gun/presenter_rb.html","files/lib/cap_gun/presenter_rb.html","","",3]]}}
@@ -1 +0,0 @@
1
- var tree = [["","","files",[["LICENSE","files/LICENSE.html","",[]],["README.markdown","files/README_markdown.html","",[]],["","","lib",[["","","cap_gun",[["presenter.rb","files/lib/cap_gun/presenter_rb.html","",[]]]],["cap_gun.rb","files/lib/cap_gun_rb.html","",[]]]]]],["CapGun","classes/CapGun.html","",[["Mailer","classes/CapGun/Mailer.html"," < ActionMailer::Base",[]],["Presenter","classes/CapGun/Presenter.html"," < Object",[]]]]]