aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/files
Commit message (Collapse)AuthorAgeFilesLines
* exports: sort by :target instead of :authorsMiquel Sabaté Solà2026-06-262-4/+4
| | | | | | | Sorting by :authors did not make any sense. Let's go for :target as that's pretty visible to the UOC exporter. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Force english locale for testsMiquel Sabaté Solà2025-07-013-8/+8
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* lib: Introduce the PlainExporterMiquel Sabaté Solà2025-07-011-0/+2
| | | | | | | This class exports things into plain text. It follows a close format to that of the one for UOC, but without any formatting. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Support underscore in the exporters on titlesMiquel Sabaté Solà2024-03-201-0/+9
| | | | | | | Underscores on titles are meant to be replaced by something else on each exporter (e.g. removed on CSV, or surrounded by \emph on UOC). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+9
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>