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