We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or browse through our new wiki at wiki.linux-vserver.org to find the information already migrated.
to have Linux-VServer project as a whole a bit "zugaenglicher"/accessible...
* The following patterns have been observed:
* deltas apply to specific branches
* some deltas apply unmodified to more than one branch
* some deltas have two (or more) 'forms' for different branches
* some deltas are incremental to a previous one (similar named)
* others replace a previous delta
* avoid typing the same text twice
* sometimes we decide to remove/revert a delta
* a changelog page in the wiki would be best
* vserver.13thfloor.at/Devel
mediawiki+webgit+vim plugin ;)
doener: ok, so we need a script that accepts the name of some delta(s), opens vi(m), allows you to write a small text, classify the deltas (branch etc.), stores information in a local ChangeLog(s) ( and data file ) and updates the correct ChangeLog(s) in the wiki and maybe start scp to upload the deltas. that's about all (assuming that the above requirements are met), right?
Bertl yep, that's it, the 'options' could be on command line or in the text as check fields
zeng BTW: just found this: http://mozex.mozdev.org and http://www.vim.org/tips/tip.php?tip_id=581 (Using vim to view source and edit textarea in mozilla/firebird) ;)