1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body bgcolor=white>
<table width=100% border=0>
<tr>
<td width="25%" valign=top>
<p>
<h3>Help Sections</h3>
<p>
<ul>
<li><a href="mainwindow.html">Main Window</a>
<li><a href="login.html">Login</a>
<li><a href="config.html">Configuration File</a>
</ul>
<p>
<h3>Create Release</h3>
<ul>
<li><a href="new_release.html">New Release</a>
<li><a href="file_selection.html">File Selection</a>
<li><a href="progress.html">Progress</a>
</ul>
<p>
<h3>Edit Release</h3>
<ul>
<li><a href="edit_release.html">Select Release</a>
<li><a href="edit_release_details.html">Details</a>
<li><a href="edit_release_files.html">File Selection</a>
<li><a href="release_status.html">Edit Release Status</a>
</ul>
<h3>Other</h3>
<ul>
<li><a href="preferences.html">Preferences</a>
<li><a href="news.html">Submit News</a>
<li><a href="freshmeat_setup.html">Freshmeat Setup</a>
<li><a href="freshmeat_release.html">Freshmeat Release</a>
<li><a href="email_setup.html">Email Address Setup</a>
<li><a href="email_announcement.html">Email Announcement</a>
</ul>
</td>
<td width="75%">
<h1>ReleaseForge Preferences</h1>
You can use the <b>Preferences</b> dialog to customize the behavior of ReleaseForge.
<h3>General Settings</h3>
<p>
<p>
<center>
<img src="preferences.png"><br>
<font size="-1">ReleaseForge Preferences</font>
</center>
<p>
The <b>data path</b> field corresponds to the directory where your ReleaseForge data files will be
stored. ReleaseForge caches certain information regarding your SourceForge and Freshmeat
configurations as well as your login credentials. This directory should be writeable to the user
account that is running ReleaseForge. If you intend to save your passwords for SourceForge and
Freshmeat then it is advised that this directory be inaccessible to all other users. As of
version 0.9.0, this field is read-only. If you wish to select an alternative data directory
then refer to the <a href="config.html">configuration</a> page.
<p>
<center>
<img src="prefs_path.png"><br>
<font size="-1">Displaying the data path</font>
</center>
<p>
You may also specify the font used by ReleaseForge. Press the respective button to launch the font
selection dialog.
<p>
<center>
<img src="prefs_font.png"><br>
<font size="-1">Selecting a font</font>
</center>
<p>
<p>
If enabled, the auto login feature instucts ReleaseForge to automatically login to SourceForge and
Freshmeat as necessary. For this feature to be useful, you should instruct ReleaseForge to
save your password from the appropriate login prompts. The default for auto login is <b>disabled</b>.
<p>
Alternatively, you may leave this option disabled and use the <b>--auto</b> command line argument
when launching ReleaseForge to achieve the same behavior. Specifying the <b>--noauto</b> command line
flag instructs ReleaseForge not to attempt to login. The --noauto command line argument takes precedence over both --auto
and the <b>auto login</b> setting.
<p>
<center>
<img src="prefs_auto_login.png"><br>
<font size="-1">Toggling auto login</font>
</center>
<p>
<p>
<a name="email">
<h3>Email Settings</h3>
Use the <b>Email</b> tab to specify your email server (smtp server) and email address.
<p>
<p>
<center>
<img src="prefs_email.png"><br>
<font size="-1">configuring email server and email address</font>
</center>
<p>
After you have edited your preferences press <b>Ok</b> to save them. If any problems are
encountered while saving your preferences, an error popup will appear which should describe the
situation. To discard your changes press the <b>Cancel</b> button.
</td>
</tr>
</table>
</body>
</html>
|