Results (1 - 10 of 45)
- Justext_changelog: == v4 (2023-08-08) == * The old XHTML parser was replaced by a HTML5 ...
- ... * Python 3.11 compatible. * Requires [https://pypi.org/project/html5-parser Python HTML5 parser]. == v3.0 (Feb 06 2019) == * Python 3.6 & Python 2.7 compatible * Joining text separated by <br/> or inline tags prevented – thanks to [https://github.com/msklvsk/ Bohdan Mosk ...
- By 11/26/24 15:46:04 —
- Justext: = jusText 4 = jusText is a tool for removing boilerplate content, ...
- ... "lnk" href="https://is.muni.cz/th/45523/fi_d/phdthesis.pdf">Paper</a> | <a class="lnk" href="/wiki/Justext/Cite">Cite</a> | <a class="lnk" href="https://opensource.org/licenses/BSD-3-Clause">Licence</a> }}} == How it works == See what is kept ...
- By 12/05/23 17:11:29 —
- Chared: = Chared = Chared is a tool for detecting the character encoding of ...
- ... 2. Download, extract, install: {{{ wget https://corpus.tools/raw-attachment/wiki/Downloads/chared-2.1.tar.gz tar xzvf chared-2.1.tar.gz cd chared-2.1/ pip install --user . #omit --user to install for all users }}} === Legacy installation (using distutils, deprecated) === ...
- By 11/16/23 17:18:21 —
- WikiRestructuredText: = reStructuredText Support in Trac == Introduction Trac supports ...
- ... ailable on your operating system, you can download it from [https://pypi.python.org/pypi/docutils PyPI]. === More information on RST * [http://docutils.sourceforge.net/rst.html reStructuredText Website] * [http://docutils.sourceforge.net/docs/rst/quickref.html RST Quick Reference] == Using RST ...
- By 03/29/23 08:57:28 —
- WikiProcessors: = Wiki Processors Processors are WikiMacros that provide alternative ...
- ... raw HTML] and [WikiRestructuredText Restructured Text] or [https://www.booked.net/textism.html textile] == Using Processors To use a processor on a block of text, first delimit the lines using a Wiki ''code block'': {{{ {{{ The lines that should be processed... }}} }}} Immediately after the `{{{ ...
- By 03/29/23 08:57:28 —
- WikiPageNames: = Wiki Page Names [[TracGuideToc]] Wiki page names commonly use the ...
- ... sing pages can be disabled with the `ignore_missing_pages` [https://trac.edgewall.org/wiki/TracIni#wiki-section option]. Linking to missing pages is enabled by default. * The `split_page_names` option, when enabled, will split CamelCase words when rendering a link. For example, WikiStart will be ren ...
- By 03/29/23 08:57:28 —
- WikiMacros: = Trac Macros [[PageOutline(2-5,Contents,pullout)]] '''Trac ...
- ... = Contributed macros The [https://trac-hacks.org/ Trac Hacks] site provides a large collection of macros and other Trac [TracPlugins plugins] contributed by the Trac community. If you are looking for new macros, or have written one that you would like to share, plea ...
- By 03/29/23 08:57:28 —
- WikiHtml: = Using HTML in Wiki Text Trac supports the display of HTML in any ...
- ... However, this HTML has to be [https://en.wikipedia.org/wiki/Well-formed_element well-formed]. In particular, you can't insert a start tag in an `#!html` block, resume normal wiki text and insert the corresponding end tag in a second `#!html` block. For creating styled ...
- By 03/29/23 08:57:28 —
- WikiFormatting: = WikiFormatting [[TracGuideToc]] Wiki markup is a core feature in ...
- ... a subset of the commands from other popular Wikis, such as [https://moinmo.in/ MoinMoin] and [trac:WikiCreole]. The sections below provide an overview for the most common syntax, each link in the ''Category'' column leads you to the more detailed explanation later in this page. The following wiki ...
- By 03/29/23 08:57:28 —
- TracWorkflow: = The Trac Ticket Workflow System ...
- ... py` script. The script outputs `.dot` files that [https://www.graphviz.org GraphViz] understands. The script can be used as follows (your install path may be different): {{{#!sh $ cd /var/local/trac_devel/contrib/workflow/ $ ./showworkflow /srv/trac/PlannerSuite/conf/trac.ini }}} The scri ...
- By 03/29/23 08:57:28 —
Note:
See TracSearch
for help on searching.