.
ikiwiki implements most of the other standard features of a wiki, including
web-based page editing, user registration and logins, and a RecentChanges
- page.
+ page. It also supports generating weblogs.
$(MAKE) pure_install INSTALLDIRS=vendor \
PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}')
dh_installdocs html
+ dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL
dh_link usr/share/ikiwiki/basewiki \
usr/share/doc/ikiwiki/examples/basewiki
dh_installman ikiwiki.man
dh_installchangelogs
- dh_compress
+ dh_compress -X html
dh_fixperms
dh_perl
dh_installdeb
--- /dev/null
+<hr>
+<form action="<TMPL_VAR CGIURL>" method="GET">
+<input type="hidden" name="do" value="blog">
+<input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>">
+<input type="hidden" name="subpage" value="1">
+Add a new post titled: <input name=title size=40>
+<input type="submit" value="Edit">
+</form>
+<hr>
-
-<hr>
-
<h1><TMPL_VAR PAGELINK></h1>
<TMPL_VAR CONTENT>