forked from ChicagoBoss/ChicagoBoss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean inconsistent whitespaces while respecting .editorconfig
- Loading branch information
1 parent
d30d802
commit f92d5e7
Showing
119 changed files
with
861 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# @author: Pius Uzamere <[email protected]> | ||
# | ||
# Allows the user to easily create a new Chicago Boss application from anywhere, | ||
# Allows the user to easily create a new Chicago Boss application from anywhere, | ||
# as long as the Chicago Boss directory is in the user's path. | ||
# | ||
# Useful when installing Chicago Boss via Homebrew or similar methods. | ||
|
@@ -35,7 +35,7 @@ case "${1:-''}" in | |
else | ||
echo Please specify an app name to create a new Chicago Boss application. | ||
echo "Usage: boss new APP_NAME or boss start|start-dev|stop|reload|restart|attach" | ||
fi | ||
fi | ||
;; | ||
|
||
'start'|'start-dev'|'stop'|'reload'|'restart'|'attach') | ||
|
@@ -44,12 +44,12 @@ case "${1:-''}" in | |
sh $init_script $1 | ||
else | ||
echo Sorry, \"boss $1\" may only be run from the root directory of a Chicago Boss application. | ||
fi | ||
fi | ||
;; | ||
|
||
*) | ||
echo "Chicago Boss." | ||
echo "Usage: boss new APP_NAME or boss start|start-dev|stop|reload|restart|attach" | ||
exit 1 | ||
;; | ||
esac | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ <h2>Sending email with templates</h2> | |
<ul> | ||
<li><p><code>FromAddress</code> is the sender's email address. The address should <em>not</em> be in "friendly" form, i.e. "[email protected]" is OK, but "Kai Foo <[email protected]>" is not.</p></li> | ||
<li><p><code>ToAddress</code> is recipient's email address.</p></li> | ||
<li><p><code>HeaderFields</code> is a proplist of email header fields, e.g. <code>[{"From", "SECRETARY TO CHARLES TAYLOR <[email protected]>"}, {"Subject", "Unclaimed Lottery Winnings"}]</code>. | ||
<li><p><code>HeaderFields</code> is a proplist of email header fields, e.g. <code>[{"From", "SECRETARY TO CHARLES TAYLOR <[email protected]>"}, {"Subject", "Unclaimed Lottery Winnings"}]</code>. | ||
If you want the From: and To: fields to appear in the message, you need to provide values here; they will not be taken from <code>FromAddress</code> and <code>ToAddress</code>. | ||
However, the header fields for Message-ID: and Date: will be populated automatically if not provided. | ||
</p></li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%%%---------------------------------------------------------------------- | ||
%%% File : yaws_api.hrl | ||
%%% Author : Claes Wikstrom <[email protected]> | ||
%%% Purpose : | ||
%%% Purpose : | ||
%%% Created : 24 Jan 2002 by Claes Wikstrom <[email protected]> | ||
%%%---------------------------------------------------------------------- | ||
|
||
|
@@ -13,11 +13,11 @@ | |
headers, %% headers | ||
req, %% request | ||
clidata, %% The client data (as a binary in POST requests) | ||
server_path, %% The normalized server path | ||
server_path, %% The normalized server path | ||
%% (pre-querystring part of URI) | ||
querydata, %% For URIs of the form ...?querydata | ||
querydata, %% For URIs of the form ...?querydata | ||
%% equiv of cgi QUERY_STRING | ||
appmoddata, %% (deprecated - use pathinfo instead) the remainder | ||
appmoddata, %% (deprecated - use pathinfo instead) the remainder | ||
%% of the path leading up to the query | ||
docroot, %% Physical base location of data for this request | ||
docroot_mount, %% virtual directory e.g /myapp/ that the docroot | ||
|
@@ -27,13 +27,13 @@ | |
state, %% State for use by users of the out/1 callback | ||
pid, %% pid of the yaws worker process | ||
opaque, %% useful to pass static data | ||
appmod_prepath, %% (deprecated - use prepath instead) path in front | ||
appmod_prepath, %% (deprecated - use prepath instead) path in front | ||
%%of: <appmod><appmoddata> | ||
prepath, %% Path prior to 'dynamic' segment of URI. | ||
%% ie http://some.host/<prepath>/<script-point>/d/e | ||
%% where <script-point> is an appmod mount point, | ||
prepath, %% Path prior to 'dynamic' segment of URI. | ||
%% ie http://some.host/<prepath>/<script-point>/d/e | ||
%% where <script-point> is an appmod mount point, | ||
%% or .yaws,.php,.cgi,.fcgi etc script file. | ||
pathinfo %% Set to '/d/e' when calling c.yaws for the request | ||
pathinfo %% Set to '/d/e' when calling c.yaws for the request | ||
%% http://some.host/a/b/c.yaws/d/e | ||
%% equiv of cgi PATH_INFO | ||
}). | ||
|
@@ -83,9 +83,9 @@ | |
|
||
|
||
-record(setcookie,{ | ||
key, | ||
value, | ||
quoted, | ||
key, | ||
value, | ||
quoted, | ||
comment, | ||
comment_url, | ||
discard, | ||
|
@@ -109,4 +109,4 @@ | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.