You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@taroth21 / @fsundermeyer / @tomschr -- I'd be happy about some feedback on this, because I am not sure in what way this issue should best be attacked.
Previous solution: just run DAPS with --draft
Looks a bit unprofessional, because --draft also turns on file metadata blocks and remarks
Regarding the current draft output:
The output of the metadata block is caused by the stylesheets. It should be removed from the stylesheets as a default output for the draft status and only be activated with a second parameter (we could use the existing "meta" parameter).
Generally I suggest to go for option 1, this would also be in line with openSUSE/daps#638
@fsundermeyer By "go for option 1", do you mean that you'd implement a --beta switch in DAPS or that we should just add a $beta-content parameter in XSLT?
@taroth21 / @fsundermeyer / @tomschr -- I'd be happy about some feedback on this, because I am not sure in what way this issue should best be attacked.
--draft
--draft
also turns on file metadata blocks and remarksThings I can imagine:
--beta
parameter in DAPS or just a regular XSLT parameter like$beta-content=1
Profile for
PROFCOND=beta
in DC files&productnumber;
, e.g.1.0 beta
instead of1.0
)Some kind of special markup like
<dm:betatext>This is beta software. It gives you special powers.</dm:betatext>
What do you say?
The text was updated successfully, but these errors were encountered: