Feature #16367

Wrap [[!meta title directives in <div> in HTML sources

Added by sajolida 2019-01-16 16:16:25 . Updated 2019-09-28 01:04:54 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Internationalization
Target version:
Start date:
2019-01-16
Due date:
% Done:

0%

Feature Branch:
doc/16367-wrap-title-in-div
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

This isolates them in PO files and will make translator’s life easier. See Feature #16279.


Subtasks


Related issues

Related to Tails - Feature #16279: Research how to isolate the [[!meta directives that need translation in PO files Resolved 2019-01-04
Blocks Tails - Feature #16711: Core work 2019Q3 → 2019Q4: Technical writing Resolved 2016-01-08

History

#1 Updated by sajolida 2019-01-16 16:16:49

  • Assignee set to sajolida

#2 Updated by sajolida 2019-01-16 16:18:52

  • related to Feature #16279: Research how to isolate the [[!meta directives that need translation in PO files added

#3 Updated by sajolida 2019-01-16 16:19:38

  • blocks Feature #15941: Core work 2018Q4 → 2019Q2: Technical writing added

#4 Updated by sajolida 2019-07-18 16:57:05

  • blocks Feature #16711: Core work 2019Q3 → 2019Q4: Technical writing added

#5 Updated by sajolida 2019-07-18 16:57:07

  • blocked by deleted (Feature #15941: Core work 2018Q4 → 2019Q2: Technical writing)

#6 Updated by sajolida 2019-07-30 19:19:58

  • Subject changed from Wrap [[!meta title directives in <div> to Wrap [[!meta title directives in <div> in HTML sources

It only makes sense to do this on HTML sources (and not on Markdown sources).

#7 Updated by sajolida 2019-07-30 19:55:58

  • Status changed from Confirmed to In Progress

Applied in changeset commit:tails|5a014e42edd8d34065e7370f704e5551b768b94b.

#8 Updated by sajolida 2019-07-30 19:56:33

  • Status changed from In Progress to Needs Validation
  • Assignee changed from sajolida to cbrownstein
  • Target version set to Tails_3.16
  • Feature Branch set to doc/16367-wrap-title-in-div

Here is a branch.

#9 Updated by sajolida 2019-07-31 18:37:16

To check which files still have unwrapped ‘[[!meta’ directives you can use something like:

find -iname "*.html" -exec grep -l '^\[\[!meta title' '{}' \;

These are either:

  • Not translated (eg. /news and /contribute)
  • With only 1 meta directive, no there’s no blob to split (see the description of Feature #16279)

#10 Updated by CyrilBrulebois 2019-09-05 00:05:38

  • Target version changed from Tails_3.16 to Tails_3.17

#11 Updated by intrigeri 2019-09-12 14:25:29

  • Target version changed from Tails_3.17 to Tails_4.0

#12 Updated by sajolida 2019-09-24 16:53:57

@cbrownstein: Ping on this review. Today I had to resolve some merge conflicts to make it mergable again into master :(

#13 Updated by cbrownstein 2019-09-25 19:01:26

  • Status changed from Needs Validation to In Progress
  • Assignee changed from cbrownstein to sajolida

I reviewed just now. Looks good!

#14 Updated by sajolida 2019-09-28 01:04:54

  • Status changed from In Progress to Resolved
  • Assignee deleted (sajolida)

Cool!

Same as Feature #15718#note-18: I merged it locally and will push it soon.