#pragma section-numbers 2 #acl BecariosGrupo:read,write,revert All:read = Edición de wiki con vim (desde Firefox/Iceweasel) = (fuente [[http://blog.futurile.net/2009/02/04/comfortable-wiki-editing/]]) Para la edición utilizando un programa externo instalar el add-on [[https://addons.mozilla.org/en-US/firefox/addon/4125|It’s All Text!]], luego preparar vim * Get the MoinMoin syntax file There’s a MoinMoin syntax file on [[http://www.vim.org/scripts/script.php?script_id=1459|Vim Scripts]] directory so download and save it into {{{~/.vim/syntax/moin.vim}}} * Tell vim about locally saved files Add the following to your ~/.vim/filetype.vim {{{ augroup filetypedetect au BufNewFile,BufRead *.moin setf moin au BufNewFile,BufRead *.wiki setf moin augroup END }}} == Programación == * [[HowTo/RecetaTemplateCxx|Cómo iniciar un nuevo proyecto a partir de un template y reglas de programación en C/C++ para el CIII]]