* Add code to show status and assign color-coding to available bundles.
- Add regex PATTERN4 to capture bundle status values
- Add code to process capture groups in for loop
- Rename bundler() to main() to follow Python convention
- Add conditional blocks to filter tags based on below status indicators
- Add css classes for active-status, wip-status, and pending-delete-status
- Closes#747
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Programs "Deprecated" status for such bundles; color-codes it in css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds #ce2029 color for "Deprecated" status to css; reorders css classes.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises HTML relative link in template.html to tcs_theme.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises to simplify and refine code:
- Removes regex PATTERN4 and 5
- Revises PATTERN3 to exclude comments on custom additions
- Removes pundler() because no longer a clr-bundles directory
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Removes cruft code.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Edit for rebase.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Removes decode() for string in extractor().
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Applies .bundledesc css to <p> tag on includes().
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Modifies html tags in template and styles.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>