Hi mate(r)s!
I am a passionate hattrick[1] player, and I don't doubt that there are some others around on this list as well. Now, has anyone ever tried to create a hattrick bundle to write forum entries and announcements? Actually, there's not much functionality needed, just some formatting (like [b]bold[/b] and stuff), plus specialities like [player=<putplayerIDhere>].
Anyone ever done this? I have tried to create a new bundle with a new language, but I failed - no ruby skills (yet - learning it).
Hints?
TIA
André
Bonhôte André wrote:
Hi mate(r)s!
I am a passionate hattrick[1] player, and I don't doubt that there are some others around on this list as well. Now, has anyone ever tried to create a hattrick bundle to write forum entries and announcements? Actually, there's not much functionality needed, just some formatting (like [b]bold[/b] and stuff), plus specialities like [player=<putplayerIDhere>].
Anyone ever done this? I have tried to create a new bundle with a new language, but I failed - no ruby skills (yet - learning it).
That looks like some sort of BBCode derivative. See if you can't just inherit the bulletin board language grammar (and also look at it for an example showing how to make a simple language grammar).
No coding skills, ruby or otherwise, are required. But you will need to learn a bit about regular expressions.
-Jacob
Hi Jacob
On 25.04.2007, at 11:37, Jacob Rus wrote:
That looks like some sort of BBCode derivative. See if you can't just inherit the bulletin board language grammar (and also look at it for an example showing how to make a simple language grammar).
Could you give me a hint where to find this bb code thing? Doesn't look like it's installed by default.
No coding skills, ruby or otherwise, are required. But you will need to learn a bit about regular expressions.
I know some regex - long time perl coder :-)
Thanks
André
On 25. Apr 2007, at 13:39, Bonhôte André wrote:
On 25.04.2007, at 11:37, Jacob Rus wrote:
That looks like some sort of BBCode derivative. See if you can't just inherit the bulletin board language grammar (and also look at it for an example showing how to make a simple language grammar).
Could you give me a hint where to find this bb code thing? Doesn't look like it's installed by default.
If you have Subversion (svn) installed already, run these five lines in Terminal:
mkdir -p /Library/Application\ Support/TextMate/Bundles cd /Library/Application\ Support/TextMate/Bundles export LC_CTYPE=en_US.UTF-8 svn co http://macromates.com/svn/Bundles/trunk/Bundles/Bulletin% 20Board.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
Thanks Allan,
On 25.04.2007, at 21:40, Allan Odgaard wrote:
svn co http://macromates.com/svn/Bundles/trunk/Bundles/Bulletin% 20Board.tmbundle
I am getting this error:
svn: REPORT request failed on '/svn/Bundles/!svn/vcc/default' svn: REPORT of '/svn/Bundles/!svn/vcc/default': 400 Bad Request (http://macromates.com)
My svn is the macports one.
Hm ... will check the proxy things once again ...
André