- Details
- Written by: Norbert Kümin
- Category: Software
- Hits: 420
Dynamic-Plugin
Program description
Joomla plugin to display dynamic content in your articles (see below Latest versions is completly taken from github).
Latest versions
Known issues
Downloads
Examples
Date (Current year):
2025
{date format=[Y]}
Date (Current date/time):
03.02.2025 00:12:39
{date format=[d.m.Y H:i:s]}
- Details
- Written by: Norbert Kümin
- Category: Software
- Hits: 496
SlashWAP
Status
Current stable version is 1.2. Works with slashcode 1.0.9. It should also with Bender (2.0). Send a mail to
To Do
- remove Story-Infos (why not making a seperate page / can be turned on/off)
- archive mode (make directories for each story / can be turned on/off)
- using some html tags
Download
Get the stable package from here: {phocadownload view=file|id=9}
Installation
- Add following lines to your file httpd. conf (please remove the space):
# MIME Types for WAP
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc - Change directory to the DOCUMENT_ROOT of your slashcode implementation.
- mkdir wap
- Copy the package to the new wap directory.
- cd wap
- tar -zxvf slashwap-1.2.tar.gz
- Check every .pl file (use lib '/home/slash';) and (my $DIR = "/home/slash/public_html/wap/";) is right.
- Add entry to cronjob "/home/slash/public_html/wap/gen.pl < /dev/null > /dev/null 2> /dev/null".
- Replace title.wbmp with your logo :-)
Configuration
File | Line | Description |
---|---|---|
gen.pl | my $EOL = "\r\n"; | Configuration for end of line. |
my $DIR = "/home/slash/public_html/wap/"; | Where to save the files. | |
my $MAXTEXT = 1400; | Max. size of wml-files. | |
my $WAPSTORIES = 10; | Amount of stories. | |
my $WAPMORE = 1; | Show more prompt (0/1) | |
my $WAPCOMMENT = 1; | Show comments (0/1) |
- Details
- Written by: Norbert Kümin
- Category: Software
- Hits: 504
SlashPrint
Program description
SlashPrint add print functionality to you slashcode installation.
Status
Current stable version is 1.0. Works with slashcode 1.0.9. It should also with Bender (2.0). If you have test it, please send a mail to
To Do
Download
Get the stable package from here: {phocadownload view=file|id=8}
Installation
- Change directory to the DOCUMENT_ROOT of your slashcode implementation.
- tar -zxvf slashprint-1.0.tar.gz
- print_e.pl is for english and print_d.pl ist for german.
- rename your favorite print_?.pl to print.pl
- Check the print.pl file (use lib '/home/slash';) if it's right.
- Add a new link (<a href="/print.pl?sid=$sid">PrintView(</a>) in the article.pl. For example add following line in the sub articleMenu between the first and the second print: print " | <a href=\"/print.pl?sid=$story->{'sid'}\">PrintView</a>";
my $USEJSCRIPT = 0; my $DISPLAYLINKS = 1;
Configuration
File | Line | Description |
---|---|---|
print_{d|e}.pl | my $USEJSCRIPT = 0; | Use javascript to popup the printer-dialog (0/1)? |
my $DISPLAYLINKS = 1; | List the links (0/1)? |
- Details
- Written by: Norbert Kümin
- Category: Software
- Hits: 512
Program description
SlashPDA add pda functionality (smaller webpages) to you slashcode installation.
Status
Current stable version is 1.1. Works with slashcode 1.0.9. It should also with Bender (2.0). Send a mail to
To Do
- Posting comments
- Write stories
Download
Get the stable package from here: {phocadownload view=file|id=2}.
Installation
- Change directory to the DOCUMENT_ROOT of your slashcode implementation.
- mkdir pda
- Copy the package to the new pda directory.
- cd pda
- tar -zxvf slashpda-1.1.tar.gz
- Check every .pl file "use lib '/home/slash';" and "my $AVG = new AvantGo("/home/slash/avantgo.user");" is right.
- mv avantgo.user /home/slash/avantgo.user
- chmod 666 /home/slash/avantgo.user
- Replace title.jpg with your logo :-)
- Change the email-address in feedback.pl line 47.
Configuration
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 = " |
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 |
- Details
- Written by: Norbert Kümin
- Category: Software
- Hits: 516
What is JABBA?
Jabba is an irc-bot based on perl and IRC.pm.
Structur of JABBA
Main application: | jabba |
---|---|
System modules: | modules.pm event.pm config.pm tools.pm |
Customer modules: | remote.pm logtext.pm seen.pm loghtml.pm user.pm slashcode.pm invite.pm admin.pm talk.pm shellcmd.pm mail.pm idle.pm announce.pm email.pm |
Download the current version (2004-03-24) from here: {phocadownload view=file|id=6}
Whishlist
- User can subscribe private to slashcode news.
- Wishlist module ;-)