Skip to content

Commit 010b086

Browse files
committed
put back old links
1 parent a73b7f6 commit 010b086

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

code/plugins/index_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 7
77
---
88
# EEGLAB plugin documentation
99

10-
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php).
10+
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
1111

1212
{%- assign children_list = site.pages | where: "parent", "Plugins" -%}
1313
{% include toc_nav.html nav=children_list %}

others/EEGLAB_Extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins provided below is the same as the list of plugins available
3333
through the EEGLAB plugin manager of the corresponding EEGLAB version.
3434

3535
- [See the current list of plugins for EEGLAB 2019.1 and later
36-
versions](https://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php)
36+
versions](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php)
3737
- [See the list of plugins for EEGLAB
3838
2019.0](https://sccn.ucsd.edu/wiki/Plugin_list_all) (plugins on this page are no
3939
longer updated)
@@ -75,15 +75,15 @@ EEGLAB](/tutorials/contribute/) to create EEGLAB compatible code.
7575

7676
Then, you may add your extension to the list above so that EEGLAB users can
7777
download it automatically from within EEGLAB. To do this, use [this
78-
form](http://sccn.ucsd.edu/eeglab/plugin_uploader2/upload_form.php). If
78+
form](http://sccn.ucsd.edu/eeglab/plugin_uploader/upload_form.php). If
7979
you want to upload a new version of your plugin, you can use
80-
[this simplified form](http://sccn.ucsd.edu/eeglab/plugin_uploader2/version_update.php).
80+
[this simplified form](http://sccn.ucsd.edu/eeglab/plugin_uploader/version_update.php).
8181

8282
Administrators, these are the maintenance pages to accept [Pending
8383
plugin
84-
requests](https://sccn.ucsd.edu/eeglab/plugin_uploader2/protected/pending_requests.php)
84+
requests](https://sccn.ucsd.edu/eeglab/plugin_uploader/protected/pending_requests.php)
8585
and [Edit plugin
86-
information](https://sccn.ucsd.edu/eeglab/plugin_uploader2/protected/edit_plugin.php).
86+
information](https://sccn.ucsd.edu/eeglab/plugin_uploader/protected/edit_plugin.php).
8787

8888
To access old versions of a plugin / extension
8989
------------------------------------------------------

others/EEGLAB_and_FieldTrip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ processing. Making your FieldTrip code available as an EEGLAB plugin
212212
(there are more than 120 plugins to date) will make it visible to the
213213
EEGLAB community.
214214

215-
You can submit a plugin on this [web page](https://sccn.ucsd.edu/eeglab/plugin_uploader2/upload_form.php) and,
215+
You can submit a plugin on this [web page](https://sccn.ucsd.edu/eeglab/plugin_uploader/upload_form.php) and,
216216
once approved, it becomes instantaneously visible by all EEGLAB users
217217
and available directly in the EEGLAB graphic interface (according to our
218218
statistics on Mixpanel in 2019, 150,000 to 200,000 EEGLAB sessions are

plugins/clean_rawdata/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Download
6969
ASR is implemented in an EEGLAB plugin clean_rawdata(), which you can
7070
download and install via EEGLAB plugin manager (from EEGLAB main GUI).
7171
Alternatively, you can download it manually from [this
72-
page](http://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php),
72+
page](http://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php),
7373
unzip it, and locate the folder under eeglab/plugins.
7474

7575
### Download ver 1.10 (old)

plugins/get_chanlocs/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Download
213213
To download *get_chanlocs*, use the extension manager within EEGLAB.
214214
Alternatively, plug-ins are available for manual download from the
215215
[EEGLAB plug-in
216-
list](https://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php).
216+
list](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
217217

218218
Revision History
219219
----------------

plugins/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 7
77
---
88
# EEGLAB plugin documentation
99

10-
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php).
10+
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
1111

1212
## Import
1313
* [EEG-BIDS](/plugins/EEG-BIDS): Imports and export EEG data to the BIDS format

tutorials/04_Import/Importing_Continuous_and_Epoched_Data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EEGLAB and LabStreamingLayer (LSL) are tightly tied as they both originated at t
4343
List of supported Data Formats
4444
--------------------
4545

46-
The [plugin](https://sccn.ucsd.edu/eeglab/plugin_uploader2/plugin_list_all.php) page contains all import plugin. Search for a given file extension or amplifier name. The same list of plugins is available through the EEGLAB plugin manager by invoking the <span style="color: brown">File → Manage EEGLAB extensions</span> menu item. If you encounter any problem with a plugin, we suggest you contact the plugin authors. Plugins also often have their own documentation.
46+
The [plugin](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php) page contains all import plugin. Search for a given file extension or amplifier name. The same list of plugins is available through the EEGLAB plugin manager by invoking the <span style="color: brown">File → Manage EEGLAB extensions</span> menu item. If you encounter any problem with a plugin, we suggest you contact the plugin authors. Plugins also often have their own documentation.
4747

4848
Some rare EEGLAB plugins might not be available on the EEGLAB plugin manager and might be instead distributed as zip file by amplifier manufacturers. If you do not see a plugin for your data format, ask your EEG amplifier manufacturer.
4949

@@ -173,5 +173,5 @@ importing specific data formats. You may search the list archive (and
173173
the rest of the EEGLAB web site) archive using Google and adding the keyword *eeglablist*.
174174

175175
We are eager to add
176-
other data importing functions to EEGLAB, so please write a plugin and submit it on this [page](http://sccn.ucsd.edu/eeglab/plugin_uploader2/upload_form.php). We are also in contact with consultants that can create EEGLAB plugins to import unsupported data format, so feel free to contact us.
176+
other data importing functions to EEGLAB, so please write a plugin and submit it on this [page](http://sccn.ucsd.edu/eeglab/plugin_uploader/upload_form.php). We are also in contact with consultants that can create EEGLAB plugins to import unsupported data format, so feel free to contact us.
177177

tutorials/contribute/design_plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,9 @@ adopting the default behaviors defined in the table above.
575575

576576
You may then add your extension to the list above so that EEGLAB users can
577577
download it automatically from the EEGLAB plugin manager. To do this, use [this
578-
form](http://sccn.ucsd.edu/eeglab/plugin_uploader2/upload_form.php). If
578+
form](http://sccn.ucsd.edu/eeglab/plugin_uploader/upload_form.php). If
579579
you want to upload a new version of your plugin, you can use
580-
[this simplified form](http://sccn.ucsd.edu/eeglab/plugin_uploader2/version_update.php).
580+
[this simplified form](http://sccn.ucsd.edu/eeglab/plugin_uploader/version_update.php).
581581

582582
Assist with unmaintained plugins
583583
------------------------

0 commit comments

Comments
 (0)