docs.ubports.com icon indicating copy to clipboard operation
docs.ubports.com copied to clipboard

remove/change all unity8 references with lomiri or other string

Open Aury88 opened this issue 4 years ago • 3 comments

all the documentation talk about unity8 instead of lomiri, also all the libraries with old ubuntuish name probably need to be updated to newer one.

so probably is needed a list of name changes like [oldname1]->[newname1], [oldname2]->[newname2] also the changing procedure probably can be done instantaneously with appropriate sedcommand ...something like sed -i 's/[oldname]/[newname]/g' *

Aury88 avatar Sep 07 '20 17:09 Aury88

You don't happen to feel the inspiration to be the one to fix it with a pr maybe :D ... just asking

doniks avatar Sep 08 '20 06:09 doniks

@doniks I still don't feel very comfortable using git, I only changed single file per pr until now while this change need a local "fork " but I can try and that was my intention . I opened this issue to know all the needed [oldname]->[newname] changes before modify any string and propose a pr

Aury88 avatar Sep 13 '20 16:09 Aury88

ok while waiting instructions for the needed string changes I checked the local clone and found this:

$ grep -o -R "unity*" *  | wc -l
595
$ grep -o -R "unity" *  | wc -l
337
$ grep -o -R "unity " *  | wc -l
168
$ grep -o -R "unity7" *  | wc -l
0
$ grep -o -R "unity8" *  | wc -l
15
$ grep -o -R "ubuntu" *  | wc -l
2041
$ grep -o -R "canonical" *  | wc -l
31

Aury88 avatar Sep 14 '20 17:09 Aury88