summaryrefslogtreecommitdiff
path: root/IkiWiki/Setup/Automator.pm
AgeCommit message (Collapse)Author
2010-03-29add warning about incomplete tla supportJoey Hess
2010-03-29add warning messages about bzr and mercurial hooks that are not correctly setupJoey Hess
2010-03-28fix printing of $@, which is clobbered by the call to gettextJoey Hess
problem reported by viric
2010-03-21reset setuptype first, actuallyJoey Hess
so setup file can override default
2010-03-21reset setuptype to standard after an automator setup file is loadedJoey Hess
so a standard file is generated (by default)
2010-02-27Fix admin openid detection in setup automator, and avoid prompting for a ↵Joey Hess
password.
2010-02-27Add force_overwrite setting to make setup automator overwrite existing ↵Joey Hess
files/directories. This can be useful if you're driving the setup automator from another program.
2010-02-01setup automator: Configure Term::Readline to use bold for prompt, rather ↵Joey Hess
than default underline. Closes: #517656
2009-12-02cvs: Add missing bit to Automator.Joey Hess
2009-09-23auto.setup, auto-blog.setup: Fix sanitization of entered wikiname. Closes: ↵Joey Hess
#547378
2009-06-05Setup automator: Check that each plugin added to the generated setup file ↵Joey Hess
can be loaded and that its config is ok. If a plugin fails for any reason, disable it in the generated file. Closes: 532001
2009-04-04Merge branch 'darcs'Joey Hess
Conflicts: debian/changelog
2009-04-04fix name of wrapperJoey Hess
2009-04-04Add missing newline to Confirm Password prompt.Joey Hess
2009-04-04support darcs in setup automatorJoey Hess
use a consistent name for the ikiwiki wrapper file
2009-03-01Setup automator: Fix bug in password comparison. Closes: #517654Joey Hess
2009-02-24Setup automator: Prompt for password twice. Closes: #516973Joey Hess
2009-01-18Avoid feeding decoded unicode to Term::ReadLineJoey Hess
That resulted in double encoded display when using perl's stub readline module. Apparently that module unconditionally upgrades text to utf8, in a quite braindead way. (Term::ReadLine::Gnu::Perl worked ok.)
2009-01-12Add auto-blog.setupJoey Hess
It will set up an ikiwiki instance tuned for use in blogging. As part of this change, move the example sites into /usr/share/ikiwiki so they are available even if docs are not installed.
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-08-22fix directory uniquification codeJoey Hess
2008-08-22monotone updatesJoey Hess
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
2008-08-21Fix bug in wikiname sanitisation in the setup automator.Joey Hess
2008-08-21improve handling of typoed or problem rcsJoey Hess
2008-07-27typoJoey Hess
2008-07-27add new wiki to wikilistJoey Hess
2008-07-27password prompt for admin userJoey Hess
2008-07-27automator improvementsJoey Hess
2008-07-27rcs hook setup for the two I knowJoey Hess
2008-07-27setup automatorJoey Hess
"ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds