From 282ce91522affa27606bc5b835d8a7d7a91b4df5 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard
Date: Tue, 16 Oct 2007 17:39:27 +0200
Subject: Grab upstream pages from version 2.9.
---
aggregatepost.tmpl | 12 ++++++
archivepage.tmpl | 7 ++++
atomitem.tmpl | 25 ++++++++++++
atompage.tmpl | 15 +++++++
blogpost.tmpl | 16 ++++++++
editpage.tmpl | 72 +++++++++++++++++++++++++++++++++
estseek.conf | 31 +++++++++++++++
feedlink.tmpl | 8 ++++
inlinepage.tmpl | 58 +++++++++++++++++++++++++++
misc.tmpl | 31 +++++++++++++++
notifymail.tmpl | 4 ++
page.tmpl | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++
passwordmail.tmpl | 10 +++++
recentchanges.tmpl | 71 +++++++++++++++++++++++++++++++++
rssitem.tmpl | 22 ++++++++++
rsspage.tmpl | 11 +++++
searchform.tmpl | 7 ++++
titlepage.tmpl | 1 +
18 files changed, 516 insertions(+)
create mode 100644 aggregatepost.tmpl
create mode 100644 archivepage.tmpl
create mode 100644 atomitem.tmpl
create mode 100644 atompage.tmpl
create mode 100644 blogpost.tmpl
create mode 100644 editpage.tmpl
create mode 100644 estseek.conf
create mode 100644 feedlink.tmpl
create mode 100644 inlinepage.tmpl
create mode 100644 misc.tmpl
create mode 100644 notifymail.tmpl
create mode 100644 page.tmpl
create mode 100644 passwordmail.tmpl
create mode 100644 recentchanges.tmpl
create mode 100644 rssitem.tmpl
create mode 100644 rsspage.tmpl
create mode 100644 searchform.tmpl
create mode 100644 titlepage.tmpl
diff --git a/aggregatepost.tmpl b/aggregatepost.tmpl
new file mode 100644
index 0000000..5b0f2f4
--- /dev/null
+++ b/aggregatepost.tmpl
@@ -0,0 +1,12 @@
+
+
+[[tag ]]
+
+
+[[meta title=""]]
+
+
+[[meta permalink=""]]
+
+[[meta author=""]]
+[[meta authorurl=""]]
diff --git a/archivepage.tmpl b/archivepage.tmpl
new file mode 100644
index 0000000..6bc789d
--- /dev/null
+++ b/archivepage.tmpl
@@ -0,0 +1,7 @@
+
+
+
+Posted
+
+
+
diff --git a/atomitem.tmpl b/atomitem.tmpl
new file mode 100644
index 0000000..4dc2d07
--- /dev/null
+++ b/atomitem.tmpl
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/atompage.tmpl b/atompage.tmpl
new file mode 100644
index 0000000..1bca3e7
--- /dev/null
+++ b/atompage.tmpl
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+ikiwiki
+
+
+
diff --git a/blogpost.tmpl b/blogpost.tmpl
new file mode 100644
index 0000000..7eeede6
--- /dev/null
+++ b/blogpost.tmpl
@@ -0,0 +1,16 @@
+
diff --git a/editpage.tmpl b/editpage.tmpl
new file mode 100644
index 0000000..cf4950e
--- /dev/null
+++ b/editpage.tmpl
@@ -0,0 +1,72 @@
+
+
+Your changes conflict with other changes made to the page.
+
+
+Conflict markers have been inserted into the page content. Reconcile the
+conflict and commit again to save your changes.
+
+
+
+
+Failed to save your changes.
+
+
+Your changes were not able to be saved to disk. The system gave the error:
+
+
+
+Your changes are preserved below, and you can try again to save them.
+
+
+
+
+The page you were editing has disappeared.
+
+
+Perhaps someone else has deleted it or moved it. If you want to recreate
+this page with your text, click "Save Page" again.
+
+
+
+
+While you were creating this page, someone else independently created a page
+with the same name.
+
+
+The edit box below contains the page's current content, followed by the
+content you entered previously, to allow you to merge the two
+together before saving.
+
+
+
+
+
+
+
+
+Page location:
+Page type:
+
+
+
+
+
+
+
+Optional comment about this change:
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/estseek.conf b/estseek.conf
new file mode 100644
index 0000000..43bd303
--- /dev/null
+++ b/estseek.conf
@@ -0,0 +1,31 @@
+indexname:
+tmplfile:
+topfile: /dev/null
+logfile:
+logformat:
+replace: ^file://{{!}}
+showreal: false
+perpage: 10,20,30,40,50,100
+attrselect: false
+showscore: false
+extattr: date|Date
+snipwwidth: 480
+sniphwidth: 96
+snipawidth: 96
+condgstep: 2
+dotfidf: true
+scancheck: false
+smplphrase: true
+phraseform: 2
+candetail: true
+smlrvnum: 0
+smlrtune: 16 1024 4096
+clipview: 2
+relkeynum: 0
+spcache:
+wildmax: 256
+qxpndcmd:
+helpfile: estseek.help
+deftitle:
+attrwidth: 80
+dispproxy:
diff --git a/feedlink.tmpl b/feedlink.tmpl
new file mode 100644
index 0000000..2963156
--- /dev/null
+++ b/feedlink.tmpl
@@ -0,0 +1,8 @@
+
diff --git a/inlinepage.tmpl b/inlinepage.tmpl
new file mode 100644
index 0000000..a736dac
--- /dev/null
+++ b/inlinepage.tmpl
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Posted
+
+
+
+
+Tags:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+License:
+
+
+
+
+
+
+
+
diff --git a/misc.tmpl b/misc.tmpl
new file mode 100644
index 0000000..32e2c93
--- /dev/null
+++ b/misc.tmpl
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notifymail.tmpl b/notifymail.tmpl
new file mode 100644
index 0000000..e3a1dd3
--- /dev/null
+++ b/notifymail.tmpl
@@ -0,0 +1,4 @@
+The following change was made by :
+
+
+
diff --git a/page.tmpl b/page.tmpl
new file mode 100644
index 0000000..a02345f
--- /dev/null
+++ b/page.tmpl
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/passwordmail.tmpl b/passwordmail.tmpl
new file mode 100644
index 0000000..8484d39
--- /dev/null
+++ b/passwordmail.tmpl
@@ -0,0 +1,10 @@
+Someone[1], possibly you, requested that you be emailed the password for user
+ on [2].
+
+The password is:
+
+--
+ikiwiki
+
+[1] The user requesting the password was at IP address
+[2] Located at
diff --git a/recentchanges.tmpl b/recentchanges.tmpl
new file mode 100644
index 0000000..e954503
--- /dev/null
+++ b/recentchanges.tmpl
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/rssitem.tmpl b/rssitem.tmpl
new file mode 100644
index 0000000..f22e5e3
--- /dev/null
+++ b/rssitem.tmpl
@@ -0,0 +1,22 @@
+-
+
+ :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
diff --git a/rsspage.tmpl b/rsspage.tmpl
new file mode 100644
index 0000000..e54094a
--- /dev/null
+++ b/rsspage.tmpl
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
diff --git a/searchform.tmpl b/searchform.tmpl
new file mode 100644
index 0000000..7c4fdb0
--- /dev/null
+++ b/searchform.tmpl
@@ -0,0 +1,7 @@
+
diff --git a/titlepage.tmpl b/titlepage.tmpl
new file mode 100644
index 0000000..f5cd5bc
--- /dev/null
+++ b/titlepage.tmpl
@@ -0,0 +1 @@
+
--
cgit v1.2.3