]> git.pld-linux.org Git - packages/dokuwiki-tpl-multitemplate.git/commitdiff
- simple INSTALL file
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Aug 2007 16:14:18 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-tpl-multitemplate.spec -> 1.3

dokuwiki-tpl-multitemplate.spec

index f5b0e87834c52f3e0a7292e4812e4b8cff65ef62..bf144f5a13056114f7f2e99ff7c53e8c1a5186fb 100644 (file)
@@ -3,7 +3,7 @@
 Summary:       Multitemplate for DokuWiki
 Name:          dokuwiki-tpl-multitemplate
 Version:       %{_ver}
-Release:       0.2
+Release:       0.3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://tatewake.com/wiki/_media/projects:multitemplate-%{_snap}.zip
@@ -24,14 +24,27 @@ namespace (or page) you wish.
 %prep
 %setup -q -n %{_tpl}
 
+cat > INSTALL <<'EOF'
+To activate this template add something like this to your conf/local.php file: 
+
+$multitemplate['playground'] = 'default';
+$multitemplate[''] = 'monobook';
+
+and
+$conf['template'] = 'multitemplate';
+
+EOF
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_tpldir}
 cp -a . $RPM_BUILD_ROOT%{_tpldir}
+rm -f $RPM_BUILD_ROOT%{_tpldir}/INSTALL
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc INSTALL
 %{_tpldir}
This page took 0.096053 seconds and 4 git commands to generate.