[system] / branches / dg_dev / webwork2 / README Repository:
ViewVC logotype

Annotation of /branches/dg_dev/webwork2/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2120 - (view) (download)
Original Path: trunk/webwork2/README

1 : sh002i 1002
2 :     WeBWorK
3 :     Online Homework Delivery System
4 :     Version 2.0
5 :    
6 : sh002i 1706 Copyright 2000-2004, The WeBWorK Project
7 : sh002i 1002 All rights reserved.
8 :    
9 : sh002i 1807 * [1]Introduction
10 :     * [2]Availability
11 :     * [3]Installation
12 :     * [4]Help
13 :     * [5]Bug Reports & Feature Requests
14 :     * [6]Patches
15 : sh002i 1002
16 : sh002i 1807 Introduction
17 : sh002i 1705
18 : sh002i 1807 The [7]WeBWorK Team is pleased to announce the release of [8]WeBWorK
19 : sh002i 2120 2.0 Preview Release 4. While it is intended primarily for testing,
20 : sh002i 1807 development, and evaluation of the new system, it is also suitable for
21 :     use in live courses.
22 : sh002i 1705
23 : sh002i 1807 This release includes almost all of the functionality of WeBWorK 1.9,
24 :     and contains new functionality beyond what it possible with 1.9. New
25 : sh002i 2120 features since [9]PreviewRelease3 include:
26 : sh002i 1705
27 : sh002i 2120 * architectural improvements
28 :     * user interface improvements
29 :     * web-based course management
30 :     * new Set Maker feature for interactive set building
31 :     (JohnJones[10]?)
32 : sh002i 1807 * many bug fixes
33 : sh002i 1705
34 : sh002i 1807 Availability
35 : sh002i 1705
36 : sh002i 1807 The complete system is distributed as two tarballs. One for the
37 :     WeBWorK system itself, and one for the PG system, including a standard
38 :     set of PG modules and macro files.
39 : sh002i 1705
40 : sh002i 1807 Files are available below and on our SourceForge project page:
41 : sh002i 2120 [11]http://sourceforge.net/project/showfiles.php?group_id=93112
42 : sh002i 1705
43 : sh002i 1807 Installation
44 : sh002i 1705
45 : sh002i 1807 Documentation on installing and configuring WeBWorK is available on
46 :     this wiki. The relevant wiki topics are as follows:
47 : sh002i 1705
48 : sh002i 2120 * Installing WeBWorK
49 :     + Step 1: [12]SystemRequirements - satisfy system requirements.
50 :     + Step 2: [13]DirectorySetup - download and unpack the WeBWorK
51 : sh002i 1807 distribution.
52 : sh002i 2120 + Step 3: [14]ApacheSetup - configure apache.
53 :     + Step 4: [15]TestCourse - create a test course to verify your
54 : sh002i 1807 installation.
55 : sh002i 2120 + Step 5: [16]AdminCourse - create the admin course for
56 :     web-based course administration.
57 :     + Step 6: [17]SystemConfig - customize your system
58 : sh002i 1807 configuration.
59 : sh002i 2120 + Step 7: [18]MiscConfig - customize miscellaneous
60 : sh002i 1807 system-dependant settings.
61 :     * Creating and Upgrading Courses
62 : sh002i 2120 + [19]CourseCreation - creating a new course.
63 :     + [20]CourseUpgrade - preparing a course from WeBWorK 1.x for
64 : sh002i 1807 use under WeBWorK 2.0.
65 : sh002i 1705
66 : sh002i 1807 Help
67 : sh002i 1705
68 : sh002i 2120 If you need help installing or using [21]WeBWorK 2.0, visit the
69 :     [22]WeBWorK discussion group and post your question there. The
70 : sh002i 1807 developers monitor this forum.
71 : sh002i 1705
72 : sh002i 1807 Bug Reports & Feature Requests
73 : sh002i 1705
74 : sh002i 1807 Submit bug reports and feature requests at
75 : sh002i 2120 [23]http://bugs.webwork.rochester.edu/. We can't fix bugs and add
76 : sh002i 1807 features if you don't tell us about them!
77 : sh002i 1705
78 : sh002i 1807 Patches
79 : sh002i 1705
80 : sh002i 1807 While we welcome patches of any sort, by patching against the latest
81 : sh002i 2120 CVS code, you save us and yourself time. A bug in Preview Release 4
82 : sh002i 1807 may be fixed in CVS, and we can more easily handle patches against the
83 :     latest code. Check out the latest development version from CVS and
84 : sh002i 2120 patch against that. Consult the [24]WeBWorKCVS topic for more
85 : sh002i 1807 information.
86 : sh002i 1705
87 : sh002i 2120 -- [25]SamHathaway - 13 May 2004
88 :    
89 :     ----- Revision r1.1 - 13 May 2004 - 22:09 GMT - [26]SamHathaway
90 :    
91 :     Copyright © 1999-2003 by the contributing authors. All material on
92 :     this collaboration platform is the property of the contributing
93 :     authors.
94 :     Ideas, requests, problems regarding TWiki? [27]Send feedback.
95 :    
96 : sh002i 1807 References
97 : sh002i 1705
98 : sh002i 2120 1. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Introduction
99 :     2. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Availability
100 :     3. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Installation
101 :     4. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Help
102 :     5. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Bug_Reports_Feature_Requests
103 :     6. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease4#Patches
104 : sh002i 1807 7. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorK
105 :     8. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorK
106 : sh002i 2120 9. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease3
107 :     10. http://devel.webwork.rochester.edu/twiki/bin/edit/Webwork/JohnJones?topicparent=Webwork.PreviewRelease4
108 :     11. http://sourceforge.net/project/showfiles.php?group_id=93112
109 :     12. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/SystemRequirements
110 :     13. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/DirectorySetup
111 :     14. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/ApacheSetup
112 :     15. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/TestCourse
113 :     16. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/AdminCourse
114 :     17. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/SystemConfig
115 :     18. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MiscConfig
116 :     19. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/CourseCreation
117 :     20. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/CourseUpgrade
118 :     21. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorK
119 :     22. http://webhost.math.rochester.edu/webworkdocs/discuss/
120 :     23. http://bugs.webwork.rochester.edu/
121 :     24. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS
122 :     25. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway
123 :     26. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway
124 :     27. mailto:sh002i@math.rochester.edu?subject=TWiki Feedback on Webwork.PreviewRelease4

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9