Skip to content

Commit

Permalink
svn path=/trunk/boinc/; revision=19012
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Sep 7, 2009
1 parent f132ef9 commit bd8f1f2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
40 changes: 32 additions & 8 deletions doc/addon_data.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?php

// 0 filename or URL
// 1 name
// 2 version
// 3 short desc
// 4 origin URL
// 5 platform
// 6 long desc
// 7 unix date
$example =
array(
'filename or URL',
'name',
'version',
'short description',
'origin URL',
'platform',
'long description',
'unix date'
);

$win = array(
array(
Expand Down Expand Up @@ -563,6 +566,27 @@
1215641230
),

array(
'http://apps.facebook.com/boinc_milestones/',
'BOINC Milestones',
'',
'Facebook application that posts credit milestones in your Status',
'',
'',
'Enter your Cross-Project ID, and each time you pass a credit milestone (10,000, 50,000 etc.) BOINC Milestones will post a message in your Status, where all your friends can see it.',
1252300894
),

array(
'http://apps.facebook.com/processors/new.php',
'Progress Thru Processors',
'',
'Facebook-based interface to BOINC',
'',
'',
'A Facebook application that lets you attach to projects and view your status through a Facebook application. Operated by Intel in conjunction with GridRepublic.',
1252300894
),

);

Expand Down
4 changes: 1 addition & 3 deletions sched/sched_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ int SCHED_CONFIG::parse(FILE* f) {
// don't complain about unparsed XML;
// there are lots of tags the scheduler doesn't know about

xp.skip_unexpected(
tag, log_messages.debug_level==3, "SCHED_CONFIG::parse"
);
xp.skip_unexpected(tag, false, "SCHED_CONFIG::parse");
}
return ERR_XML_PARSE;
}
Expand Down

0 comments on commit bd8f1f2

Please sign in to comment.