foo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 24 Mar 2006 06:01:26 +0000 (06:01 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 24 Mar 2006 06:01:26 +0000 (06:01 +0000)
debian/control
debian/rules
templates/blogpost.tmpl [new file with mode: 0644]
templates/inlinepage.tmpl

index 4abae5dbf73cad540d8451ffec03550c63140114..1d69e55a54e8d02448d1e998dcf6f5be7b96cd32 100644 (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.
index b1ae6dd1f9af55da3dbf4aa4f07a4198cbce37d5..6ca612c9ee82f72daaf92cdf81165d7eb52abb41 100755 (executable)
@@ -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
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl
new file mode 100644 (file)
index 0000000..5ded359
--- /dev/null
@@ -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>
index 4999c3248b5b28e5299f946f26ec600121fe3fe0..38834c0b2502acd8888887d8d57888c5038f74d8 100644 (file)
@@ -1,6 +1,3 @@
-
-<hr>
-
 <h1><TMPL_VAR PAGELINK></h1>
 
 <TMPL_VAR CONTENT>