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
- Host: GitHub
- URL: https://github.com/mmitch/ox-s9y
- Owner: mmitch
- License: gpl-3.0
- Created: 2017-09-04T19:36:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T21:43:27.000Z (over 2 years ago)
- Last Synced: 2025-05-25T02:44:38.071Z (10 months ago)
- Topics: export, orgmode, serendipity
- Language: Emacs Lisp
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
ox-s9y - Serendipity blog export for Org
========================================
[](https://circleci.com/gh/mmitch/ox-s9y)
[](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 .