Change the name globally
After deciding on a new name, we need to apply that everywhere. This is obvious, but should be listed nonetheless.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Essential
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- 0.1-first-release
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Can you make a list of all locations that the name needs to be updated. Off the top of my head, I can think of the following:
* src/bin/
* src/bin/
* src/lib/screenlets and the name of the python library (are conversion scripts for old screenlets the correct way of handling backwards compatibility?)
grep -i -n 'screenlets' *
will list all occurences of "screenlets" inside of files
sed can change all occurences in all files.
find *screenlets*
will list all files containing the word "screenlets"
Discussion:
http://