master
joey 2006-03-24 06:01:26 +00:00
parent 263106272a
commit 55ebfd5de7
4 changed files with 12 additions and 5 deletions

2
debian/control vendored
View File

@ -18,4 +18,4 @@ Description: a wiki compiler
.
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.

3
debian/rules vendored
View File

@ -24,11 +24,12 @@ binary-indep: build
$(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

View File

@ -0,0 +1,9 @@
<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>

View File

@ -1,6 +1,3 @@
<hr>
<h1><TMPL_VAR PAGELINK></h1>
<TMPL_VAR CONTENT>