- Details
- Written by: Norbert Kümin
HTML5Media
Program description
Joomla pluging to embed audio or video into your articles.
Latest versions
Downloads
Examples
Audio:
{html5audio width=[450] height=[338] poster_visibility=[1] poster=[http://www.cczwei.de/images/w_w_2006.jpg] controls=[1] autoplay=[0] preload=[auto] loop=[0] audio_mp3=[http://cczwei.mirror.speedpartner.de/cc2audio/CC-Zwei-380.mp3] audio_ogg=[http://cczwei.mirror.speedpartner.de/cc2audio/CC-Zwei-380.ogg]}
Video:
{html5video width=[640] height=[360] controls=[1] autoplay=[0] preload=[auto] poster_visibility=[1] loop=[0] video_mp4=[http://media.w3.org/2010/05/sintel/trailer.mp4] video_ogg=[http://media.w3.org/2010/05/sintel/trailer.ogv] poster=[http://media.w3.org/2010/05/sintel/poster.png]}
- Details
- Written by: Norbert Kümin
Birthday
Program description
Joomla module for club management display upcomming birthdays.
Latest versions
Downloads
- Details
- Written by: Norbert Kümin
ClubManagement
Program description
Joomla component for club management (persons, memberships, board) with multiple display & export functionalities.
Latest versions
Known issues
Downloads
- Details
- Written by: Norbert Kümin
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
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)? |