YAM URLs
Plain text URLs:
http://antlr.org/doc/lexer.html#unicode https://security-conscious.com/ ftp://antlr.org/home/someone/thing.jsp mailto:hamish@something.org
They have to be followed by space: this doesn't work: ftp://antlr.org/home/someone/thing.jsp... so do this instead: ftp://antlr.org/home/someone/thing.jsp...
Wiki links:
- something
- something/somewhere/else
- a local link
- a local link with relative path
- a local link with relative path - 2
- a local link with relative path - 3
1. Miscellaneous previous URL examples
auto parsing all in-line links like http:, mailto:, ...
Footnote:1.
http://antlr.org/doc/lexer.html#unicode: includes the ":"
Hmmm2.
http://gate.ac.uk/sale/tao/index.html#234234234
http://gate.ac.uk/sale/tao/index.html#234234234
- As plain text, e.g. 'http://gate.ac.uk/='
- As plain text, e.g. 'http://gate.ac.uk/'
Old YAM URL processing (http://gate.ac.uk)
- Using '%(target)', e.g. %(http://gate.ac.uk/)
- Using 'target', e.g. http://gate.ac.uk/
- Using '%(target, label)', e.g. %(http://gate.ac.uk/, GATE home)
- Using 'label', e.g. GATE home result 'http://gate.ac.uk/='). will become http://gate.ac.uk/ will become http://gate.ac.uk/ will become GATE home
Footnotes
- http://www.antlr.org/TML/index.tml
- another footnote