[websites/rkward-kde-org] /: Update links to plugin documentation
Thomas Friedrichsmeier
null at kde.org
Sat Apr 30 08:14:14 BST 2022
Git commit 92859d423a40dabbf314abd5106840cb9b7b9153 by Thomas Friedrichsmeier.
Committed on 30/04/2022 at 07:14.
Pushed by tfry into branch 'master'.
Update links to plugin documentation
M +2 -3 Developer_Information.md
M +1 -1 Download_RKWard.md
M +1 -1 Feature_Plan_Archive.md
M +1 -2 News.md
M +1 -2 Open_Tasks.md
M +5 -12 Third_Party_Plugins.md [INFRASTRUCTURE]
M +1 -1 Translation_RKWard.md
https://invent.kde.org/websites/rkward-kde-org/commit/92859d423a40dabbf314abd5106840cb9b7b9153
diff --git a/Developer_Information.md b/Developer_Information.md
index cb4f597..c5562d0 100644
--- a/Developer_Information.md
+++ b/Developer_Information.md
@@ -19,18 +19,17 @@ Whatever it is that you can contribute, here are some first pointers to help you
## Documentation for documentation writers
- [The sources for this website](https://invent.kde.org/websites/rkward-kde-org)
- - Info on the documentation format used in RKWard's internal documentation (the "Welcome"-pages but also Help pages for individual plugins): <https://api.kde.org/doc/rkwardplugins/pluginhelp.html>
+ - Info on the documentation format used in RKWard's internal documentation (the "Welcome"-pages but also Help pages for individual plugins): <https://rkward.kde.org/doc/rkwardplugins/pluginhelp.html>
## Translators
- [Getting started with translating RKWard](Translation_RKWard.html)
## Developing plugins aka "Statistics Dialogs"
- - Hands-on tutorial and reference on writing plugins: [HTML for online browsing](https://api.kde.org/doc/rkwardplugins)
+ - Hands-on tutorial and reference on writing plugins: [HTML for online browsing](https://rkward.kde.org/doc/rkwardplugins)
- [Automated Plugin Testing](Automated_Plugin_Testing.html)
## C++-coders
- The appendix to our article in the Journal of Statistical Software discusses several aspects of the techical design, and is still mostly relevant: ([Abstract](http://www.jstatsoft.org/v49/i09), [PDF](http://www.jstatsoft.org/v49/i09/paper)).
- - [Online API documentation](https://api.kde.org/playground-api/edu-apidocs/rkward/html/index.html)
## Further resources
### Mailing list archives
diff --git a/Download_RKWard.md b/Download_RKWard.md
index 3511385..bb7a358 100644
--- a/Download_RKWard.md
+++ b/Download_RKWard.md
@@ -38,7 +38,7 @@ these packages have only received limited testing, so far.
## Development sources
- - [Instructions on using the Source repository](RKWard_SVN.html)
+See [Instructions on using the Source repository](RKWard_Source_Repository.html)
## Additional plugins
diff --git a/Feature_Plan_Archive.md b/Feature_Plan_Archive.md
index b895935..c26b523 100644
--- a/Feature_Plan_Archive.md
+++ b/Feature_Plan_Archive.md
@@ -124,7 +124,7 @@ element are targetted.
**Points for discussion / issues**:
- - See <http://api.kde.org/doc/rkwardplugins/i18n.html>
+ - See <https://rkward.kde.org/doc/rkwardplugins/i18n.html>
**Development status**: <span style="color:green">Done. Many
translations already exist.</span>.
diff --git a/News.md b/News.md
index cd17d81..05d938b 100644
--- a/News.md
+++ b/News.md
@@ -115,8 +115,7 @@ system (see [Bugs](Bugs.html))). A [lot of
work](https://files.kde.org/rkward/R/pckg/rkwarddev/NEWS.html) went into
the [rkwarddev package](https://github.com/rkward-community/rkwarddev)
to make the plugin generating code much more intuitive. In particular,
-see the [documentation on the new *js()*
-function](http://api.kde.org/doc/rkwardplugins/rkdev_example.html#rkdev_jscode).
+see the [documentation on the new *js()* function](/doc/rkwardplugins/rkdev_example.html#rkdev_jscode).
Finally, already looking ahead to forthcoming releases, we are making
[good
diff --git a/Open_Tasks.md b/Open_Tasks.md
index 9237227..e00a4d1 100644
--- a/Open_Tasks.md
+++ b/Open_Tasks.md
@@ -93,8 +93,7 @@ related languages (e.g. HTML) recommended
Plugins are the core of RKWards functionality, and we need much more to
come in this area.
-Documentation to look at: [Writing
-Plugins](http://api.kde.org/doc/rkwardplugins/)
+Documentation to look at: [Writing Plugins](/doc/rkwardplugins/)
## Documentation writing
diff --git a/Third_Party_Plugins.md b/Third_Party_Plugins.md
index 38b3e05..0b04cf1 100644
--- a/Third_Party_Plugins.md
+++ b/Third_Party_Plugins.md
@@ -5,26 +5,20 @@ layout: page
# External plugins for RKWard
RKWard can be enhanced by installing additional plugin packages,
-sometimes referred to as "external plugins". These plugins come in
+sometimes referred to as "external plugins". Some of these plugins come in
format of ordinary R packages and are hosted on our plugin repository
-<http://files.kde.org/rkward/R>. These packages usually don't contain
+<https://files.kde.org/rkward/R>. These packages usually don't contain
actual R code, but only the plugin code needed to add new functionality
to RKWard.
-The repository has an up-to-date [list of available external plugins](https://rkward.sf.net/R/pckg/index.html).
-
## Install external plugins
You don't have to download these packages manually, as they can can be
installed via RKWard's package management, just like any other R
-package. You can use the [list of
-plugins](http://files.kde.org/rkward/R/pckg/index.html) to look for
-something you'd like to install. Additionally, the package management
-dialog indicates that a package enhances RKWard, by showing a small
+package. The package management dialog indicates that a package enhances RKWard, by showing a small
RKWard icon:
-![<File:RKWard_R_package_management.png>](RKWard_R_package_management.png
-"File:RKWard_R_package_management.png")
+![RKWard_R_package_management.png](/assets/img/RKWard_R_package_management.png)
If you check "Include dependencies", like seen above, you will not only
install the plugin package, but all packages that it suggests, too.
@@ -43,6 +37,5 @@ anything manually and can just use the new dialogs right away.
## Writing your own plugins
Of course you can not only install additional plugins, but write your
-own. Refer to the [Introduction to Writing RKWard
-Plugins](http://api.kde.org/doc/rkwardplugins/), which you can also read
+own. Refer to the [Introduction to Writing RKWard Plugins](/doc/rkwardplugins/), which you can also read
locally, it's linked from RKWard's welcome message.
diff --git a/Translation_RKWard.md b/Translation_RKWard.md
index b1befa1..897d884 100644
--- a/Translation_RKWard.md
+++ b/Translation_RKWard.md
@@ -11,7 +11,7 @@ A lot of documenation, and contact info for your language team is
available, there.
Note that the translation files are divided into the strings for the (core) application, and
-several separate catalogs for plugins and help pages. For translating the latter, refer to <https://api.kde.org/doc/rkwardplugins/i18n.html>.
+several separate catalogs for plugins and help pages. For translating the latter, refer to <https://rkward.kde.org/doc/rkwardplugins/i18n.html>.
## Testing your translation
More information about the rkward-tracker
mailing list