An open API service indexing awesome lists of open source software.

https://github.com/skorotkiewicz/bbcode


https://github.com/skorotkiewicz/bbcode

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Copyright 2011 Sebastian Korotkiewicz
--------------------------------------------------------

// example

echo BBCode("
[b]test[/b] \n
[img]http://example.com/images.png[/img] \n
[color=23456] 12132132 [/color] \n
[a]http://google.pl[/a] \n
[a=http://example.com/]http://example.com/images.png[/a] \n
:D :P :) \n
");