Category:Developers
Contents
Mailing Lists
Mailing Lists of interest to developers.
Developing for WeBWorK
These articles will help you modify WeBWorK and contribute to its development.
Roadmap
The WeBWorK Open Problem Library (OPL)
This was was called the National Problem Library prior to WeBWorK version 2.5.0.
- OPL3_Design_Notes - Design Notes for the OPL version 3.0
Git Hub
The official WeBWorK code repository is at
Under that page you will find several repositories, in particular those for webwork2 and pg (the main system code) and webwork-open-problem-library with the OPL.
For example, download the webwork2 repository using:
git clone https://github.com/openwebwork/webwork2.git
which will set up a local git repository.
If you intend to contribute code, create a fork on GitHub, push your code to a feature branch on your fork and make a pull request.
Docker is a convenient environment for doing development work. See:
The Open Problem Library repo is at:
Very basic command list is at http://gitref.org/basic
Localization/ Internationalization
- Localization: follow link for instructions on helping with the translation effort
Projects
Code camps
2013
2012
WeBWorK_Raleigh | March 8 - 10, 2013 | () |
WeBWorK_Fitchburg | October 12 - 14, 2012 | (blog post) |
WeBWorK_Winona | August 5 - 8, 2012 | (photo) |
WeBWorK_Clinton | June 20 - 22, 2012 | (blog spot) |
WeBWorK_Rochester | June 6 - 9, 2012 | (blog post) |
Subcategories
This category has the following 8 subcategories, out of 8 total.
A
D
G
L
R
T
V
W
Pages in category "Developers"
The following 62 pages are in this category, out of 62 total.
C
- CheckAnswers SubmitAnswers design
- Coding Standards
- Collecting metadata tools
- Configuration
- Contribute To WeBWorK
- Converting the webwork database from the latin1 to the utf8mb4 character set
- Create WeBWorK Amazon Machine Image (AMI) File
- Create WeBWorK LiveDVD
- Create WeBWorK Virtual Machine (.OVA) File
- CVS Branching
- CVS Commit Access
- CVS Repositories