From 522b13a74ca5668d764c342ef7884a6ed8c681c2 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 16 Nov 2005 09:04:26 +0000 Subject: [PATCH] favicon was missing in out sources. Added a redirect so you can use http://xmlgraphics.apache.org/fop/latest/ to point to the documentation of the latest release (currently set to 0.20.5). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344957 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/favicon.ico | Bin 0 -> 766 bytes src/documentation/content/latest/.htaccess | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 src/documentation/content/favicon.ico create mode 100644 src/documentation/content/latest/.htaccess diff --git a/src/documentation/content/favicon.ico b/src/documentation/content/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..161bcf7841cb95d326d9729fb0000941cef010d2 GIT binary patch literal 766 zcmcIiyKVw85Znt$i7TjRC~{@~0Yy+;gB1ES`4%kk0ioT3FQGA2+AEUc3QLrfNHkYO z+061d+ZUu%tZ%$Kp7HuDnJB}^^FC?p?uZ7+Pe2Y#fQ-7Bi7d41VIe}X_LMNAB^)TsBsHWP6w-$U*}emq-5YDhJteeZ$Sa@ literal 0 HcmV?d00001 diff --git a/src/documentation/content/latest/.htaccess b/src/documentation/content/latest/.htaccess new file mode 100644 index 000000000..3b0df5f5f --- /dev/null +++ b/src/documentation/content/latest/.htaccess @@ -0,0 +1,2 @@ +# redirect to latest release documentation +Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.20.5 -- 2.39.5