Alex Schroeder f0588fa299 major.t: delete some tests that make no sense
The recent changes in commit 62d6dc4b—fixing the summary for last major
revisions—resulted in some changes in the output. These changes seem to
be OK so I removed the tests for the old output.

Basically, the tests created a new page using a minor change. What
should the output be when browsing the page with diff=1? "No diff
available" is correct. There is no need to mention the last major change
because there is none.

The next tests edited the same page using minor changes. What should the
output be when browsing the page with diff=1? "No diff available" is
still correct. There is still no need to mention the last major change
because there is none.
2015-07-14 17:30:05 +02:00
2012-05-24 18:08:42 +02:00
2012-05-24 18:08:42 +02:00
2014-06-20 22:39:37 +02:00
2014-06-30 14:29:45 +02:00
2015-02-23 08:12:42 +01:00
2015-05-01 19:33:14 +02:00
2007-11-07 20:43:18 +00:00
2015-07-08 14:53:49 +02:00
New
2007-12-09 22:04:36 +00:00
New
2007-12-09 22:04:36 +00:00
2013-03-05 23:13:04 +01:00

This is the README file distributed together with the Oddmuse script.

To install the script, copy wiki.pl into your cgi-bin directory.  This
will store the pages in a temporary directory for you.  In order to
make this permanent, change the $DataDir option in the script from
'/tmp/oddmuse' to 'oddmuse'.  This will save the pages in a
subdirectory of your cgi-bin directory.

In order to start your wiki, click on the edit link (the first link
below the navigation bar, at the bottom of the page).  This will allow
you to enter some text for this page.  Click the Save button and you
are done.

To add new pages, edit the homepage and add links to new pages.  Links
are traditionally formed by ConcatenatingCapitalizedWords.  This kind
of link pattern is called a wiki word.

Alternatively, put links in [[double square brackets]].  This kind of
link pattern is called a free link.

As long as the new pages don't exist, links to these pages are
followed by a clickable question mark.  Click on the question mark to
create the new page.

Enjoy your wiki experience.

Visit http://www.oddmuse.org/ to learn more about the translation
files and modules that are part of this package.

----------------------------------------------------------------------

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

Both the GNU Free Documentation License, and the GNU General Public
License are distributed together with this script.  See the files FDL
and GPL, respectively.
Description
A simple wiki engine written in Perl. No database required.
Readme GPL-3.0 11 MiB
Languages
Perl 92.4%
CSS 5.9%
Shell 0.7%
Python 0.4%
JavaScript 0.3%
Other 0.2%