-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
211 lines (192 loc) · 10.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="A GitHub page for ahkscript.org">
<meta name="author" content="">
<!--<link rel="icon" href="../../favicon.ico">-->
<title>AHKScript.GitHub</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- GitHubs Octicons -->
<link rel="stylesheet" href="stylesheets/octicons/octicons.css">
<!-- Custom styles for this template -->
<link href="stylesheets/style.css" rel="stylesheet">
<!-- GitHub Widget Stylesheet -->
<link rel="stylesheet" type="text/css" href="stylesheets/github-widget.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="main-header">
<div class="ribbon">
<!-- <img src="http://ahkscript.org/static/ahk.png" alt="AHK" id="ahkimg" />
<img src="http://ahkscript.org/static/autohotkey_text.png" alt="AutoHotkey - Automation, Hotkeys, Scripting" id="ahktext" /> -->
<img src="images/ahk_logo.png" class="img-responsive" width="517" height="78" alt="AutoHotkey">
<!-- image split in two above so it scales better on mobile devices - you can either
remove the two images above and keep this single image below or vice versa
<img src="static/ahk_logo.png" alt="AutoHotkey - Automation, Hotkeys, Scripting" />
-->
</div>
</header>
<nav class="navbar menu-area">
<div class="navbar-header toogle-bars">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#menu-collapse" aria-expanded="false" aria-controls="navbar"><i class="octicon octicon-three-bars ic-open"></i> <i class="octicon octicon-x ic-close"></i> MENU</a>
<!-- <a href="#menu-collapse" data-toggle="collapse" data-target="#navbar" class="navbar-toggle collapsed" aria-expanded="false" aria-controls="navbar"><i class="octicon octicon-three-bars ic-open"></i> <i class="octicon octicon-x ic-close"></i> MENU</a> -->
</div>
<div id="menu-collapse" class="menu-collapse navbar-collapse collapse">
<div class="row">
<ul class="main-nav nav">
<li>
<a href="#home" class="link-inpage">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-home"></i>
</span>
<span>Home</span>
</a>
</li>
<li>
<a href="https://github.com/ahkscript/ASPDM">
<span class="icon">
<i aria-hidden="true" class="icon-package"></i>
</span>
<span class="legend">ASPDM</span>
</a>
</li>
<li>
<a href="#">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-book"></i>
</span>
<span>Books</span>
</a>
</li>
<li>
<a href="https://github.com/ahkscript/">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-repo"></i>
</span>
<span>Repos</span>
</a>
</li>
<li>
<a href="https://github.com/orgs/ahkscript/people">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-organization"></i>
</span>
<span>Team</span>
</a>
</li>
<li>
<a href="#slack" class="link-inpage">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-comment-discussion"></i>
</span>
<span>Slack</span>
</a>
</li>
<li>
<a href="HTTP://ahkscript.org/">
<span class="icon">
<i aria-hidden="true" class="octicon octicon-link-external"></i>
</span>
<span>AHKScript</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-header">
<h1 class="blog-title">AutoHotkey on GitHub</h1>
<p class="lead blog-description">The official AutoHotkey presence on <a href="https://github.com">GitHub</a>.</p>
</div> <!-- /div.blog-header -->
<div class="segment segment_home">
<div class="blog-post">
<h2 class="blog-post-title">Membership</h2>
<!-- <p class="blog-post-meta">January 1, 2014 by <a href="#">Mark</a></p> -->
<p>Want to be a member of the ahkscript.org GitHub group? Join with a simple post of your GitHub username here: <a href="https://www.autohotkey.com/boards/viewtopic.php?t=936">https://www.autohotkey.com/boards/viewtopic.php?t=936</a></p>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">AHK Tools</h2>
<p>Here's a list of AutoHotkey-related things, that you can find on GitHub :</p>
<ul>
<li><a href="https://github.com/Lexikos/AutoHotkey_L">Up-to-date AutoHotkey source code</a></li>
<li><a href="https://github.com/maul-esel/COM-Classes">COM Classes Framework</a></li>
<li><a href="https://github.com/Lexikos/AutoHotkey_L-Docs">AutoHotkey Docs</a></li>
<li><a href="https://github.com/fincs/Ahk2Exe">Ahk2Exe Compiler</a></li>
<li><a href="https://github.com/maestrith/GUI_Creator">GUI Creator</a></li>
<li><a href="https://github.com/maestrith/AHK-Studio">AHK Studio</a></li>
<li><a href="https://github.com/fincs/SciTE4AutoHotkey">SciTE4AutoHotkey</a></li>
<li><a href="https://github.com/ahkscript/awesome-AutoHotkey">More in the "Awesome AutoHotkey" list</a></li>
</ul>
<p><small><em>This list is subject to changes and completion, as it is not comprehensive</em></small></p>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Support</h2>
<p>Having trouble with AutoHotkey? Ask your question in the forums <a href="http://ahkscript.org/boards/viewforum.php?f=5">[here]</a> or check out the documentation at <a href="http://ahkscript.org/docs">http://ahkscript.org/docs</a>. You can also try contacting <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
</div><!-- /.blog-post -->
</div> <!-- /.content.content_index -->
<div class="segment segment_slack">
<div class="blog-post">
<h2 class="blog-post-title">AutoHotkey on Slack</h2>
<p>We now have a <a href="http://www.slack.com/">Slack</a> site for the AutoHotkey community, and this form will let
you sign up for an account. Slack is an awesome way for us to stay connected and have conversations, but it requires us to send you an
invitation via email (it should arrive nearly instantly). Once you receive the invitation you can log in to the <a href="http://ahkscript.slack.com">AHKscript Slack</a>.</p>
<form action="#" method="post" id="invitationForm" class="form-inline">
<div class="description">
<h3>Join-Slack</h3>
<div style="display: none;" class="flash-message success" id="invitationFormSuccess">
Great! An invitation should arrive within a few minutes. <br/>
Once you receive it, you can log in at <a href="http://ahkscript.slack.com">ahkscript.slack.com</a>
</div>
<div style="display: none;" class="flash-message error" id="invitationFormFail">
Oh No! Our scripts are malfunctioning and cannot send invitations at this time. Please try again later.
</div>
</div>
<div class="input-group col-sm-10">
<div class="input-group-addon"><span class="octicon octicon-mail"></span></div>
<input required="" class="form-control input-lg" id="email" name="invitation[email]" size="30" placeholder="[email protected]" type="email">
<span class="input-group-btn">
<input class="btn btn-primary btn-lg" role="button" id="submit" value="Send Invite" type="submit">
</span>
</div>
</form>
</form>
</div><!-- /.blog-post -->
</div><!-- /.content.content_slack -->
</div><!-- /.blog-main -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<div class="l-box tools">
<div class="github-widget" data-user="ahkscript"></div>
<script src="javascripts/github-widget.min.js"></script>
</div> <!-- /l-box tools -->
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p class="text-muted"><b>Copyright</b> © 2013-2014 AutoHotkey Foundation LLC - AutoHotkey Software License: <a href="http://ahkscript.org/docs/license.htm">GNU General Public License</a></p>
<a href="#" class="back-to-top"><i class="octicon octicon-jump-up"></i></a>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
<script src="javascripts/script.js"></script>
</body>
</html>