| 1 |
These modules where written for http://www.eglug.org, they're all
|
| 2 |
quick and dirty hacks to add very specific functions, I found myself
|
| 3 |
using them in more projects but we never get around to cleaning them
|
| 4 |
and turning them into proper modules.
|
| 5 |
|
| 6 |
I put them in the sandbox to share, maybe if they're of use someone
|
| 7 |
else will finish the job.
|
| 8 |
|
| 9 |
* bidi.module - adds a bidi filter that guesses the language of each
|
| 10 |
block of html and adds a class="right2left" or class="left2right"
|
| 11 |
attribute
|
| 12 |
|
| 13 |
* lincount.module - adds a Block displaying country specific Linux
|
| 14 |
Counter statistics (http://counter.li.org)
|
| 15 |
|
| 16 |
* rankvote.module - implements a very simple ranking vote system
|
| 17 |
|
| 18 |
* diff/diff.module - colored diffs between revisions, relies on Pear's
|
| 19 |
Text_Diff (http://pear.php.net/package/Text_Diff)
|
| 20 |
|
| 21 |
* patched/wiki.module - a hack to allow almost free mixing of html and
|
| 22 |
wiki syntax
|
| 23 |
|
| 24 |
you can see these modules in action @ http://www.eglug.org
|
| 25 |
|