Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Asciidoctor
Asciidoctor is a comprehensive, user-friendly publishing toolchain for converting AsciiDoc content to HTML5, DocBook, PDF, and other formats.
Collective -
Host: opensource -
https://opencollective.com/asciidoctor
- Website: https://asciidoctor.org
- Code: https://github.com/asciidoctor
github.com/asciidoctor/asciidoctor - d14ff833309ccd9a14fd3237a117ce40b5d0115d authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 902991e0024c345db3ad502f6d7b46fe389c84f1 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 57082a1b163ef0f2266c3af54c90d6177a26a042 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 2b4f06aec8378197f638ee89bdec101908eb28bf authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 39bf4465af2f3faf5b1499fb0b8e5f193e287c47 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 7d5bd9099ad4939bc32686c49e6d875c2212e927 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 4b2cfe890af2dbac9ef05b089882ac84e7501281 authored over 11 years ago by Xavier Coulon <[email protected]>
github.com/asciidoctor/asciidoctor - 75b162c4ffbc025ce398e6db040b90250db8d4c9 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 6cf81afe95eab848834322ccca1b23bc4ca278bf authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 41242f49b621d21981d45a189c05e2e9b641b918 authored over 11 years ago by Dan Allen <[email protected]>
- also switch to using a module for compliance settings
github.com/asciidoctor/asciidoctor - 89e44cfb6b21eebbeca2b5f33eff11a73f29161b authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 116489c38766bd0110ba2e1b64cc5f9931090a7c authored over 11 years ago by Dan Allen <[email protected]>
resolves #582 XML comment-style callouts
github.com/asciidoctor/asciidoctor - 0c2fa190179141f8a9c384a928d41304e952e4ec authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/docgist - a80d13783005f19cd68c04597c27d2ee74099796 authored over 11 years ago by Anders Nawroth <[email protected]>
github.com/asciidoctor/asciidoctor - edce64520733d35f4bd8edc4e7cf092c43830e4a authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - cccc44e01053dd89eadbc04b569840b5e6920527 authored over 11 years ago by Dan Allen <[email protected]>
- also fix some warnings and whitespace
github.com/asciidoctor/asciidoctor - 1c7ac97627ca53c056582c85e855925899ecac5a authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - a12f814cfbe850e643d8db738ce057e23ece92f1 authored over 11 years ago by Dan Allen <[email protected]>
fix false detection of list item with hyphen marker
github.com/asciidoctor/asciidoctor - 88ffa25292f23affa274901b4a287edaadb07596 authored over 11 years ago by Dan Allen <[email protected]>Reader should only process lines in AsciiDoc files
github.com/asciidoctor/asciidoctor - 06b21e50762d9407e02eab5c1be39c2edafbfd07 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 7cba4e2a9839e6cf739048101cb1b2906e3a71bf authored over 11 years ago by Dan Allen <[email protected]>
additionally:
- small optimization for matching line comments
- decrement look_ahead if line re...
optimizations based on feedback from profiler data
github.com/asciidoctor/asciidoctor - 087db6347f351e2cbdfabd3e586b4f0def33e862 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - fee994fcb70c4a8003bc56a7e7637527a3f67f44 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor.org - eb6583f1982f7ff02fa8a7254d7578373e5c9071 authored over 11 years ago by Sarah White <[email protected]>
- added link to docs index page
- sorted differences into categories
- added next steps section
github.com/asciidoctor/docgist - 3e2c47b04fd667984e6bc5e89d6f703539bf8b70 authored over 11 years ago by Anders Nawroth <[email protected]>
resolves #100 include processor extension
github.com/asciidoctor/asciidoctor - 1a84578f09a120ef1b8d6c592845eec3bbef8400 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 395817729810bd8e64c9946f9e369934bda7832b authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 4ec151f497439aaf8d5aa4ba938914166215396b authored over 11 years ago by Dan Allen <[email protected]>
resolves #79 extension API for document processing
github.com/asciidoctor/asciidoctor - 4de9c25834c1e49b86e93dbd3ffa5657cddc6934 authored over 11 years ago by Dan Allen <[email protected]>
- make Preprocessor operate on Reader instead of just lines
- add template_name to Inline; make ...
- preprocessors filter lines before parsing
- treeprocessors run on document after parsing
- pos...
github.com/asciidoctor/asciidoctor - 6fb5e28bebc9d44dfabc70ee219b3e248e851401 authored over 11 years ago by Dan Allen <[email protected]>
resolves #575, #572 and #581 refactor reader to track include stack
github.com/asciidoctor/asciidoctor - e478245243e87505b2fdd17e763e1cd24467360a authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 14fcb5e8667e4dd227597dc61fb32bdbfff9812d authored over 11 years ago by Dan Allen <[email protected]>
additionally:
- add tests for skipping include directives in comment blocks
- document exceptio...
github.com/asciidoctor/asciidoctor - 52fed16eb7dc3d7166fffa6a3ab0c732843cc27f authored over 11 years ago by Dan Allen <[email protected]>
created tutorial guide and template
Resolves #3
github.com/asciidoctor/asciidoctor-documentation-planning - 86b5adb0249ada9db6e3a28189633bb0a6bea645 authored over 11 years ago by Sarah White <[email protected]>
github.com/asciidoctor/asciidoctor - 0cbab4713b4a8588068621d2f216d57ea3890530 authored over 11 years ago by Dan Allen <[email protected]>
resolves #5 expanded user manual template
github.com/asciidoctor/asciidoctor-documentation-planning - b9c822f9a7f4a0c024706b17d9211dc11aa93dee authored over 11 years ago by Sarah White <[email protected]>
- added Parts and their titles
- added individual chapter titles
- edited manual puposes
- defin...
github.com/asciidoctor/asciidoctor - a4c744810eb5259b4564f896066c9eec9c3f0281 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - ff66346db929849d99244c0ea4ad4ccb91596c80 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 08bd2d1b6d6e891f4ae2c6dedb66b221a3a70ff1 authored over 11 years ago by Dan Allen <[email protected]>
additionally:
- rename take_* methods/symbols on Reader to read_*
- fix missing direct logic on...
- split the Reader into Reader and PreprocessorReader
- maintain an internal stack of include co...
resolves #417 update xref to support interdocument references
github.com/asciidoctor/asciidoctor - 7e86094b58e9f9e04f65cb70b05206d7668aa3b8 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/docgist - e407ff62e81145a4434db2a2935887824b2b14dd authored over 11 years ago by Anders Nawroth <[email protected]>
github.com/asciidoctor/asciidoctor - d8b5239c441340b1d6185fbbaf5e6715eb3f5e46 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 73480116f5e0796c2d027996302d29954bd94a90 authored over 11 years ago by Dan Allen <[email protected]>
resolves #523 set defaults for attribute-missing & attribute-undefined
github.com/asciidoctor/asciidoctor - 9437a93cacec39759d225b4a03829e4eabbcf9d7 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 082183dbb421bfa76b773953cba9ef8e7627e313 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - a96ef6bf6612d5f5476f3fb079fbc56e2aedf346 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - d9126bc34af365c6b683acf894ee1e5afc301e66 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 0fb65fa62566e37d25c4ae36ea64c59da4a28864 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor-backends - f25b9af687f50f05bef49409ab4ec2351be2764b authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor-backends - 267335b0bd1a567a20bf11cf119bbefc1e5ebe75 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor-gradle-plugin - d2fdc3849cbcb84ff480ba96a0072c8caccb1c01 authored over 11 years ago by aalmiray <[email protected]>
github.com/asciidoctor/asciidoctor-backends - a4c9fda226296b027bda81fc130ec7a7cc0f74d9 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor-backends - eadaa0359806952959b36d98681450203ae96d6a authored over 11 years ago by Dan Allen <[email protected]>
- only normalize option attributes for top-level document
- only set dynamic attributes on top-l...
- use options array to pass Block properties to constructor
- use left shift operator to add blo...
resolves #556 print warning/error messages using warn
github.com/asciidoctor/asciidoctor - 3e5c458ddd65f2c606c569a38c642d1b88b75413 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 892fb9ef345069554e676c173c404ee2edceffbf authored over 11 years ago by Dan Allen <[email protected]>
wire sourceHighlighter option to invocation
github.com/asciidoctor/asciidoctor-maven-plugin - 39c7ed05a264880005f97970003e699af360eab0 authored over 11 years ago by Jason Porter <[email protected]>resolves #411 add DocBook 5 backend
github.com/asciidoctor/asciidoctor - 2d82b3f6d8d447f81e940d0fa627e5e516a75c11 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 97b96acc398052752485715ff8e6e05a540fe3b5 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 5fd7cfe9f9e9c12696ab6359c7d4b491f5fc416c authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 800c4160c34e5fabf95570f9d83ef6ab2b64bd39 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - b763c223a1582048996cfff93c4c157d793ab1aa authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 9fcd1dba7cc1ee7ab6432804c606a3e5b16e602b authored over 11 years ago by Dan Allen <[email protected]>
- use constant for endline
- use string template for dlist
- store toc lines in array, then join...
resolves #486 add docinfo option for footer
github.com/asciidoctor/asciidoctor - d8ef4557313f232d9f8bc87a7d53aaba7d98348e authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 0dc5ef7d356c3dbb7581e1189bef1dae58d222f1 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/docgist - 17445d505be5300119547971543f4219997d8017 authored over 11 years ago by Anders Nawroth <[email protected]>
github.com/asciidoctor/asciidoctorj - ed40447e6187df2f752da2509c825474d8492cbe authored over 11 years ago by Alex Soto <[email protected]>
github.com/asciidoctor/asciidoctorj - b00637de87d7d75301c706c6be2f9760e5ca2d38 authored over 11 years ago by Alex Soto <[email protected]>
github.com/asciidoctor/asciidoctor - 3197fbc30199a1b09cfa0cda43e664ced470aaaa authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 8fac3f733a6d1aa7eeb81e4f23720644096266e8 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - ffd886a181ccfda76cc6f8e92552b62628cc837f authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/docgist - 4d92e8090612ef5798b80c677da90370c92ea495 authored over 11 years ago by Anders Nawroth <[email protected]>
- additionally, pull render and content up to AbstractBlock
github.com/asciidoctor/asciidoctor - cb856707a22eeebc8daada2bac9b8afb6a7c7c79 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - e82a26b1c06001c5aa8de99792c0079a842bd0d5 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor - 78947986f413d287fe6b09829bd22c2c423c9a14 authored over 11 years ago by Dan Allen <[email protected]>
resolves #551 strip leading separator(s) on section id if idprefix is blank
github.com/asciidoctor/asciidoctor - b4c34ccc76ad925e32d33786fdcc8d1dc532122e authored over 11 years ago by Dan Allen <[email protected]>
- make section id sub regex a constant
- capture all entities, not just numeric ones
resolves #507 customize toc inside body content
github.com/asciidoctor/asciidoctor - f4a913b7f0864d8a4ef412f45a1930e1c118ccfd authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 263200647734c22b6f43ab701cba91b99deb91f5 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctor-stylesheet-factory - 2d9ccc475c4dd1279261e3c26e3e020ea2eb9e34 authored over 11 years ago by Dan Allen <[email protected]>
github.com/asciidoctor/asciidoctorj - 311ea854a2cb55031a5c8f39264d040bdccf8866 authored over 11 years ago by Alex Soto <[email protected]>
github.com/asciidoctor/asciidoctor-stylesheet-factory - cd57b8b058a6c277e1034998419c9563290067bc authored over 11 years ago by Dan Allen <[email protected]>
resolves #532 multiple terms per labeled list item
github.com/asciidoctor/asciidoctor - ca6fbce776f017881540b672020e1f79f4607a5e authored over 11 years ago by Dan Allen <[email protected]>resolves #538 add pygments as source highlighter option
github.com/asciidoctor/asciidoctor - e8b4ef62c4fe05b6926a3e44ce607332d002824d authored over 11 years ago by Dan Allen <[email protected]>resolves #546 fix greedy comment blocks and paragraphs
github.com/asciidoctor/asciidoctor - 288070ffba61ea8b5b1c2d18d5c626bc3b2b9c6e authored over 11 years ago by Dan Allen <[email protected]>- also vertical align top both cells in a horizontal labeled list
github.com/asciidoctor/asciidoctor - db684e6cf70cfac32b733baf04ead4453b990759 authored over 11 years ago by Dan Allen <[email protected]>github.com/asciidoctor/asciidoctor - 2132228297002145d1ef91af98f1695fc9356bcb authored over 11 years ago by Dan Allen <[email protected]>
this is useful for projects which use a lot of includes.
github.com/asciidoctor/guard-asciidoc - b960380eb48ea908fb79db19b940f38d764f061d authored over 11 years ago by Justin Edelson <[email protected]>github.com/asciidoctor/asciidoctorj - 9dedf745369792ccff251ee622bc00136aa166e9 authored over 11 years ago by Alex Soto <[email protected]>