Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/rd2odt
RD to OpenDocument Text format converter
https://github.com/nishidayuya/rd2odt
Last synced: about 1 month ago
JSON representation
RD to OpenDocument Text format converter
- Host: GitHub
- URL: https://github.com/nishidayuya/rd2odt
- Owner: nishidayuya
- License: other
- Created: 2009-03-11T14:37:56.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-07-11T07:29:51.000Z (over 15 years ago)
- Last Synced: 2023-04-14T02:06:06.172Z (over 1 year ago)
- Language: Ruby
- Homepage: http://rubyforge.org/projects/rd2odt/
- Size: 340 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
= rd2odt
rd2odt is a converter for RD (Ruby Document) to OpenDocument.
= Install
You can use RubyGems for installing rd2odt.
% (sudo) gem install rd2odt= Tutorials
== 1st: converting the sample
(1) Let's try to convert sample RD to OpenDocument.
% cd rd2odt-
% rd2odt doc/sample.rd.ja
(2) You'll get "doc/sample.rd.ja.odt" (OpenDocument Text).
Please open it by Office Suites (e.g: OpenOffice.org).
% ooffice doc/sample.rd.ja.odt== 2nd: converting your document
(1) If you have a RD document, enjoy converting!
% cp path-to-rd2odt/doc/sample.rd.ja.ott some-your-document.rd.ott
% rd2odt some-your-document.rd
Or,
% rd2odt --template=path-to-rd2odt/doc/sample.rd.ja.ott \
some-your-document.rd== 3rd: changing the style
(1) Do you want change the style?
Okey! You can edit its style by OpenOffice.org Writer.
% ooffice doc/sample.rd.ja.ott(2) And retry convert.
% rd2odt doc/sample.rd.ja= License
The X11 License.
See more LICENSE file.= Project pages
* http://rubyforge.org/projects/rd2odt/
* http://github.com/nishidayuya/rd2odt/
* http://www.j96.org/~yuya/d/?category=rd2odt (in Japanese)= Author
Yuya.Nishida.
~~~ ~~~ ~~~~ ~~~~ <== remove it when email me.
http://www.j96.org/~yuya/# Editor settings
# - Emacs -
# local variables:
# mode: RD
# end: