diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2020-05-30 19:50:47 -0400 |
---|---|---|
committer | Matthew Peveler <matt.peveler@gmail.com> | 2020-05-30 19:50:47 -0400 |
commit | 0de0130f49872d55db52dd37430f797210bd2749 (patch) | |
tree | ed32336dee0ee501bcdd78b108847e0b1820a81d /doc | |
parent | 428a91edc721358cb42a13ab5d1e7954d3e52255 (diff) | |
download | asciidoc-git-0de0130f49872d55db52dd37430f797210bd2749.tar.gz |
fix links to asciidoc site to use https
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/a2x.1.txt | 4 | ||||
-rw-r--r-- | doc/asciidoc.1.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc.txt | 4 | ||||
-rw-r--r-- | doc/asciidocapi.txt | 4 | ||||
-rw-r--r-- | doc/faq.txt | 10 | ||||
-rw-r--r-- | doc/latex-backend.txt | 8 | ||||
-rw-r--r-- | doc/latexmathml.txt | 4 | ||||
-rw-r--r-- | doc/publishing-ebooks-with-asciidoc.txt | 20 | ||||
-rw-r--r-- | doc/testasciidoc.1.txt | 2 |
9 files changed, 29 insertions, 29 deletions
diff --git a/doc/a2x.1.txt b/doc/a2x.1.txt index 2b398a8..adc23db 100644 --- a/doc/a2x.1.txt +++ b/doc/a2x.1.txt @@ -278,7 +278,7 @@ REQUISITES 'a2x' uses the following programs: - *Asciidoc*: - http://asciidoc.org/ + https://asciidoc.org/ - *xsltproc*: (all formats except text): http://xmlsoft.org/XSLT/ - *DocBook XSL Stylesheets* (all formats except text): @@ -363,7 +363,7 @@ RESOURCES --------- GitHub: https://github.com/asciidoc/asciidoc-py3/ -Main web site: http://asciidoc.org/ +Main web site: https://asciidoc.org/ SEE ALSO diff --git a/doc/asciidoc.1.txt b/doc/asciidoc.1.txt index 57a5bdd..9a17287 100644 --- a/doc/asciidoc.1.txt +++ b/doc/asciidoc.1.txt @@ -218,7 +218,7 @@ RESOURCES --------- GitHub: <https://github.com/asciidoc/asciidoc-py3/> -Main web site: <http://asciidoc.org/> +Main web site: <https://asciidoc.org/> SEE ALSO diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt index d600f05..a456423 100644 --- a/doc/asciidoc.txt +++ b/doc/asciidoc.txt @@ -5,7 +5,7 @@ Stuart Rackham <srackham@gmail.com> :toc: :icons: :numbered: -:website: http://asciidoc.org/ +:website: https://asciidoc.org/ AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, blogs and UNIX man @@ -2171,7 +2171,7 @@ generating DocBook bibliography entries. Example: - [[[taoup]]] Eric Steven Raymond. 'The Art of UNIX Programming'. Addison-Wesley. ISBN 0-13-142901-9. - [[[walsh-muellner]]] Norman Walsh & Leonard Muellner. - 'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999. + 'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999. ISBN 1-56592-580-7. --------------------------------------------------------------------- diff --git a/doc/asciidocapi.txt b/doc/asciidocapi.txt index 07c7453..92f68e5 100644 --- a/doc/asciidocapi.txt +++ b/doc/asciidocapi.txt @@ -30,7 +30,7 @@ installed -- simple, no setuptools to run, no Eggs to install, no non-standard library dependencies. You can find `asciidocapi.py` in the AsciiDoc -http://asciidoc.org/INSTALL.html#X1[distribution +https://asciidoc.org/INSTALL.html#X1[distribution archives] (version 8.4.1 or better). Once you have `asciidocapi.py` Verify everything is working by running @@ -122,7 +122,7 @@ A dictionary of AsciiDoc attribute values passed to AsciiDoc. (delete) the attribute (this in addition to the `name!` attribute name format that the `asciidoc(1)` command uses). - To simply define an attribute set the attribute value to a blank - string (`name: ''`) + string (`name: ''`) `cmd`:: The file path of the `asciidoc.py` script. Set by the `__init__` diff --git a/doc/faq.txt b/doc/faq.txt index 2b67a79..e618044 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -27,7 +27,7 @@ able to reference these numbers. This can be achieved by using the DocBook toolchain but numbering the paragraphs with AsciiDoc using a custom config file containing the -following (see http://asciidoc.org/userguide.html#X27 +following (see https://asciidoc.org/userguide.html#X27 for ways to include such a file): --------------------------------------------------------------------- @@ -485,7 +485,7 @@ icons and the CSS stylesheet: AsciiDoc has a built-in trace mechanism which is controlled by the 'trace' attribute; there is also the `--verbose` command-line option. These features are detailed in -http://asciidoc.org/userguide.html#X82[Appendix G of the +https://asciidoc.org/userguide.html#X82[Appendix G of the User Guide]. @@ -1375,9 +1375,9 @@ processing instruction] which will inlcude a file containing raw HTML into the generated HTML output. For example: --------------------------------------------------------------- -++++ -<?dbhtml-include href="snippet.html"?> -++++ +++++ +<?dbhtml-include href="snippet.html"?> +++++ --------------------------------------------------------------- diff --git a/doc/latex-backend.txt b/doc/latex-backend.txt index b2f0183..c6cbc35 100644 --- a/doc/latex-backend.txt +++ b/doc/latex-backend.txt @@ -6,7 +6,7 @@ v1.0, June 2006 == Introduction -LaTeX backend is a configuration file for Stuart Rackham's http://asciidoc.org/[Asciidoc]. It generates high-level LaTeX markup from Asciidoc documents. LaTeX is a document preparation system for TeX which in turn is a popular typesetting system. It is well known for producing excellently typesetted high quality printouts, especially suited for scientific text. +LaTeX backend is a configuration file for Stuart Rackham's https://asciidoc.org/[Asciidoc]. It generates high-level LaTeX markup from Asciidoc documents. LaTeX is a document preparation system for TeX which in turn is a popular typesetting system. It is well known for producing excellently typesetted high quality printouts, especially suited for scientific text. == Tutorial Getting a ready-to-print document from an Asciidoc document using the LaTeX backend involves at least two steps: @@ -72,7 +72,7 @@ or <<<id>,<caption>,<style>>> - + The additional attribute 'style' can have following values: page:: @@ -130,7 +130,7 @@ Set the input and output document character set encoding. Currently `ISO-8859-1` The following software is necessary for using the LaTeX backend: -- An up-to-date version of http://asciidoc.org/[Asciidoc] +- An up-to-date version of https://asciidoc.org/[Asciidoc] - An up-to-date TeX distribution, e.g.: * http://www.miktex.org/[MiKTeX] for Windows * http://www.tug.org/tetex/[teTeX] for Linux @@ -167,7 +167,7 @@ LaTeX markup has a lot of special characters, most importantly ``, `{`, `}`. In - `\$$!..braceleft..!$$` instead of `{` - `\$$!..braceright..!$$` instead of `}` - + For more special characters take a look in the `[replacements2]` sections. `[replacements2]` section is responsible for replacing the symbols with their corresponding special characters. diff --git a/doc/latexmathml.txt b/doc/latexmathml.txt index a8985a8..e7f5a56 100644 --- a/doc/latexmathml.txt +++ b/doc/latexmathml.txt @@ -4,11 +4,11 @@ LaTeXMathML Formulae http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML] capability has been added to AsciiDoc for users who are more familar with or prefer LaTeX math formulas to the -http://asciidoc.org/asciimathml.html[ASCIIMathML] +https://asciidoc.org/asciimathml.html[ASCIIMathML] notation. 'LaTeXMathML' is a derivative of -http://asciidoc.org/asciimathml.html[ASCIIMathML] -- in +https://asciidoc.org/asciimathml.html[ASCIIMathML] -- in terms of usage the only difference it that you use the `latexmath` attribute instead of the `asciimath` attribute. diff --git a/doc/publishing-ebooks-with-asciidoc.txt b/doc/publishing-ebooks-with-asciidoc.txt index 06a2bde..0a258c9 100644 --- a/doc/publishing-ebooks-with-asciidoc.txt +++ b/doc/publishing-ebooks-with-asciidoc.txt @@ -19,10 +19,10 @@ endif::blogpost[] It's easy to write and publish books in http://en.wikipedia.org/wiki/EPUB[EPUB] and PDF formats using -http://asciidoc.org/[AsciiDoc]. +https://asciidoc.org/[AsciiDoc]. ifdef::blogpost[] This article was originally published on the -http://asciidoc.org/publishing-ebooks-with-asciidoc.html[AsciiDoc +https://asciidoc.org/publishing-ebooks-with-asciidoc.html[AsciiDoc website]. endif::blogpost[] @@ -108,7 +108,7 @@ or directly using the 'asciidoc' command: [NOTE] ====== -The http://asciidoc.org/a2x.1.html[a2x toolchain +The https://asciidoc.org/a2x.1.html[a2x toolchain wrapper] uses the following programs (most will be available prepackaged for your Linux distribution): @@ -134,7 +134,7 @@ edited it manually (this took around 15 minutes). To generate the a2x brothers-karamazov.txt -:examples-url: http://asciidoc.org/examples/books/ +:examples-url: https://asciidoc.org/examples/books/ [frame="topbot",options="header",caption=""] .Brothers Karamazov source files and eBooks @@ -197,7 +197,7 @@ Alexey Fyodorovitch Karamazov was the third son of Fyodor Pavlovitch --------------------------------------------------------------------- - The book, book part and chapter titles have been edited to conform - to http://asciidoc.org/userguide.html#X17[AsciiDoc + to https://asciidoc.org/userguide.html#X17[AsciiDoc title conventions]. - Book part titles must be level zero titles: @@ -221,7 +221,7 @@ Alexey Fyodorovitch Karamazov was the third son of Fyodor Pavlovitch part, chapter and section numbering. - Setting the AsciiDoc 'plaintext' attribute suppresses most of - http://asciidoc.org/userguide.html#_text_formatting[AsciiDoc's + https://asciidoc.org/userguide.html#_text_formatting[AsciiDoc's text formatting] and substitution conventions, this allows large amounts of text to be imported with little or no manual editing. @@ -235,7 +235,7 @@ Alexey Fyodorovitch Karamazov was the third son of Fyodor Pavlovitch necessitated editing. * You can selectively enable and disable the 'plaintext' attribute throughout your document using AsciiDoc - http://asciidoc.org/userguide.html#X18[attribute + https://asciidoc.org/userguide.html#X18[attribute entries]. @@ -279,7 +279,7 @@ Zip file] contains the following files: The front cover image. `adventures-of-sherlock-holmes-docinfo.xml`:: - A http://asciidoc.org/userguide.html#X87[docinfo] file + A https://asciidoc.org/userguide.html#X87[docinfo] file containing DocBook markup for the front cover image and the Project Gutenberg frontmatter. DocBook XSL Stylesheets identifies the book cover image by the `role="cover"` attribute in the DocBook @@ -332,7 +332,7 @@ To Sherlock Holmes she is always THE woman. I have seldom heard The manual editing of imported plain text involves formatting the title and chapter names as -http://asciidoc.org/userguide.html#X17[AsciiDoc titles] +https://asciidoc.org/userguide.html#X17[AsciiDoc titles] (in this example we've used the 'single line' title format). Sherlock Holmes only has two title levels: @@ -370,7 +370,7 @@ http://epubzengarden.com/[ePub Zen Garden]. Including embedded fonts ------------------------ -See http://asciidoc.org/faq.html#X5[this FAQ]. +See https://asciidoc.org/faq.html#X5[this FAQ]. Reading EPUB documents diff --git a/doc/testasciidoc.1.txt b/doc/testasciidoc.1.txt index 93400ac..9d62658 100644 --- a/doc/testasciidoc.1.txt +++ b/doc/testasciidoc.1.txt @@ -105,7 +105,7 @@ RESOURCES --------- GitHub: <https://github.com/asciidoc/asciidoc-py3> -Main web site: <http://asciidoc.org/> +Main web site: <https://asciidoc.org/> SEE ALSO |