diff --git a/doc/boinc_dev.php b/doc/boinc_dev.php index a6fe0681b9..25b15f6088 100644 --- a/doc/boinc_dev.php +++ b/doc/boinc_dev.php @@ -1,42 +1,26 @@ -

Source code

-You can get the BOINC source code in several ways: - -

-Source code for a typical BOINC application, -SETI@home, is here. +echo "

If you are an experienced C++ system programmer you may be able to help us maintain and enhance BOINC. In any case, you are welcome to browse the source code and give us feedback.

-You should understand exactly how BOINC is supposed to work +You should understand how BOINC works (for both participants -and developers) +and projects) before getting into the source code. -

Bug database

-View database of bugs and feature requests +Read about: +

+Various implementation notes:

Core client

"; - page_tail(); +page_tail(); ?> diff --git a/doc/build.php b/doc/build.php index e1511ec71e..fbdbac016e 100644 --- a/doc/build.php +++ b/doc/build.php @@ -23,8 +23,10 @@ Other Unix-like systems should work without too much configuration. GNU tools:
GCC 3.0.4+ -
autoconf 2.59+ -
automake 1.9.3+ +
+ autoconf 2.59+ +
+ automake 1.9.3+ X X diff --git a/doc/community.php b/doc/community.php index 66265cf14f..2e6c37cd43 100644 --- a/doc/community.php +++ b/doc/community.php @@ -52,39 +52,12 @@ list_item("boinc_ "For people porting and optimizing BOINC applications." ); list_end(); + echo " -

Getting source code

-

-At any given point there are two different versions -of the BOINC source code (maintained as separate CVS projects): +

Programming

-You can get the BOINC source code in several ways: - -

-Source code for a typical BOINC application, -SETI@home, is here. -

Bug database

-

-You can browse the BOINC -bug-tracking database.

News feeds

diff --git a/doc/compile.php b/doc/compile.php new file mode 100644 index 0000000000..cb946f4355 --- /dev/null +++ b/doc/compile.php @@ -0,0 +1,20 @@ + +

  • Getting the source code +
  • Software prerequisites +
  • Road map of the BOINC software +
  • Build system +
  • Building server components +
  • Building the core client +
  • Test applications and scripts +
  • Compiling BOINC on Red Hat Linux 7.x (by Eric Myers) +
  • Build instructions for SSL (Secure Socket Layer) client + +"; +page_tail(); + +?> diff --git a/doc/create_project.php b/doc/create_project.php index f57d9d3a28..207926c627 100644 --- a/doc/create_project.php +++ b/doc/create_project.php @@ -52,24 +52,6 @@ How to develop or port an application program for use with BOINC.
  • App development cookbook (courtesy of Eric Myers from Vassar) - -Compiling BOINC software - -
          - -How to configure and compile the BOINC software. - - - Creating a BOINC project @@ -78,6 +60,7 @@ Creating a BOINC project The components of a BOINC project, and how to create them.