Skip to content

RawGit is shutting down, replace it with jsDelivr #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
"version": "1.0.1",
"apiVersion": "21",
"description": "Autoanswer contact status (friend, neutral, blocked)",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/answercontacts.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/answercontacts.py"
},
{
"name": "autopokeback",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "Ignore pokes and automatically poke back",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/autopoke.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/autopoke.py"
},
{
"name": "AutoReplyAway",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "This plugin autoreplies if you are away. It also shows one way to create ui-configurable scripts.",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/autoreply.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/autoreply.py"
},
{
"name": "processCommandTest",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "This plugin shows how to use commands, run \"/py pt greet\" or \"/py pt time\"",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/cmdtest.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/cmdtest.py"
},
{
"name": "tweakui",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "Tweak the client UI to use DockingWidgets, just to show possibilities of pyTSon in conjunction with PythonQt. There is no warranty!",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/tweakui.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/tweakui.py"
},
{
"name": "g15",
Expand All @@ -54,15 +54,15 @@
"version": "1.0.1",
"apiVersion": "21",
"description": "Automatically activates the channel chat (tabindex 1, so if you change order, it won't work as expected) tab when the server connection tab is changed",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-02-15/autochannelchattab.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-02-15/autochannelchattab.py"
},
{
"name": "widgetinfo",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "Show information of the client's ui elements",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-14/widgetinfo.py",
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-14/widgetinfo.py",
"dependencies": null
},
{
Expand All @@ -71,22 +71,22 @@
"version": "1.0.2",
"apiVersion": "21",
"description": "This is a plugin used for interprocess communication. It broadcasts events to clients and can receive commands to execute.",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-08-17/ipcplugin.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-08-17/ipcplugin.py"
},
{
"name": "eventlog",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.0",
"apiVersion": "21",
"description": "This plugin shows all available events in a log. Might be helpfull for plugin deveolopers.",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-01-21/eventlog.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-01-21/eventlog.py"
},
{
"name": "multiselectmove",
"author": "Thomas \"PLuS\" Pathmann",
"version": "1.0.1",
"apiVersion": "21",
"description": "This plugin makes it possible to move multiple clients around per Multiselect. Just select two items with shift- or control-modifier pressed.",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-05-20/multiselectmove.py"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-05-20/multiselectmove.py"
}
]
2 changes: 1 addition & 1 deletion repositorymaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "pyTSon master",
"active": true,
"origin": "online",
"url": "https://cdn.rawgit.com/pathmann/pyTSon_repository/2017-08-17/repository.json"
"url": "https://cdn.jsdelivr.net/gh/pathmann/pyTSon_repository@2017-08-17/repository.json"
}
]