summaryrefslogtreecommitdiff
path: root/asciidoc.conf
Commit message (Collapse)AuthorAgeFilesLines
* Added {plus} intrinsic attribute. SeeStuart Rackham2012-12-311-0/+1
| | | | http://code.google.com/p/asciidoc/issues/detail?id=14
* FIXED: indexterm2:[] macro syntax now recognized. SeeStuart Rackham2012-09-271-1/+1
| | | | | https://groups.google.com/group/asciidoc/browse_thread/thread/1b3f1a0f0a21425e Added indexterm test cases.
* FIXED: Escape the ] character inside inline macros.Stuart Rackham2012-07-021-2/+2
| | | | See https://groups.google.com/group/asciidoc/browse_thread/thread/db3b734a6931cb74
* Update the AsciiDoc 'source' filter to allow the use of the 'highlighter'Stuart Rackham2012-03-251-2/+2
| | | | | | | source code highlighter. See https://groups.google.com/group/asciidoc/browse_frm/thread/e045c9986c71d72a NOTE: The 'pygments' attribute has been deprecated in favor of the new 'source'highlighter' attribute.
* - Additional Open Block and Paragraph styles.Stuart Rackham2012-03-241-4/+34
| | | | | | | - Tests and documentation dor additional Open Block and Paragraph styles. - Vim syntax highlighter: Don't confuse trailing open block delimiter with section underline. - Added 'skip' option to paragraphs (c.f. Delimited Block 'skip' option).
* - FIXED: All Python filters are executed with the same PythonStuart Rackham2012-03-011-2/+2
| | | | | | | | | | | | | | | | | | | interpreter that executes the asciidoc parent (previously filters were hardwired to execute the 'python' interpreter). This prevents Python mixups (see http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b/3af3b4e57b827c78?lnk=gst&q=archlinux#3af3b4e57b827c78 - FIXED: Leaky file handles in a2x and music and latex filters which created incompatibility problems for Jython. See http://stackoverflow.com/questions/1832528/is-close-necessary-when-using-iterator-on-a-python-file-object - FIXED: Jython AsciiDoc API (asciidocapi.py) StringIO incompatibility. There is still an outstanding Jython related asciidocapi bug that occurs when using a cStringIO output file: Jython throws an error when non-ascii characters are found in included CSS or JavaScript files (e.g. slidy.css), this only happens if you are executing asciidoc via the asciidocapi and you are using a StringIO output file (as opposed to a real file).
* - Documentation updates.Stuart Rackham2011-12-221-9/+9
| | | | | - Specified multi-item configuration file style parameters with Python tuple (not list) syntax: for consistency and conform to User Guide.
* If the delimited block 'skip' option is set do not consume block titleStuart Rackham2011-12-131-0/+1
| | | | | | | and attributes. This makes it possible for the comment delimited blocks to use an attribute list (previously the comment delimited block was hardwired to skip preceding attributes and titles). See http://groups.google.com/group/asciidoc/browse_thread/thread/e92a75abcc382701
* Dropped unused name attribute definitions.Stuart Rackham2011-11-141-11/+11
|
* - Tidied the 'blockname' attribute code.Stuart Rackham2011-11-111-27/+4
| | | | | - Documented the 'blockname' attribute. - Renamed block object 'name' attribute to 'defname'.
* The 'blockname' attribute has been refined: it is set to the blockStuart Rackham2011-11-101-14/+37
| | | | | definition style 'name' attribute if it is defined. See http://groups.google.com/group/asciidoc/browse_thread/thread/8200e29815c40f72
* Added global 'blockname' attribute that is dynamically updated to the currentStuart Rackham2011-11-081-1/+1
| | | | | block short name. See: http://groups.google.com/group/asciidoc/browse_thread/thread/8200e29815c40f72
* Implemented toc::[] block macro and 'toc-placement' attribute forStuart Rackham2011-11-061-2/+4
| | | | | HTML backends to allow the Table of Contents placement to be set manually by the author.
* - If the section name is prefixed with a '+' character then theStuart Rackham2011-08-281-0/+3
| | | | | | | | | | section contents is appended to the contents of an already existing same-named section (the default behavior is to replace the the section). - If a configuration file section named 'docinfo' has been loaded then it will be included in the document header. Typically the 'docinfo' section name will be prfixed with a '+' character so that it is appended to (rather than replace) other 'docinfo' sections.
* Added {sp} intrinsic attribute for single space character.Stuart Rackham2011-08-251-0/+1
| | | | | See http://groups.google.com/group/asciidoc/browse_thread/thread/a839aa01db0765d2
* Pass parent configuration files, command-line attributes and header attributesStuart Rackham2011-04-301-2/+2
| | | | | to asciidoc table filters. Based on patch submitted by Simon Ruderich, see: http://groups.google.com/group/asciidoc/browse_thread/thread/5c792cbb395b753b
* Pass {lang} attribute to 'asciidoc' table style filter. Patch submitted byStuart Rackham2011-04-281-2/+2
| | | | | Simon Ruderich, see: http://groups.google.com/group/asciidoc/browse_thread/thread/e2100b7cb29283ce
* For consistency converted all DOS formatted configuration and text files (anStuart Rackham2011-04-161-610/+610
| | | | anachronism) to UNIX format.
* Updates as perStuart Rackham2011-04-151-1/+1
| | | | | http://groups.google.com/group/asciidoc/browse_thread/thread/804da42b2a3e87d4 (documentation update and modified id matching in [[id,xreflabel]] element).
* Renamed lsq, rsq, ldq, rdq attributes to lsquo, rsquo, ldquo, rdquo toStuart Rackham2011-01-311-4/+4
| | | | | bring them in line with Unicode naming conventions and to make their purpose more obvious.
* - Added a uk language test.Stuart Rackham2011-01-311-0/+1
| | | | | - In lieu of inline explanation dropped commented out quote attributes. - Normalized lang-uk.conf attribution text.
* Single and double quote characters are now set using the {lsq}, {rsq},Stuart Rackham2011-01-271-0/+5
| | | | | | {ldq} and {rdq} attributes. This makes is easy to customise language specific quotes. See: http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
* FIXED: Sometimes double backquotes were msinterpreted as inline literal macros.Stuart Rackham2010-11-081-1/+1
| | | | | See: http://groups.google.com/group/asciidoc/browse_thread/thread/f510ea82a88aaee8
* Separated paragraph styles from paragraph syntax -- any style can be applied toStuart Rackham2010-10-111-12/+12
| | | | any syntax.
* - Added listing and quote paragraph styles.Stuart Rackham2010-10-111-3/+17
| | | | | - Renamed paragraph 'default' style to 'normal'. - FIXED: html4: corrected self closed meta tags.
* Updated --help option text.Stuart Rackham2010-10-081-1/+1
|
* - Added 'partintro' style to 'Openblock' for book part introductions.Stuart Rackham2010-09-291-3/+4
| | | | - Placed template expansion before validation to correct r851 regression.
* - Comment lines substitute special characters only.Stuart Rackham2010-09-291-2/+2
| | | | | | - Fixed regression in r851: header attributes were overriden by preceding conf file attributes. - Set doctype attribute in example book and manpage file headers.
* Implemented 'backend aliases', renamed docbook.conf to docbook45.conf andStuart Rackham2010-08-301-0/+2
| | | | aliased 'docbook45' backend to 'docbook'.
* Quoted element positional color and size attributes and named 'role'Stuart Rackham2010-08-181-0/+2
| | | | | | | attribute have been replaced by a single positional attribute. To revert to the deprecated quote behavior define the 'deprecated-quotes' attribute in the global `asciidoc.conf` file or on the command-line.
* Reinstated symlink.Stuart Rackham2010-08-131-1/+1
|
* - CSS 'quirks' mode is no longer the default 'xhtml11' outputStuart Rackham2010-08-131-1/+1
| | | | | | | (http://groups.google.com/group/asciidoc/browse_thread/thread/1c02d27d49221aa2). - Remove CSS border in DocBook XSL stylesheet for consistency with AsciiDoc xhtml11 styleing. - Documentation updates.
* Relaxed anchor ID name syntax (see ↵Stuart Rackham2010-08-121-3/+3
| | | | http://groups.google.com/group/asciidoc/browse_thread/thread/5f3e825c74ed30c).
* More FAQs and documentation updates.Stuart Rackham2010-08-051-0/+3
|
* - FIXED: Filter execution now occurs prior to filter markup templateStuart Rackham2010-08-041-0/+11
| | | | | | | substitution to ensure image data URI encoding happens after image generation (see http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b). - Suppressed md5 module deprecation warning from music and graphviz filters.
* FIXED: Sometimes multiple double quoted text elements in the sameStuart Rackham2010-05-101-1/+1
| | | | | paragraph were mistakenly seen as starting with an inline literal. See http://groups.google.com/group/asciidoc/browse_frm/thread/219c86ae25b79a21
* Don't pass verbose options to asciidoc table filter so thatStuart Rackham2010-01-051-1/+1
| | | | | asciidocapi messages are not discarded. See: http://groups.google.com/group/asciidoc/browse_frm/thread/c17abd175778f5ea
* Added 'header' table style. See:Stuart Rackham2009-12-051-0/+2
| | | | http://groups.google.com/group/asciidoc/browse_frm/thread/a23fea28394c8ca9
* - Pass 'icons', 'data-uri', 'imagesdir', 'iconsdir' attributes toStuart Rackham2009-12-031-1/+1
| | | | | | | | 'asciidoc' table style filter to ensure images are rendered in table cells. - Pass 'trace' and 'verbose' attributes to 'asciidoc' table style filter so diagnostic information is printed from table cell source.
* - Added FAQ explaining how to override special section titles.Stuart Rackham2009-11-191-0/+31
| | | | | | | | | | | | - Added {zwsp} (zero width space) attribute. - Undefined paragraph styles are reported (previously threw a runtime error). - Eliminated empty preamble generation. - Floating titles now processed in all contexts. - Updated example article and book documents with the recommended explicit special section syntax. - Implemented auto-lettered appendix names - Section numbering can be disabled in HTML outputs with a :numbered!: AttributeEntry.
* - Allow URI inline macros to be preceded by opening square bracket.Stuart Rackham2009-10-271-7/+7
| | | | - Inline URI macros take precedence over inline footnote macro.
* - xhtml11 backend dynamically processes footnotes using JavaScript.Stuart Rackham2009-10-221-0/+1
| | | | | | - Tidied up and namespaced xhtml11 JavaScipt. - Renamed toc.js to asciidoc-xhtml11.js - Added disable-javascript attribute (xhtml11 backend).
* For consistency changed underscores to dashes in attribute names.Stuart Rackham2009-10-101-15/+18
| | | | Public attributes with underscores retained for compatibility.
* - Implemented a 'float' attribute for tables and block images (HTML outputStuart Rackham2009-10-031-1/+4
| | | | | only, not DocBook). - Implemented complementary `unfloat::[]` block macro to cancel floating.
* Reinstated 8.4.4 default lang attribute behavior. See ↵Stuart Rackham2009-09-111-1/+0
| | | | http://groups.google.com/group/asciidoc/browse_frm/thread/d29924043e21cb6a
* Allow footnote macros hard up against the preceding word so the renderedStuart Rackham2009-07-061-1/+6
| | | | | | footnote mark can be placed against the noted text without an intervening space (patch submitted by Stas Bushuev, http://groups.google.com/group/asciidoc/browse_frm/thread/e1dcb7ee0efc17b5).
* FIXED: User name in FTP URI generated incorrect FTP link. See ↵Stuart Rackham2009-05-221-1/+1
| | | | http://groups.google.com/group/asciidoc/browse_thread/thread/1d796a9c9ddb2855
* - Moved line break replacement from [replacements] to [replacements2] so theStuart Rackham2009-05-181-0/+1
| | | | | | | replacement occurs after the mailto macro. Fixes bug http://groups.google.com/group/asciidoc/browse_thread/thread/4bdcdfb0af773e2 - The typewriter to punctuation apostrophe replacement can be escaped with a backslash.
* FIXED: Possible inline macro name ambiguity e.g. link matches olink.Stuart Rackham2009-05-101-1/+1
|
* Moved language specific configuration parameters into lang-en.conf file.Stuart Rackham2009-05-091-12/+1
| | | | | 'lang' attribute entry can be specified in the AsciiDoc source file (preceding the header).