diff options
author | Paul Mattal <paul@mattal.com> | 2007-10-03 14:00:05 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-10-03 14:00:05 +0200 |
commit | ae7844f969f10db2311c61018fd1f7cdb09214a3 (patch) | |
tree | 2eac0cc7d0ff8dab78e12c2662cca5c46df35f66 | |
parent | b9ec74d72b88f70bae7d0b430a94c441c7269a11 (diff) | |
download | aur-ae7844f969f10db2311c61018fd1f7cdb09214a3.tar.gz aur-ae7844f969f10db2311c61018fd1f7cdb09214a3.tar.xz |
Added html/web/xml directory.
The html/web/xml directory is where the RSS feed gets stored. This was not
in the release tree, but has now been added. It should be set up with
permissions that allow the webserver to write to it.
-rw-r--r-- | web/html/xml/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xml/README.txt b/web/html/xml/README.txt new file mode 100644 index 00000000..fb37d7ab --- /dev/null +++ b/web/html/xml/README.txt @@ -0,0 +1,2 @@ +This is where the server will create the RSS feed file. +This directory should be writeable by the the webserver. |