mirror of https://github.com/BOINC/boinc.git
parent
97f2407660
commit
0f9c5bb373
|
@ -73,6 +73,24 @@ width="210" height="62" border="0" alt="SourceForge Logo"></a>
|
|||
<center>
|
||||
<h3>Status and news</h3>
|
||||
</center>
|
||||
<b>March 4, 2003</b>
|
||||
<br>
|
||||
Participants can have separate preferences
|
||||
(such as network and disk usage limits)
|
||||
for computers at home, work, and school.
|
||||
<br><br>
|
||||
<b>February 25, 2003</b>
|
||||
<br>
|
||||
Participants can limit their upstream and downstream network bandwidth.
|
||||
<br><br>
|
||||
<b>February 22, 2003</b>
|
||||
<br>
|
||||
Participants can control the parameters (color, transparency,
|
||||
timing) of the Astropulse graphics.
|
||||
<br><br>
|
||||
<b>February 19, 2003</b>
|
||||
New feature: secure, verified email address update.
|
||||
<br><br>
|
||||
<b>January 29, 2003</b>
|
||||
<br>
|
||||
A <a href=http://boinc.sf.net/boinc_ss.jpg>screenshot</a> of the
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
echo "
|
||||
<form method=post enctype="multipart/form-data" action=profile_action.php>
|
||||
<br>
|
||||
About ".PROJECT.": <textarea name=project_text cols=80 rows=20>
|
||||
<br>
|
||||
About yourself: <textarea name=self_text cols=80 rows=20>
|
||||
<br>
|
||||
Picture:
|
||||
<input name=picture type=file size=40>
|
||||
</form>
|
||||
";
|
||||
|
||||
?>
|
Loading…
Reference in New Issue