Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Updated comments. Added missing XML files for edit and flagging (to avoid stacktraces).

Author Dave Jarvis <email>
Date 2015-01-23 13:15:35 GMT-0800
Commit 157517d6f8c7792bd458df92feda542025f27cb8
Parent 76975c8
resources/database/edit.xml
+<?xml version="1.0" encoding="utf-8"?>
+<policy>
+</policy>
+
resources/database/flag.xml
+<?xml version="1.0" encoding="utf-8"?>
+<policy>
+</policy>
+
source/xsl/common.xsl
<xsl:strip-space elements="*"/>
-<!-- Custom URI resolver imports the corresponding app stylesheet. -->
+<!-- Custom URI resolver imports the pertinent app stylesheet. -->
<xsl:include href="template://discuss.to/app"/>
source/xsl/logout.xsl
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<!-- Shouldn't be used because log out redirects to the home page. -->
<xsl:variable name="artefacts">
<artefacts>
source/xsl/template.xsl
<xsl:stylesheet version='2.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
+<!--
+ | This should not be used because every menu item should have its own
+ | corresponding page.
+ +-->
<xsl:variable name="artefacts">
<artefacts></artefacts>
Delta 14 lines added, 1 line removed, 13-line increase