Ok then I guess the system will have to be GPL wink

But who wrote those functions? - because I can't give credit.

And SuperMAG - I can't give a URL yet because the system is still being built - but I hope to have a beta by the end of the month!

So far, on a server about 80% used it takes about 0.01 seconds to render an average blog post with 10 comments containing code, links, etc... - without being optimized or with the caching system still unbuilt.

Great!

So what about the http://creativecommons.org/licenses/by-sa/3.0/ ?

Hello, I am building a insanely fast blog system and I wanted to know if I am allowed to use a modified version of punBB's "parse_comment" and "split_text" functions.

You see, I will be releasing this system free as GPL or CC and I don't mind giving full credit to anyone (or everyone) who wrote those functions. I don't need any other part of punBB (until after the system is released and I figure out how I can merge the blog system with punbb) but before do anything I want to make sure that it is alright. smile

So can anyone help me with this? Thanks!

4

(51 replies, posted in News)

Ditto! PunBB rocks and so does the work put into it. big_smile

Speed, XHTML, Clean, and Solid.

kierownik wrote:

I have it now installed on my website and I have one post where i have multiple code tags with css in them.
but when i only put the [css] tag in the top one the others are also seen as css but they maby are not css!
and so if the second one is just some code it will be coded as css and not normal.

but cool mod smile

Sorry, I don't understand.

The Mod treats each code block independent. That way you can have multiple CSS, HTML, PHP, VB, ASP, Java, etc.. blocks all in the same post, yet colored differently. Just make sure you put the name of the language in "[****]" somewhere in each code block.

Just like regular code you would put a [*code*] (without the *) tag around it.

Then you would place the [nameoflanguage] tag ANYWERE in the code and it would read, then delete it. If no [nameoflanguage] tag is found the processor defaults to PHP. Examples:

PHP:

<HTML>
<HEAD>
<TITLE><?php echo $tile; ?><TITLE>
</HEAD>
<BODY>
<?php echo "Welcome to $sitename"; ?>
<p>We are committed to serving you!</p>
</BODY>
</HTML>
[php]

HTML:

<HTML>
[html]
<HEAD>
<TITLE><?php echo $tile; ?><TITLE>
</HEAD>
<BODY>
<?php echo "Welcome to $sitename"; ?>
<p>We are committed to serving you!</p>
</BODY>
</HTML>

CSS:

[css]
BODY {
line-height: 1.5em;
color: #ccc;
}

Note: you can place the tag anywhere (cool huh?) and there is NO closing tag.

Hello everyone!

I just wrote a MOD for punBB and other than needing some cosmetic finishes (i.e. not punBB MOD Template valid) it works fine on my system. So.....

Who wants to give it a spin? tongue

Only four steps to install, supports *most* common languages, and has lots of features! big_smile

PunBB Code Highlighter

Built off of the GeSHi Filter.