Changes between Version 9 and Version 10 of SourceCodeSvn
- Timestamp:
- Feb 3, 2008, 7:36:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeSvn
v9 v10 44 44 45 45 '''api''':: 46 The BOINC API (for applications) 46 The BOINC API (for applications). 47 47 '''apps''':: 48 48 Some test applications. … … 51 51 '''clientgui''':: 52 52 The BOINC Manager. 53 '''clientscr''':: 54 The BOINC screensaver for Windows. 55 '''clienttray''':: 56 The BOINC Tray component (checks for user activity on Windows). 53 57 '''db''':: 54 58 The database schema and C++ interface layer. 55 '''doc'''::56 BOINC documentation (PHP web pages).57 59 '''html/ops''':: 58 60 PHP files for the operational web interface. … … 62 64 PHP include files. 63 65 '''html/languages''':: 64 Translation files .66 Translation files for project websites. 65 67 '''lib''':: 66 Code that is shared by more than one component (core client, scheduling server, etc.). 68 Code that is shared by more than one component (core client, scheduling server, etc.). 69 '''locale''':: 70 Translation files for BOINC Manager. 67 71 '''py''':: 68 72 Python modules used by tools. … … 73 77 '''tools''':: 74 78 Operational utility programs. 79 '''win_build''':: 80 Project files for compiling the client under Windows, and the Windows installer. 75 81 '''zip''':: 76 82 Compression functions; not used by BOINC, but may be useful for applications.