diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-06-20 13:45:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 2dd7d2083c23fe9e79a984c534c2283fc4d7e581 (patch) | |
tree | 22deaa43f6888ea6c324a27b5fd4ec9b3546fb63 /src/doc_reform/source/paths_source.d | |
parent | harvest html output (diff) |
harvest reorganized
Diffstat (limited to 'src/doc_reform/source/paths_source.d')
-rw-r--r-- | src/doc_reform/source/paths_source.d | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc_reform/source/paths_source.d b/src/doc_reform/source/paths_source.d index 6efca00..bf4ee55 100644 --- a/src/doc_reform/source/paths_source.d +++ b/src/doc_reform/source/paths_source.d @@ -200,13 +200,6 @@ template PathMatters() { return _uid; } string docname_composite_unique_per_src_doc() { - /+ - z pod name if any + src filename + lng code - filename ~ "." ~ lng - * unique per src doc - used by - - sqlite discrete index (multilingual, each language of a document) - +/ string _fn; if (pod_name_with_path.baseName == filename_base) { _fn = filename_base ~ mkup.sep ~ filename_extension ~ mkup.sep ~ lng; |