This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bill Wang
committed
Apr 18, 2017
1 parent
5a558a1
commit 32eea95
Showing
19 changed files
with
496 additions
and
1,234 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ erl_crash.dump | |
.rebar | ||
logs | ||
_build | ||
|
||
.idea/ | ||
apps/observerweb/observerweb.iml |
This file was deleted.
Oops, something went wrong.
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,22 +1,19 @@ | ||
%%%------------------------------------------------------------------- | ||
%%% @author Bill Wang <bill@freecnpro.net> | ||
%%% @copyright (C) 2015, Freecnpro.net | ||
%%% @doc | ||
%%% | ||
%%% @end | ||
%%% Created : 17. Jun 2015 11:24 AM | ||
%%%------------------------------------------------------------------- | ||
{application, observerweb, [ | ||
{description, "Observer web frontend"}, | ||
{vsn, "0.1.0"}, | ||
{registered, [observerweb_sup]}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
cowboy, | ||
xmerl, | ||
runtime_tools | ||
]}, | ||
{mod, {observerweb_app, []}}, | ||
{env, []} | ||
]}. | ||
{description, "Observer web frontend"}, | ||
{vsn, "0.1.1"}, | ||
{registered, []}, | ||
{mod, {observerweb_app, []}}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
cowboy, | ||
xmerl, | ||
runtime_tools, | ||
jiffy | ||
]}, | ||
{env, []}, | ||
{modules, []}, | ||
{maintainers, ["Bill Wang <bill@freecnpro.net>"]}, | ||
{licenses, ["MIT"]}, | ||
{links, [{"Github", "https://github.com/freecnpro/observerweb"}]} | ||
]}. |
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.