Skip to content

Commit c9c4eae

Browse files
authored
Merge pull request #105 from splunk/readmeupdates
Readme updates
2 parents 736f459 + fbd1dad commit c9c4eae

File tree

5 files changed

+150
-305
lines changed

5 files changed

+150
-305
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Splunk SDK for JavaScript Changelog
1+
# Splunk Enterprise SDK for JavaScript Changelog
22

33
## v1.9.0
44

@@ -173,15 +173,15 @@ across all versions of Splunk.
173173

174174
### New features and APIs
175175

176-
* The Splunk SDK for JavaScript now supports Node.js v0.8.x and v0.10.x
176+
* The Splunk Enterprise SDK for JavaScript now supports Node.js v0.8.x and v0.10.x
177177

178178
* Add back general JQuery HTTP implementation.
179179

180180
* General improvements to unit tests.
181181

182182
### Breaking changes
183183

184-
* The Splunk SDK for JavaScript no longer supports Node.js v0.6.x
184+
* The Splunk Enterprise SDK for JavaScript no longer supports Node.js v0.6.x
185185

186186
* Updated the Node.js request module dependency to v2.21.1
187187

@@ -250,11 +250,11 @@ across all versions of Splunk.
250250
`splunkjs.JobManager.{events|results|preview}Iterator` methods.
251251

252252
* A new "hello-world"-style code example, `log.js`, has been added to show how
253-
to do simple application logging using the Splunk SDK for JavaScript.
253+
to do simple application logging using the Splunk Enterprise SDK for JavaScript.
254254

255255
### Breaking changes
256256

257-
* The easyXDM library is no longer included with the Splunk SDK for JavaScript
257+
* The easyXDM library is no longer included with the Splunk Enterprise SDK for JavaScript
258258
because this library was not being used, and could not work with a Splunk
259259
instance that had a self-signed SSL certificate.
260260

CONTRIBUTING.md

+14-22
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,34 @@
22

33
## How to contribute
44

5-
If you would like to contribute to this project, see [Contributions to Splunk][indivcontrib] for more information.
5+
If you would like to contribute to this project, see [Contributions to Splunk](https://www.splunk.com/en_us/form/contributions.html) for more information.
66

7-
## Issues & Bug Reports
7+
## Issues and bug reports
88

9-
If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information:
9+
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-sdk-javascript/issues) on GitHub with the following information:
1010

1111
1. Version of this project you're using (ex: 1.7.1)
12-
1. Platform version (ex: Windows Server 2012)
13-
1. Framework version (ex: Node.js 0.10.37) or Browser (ex: Chrome 43.0.2357.81)
14-
1. Splunk version (ex: 6.2.2)
15-
1. Other relevant information (ex: local/remote environment, Splunk network configuration)
12+
2. Platform version (ex: Windows Server 2012)
13+
3. Framework version (ex: Node.js v.0.12) or Browser (ex: Chrome 43.0.2357.81)
14+
4. Splunk Enterprise version (ex: 7.0)
15+
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)
1616

17-
Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers]
17+
Alternatively, if you have a Splunk question please ask on [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
1818

1919
## Pull requests
2020

2121
We love to see pull requests!
2222

2323
To create a pull request:
2424

25-
1. Fill out the [Individual Contributor Agreement][indivcontrib].
26-
1. Fork [the repository][repo].
27-
1. Make changes to the **`develop`** branch, preferably with tests.
28-
1. Create a [pull request][pulls] against the **`develop`** branch.
25+
1. Fill out the [Individual Contributor Agreement](https://www.splunk.com/en_us/form/contributions.html).
26+
2. Fork the [repository](https://github.com/splunk/splunk-sdk-javascript).
27+
3. Make changes to the **develop** branch, preferably with tests.
28+
4. Create a [pull request](https://github.com/splunk/splunk-sdk-javascript/pulls) against the **develop** branch.
2929

3030
## Contact us
3131

32-
You can [contact support][contact] if you have Splunk related questions.
32+
If you have a paid Splunk Enterprise or Splunk Cloud license, you can contact [Support](https://www.splunk.com/en_us/support-and-services.html) with questions.
3333

34-
You can reach the Developer Platform team at _[email protected]_.
34+
You can reach the Splunk Developer Platform team at _[email protected]_.
3535

36-
[contributions]: http://dev.splunk.com/view/opensource/SP-CAAAEDM
37-
[indivcontrib]: http://dev.splunk.com/goto/individualcontributions
38-
[companycontrib]: http://dev.splunk.com/view/companycontributions/SP-CAAAEDR
39-
[answers]: http://answers.splunk.com/
40-
[repo]: https://github.com/splunk/splunk-sdk-javascript
41-
[issues]: https://github.com/splunk/splunk-sdk-javascript/issues
42-
[pulls]: https://github.com/splunk/splunk-sdk-javascript/pulls
43-
[contact]: https://www.splunk.com/en_us/support-and-services.html

CREDITS.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Third-party software credits
2+
3+
Some of the components included in the Splunk Enterprise SDK for JavaScript are licensed under free or open source licenses. We wish to thank the contributors to those projects.
4+
5+
| Contributor | Description | License |
6+
|:----------- |:----------- |:------- |
7+
| [dox](https://github.com/visionmedia/dox) | RESTful degradable JavaScript routing | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-DOX) |
8+
| [davis.js](https://github.com/olivernn/davis.js) | Documentation generator | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-DAVIS) |
9+
| [jquery.class.js](http://ejohn.org/blog/simple-javascript-inheritance/) | Custom class creator | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-JQUERYCLASS) |
10+
| [nodeunit](https://github.com/caolan/nodeunit/) | Unit testing in node.js and the browser | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-NODEUNIT) |
11+
| [showdown.js](https://github.com/coreyti/showdown/) | Markdown to HTML converter | [BSD](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-SHOWDOWN) |
12+
| [staticresource](https://github.com/atsuya/static-resource/) | Static resource handling | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-STATICRESOURCE) |
13+
| [webapp2](http://code.google.com/p/webapp-improved/) | A framework for Google App Engine | [Apache](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-WEBAPP2) |
14+
| [commander](https://github.com/visionmedia/commander.js/) | Node.js command-line interfaces | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-COMMANDER) |
15+
| [script.js](https://github.com/ded/script.js/) | Asyncronous JavaScript loader and dependency manager | [Apache](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-SCRIPTJS) |
16+
| [base64.js](http://code.google.com/p/javascriptbase64/) | Fast base64 encoding/decoding | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-BASE64) |

0 commit comments

Comments
 (0)