Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmitch/ox-bb

BBCode export for Org
https://github.com/mmitch/ox-bb

bbcode export orgmode

Last synced: 5 days ago
JSON representation

BBCode export for Org

Awesome Lists containing this project

README

        

ox-bb - BBCode export for Org
=============================

[![Build Status](https://img.shields.io/circleci/build/gh/mmitch/ox-bb?label=build)](https://circleci.com/gh/mmitch/ox-bb)
[![GPL 3+](https://img.shields.io/badge/license-GPL%203%2B-blue.svg)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)
[![MELPA Stable](https://stable.melpa.org/packages/ox-bb-badge.svg)](https://stable.melpa.org/#/ox-bb)
[![MELPA](https://melpa.org/packages/ox-bb-badge.svg)](https://melpa.org/#/ox-bb)

This tries to be an [Org](https://orgmode.org) export backend to generate
[BBCode](https://en.wikipedia.org/wiki/BBCode) suitable for some web
forums and other applications. Code blocks will be exported for the
[GeSHi](https://github.com/GeSHi/geshi-1.0) plugin but don't expect this to
work on every forum.

resources
---------

Project homepage, git repository and bug tracker are available at
https://github.com/mmitch/ox-bb

license
-------

Copyright (C) 2017-2021 Christian Garbs
Licensed under GNU GPL v3 or later.

ox-bb is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ox-bb is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ox-bb. If not, see .