Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/asciidoctor/docbookrx

(An early version of) a DocBook to AsciiDoc converter written in Ruby.
https://github.com/asciidoctor/docbookrx

handle link defined on <link> or <uri> element

afe632746d45c3b0839cde8a57debc535db78d86 authored about 9 years ago
only process info block for sections; detect info > title for blocks

ee2f03fc5193e4d5229fde6a28756f5eb070d6c5 authored about 9 years ago
don't crash on videoobject

e790b1d2b8671b6f222707933704df3bb7d5b9d5 authored about 9 years ago
implement menuchoice; simplify top-level guimenu

76fb1e482cd7b10d3fe29036a81afd96c3f59076 authored about 9 years ago
add support for named section levels

9a69b6b8e13b9865845dd8e98832577224419fae authored about 9 years ago
use modern AsciiDoc syntax

9fd79bc2ee06ccddde92d7733163435b74ea5626 authored about 9 years ago
use sectnums attribute throughout

aaceec27a3dc92295001e176a845877644fca0c3 authored about 9 years ago
change file extension from .ad to .adoc in README

4f91d2250e7e9befd0abaa6b7c68c60a2348ebc6 authored about 9 years ago
use source-language as name of default source language attribute

a9164d0ded3d283d9038e603921f2a0e8b808918 authored about 9 years ago
fix missing endline after title on variable list

3771ffc2fb5bb9cc49ed72c1259f50d9f154cd93 authored about 9 years ago
set default value for sourcedir attribute

f950684b39513d89521ad92aa3dba55d39cb7dc6 authored about 9 years ago
rename numbered attribute to sectnums

e06daffab690cef7ebebe3e89f7edfc40243e1b5 authored about 9 years ago
move TODO to WORKLOG.adoc

adde7edc127d30bc8d67763a85bc4562df89b575 authored about 9 years ago
Merge pull request #13 from vladmihalcea/master

Add support for programlisting that have a `role` and an `include` section

3366494d84c380a70900c1470561e825ac637a64 authored about 9 years ago
handle subtitle for section

c36f93228243a1a6b500c4125f6dd157618c5f6c authored about 9 years ago
Add support for programlisting that have a `role` attribute and they include an external source file:

<programlisting role="JAVA"><xi:include href="extras/root_entity_ref_bnf.txt" parse="text"/></pr...

cfd620ec47e3b456718942656b599e2774df4bfe authored about 9 years ago
Update title

793fd66c518479048c2d74bc8f7ca48244091d76 authored over 9 years ago
Update description

cc10f9db39855f846f63ac654542b3faa1b65ab4 authored over 9 years ago
add dev infrastructure files

45c4a0772b3cd695b5d7059e911a26920a42b9bc authored over 10 years ago
minor revisions to inline literal processing

79a1d445498cbb2051dd6cd22d375b8a5c12ffb2 authored over 10 years ago
Added visitor for <trademark>.

1a26f109463ccaf437e4d5082104097fa35cfa7f authored over 10 years ago
Added <envar> and <varname> to literals.

c79b08849f6f2ff3c723234f7109996611854833 authored over 10 years ago
Fixed unreferenced variable.

41980b40dac0ce9ad2c7edc9eabed765ba7bf3fa authored over 10 years ago
Added <preface> to special sections.

3caf41b9a870b8670d48ba7411b2639494ec68bc authored over 10 years ago
Added visitor for <informalexample>.

462bc3910812dfa8762a8d9abc2dd457c52ac6ff authored over 10 years ago
Added visitor for <simplesect>.

64a48687551e40eca14e8a4bfc4e336fdef5757a authored over 10 years ago
update README

0cb2bcd7fda168bcf68637c525e5cc1fb38d0347 authored over 10 years ago
warn if section title can't be found; also look for section title inside <info>

e1c54e90284c24116c0ea46a815011cae9cfc683 authored over 10 years ago
detect namespaced ids, add option for normalizing ids

ad32e1dec5fc44f18d259c6fcdb32c4f45603755 authored over 10 years ago
add support for <info> element; handle multiple authors

994e1fd913e8a310dba8424379b5a812d3d4a8cd authored over 10 years ago
fix whitespace handling for mixed paragraph content

ec11bd0de3479fb720bf17de4e5203749c9420ab authored over 10 years ago
use .adoc as AsciiDoc extension

b2240bd6a1395c0b817e84fc0e168a206c708d0d authored over 10 years ago
update TODO

605625437a28fb76c52f7af253ac7c1e487f55e5 authored over 10 years ago
code cleanup code, AsciiDoc output refinements, additional options

- add aliases for all node type constants
- pull regex up to constants
- map directory and filen...

60c2b9e11b9fb454f4a25cbd929d17bf37b5bd30 authored over 10 years ago
improve script for processing JBT user guide

- process entities refs
- better alt text support
- lowercase ids and substitute underscore with...

a95a4e3f00f5351335b91853d83ca908766a7421 authored over 10 years ago
initial cut at handling xi:include, update TODO

11cb315aced2eb0e48fc9398a47abea17d1abd9c authored over 11 years ago
comment out options for local testing

39d948b59b885eff46d1ba148cfc28be1c24acc8 authored over 11 years ago
add support for asciidoc-hr pi, remove unused methods

58c2d1ac01a4d21b8fa53823a688215bbe0092a1 authored over 11 years ago
add processing for literals, block roles and chapters; handle whitespace

6ada1a780e6889120a5499ec18a0420186b7398f authored over 11 years ago
auto-delegate special sections to process_section

b9cb62c41a6015739f51fe972d8dd38699973fea authored over 11 years ago
make node checking more robust

53759a52ed728f60208d4788f46337f4e9b3b79e authored over 11 years ago
refactor child traversal, introduce proceed alias

164544cb4adf127c8474e3e05a3c0ddbace52f4c authored over 11 years ago
format titles, rename format method to format_text

ae0b97f76bcd7509eab4bd41605dbcc5b02ed2d2 authored over 11 years ago
reorg, refactor common logic, add options, fixes

4d65a1dc62a88acff77755228542d9f7501eaf21 authored over 11 years ago
update tagline

b7f365ef422ac2545583f6a9ad337fe7fe1a605d authored over 11 years ago
initial import

90ac1d0816b8ed33bdd14810b6968262c6d28a2a authored over 11 years ago