Commit Graph

114 Commits (d18b77c107acb1b3a192d25a8297141253b1bf1f)

Author SHA1 Message Date
smcv 0700b26b58 clarify that --setup changes the default verb 2015-03-01 11:26:20 -04:00
Christopher Baines 14b51b9912 Fix usage to not incorrectly state that the refresh option is on by default
As far as I can tell, it was off by default since when it was introduced in
ffc0be87d7, and unless I have read the history
wrong, has never been enabled by default.
2015-02-28 19:16:45 +00:00
Joey Hess fd8bdf4069 mention some plugin-specific admin powers 2012-03-03 11:01:54 -04:00
Joey Hess d9214e7e97 remove some links to gitweb
these are a pain to keep working, and not needed
2011-12-07 13:24:59 -04:00
Jörg Sommer f787c254fa ikiwiki manual: fix a little spelling mistake 2011-03-23 17:57:11 +01:00
Simon McVittie 01c893e843 fix typo spotted by lintian 2010-10-02 13:56:15 +01:00
Joey Hess 7dbad39bbe Add --changesetup mode that allows easily changing options in a setup file. 2010-07-08 14:05:39 -04:00
Joey Hess 506075695f typo 2010-04-25 14:16:53 -04:00
Joey Hess 7e79da7633 template docu reorg
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23 16:14:33 -04:00
Joey Hess dee2940c0b automatically run --gettime, and optimise it for git
* 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.
2010-04-16 18:30:56 -04:00
Joey Hess b14f84c4ac --gettime revamp
* 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.
2010-04-16 17:02:29 -04:00
Joey Hess c64c4b9962 Add --set-yaml switch for setting more complex config file options. 2010-03-24 14:39:50 -04:00
Joey Hess 823ec815d4 Add a include setting, which can be used to make ikiwiki process wiki source files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.) 2010-03-14 14:58:13 -04:00
Joey Hess 60d2dd318f Add new --clean option; this makes ikiwiki remove all built files in the destdir, as well as wrappers and the .ikiwiki directory. 2010-02-28 00:12:47 -05:00
Joey Hess ba1565acc1 plugin names are always lowercase 2010-01-01 18:48:00 -05:00
Joey Hess b6f6f126d0 avoid -O default for CFLAGS, and document 2009-10-21 16:27:47 -04:00
Joey Hess eec38e8eeb fix typo in --getctime description 2009-04-03 14:28:15 -04:00
Joey Hess e95cee757a add missing parameters 2009-03-13 16:31:27 -04:00
Joey Hess 1edad6dca7 fix doc, prefix directives have been default for a while 2009-03-08 17:07:12 -04:00
Joey Hess 4e11380c75 update, add some examples 2009-03-07 19:11:34 -05:00
Joey Hess 135628f6d4 move inline docs to ikiwiki/directive/inline
ikiwiki/blog will be going away
2008-09-11 19:39:35 -04:00
http://smcv.pseudorandom.co.uk/ 8d37c83f3f Fix link to mdwn2man in gitweb 2008-08-20 21:19:10 -04:00
Joey Hess 5afeca8154 reorg 2008-08-08 16:41:55 -04:00
Joey Hess 4f06e7402a remove ikiwiki.setup
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup

Update docs.
2008-07-26 22:55:39 -04:00
Joey Hess ed41d7c70f document 2008-07-26 12:47:54 -04:00
Joey Hess 20ac925e00 add a link to ikiwiki-transition 2008-05-15 16:54:41 -04:00
Joey Hess aecee99e6a add a link to the orphaned banned_ussrs page 2008-05-15 16:53:46 -04:00
Joey Hess 880d098dab template change documentation 2008-05-06 14:33:03 -04:00
Joey Hess f1228946bd Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos. 2008-04-17 14:37:55 -04:00
Josh Triplett a35dd1d806 Add --prefix-directives and --no-prefix-directives options to ikiwiki
This avoids the need to set prefix_directives with --set.
2008-02-08 18:35:12 -08:00
Joey Hess bf522a347f * inline: Add new `allowrss` and `allowatom` config options. These can be
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.
2008-02-04 18:36:50 -05:00
Joey Hess 8b31c53366 added configuration for recentchanges
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.
2008-01-29 15:51:32 -05:00
Joey Hess d7fdd04b5a * Removed support for sending commit notification mails. Along with it went
the svnrepo and notify settings, though both will be ignored if left in
  setup files.
2008-01-29 00:36:58 -05:00
Joey Hess 20ab3bd8e4 web commit by http://adam.shand.net/ 2008-01-19 14:55:22 -05:00
Joey Hess 9af4c0f6ed update about openids and admin powers 2008-01-19 13:57:37 -05:00
Joey Hess 7960031135 MAJOR basewiki reorg
Including redir pages for the moved basewiki pages. These will be removed in
a future release.
2007-12-08 15:59:08 -05:00
Joey Hess f2e5709a33 * Let CC be used to control what compiler is used to build wrappers.
* Use 'cc' instead of gcc as the default compiler.
2007-11-25 15:50:31 -05:00
Joey Hess 87b7dff414 revert change by sundb_89. Please do not randomly change words on this page, your account will be locked it it happens again. 2007-11-18 17:25:23 -05:00
Joey Hess 7e5e65092d web commit by sundb_89 2007-11-18 14:37:48 -05:00
Joey Hess cb80809aec * Add wrappergroup config option, which can be used to cause wrappers
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.
2007-11-14 09:27:11 -05:00
joey 926c04e844 commit.
* Add the ikiwiki-update-wikilist command.
2007-09-06 00:32:11 +00:00
joey aa2937bf3a add link 2007-09-05 23:31:24 +00:00
joey 74baaeba00 reorg all the pages about rcs backends. Fix all links 2007-08-21 04:25:03 +00:00
joey 506bcbac04 * Fix --libdir to work at the command line.
* Plugins can now be written as standalone external programs, which can
  be written in any language that can do XML::RPC.
2007-08-13 03:07:31 +00:00
joey c1f720522c web commit by tschwinge: --usedirs is used by default. 2007-08-08 21:33:34 +00:00
joey 3a1e6dcb24 updates 2007-08-04 06:27:47 +00:00
joey 0cea469b36 web commit by sward: Correction to plugin path in --libdir option description 2007-07-28 20:36:26 +00:00
joey 1e5cd11635 * Add a libdir config option to let ikiwiki load perl modules, including
plugins, from a user-configurable directory.
2007-07-27 00:48:06 +00:00
joey 2210c65083 more triage 2007-07-25 02:34:48 +00:00
joey 1612dce6bb * Add a htmlext config option, this can be used to make ikiwiki generate
html files with a different extension.
2007-07-25 01:16:53 +00:00