[gnomeweb-wml] gnumeric: Test web documentation handler.



commit cc9f22782d09fc5e0bda63a3165724d27a3f8854
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 16 14:29:54 2009 -0400

    gnumeric: Test web documentation handler.

 projects.gnome.org/gnumeric/Makefile.am    |    1 +
 projects.gnome.org/gnumeric/func-doc.shtml |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/Makefile.am b/projects.gnome.org/gnumeric/Makefile.am
index b8a75ba..6d2e199 100644
--- a/projects.gnome.org/gnumeric/Makefile.am
+++ b/projects.gnome.org/gnumeric/Makefile.am
@@ -20,6 +20,7 @@ page_SCRIPTS=index.shtml		\
 		past-news.shtml		\
 		building.shtml		\
 		function-info.shtml	\
+		func-doc.shtml		\
 		functions.shtml
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/func-doc.shtml b/projects.gnome.org/gnumeric/func-doc.shtml
new file mode 100644
index 0000000..fc1e74e
--- /dev/null
+++ b/projects.gnome.org/gnumeric/func-doc.shtml
@@ -0,0 +1,7 @@
+<!--set wolfram="none"--><!--set wiki="none"--><!--#if expr="($QUERY_STRING_UNESCAPED=/sin/)"--><!--set wolfram="Sine.html"--><!--set wiki="Trigonometric_functions"--><!--#endif--><!--#set var="title" value="Gnumeric Web Documentation" --><!--#set var="rootdir" value="." --><!--#include virtual="header-begin.shtml" -->    <link rel="stylesheet" href="style/index.css" type="text/css"/>
+<!--#include virtual="header-end.shtml" --><ul>
+<!--#if expr="($wolfram!=/none/)"--><li><a href="http://mathworld.wolfram.com/<!--#echo var='wolfram' -->">Wolfram Mathworld entry</a>.</li>
+<!--#endif--><!--#if expr="($wiki!=/none/)"--><li><a href="http://en.wikipedia.org/wiki/<!--#echo var='wiki' -->">Wikipedia entry</a>.</li>
+<!--#endif--><li><a href="http://www.google.com/#q=<!--#echo var='QUERY_STRING_UNESCAPED' --><!---->">Google Search</a>.</li>
+</ul>
+<!--#include virtual="footer.shtml" -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]