[CVS .] added readme file with installation instructions

Jon Tirsen <tirsen-yCVjj/[email protected]> Thu, 4 Mar 2004 07:48:25 -0600
Newsgroups gmane.comp.java.nanocontainer.cvs
Message-ID <[email protected]>
Commit in ./snippet on MAIN

readme.txt +8 added 1.1

added readme file with installation instructions

----------

. /snippet

readme.txt added at 1.1

diff -N readme.txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ readme.txt 4 Mar 2004 13:48:24 -0000 1.1
@@ -0,0 +1,8 @@

+How to install (Confluence 1.0RC5):
+Copy jar-file into <confluence webapp-dir>/WEB-INF/classes
+Edit <confluence webapp-dir>/WEB-INF/wikiSubsystemContext.xml as follows:
+Search for the line "<entry key="fatcowsuite"><ref local="fatCowSuiteMacro"/></entry>"
+below that line add "<entry key="snippet"><ref local="snippetMacro"/></entry>"
+and
+Search for the line "<bean id="fatCowMacro" class="com.atlassian.fatcow.FatCowMacro"/>"
+below that line add "<bean id="snippetMacro" class="snippet.SnippetMacro"/>"

\ No newline at end of file