ae8bbb814f
treewide: HTML Cleanup
...
* HTML Cleanup: Meta tags.
* Converted charset to shorthand.
* Removed meta tags with `Content-Script-Type` attribute. (Invalid in HTML5 spec.)
* HTML Cleanup: CSS tags.
* Removed `type` attribute with CSS files from link tags. (HTML5 spec recommends omitting it.)
* Removed `type` attribute from style tags. (Deprecated in HTML5 spec.)
https://html.spec.whatwg.org/#attr-link-type
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style
* HTML Cleanup: Convert from XHTML to HTML5
* Removed XML declaration.
* Removed XML namespace.
* Changed doctype to HTML5.
* HTML Cleanup: CDATA tags.
* CDATA sections should not be used within HTML they are considered as comments and not displayed.
https://developer.mozilla.org/en-US/docs/Web/API/CDATASection
* HTML Cleanup: Script tags.
* Removed `language` attribute from script tags. (No longer valid in HTML5)
* Removed `type` attribute with JavaScript MIME type from script tags. (HTML5 spec recommends omitting it.)
https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type
https://mimesniff.spec.whatwg.org/#javascript-mime-type
Signed-off-by: Mustafa Can Elmacı <mustafacan@elmaci.net >
2024-11-22 22:39:46 +01:00
4c57abc77c
luci-mod-network: fixes to older api docs
...
Signed-off-by: Paul Donald <newtwen@gmail.com >
2024-02-15 04:01:54 +01:00
155d2bdd6e
docs: Synchronize with Wiki
...
The Wiki on GitHub has newer version of documentation.
Still we may have references to the docs folder.
Update all pages but also add a notice:
See [online wiki](https://github.com/openwrt/luci/wiki/ ) for latest version.
The LAR page is removed because there no any mentions of it anywhere in Luci.
This closes #2360
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2023-08-10 13:10:37 +03:00
baa727de93
docs: rename documentation folder to docs
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io >
2019-11-05 10:42:54 +01:00