| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-09-16 15:09:53 GMT-0700 |
| Commit | 2059d3da59f0308ae3134a9217c9d319014f66b6 |
| Parent | 262165f |
| <!-- | ||
| | 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> |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-discuss} an example discussion page. | ||
| + \WPxref{page-discuss} an example \href{discussion page}{\WPpagediscuss}. | ||
| \WPpage{discuss} | ||
| \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. |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-hypothesis} an example hypothesis page. | ||
| + \WPxref{page-hypothesis} an example \href{hypothesis page}{\WPpagehypothesis}. | ||
| \WPpage{hypothesis} |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-proposal} an example \WPproposal{} page. | ||
| + \WPxref{page-proposal} an example \href{\WPproposal{} page}{\WPpageproposal}. | ||
| \WPpage{proposal} |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-resources} an example resources page, which | ||
| - includes: | ||
| + \WPxref{page-resources} an example \href{resources page}{\WPpageresources}, | ||
| + which includes: | ||
| \startitemize |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-summary} an example \WPproposal{} summary page. | ||
| + \WPxref{page-summary} an example \WPproposal{} | ||
| + \href{summary page}{\WPpagesummary}. | ||
| \WPpage{summary} |
| \startsection[title={\WPui{}}] | ||
| - \WPxref{page-support} an example support page. | ||
| + \WPxref{page-support} an example \href{support page}{\WPpagesupport}. | ||
| \WPpage{support} |
| % 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 |
| @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}, |
| ] | ||
| -\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)]% | ||
| } | ||
| Delta | 21 lines added, 42 lines removed, 21-line decrease |
|---|