Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ikiwiki-transition(1) [debian man page]

ikiwiki-transition(1)					      General Commands Manual					     ikiwiki-transition(1)

NAME
ikiwiki-transition - transition ikiwiki pages to new syntaxes, etc SYNOPSIS
ikiwiki-transition type ... DESCRIPTION
ikiwiki-transition aids in converting wiki pages when there's a major change in ikiwiki syntax. It also handles other transitions not involving wiki pages. prefix_directives your.setup The prefix_directives mode converts all pages from the old preprocessor directive syntax, requiring a space, to the new syntax, prefixed by '!'. Preprocessor directives which already use the new syntax will remain unchanged. Note that if a page contains wiki links with spaces, which some older versions of ikiwiki accepted, the prefix_directives transition will treat these as preprocessor directives and convert them. setupformat your.setup The setupformat mode converts a setup file from using a single wrappers block to using cgi_wrapper, git_wrapper, etc. Note that all comments and any unusual stuff like perl code in the setup file will be lost, as it is entirely rewritten by the transition. aggregateinternal your.setup The aggregateinternal mode moves pages aggregated by the aggregate plugin so that the aggregateinternal option can be enabled. moveprefs your.setup Moves values that used to be admin preferences into the setup file. Note that all comments and any unusual stuff like perl code in the setup file will be lost, as it is entirely rewritten by the move. indexdb your.setup|srcdir The indexdb mode handles converting a plain text .ikiwiki/index file to a binary .ikiwiki/indexdb. You do not normally need to run iki- wiki-transition indexdb; ikiwiki will automatically run it as necessary. hashpassword your.setup|srcdir The hashpassword mode forces any plaintext passwords stored in the .ikiwiki/userdb file to be replaced with password hashes. (The Authen::Passphrase perl module is needed to do this.) If this is not done explicitly, a user's plaintext password will be automatically converted to a hash when a user logs in for the first time after upgrade to ikiwiki 2.48. deduplinks your.setup In the past, bugs in ikiwiki have allowed duplicate link information to be stored in its indexdb. This mode removes such duplicate informa- tion, which may speed up wikis afflicted by it. Note that rebuilding the wiki will have the same effect. AUTHOR
Josh Triplett <josh@freedesktop.org>, Joey Hess <joey@ikiwiki.info> ikiwiki-transition(1)

Check Out this Related Man Page

setupcon(1)							   User Manuals 						       setupcon(1)

NAME
setupcon - sets up the font and the keyboard on Linux console SYNOPSIS
setupcon [ option ]... [ variant ... ] DESCRIPTION
setupcon is a program for fast and easy setup of the font and the keyboard on the Linux console. OPTIONS
-k, --keyboard-only Setup the keyboard only, do not setup the font. -f, --font-only Setup the font only, do not setup the keyboard. --force Do not check whether we are on the console. Notice that you can be forced to hard-reboot your computer if you run setupcon with this option and you are on a X server. -v, --verbose Be more verbose. Use this option if something goes wrong. --save If you want to use setupcon early in the boot process, it is possible that /usr is not yet mounted and the required data are not available. This option makes setupcon copy the required data in /etc/console-setup in order to make it available before /usr is mounted. If you use setupcon early in the boot process, then use this option whenever you change the console configuration. --save-only Same like --save, but do not setup the keyboard and the font. This option can be useful if you run setupcon in a X server. -h, --help Display usage information. variant Specifies which configuration file to use. By default the configuration file of setupcon is /etc/default/console-setup but if you use e.g. "chukchi" as variant then the configuration file will be /etc/default/console-setup.chukchi. This allows you to have sev- eral different configurations - for example one for the Chukchi language and another in /etc/default/console-setup for your default configuration. BASIC USAGE
Most of the time you invoke setupcon without arguments. Please look at the README file for more information. AUTHOR
Anton Zinoviev <anton@lml.bas.bg>, <zinoviev@debian.org> console-setup APR 2007 setupcon(1)
Man Page