Skip to content

Commit 34f51ee

Browse files
authored
Merge pull request #2902 from drgrice1/update-webwork-maa-links
Update `webwork.maa.org` links.
2 parents 2d11be7 + 12bd44b commit 34f51ee

9 files changed

Lines changed: 39 additions & 34 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: ["https://webwork.maa.org/wiki"]
12+
custom: ['https://wiki.openwebwork.org/wiki']

README.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
1+
# Welcome to WeBWorK
2+
13
WeBWorK
24
Online Homework Delivery System
35
Version 2.*
46
Branch: github.com/openwebwork
57

6-
https://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.20
8+
https://wiki.openwebwork.org/wiki/Release_notes_for_WeBWorK_2.20
79
Copyright 2000-2025, The WeBWorK Project
810
https://openwebwork.org/
911
All rights reserved.
1012

11-
# Welcome to WeBWorK
12-
13-
WeBWorK is an open-source online homework system for math and sciences courses. WeBWorK is supported by the MAA and the NSF and comes with an Open Problem Library (OPL) of over 30,000 homework problems. Problems in the OPL target most lower division undergraduate math courses, some advanced courses and some other STEM subjects. Supported courses include college algebra, discrete mathematics, probability and statistics, single and multivariable calculus, differential equations, linear algebra and complex analysis. Find out more at the main WeBWorK [webpage](https://openwebwork.org).
13+
WeBWorK is an open-source online homework system for math and sciences courses. WeBWorK is supported by the MAA and the
14+
NSF and comes with an Open Problem Library (OPL) of over 30,000 homework problems. Problems in the OPL target most lower
15+
division undergraduate math courses, some advanced courses and some other STEM subjects. Supported courses include
16+
college algebra, discrete mathematics, probability and statistics, single and multivariable calculus, differential
17+
equations, linear algebra and complex analysis. Find out more at the main WeBWorK [webpage](https://openwebwork.org).
1418

1519
## Information for Users
1620

17-
New users interested in getting started with their own WeBWorK server, or instructors looking to learn more about how to use WeBWorK in their classes, should take a look at one of the following resources:
21+
New users interested in getting started with their own WeBWorK server, or instructors looking to learn more about how to
22+
use WeBWorK in their classes, should take a look at one of the following resources:
1823

19-
* The [WeBWorK project home page](https://openwebwork.org/) - General information and resources including announcements of events and important project news
20-
* [WeBWorK wiki](https://webwork.maa.org/wiki/Main_Page) - The main WeBWorK wiki
21-
* [Installing WeBWorK](https://webwork.maa.org/wiki/Manual_Installation_Guides) - Installing WeBWorK
22-
* [Instructors](https://webwork.maa.org/wiki/Instructors) - Information for Instructors
23-
* [Problem Authors](https://webwork.maa.org/wiki/Authors) - Information for Problem Authors
24-
* [Forum](http://webwork.maa.org/moodle/mod/forum/index.php?id=3) - The WeBWorK Forum for getting help from the community
25-
* [Frequently Asked Questions](https://github.com/openwebwork/webwork2/wiki/Frequently-Asked-Questions) - A list of frequently asked questions.
24+
- The [WeBWorK project home page](https://openwebwork.org/) - General information and resources including announcements
25+
of events and important project news
26+
- [WeBWorK wiki](https://wiki.openwebwork.org/wiki/Main_Page) - The main WeBWorK wiki
27+
- [Installing WeBWorK](https://wiki.openwebwork.org/wiki/Manual_Installation_Guides) - Installing WeBWorK
28+
- [Instructors](https://wiki.openwebwork.org/wiki/Instructors) - Information for Instructors
29+
- [Problem Authors](https://wiki.openwebwork.org/wiki/Authors) - Information for Problem Authors
30+
- [Forum](https://forums.openwebwork.org/mod/forum/index.php?id=3) - The WeBWorK Forum for getting help from the
31+
community
32+
- [Frequently Asked Questions](https://github.com/openwebwork/webwork2/wiki/Frequently-Asked-Questions) - A list of
33+
frequently asked questions.
2634

2735
## Information for Downloading
2836

29-
* Installation manuals can be found at https://webwork.maa.org/wiki/Category:Installation_Manuals
37+
- See the [installation manuals](https://wiki.openwebwork.org/wiki/Category:Installation_Manuals).
3038

3139
## Information For Developers
3240

33-
* People interested in developing new features for WeBWorK can start at https://webwork.maa.org/wiki/Category:Developers, or start a [discussion on GitHub](https://github.com/openwebwork/webwork2/discussions) to engage with the current developers.
34-
* People interested in developing new problems for WeBWorK should visit [Problem Authors](http://webwork.maa.org/wiki/Authors).
41+
- People interested in developing new features for WeBWorK can start at the wiki
42+
[development page](https://wiki.openwebwork.org/wiki/Category:Developers), or start a
43+
[discussion on GitHub](https://github.com/openwebwork/webwork2/discussions) to engage with the current developers.
44+
- People interested in developing new problems for WeBWorK should visit the wiki
45+
[problem authoring page](https://wiki.openwebwork.org/wiki/Authors).

bin/upgrade-database-to-utf8mb4.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ =head1 DESCRIPTION
3232
Upgrade webwork course database tables from latin1 to utf8mb4.
3333
3434
This script assumes that you have already properly configured the database to
35-
work with the utf8mb4 character set. See L<https://webwork.maa.org/wiki/Converting_the_webwork_database_from_the_latin1_to_the_utf8mb4_character_set#Check_what_the_default_character_set_is_for_MySQL_on_your_new_or_upgraded_server>.
35+
work with the utf8mb4 character set. See L<https://wiki.openwebwork.org/wiki/Converting_the_webwork_database_from_the_latin1_to_the_utf8mb4_character_set#Check_what_the_default_character_set_is_for_MySQL_on_your_new_or_upgraded_server>.
3636
3737
Also, make sure to upgrade the course via webwork2/admin "Upgrade Courses"
3838
before running this script for the course.

conf/defaults.config

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,6 @@ $webworkDirs{themes} = "$webworkDirs{htdocs}/themes";
327327
# Location of localization directory.
328328
$webworkDirs{localize} = "$webworkDirs{root}/lib/WeBWorK/Localize";
329329

330-
# URL of general WeBWorK documentation.
331-
$webworkURLs{docs} = "https://webwork.maa.org";
332-
333330
# URLs for new issues in Github.
334331
$webworkURLs{webwork2BugReporter} = "https://github.com/openwebwork/webwork2/issues/new";
335332
$webworkURLs{OPLBugReporter} = "https://github.com/openwebwork/webwork-open-problem-library/issues/new";
@@ -343,14 +340,12 @@ $webworkURLs{wwSecurityAnnounce} = "https://groups.google.com/g/ww-security-anno
343340
$webworkSecListManagers = 'ww-security-announce+managers@googlegroups.com';
344341

345342
# URLs in the Wiki
346-
$webworkURLs{WikiMain} = "https://webwork.maa.org/wiki/";
347-
$webworkURLs{SiteMap} = "https://webwork.maa.org/wiki/WeBWorK_Sites";
343+
$webworkURLs{WikiMain} = "https://wiki.openwebwork.org/wiki";
344+
$webworkURLs{SiteMap} = "https://wiki.openwebwork.org/wiki/WeBWorK_Sites";
348345

349346
# URL for help buttons on the PGProblemEditor pages:
350-
$webworkURLs{MathObjectsHelpURL} ='https://webwork.maa.org/wiki/Category:MathObjects';
351-
$webworkURLs{PGLabHelpURL} ='https://demo.webwork.rochester.edu/webwork2/wikiExamples/MathObjectsLabs2/2?login_practice_user=true';
352-
$webworkURLs{PGMLHelpURL} ='https://demo.webwork.rochester.edu/webwork2/cervone_course/PGML/1?login_practice_user=true';
353-
$webworkURLs{AuthorHelpURL} ='https://webwork.maa.org/wiki/Category:Authors';
347+
$webworkURLs{MathObjectsHelpURL} = 'https://wiki.openwebwork.org/wiki/Category:MathObjects';
348+
$webworkURLs{AuthorHelpURL} = 'https://wiki.openwebwork.org/wiki/Category:Authors';
354349

355350
# Location of CSS
356351
# $webworkURLs{stylesheet} = "$webworkURLs{htdocs}/css/${defaultTheme}.css";
@@ -366,7 +361,7 @@ $webworkURLs{AuthorHelpURL} ='https://webwork.maa.org/wiki/Category:Au
366361
# The problemLibrary configuration data should now be set in localOverrides.conf
367362

368363
# For configuration instructions, see:
369-
# https://webwork.maa.org/wiki/Open_Problem_Library
364+
# https://wiki.openwebwork.org/wiki/Open_Problem_Library
370365
# The directory containing the open problem library files.
371366
# Set the root to "" if no problem
372367

conf/localOverrides.conf.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $mail{feedbackRecipients} = [
149149

150150

151151
# For configuration instructions, see:
152-
# http://webwork.maa.org/wiki/Open_Problem_Library
152+
# https://wiki.openwebwork.org/wiki/Open_Problem_Library
153153
# The directory containing the open problem library files. Set to "" if no problem
154154
# library is installed.
155155
# NationalProblemLibrary (NPL) has been renamed to OpenProblemLibrary (OPL)
@@ -402,7 +402,7 @@ $mail{feedbackRecipients} = [
402402

403403
# Alternate locations -- this allows you to place temporary files in a location
404404
# that is not backed up and is the recommended set up for most installations.
405-
# See http://webwork.maa.org/wiki/Store_WeBWorK%27s_temporary_files_in_a_separate_directory_or_partition
405+
# See https://wiki.openwebwork.org/wiki/Store_WeBWorK's_temporary_files_in_a_separate_directory_or_partition
406406
# for more information. Note that the wwtmp directory (or partition) should be
407407
# created under Apache's main server document root which is usually
408408
# /var/www/html. If this is in a different location on your system, edit the
@@ -428,7 +428,7 @@ $mail{feedbackRecipients} = [
428428

429429
# To enable Rserve (the R statistical server) in WeBWorK, uncomment the
430430
# following line. The R server needs to be installed and running in order for
431-
# this to work. See http://webwork.maa.org/wiki/R_in_WeBWorK for more info.
431+
# this to work. See https://wiki.openwebwork.org/wiki/R_in_WeBWorK for more info.
432432

433433
#$pg{specialPGEnvironmentVars}{Rserve} = {host => "localhost"};
434434

conf/site.conf.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ $job_queue{database_dsn} = "sqlite:$webwork_dir/DATA/webwork2_job_queue.db";
322322
# The problemLibrary configuration data should now be set in localOverrides.conf
323323

324324
# For configuration instructions, see:
325-
# http://webwork.maa.org/wiki/National_Problem_Library
325+
# https://wiki.openwebwork.org/wiki/Open_Problem_Library
326326
# The directory containing the Open Problem Library files.
327327
# Set the root to "" if no problem
328328
# library is installed. Use version 2.0 for the NPL and use the version 2.5 for the OPL.

lib/WeBWorK/Authen/LTIAdvanced/SubmitGrade.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ EOS
298298
}
299299

300300
# Blackboard seems to return this when there is no prior grade.
301-
# See: https://webwork.maa.org/moodle/mod/forum/discuss.php?d=5002
301+
# See: https://forums.openwebwork.org/mod/forum/discuss.php?d=5002
302302
$priorScore = '' if $priorScore eq 'success';
303303

304304
# Do not update the score if there is no significant change. Note that the cases where the webwork score

lib/WeBWorK/Authen/Shibboleth.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use this module copy C<conf/authen_shibboleth.conf.dist> to
1111
C<conf/authen_shibboleth.dist>, and uncomment the line in C<conf/localOverrides.conf>
1212
that reads C<include("conf/authen_shibboleth.conf");>.
1313
14-
Refer to the L<external Shibboleth authentication|http://webwork.maa.org/wiki/External_(Shibboleth)_Authentication>
14+
Refer to the L<external Shibboleth authentication|https://wiki.openwebwork.org/wiki/External_(Shibboleth)_Authentication>
1515
documentation on the WeBWorK wiki and the instructions in the comments of the
1616
C<conf/authen_shibboleth.conf.dist> file.
1717

lib/WeBWorK/Utils/Rendering.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ sub constructPGOptions ($ce, $user, $set, $problem, $psvn, $formFields, $transla
172172
$options{templateDirectory} = "$ce->{courseDirs}{templates}/";
173173
$options{tempDirectory} = "$ce->{courseDirs}{html_temp}/";
174174
$options{tempURL} = "$ce->{courseURLs}{html_temp}/";
175-
$options{webworkDocsURL} = "$ce->{webworkURLs}{docs}/";
176175
$options{localHelpURL} = "$ce->{pg}{URLs}{localHelpURL}/";
177176
$options{MathJaxURL} = $ce->{webworkURLs}{MathJax};
178177
$options{server_root_url} = $ce->{server_root_url} || '';

0 commit comments

Comments
 (0)