You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Woodruff 28c8d411ad
Inital Commit
11 months ago
..
exposed Inital Commit 11 months ago
modules.new Inital Commit 11 months ago
templates Inital Commit 11 months ago
.eslintrc.js Inital Commit 11 months ago
README.txt Inital Commit 11 months ago

README.txt

Splunk appserver resource directory

===================================

The files contained herein are default assets used by the Splunk appserver
and are not customer-modifiable.



/exposed
========

NOTICE:
All files in this directory are public.


Javascript events broadcast in the client:
jobDispatched
jobResurrected
jobProgress
jobPaused
jobFinalized
jobCanceled
jobDone
jobStatusChanged

jobberTicketsRefreshed


/modules
========

For information on how modules work in Splunk Web, see this page:


For information on configuring your own modules, see this page:

http://www.splunk.com/doc/preview/DevModule


/source
=======

Source files. Not packaged with standard install.



/templates
==========

template language:
http://www.makotemplates.org

convention:
./${controller}/${action}.html

global utilities:
./lib.html

controller action utilties:
./${controller}/_helpers.html

default layout*:
./layout/base.html

custom controller layout*:
./layout/base.html+
|
+-./layout/${controller}.html

* http://www.makotemplates.org/docs/inheritance.html

Powered by BW's shoe-string budget.