| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
|
|
|
|
|
|
|
|
|
|
| |
* Automatically run --gettime the first time ikiwiki is run on
a given srcdir.
* Optimise --gettime for git, so it's appropriatly screamingly
fast. (This could be done for other backends too.)
* However, --gettime for git no longer follows renames.
* Use above to fix up timestamps on docwiki, as well as ensure that
timestamps on basewiki files shipped in the deb are sane.
|
|
|
|
|
|
|
|
| |
* Rename --getctime to --gettime. (The old name still works for
backwards compatability.)
* --gettime now also looks up last modification time.
* Add rcs_getmtime to plugin API; currently only implemented
for git.
|
| |
|
|
|
|
| |
files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.)
|
|
|
|
| |
destdir, as well as wrappers and the .ikiwiki directory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ikiwiki/blog will be going away
|
| |
|
| |
|
|
|
|
|
|
| |
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup
Update docs.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
recentchangediff to work with svn repos.
|
|
|
|
| |
This avoids the need to set prefix_directives with --set.
|
|
|
|
|
| |
used if you want a wiki that doesn't default to generating rss or atom
feeds, but that does allow them to be turned on for specific blogs.
|
|
|
|
|
|
|
|
| |
I kept it to a simple global configuration, rather than using the
preprocessor directive for recentchanges, because that had chicken and egg
problems and seemed overcomplicated. This should work reasonably well,
though it would be good to add some more metadata so that more customised
recentchanges pages can be made.
|
|
|
|
|
| |
the svnrepo and notify settings, though both will be ignored if left in
setup files.
|
| |
|
| |
|
|
|
|
|
| |
Including redir pages for the moved basewiki pages. These will be removed in
a future release.
|
|
|
|
| |
* Use 'cc' instead of gcc as the default compiler.
|
|
|
|
| |
your account will be locked it it happens again.
|
| |
|
|
|
|
|
|
|
| |
to be created owned by some group other than the default. Useful
then there's a shared repository with access controlled by a group,
to let ikiwiki run setgid to that group.
* ikiwiki-mass-rebuild: Run build with the user in all their groups.
|
|
|
|
| |
* Add the ikiwiki-update-wikilist command.
|
| |
|
| |
|
|
|
|
|
| |
* Plugins can now be written as standalone external programs, which can
be written in any language that can do XML::RPC.
|
| |
|
| |
|
| |
|
|
|
|
| |
plugins, from a user-configurable directory.
|
| |
|
|
|
|
| |
html files with a different extension.
|
|
|
|
| |
their svn repositories, with no trunk directory.
|
| |
|
|
|
|
|
|
| |
on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
|
|
|
|
| |
the numbacklinks setting.
|
|
|
|
|
|
|
|
| |
available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
|
|
|
|
|
|
| |
and RCS server (or a push mirror). With this the RCS server can have a
real post-commit hook that sshs back to the web server, and runs ikiwiki
in post-commit mode to update the wiki.
|