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

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

Serendipity blog export for Org
https://github.com/mmitch/ox-s9y

export orgmode serendipity

Last synced: about 2 months ago
JSON representation

Serendipity blog export for Org

Awesome Lists containing this project

README

          

ox-s9y - Serendipity blog export for Org
========================================

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

This tries to be an [Org](https://orgmode.org) export backend to generate
HTML code suitable to be imported as an article into the
[Serendipity](https://docs.s9y.org) (s9y) blog system. Code blocks
will be rendered via the [GeSHI](https://github.com/GeSHi/geshi-1.0) plugin
in s9y.

todo
----

- fix handling of multiple paragraphs inside of list-items (see ox-html)

done
----

- export code blocks in GeSHi format
- add export commands to the export menu
- restrict export to the contents of the `` tag
- map Org languages to GeSHi languages
- support offsets and jumps in ordered lists
- export directly to X clipboard

resources
---------

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

license
-------

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

ox-s9y 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-s9y 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-s9y. If not, see .