summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-21 08:36:33 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-21 08:36:33 +0000
commit549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d (patch)
tree4d8248e158f2f38a3b78758caae40b93a750656e /web
downloadbugzilla-549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d.tar
bugzilla-549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d.tar.gz
bugzilla-549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d.tar.bz2
bugzilla-549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d.tar.xz
bugzilla-549bd6b0e3fa182d3eff47e67d4f1ab2729dd21d.zip
Add mageia extension, from Frederic Buclin
Diffstat (limited to 'web')
-rw-r--r--web/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/README b/web/README
new file mode 100644
index 0000000..2345641
--- /dev/null
+++ b/web/README
@@ -0,0 +1,7 @@
+Web-accessible files, like JavaScript, CSS, and images go in this
+directory. You can reference them directly in your HTML. For example,
+if you have a file called "style.css" and your extension is called
+"Foo", you would put it in "extensions/Foo/web/style.css", and then
+you could link to it in HTML like:
+
+<link href="extensions/Foo/web/style.css" rel="stylesheet" type="text/css"> \ No newline at end of file