<?php include "../general.inc"; ?>
<?php doc_header("SlashPDA","SlashPDA"); ?>
<a name="status"><h2>Status</h2></a>
Current stable version is 1.1. Works with slashcode 1.0.9. It should also   
with Bender (2.0). Send a mail to       
<a href="MAILTO:momo_102@bluemail.ch">me</a>.  

<a name="todo"><h2>To Do</h2></a>
<ul>
<li> Posting comments
<li> Write stories
</ul>

<a name="download"><h2>Download</h2></a>
Get the stable package from
<a href="slashpda-1.1.tar.gz">here</a>.

<a name="install"><h2>Installation</h2></a>
<ol>
<li> Change directory to the DOCUMENT_ROOT of your slashcode implementation.
<li> mkdir pda
<li> Copy the package to the new pda directory.
<li> cd pda
<li> tar -zxvf slashpda-1.1.tar.gz
<li> Check every .pl file "use lib '/home/slash';" and "my $AVG = new AvantGo("/home/slash/avantgo.user");" is right.
<li> mv avantgo.user /home/slash/avantgo.user
<li> chmod 666 /home/slash/avantgo.user
<li> Replace title.jpg with your logo :-)
<li> Change the email-address in feedback.pl line 47.
</ol>

<a name="config"><h2>Configuration</h2></a>
<table border="1">
<tr><th>File</th><th>Line</th><th>Description</th></tr>
<tr>
  <td>ALL</td>
  <td>my $AVG = new AvantGo("/home/slash/avantgo.user");</td>
  <td>Change the path if needed. Fields separated by tabulator.<br>
1 = AvantGo username (- = default)<br>
2 = Amount of stories.<br>
3 = Type of comments (none, best, all)<br>
4 = Enable poll (0/1)<br>
5 = Enable Hall of fame (0/1)<br>
6 = Slash-Userid
</td>
</tr>
<tr>
  <td>comment.pl</td>
  <td>my $COMMENT_MAX_THREADLINES = 10;</td>
  <td>Use threading comment index beyond this limit.</td>
</tr>
<tr>
  <td rowspan="4">feedback.pl</td>
  <td>my $FEEDBACK_EMAIL = "momo_102@bluemail.ch";</td>
  <td>Send feedbacks to this email address.</td>
</tr>
<tr>
  <td>my $FEEDBACK_SUBJECT = "PDA-Feedback";</td>
  <td>Use this subject for the feedback email.</td>
</tr>
<tr>
  <td>my $FEEDBACK_SENDMAIL = "/usr/sbin/sendmail";</td>
  <td>Configuration for senmail.</td>
</tr>
<tr>
  <td>my $FEEDBACK_EOL = "\n";</td>
  <td>Usage for end of line.</td>
</tr>
<tr>
  <td>hof.pl</td>
  <td>my $HOF_LIMIT = 10;</td>
  <td>Limitation for hall of fame</td>
</tr>
</table>

<a name="examples"><h2>Examples</h2></a>
List of known SlashPDA:
<ul>
<li> <a target="_new" href="http://symlink.ch/pda/">Symlink</a>
</ul>

<?php doc_footer(); ?>
