diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 19:48:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 19:48:23 +0000 |
commit | 890257521ebb39dea0630143e60594d577128f1c (patch) | |
tree | 95df10e0630bb63797bb34a0cb29402482ffa4c5 /doc/news | |
parent | c3ccdfd9d6a6f6d6c74c583b43175ed926df6920 (diff) | |
download | ikiwiki-890257521ebb39dea0630143e60594d577128f1c.tar ikiwiki-890257521ebb39dea0630143e60594d577128f1c.tar.gz |
remove some old news pages, I'll only be keeping the most recent couple of
things around
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/blogs.mdwn | 8 | ||||
-rw-r--r-- | doc/news/email_subscriptions.mdwn | 21 | ||||
-rw-r--r-- | doc/news/now_with_plugins.mdwn | 1 | ||||
-rw-r--r-- | doc/news/now_with_style.mdwn | 3 | ||||
-rw-r--r-- | doc/news/now_with_valid_html.mdwn | 1 | ||||
-rw-r--r-- | doc/news/sanitization.mdwn | 8 |
6 files changed, 0 insertions, 42 deletions
diff --git a/doc/news/blogs.mdwn b/doc/news/blogs.mdwn deleted file mode 100644 index 9667cc872..000000000 --- a/doc/news/blogs.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -After too many hours last night spent designing it and a few hours coding, -ikiwiki now supports [[blog]]s! - -Note that as part of this, the index file format changed. If you have an -ikiwiki installation dating from before this post, you should make sure to ---rebuild the wiki when upgrading. - ---[[Joey]] diff --git a/doc/news/email_subscriptions.mdwn b/doc/news/email_subscriptions.mdwn deleted file mode 100644 index 7d242c0ce..000000000 --- a/doc/news/email_subscriptions.mdwn +++ /dev/null @@ -1,21 +0,0 @@ -ikiwiki now supports subscribing to pages on wikis with a subversion -backend. Subscribers will be mailed commit diffs. - -Some changes are needed to ikiwiki configs to support this: - -* A new `--adminemail` config option has been added, that is used for both - this and for sending user subscription mails, so should be configured on - any wiki that uses either feature. -* `--svnpath` needs to be set to location of your wiki inside its - subversion repository. It defaults to "trunk", which will work for many - layouts. -* A new `--notify` config option should be passed to ikiwiki when it's run - as a svn commit hook, to enable it sending the subscription mails. -* `--svnrepo` is actually supported and used now, so should be set to the - subversion repository directory. - -[[ikiwiki.setup]] has been updated accordingly. - -This is the last major change planned before the first official release of -ikiwiki. The main remaining issue blocking that release is the resolution -of what to do about HTML XSS [[security]] issues. diff --git a/doc/news/now_with_plugins.mdwn b/doc/news/now_with_plugins.mdwn deleted file mode 100644 index 54ab72354..000000000 --- a/doc/news/now_with_plugins.mdwn +++ /dev/null @@ -1 +0,0 @@ -ikiwiki now supports [[plugins]] in its development branch. I'll be working on breaking out various parts of ikiwiki into separate plugins and adding new useful plugins for the next little while; suggestions for useful plugins appreciated.
\ No newline at end of file diff --git a/doc/news/now_with_style.mdwn b/doc/news/now_with_style.mdwn deleted file mode 100644 index f04530163..000000000 --- a/doc/news/now_with_style.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Ikiwiki also supports style sheets now. I've not done too much with the -default style sheet, but you can customise [[style.css]] to do whatever you -like with the look of your wiki. diff --git a/doc/news/now_with_valid_html.mdwn b/doc/news/now_with_valid_html.mdwn deleted file mode 100644 index 8e7ac54cf..000000000 --- a/doc/news/now_with_valid_html.mdwn +++ /dev/null @@ -1 +0,0 @@ -Ikiwiki should now generate valid XHTML 1.0. At least for most pages, unless the user-entered page content is invalid, etc. If you find any cases where it doen't, add a note to [[todo/html]].
\ No newline at end of file diff --git a/doc/news/sanitization.mdwn b/doc/news/sanitization.mdwn deleted file mode 100644 index 419d589c9..000000000 --- a/doc/news/sanitization.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -ikiwiki's main outstanding security hole, lack of html sanitization, has -now been addressed. ikiwiki now sanitizes html by default, using the -[[plugins/htmlscrubber]] plugin. - -If only trusted parties can edit your wiki's content, then you might want -to turn this sanitization back off to allow use of potentially dangerous -tags. To do so, pass --disable-plugin=sanitize or edit the plugins -configuration in your [[ikiwiki.setup]]. |