cc-legal-tools-app
cc-legal-tools-app copied to clipboard
[Feature] Refactor ns (ccREL namespace) template as HTML5+RDFa
Problem
The ccREL namespace (templates/ns.html
) template is currently XHTML+RDFa and does not match rest of site (ex. missing header & footer). It is currently a standalone template.
Description
- Refactor ccREL namespace (
templates/ns.html
) template so that it:- is HTML+RDFa (HTML 5) instead of XHTML+RDFa (XHTML 4)
- extends the base (
templates/base.html
) template (so that the ccREL namespace page includes the header & footer)- This is OPTIONAL as it might signficantly increase the scope of work. If changes to the base template are required, then every template that extends it needs to be checked/verified.
Alternatives
Do nothing
Additional context
Hi @TimidRobot , I understand this issue, I would like to work over this. Thankyou
This is how the page looks after extending it to base.html. The layout have changed a bit, but I think it looks better. Is this acceptable:
This is the code after changes:-
{% extends 'base.html' %}
{% block title %}Describing Copyright in RDF - Creative Commons Rights Expression Language{% endblock %} {% block head_meta %} {% endblock %}
{% block title_header %}
{% block content %}
hi @TimidRobot, can you please check the above comment and screenshot by me and let me know!
Thankyou
@pushkar707 & @pushkarDigitWork I would rather review any changes in a Pull Request (PR) instead of as comments on issues
hey @TimidRobot This is Balraj, I want to work on this issue, can you please tell me what specifically you want to get updated or get fixed.
Please see Contribution Guidelines — Creative Commons Open Source for how we manage issues and PRs (we generally don't assign issues prior to resolution).
I have already read it but I am not able to get what do you want to say about assigning this issue to me @TimidRobot
@BalrajDhakad If you have followed the guidelines above, you don't need to ask permission to start work on an issue.
@ShivamAhir I have already read the guidelines above and I am already a contributor in CC, please don't mind my words but I am not asking permission to start working on this issue, I am simply asking for more details related to this issue. You will get it if you will read my last third comment on this issue.
I am simply asking for more details related to this issue.
I updated the description