Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/portal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17273/src/org/cobricks/portal
Modified Files:
properties.txt
Log Message:
Link abbreviations added
Index: properties.txt
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/portal/properties.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- properties.txt 18 Jan 2006 22:06:17 -0000 1.10
+++ properties.txt 31 Jan 2006 19:50:23 -0000 1.11
@@ -69,4 +69,10 @@
#pageheader and pagefooter for Wiki pages
portal.pageheaderwiki=$portalPresenter.parse("$contextPath/pageheaderwiki.html", $portalRequest)
-portal.pagefooterwiki=$portalPresenter.parse("$contextPath/pagefooterwiki.html", $portalRequest)
\ No newline at end of file
+portal.pagefooterwiki=$portalPresenter.parse("$contextPath/pagefooterwiki.html", $portalRequest)
+
+#
+portal.linkabbreviations=wikipedia;google
+
+wikipedia=www.wikipedia.de
+google=www.google.de
\ No newline at end of file
|