Dave Jarvis' Repositories

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

Added working URLs for mockup pages.

AuthorDave Jarvis <email>
Date2014-09-16 15:09:53 GMT-0700
Commit2059d3da59f0308ae3134a9217c9d319014f66b6
Parent262165f
xml/math.xsl
<!--
| http://lists.apple.com/archives/PerfOptimization-dev/2005/Jan/msg00051.html
- ! http://permalink.gmane.org/gmane.text.xml.xslt.extensions/840
+ | http://permalink.gmane.org/gmane.text.xml.xslt.extensions/840
+-->
<xsl:choose>
xml/tex/ch-page-discuss.tex
\startsection[title={\WPui{}}]
- \WPxref{page-discuss} an example discussion page.
+ \WPxref{page-discuss} an example \href{discussion page}{\WPpagediscuss}.
\WPpage{discuss}
xml/tex/ch-page-home.tex
\startsection[title={\WPui{}}]
- The \href{home page}{\WPpagehome{}} lists upcoming \WPproposals{}. The
+ The \href{home page}{\WPpagehome} lists upcoming \WPproposals{}. The
\WPproposals{} can be filtered by tags. \WPxref{page-home} an example
home page.
xml/tex/ch-page-hypothesis.tex
\startsection[title={\WPui{}}]
- \WPxref{page-hypothesis} an example hypothesis page.
+ \WPxref{page-hypothesis} an example \href{hypothesis page}{\WPpagehypothesis}.
\WPpage{hypothesis}
xml/tex/ch-page-proposal.tex
\startsection[title={\WPui{}}]
- \WPxref{page-proposal} an example \WPproposal{} page.
+ \WPxref{page-proposal} an example \href{\WPproposal{} page}{\WPpageproposal}.
\WPpage{proposal}
xml/tex/ch-page-resources.tex
\startsection[title={\WPui{}}]
- \WPxref{page-resources} an example resources page, which
- includes:
+ \WPxref{page-resources} an example \href{resources page}{\WPpageresources},
+ which includes:
\startitemize
xml/tex/ch-page-summary.tex
\startsection[title={\WPui{}}]
- \WPxref{page-summary} an example \WPproposal{} summary page.
+ \WPxref{page-summary} an example \WPproposal{}
+ \href{summary page}{\WPpagesummary}.
\WPpage{summary}
xml/tex/ch-page-support.tex
\startsection[title={\WPui{}}]
- \WPxref{page-support} an example support page.
+ \WPxref{page-support} an example \href{support page}{\WPpagesupport}.
\WPpage{support}
xml/tex/constants.tex
% Links to the web site for demonstration purposes.
\def\WPhomepagebase{http://djarvis.bitbucket.org/xml/}
-\def\WPpagehome{\WPhomepagebase{}index.xml}
-\def\WPpagesummary{\WPhomepagebase{}summary.xml}
-\def\WPpageaccount{\WPhomepagebase{}account.xml}
+\def\WPpageaccount{http://djarvis.bitbucket.org/xml/account.xml}
+\def\WPpagediscuss{http://djarvis.bitbucket.org/xml/discuss.xml}
+\def\WPpagehome{http://djarvis.bitbucket.org/xml/index.xml}
+\def\WPpagehypothesis{http://djarvis.bitbucket.org/xml/hypothesis.xml}
+\def\WPpageproposal{http://djarvis.bitbucket.org/xml/proposal.xml}
+\def\WPpagesummary{http://djarvis.bitbucket.org/xml/summary.xml}
+\def\WPpagesupport{http://djarvis.bitbucket.org/xml/support.xml}
+\def\WPpageresources{http://djarvis.bitbucket.org/xml/resources.xml}
% Since the TOC suppresses a chapter title, conditionally set the
xml/tex/manual.pdf
Binary files differ
xml/tex/sources.bib
@inproceedings{schryen@security,
author={Schryen, Guido and Rich, Eliot},
- title={Increasing software security through open source or closed
- source development? Empirics suggest that we have asked the wrong
- question},
+ title={Increasing software security through open source or closed source development? Empirics suggest that we have asked the wrong question},
booktitle={Proceedings of the 2010 43rd Hawaii International Conference on System Sciences},
series={HICSS '10},
xml/tex/style/hyperlinks.tex
]
-\def\WPHyperlink{%
- \setupinteraction[
- style=normal,
- color=WPexternal,
- ]%
-}
-
-% Allow themes to configure external hyperlinks.
-\defineframed[WPHyperlinkFrame][
- frame=off,
- location=low,
- width=fit,
- height=fit,
- strut=yes,
- offset=0pt,
-]
-
% Create hyperlink references within the document.
-\define[2]\href{%
- \begingroup
- \WPHyperlink
- \WPHyperlinkFrame{\goto{#1}[url(#2)]}%
- \endgroup%
-}
-
-\define[2]\bibhref{%
- \WPHyperlink
- {\goto{#1}[url(#2)]}%
+\def\href#1#2{%
+ \goto{\color[WPexternal]{#1}}[url(#2)]%
}
Delta21 lines added, 42 lines removed, 21-line decrease