Skip to content

Commit 92234c4

Browse files
authored
Stable release merger
Brings the master branch up to date with the next stable release
2 parents 288bf95 + 92aea47 commit 92234c4

22 files changed

Lines changed: 1800 additions & 3964 deletions

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ Temporary Items
4747
.apdisk
4848

4949
# Repo Specifics
50-
gh-pages
51-
builds/*
50+
builds
51+
.sass-cache
52+
_site

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
[![Docs](https://img.shields.io/badge/Link-Docs-blue.svg)](https://sreject.github.io/JSON-For-Mirc)
21
[![Donate](https://img.shields.io/badge/Link-Donate-blue.svg)](https://streamjar.tv/tip/SReject)
32
[![IRC](https://img.shields.io/badge/IRC-SwiftIRC-brightgreen.svg "Join us on IRC")](https://qwebirc.swiftirc.net/?channels=%23jsonformirc)
43
[![Twitch Chat](https://img.shields.io/badge/Chat-Twitch-brightgreen.svg "Join us on IRC")](https://twitch.tv/mirchelp)
54

65
# [Downloads](https://github.com/SReject/JSON-For-Mirc/releases)
76

7+
# [Docs](https://sreject.github.io/JSON-For-Mirc)
8+
89
JSON For mIRC
910
===
1011
> A script to parse and then access JSON from within mIRC.
@@ -17,14 +18,6 @@ JSON For mIRC
1718
>
1819
> The reason for a JSON parser vs. some other 'tool' is because of its overwhelming use around the web. Now-a-days, when you want data from a website they probably package it as an API that generally returns results in JSON format. Examples include: Google.com, Youtube.com, Pastebin.com, and Weather.com
1920
20-
Requirements:
21-
===
22-
> Mirc v7.44 or later, or AdiIRC v2.6 or later
23-
>
24-
> Windows 2000 or later (This will not work under wine due to lack of COM support). This script may not be able to access certain https endpoints if it is ran under older supported operating systems
25-
>
26-
> If you are using AdiIRC 64bit, you will need to install the [tsc.dll](http://www.eonet.ne.jp/~gakana/tablacus/scriptcontrol_en.html) for this script to work
27-
2821
Contribution and Distributation:
2922
===
3023
> By submitting a pull request to this repository, you acknowledge that you own or have rights to distribute and sublicense the source code contained therein, and that your content does not infringe upon the intellectual property rights of a third party. By opening a pull request you understand that, while maintaining copyright, you grant all current and future maintainers of this repository a non-exclusive, transferable, sub-licensable, royalty-free, worldwide license to use the contents of your pull request as the maintainers of this repository deem fit.

docs/downloads.html

Lines changed: 0 additions & 134 deletions
This file was deleted.

docs/index.html

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)