|
|
(21 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| = Information =
| |
| [[Image:Jacob v2 small.jpg]]
| |
|
| |
|
| {{User|
| |
| |Name=Jacob Andresen
| |
| |Email=jacob@sture.dk
| |
| |Company=Sture Aps
| |
| }}
| |
|
| |
| Facebook: http://www.facebook.com/profile.php?id=714677527
| |
|
| |
|
| |
| = Articles =
| |
|
| |
| *[[Introducing VDFWiki at SCANDUC2007]]
| |
| *[[AJAX Rating Example ]]
| |
| *[[Using DataDictionaries]]
| |
| *[[ScanDUC]]
| |
| *[[Spamfiltering on VDFWiki]]
| |
|
| |
| = Tips and Tricks =
| |
| *[[How to develop ASP pages]]
| |
| *[[VDFStructureViewer]]
| |
| *[[VDF12 on Vista]]
| |
| *[[SVN]]
| |
| *[[Editors]]
| |
|
| |
| = mediawiki admin =
| |
|
| |
| == System Plan ==
| |
| === 2007 startup ===
| |
| *Establish sysop team '''Done'''
| |
|
| |
| === 2008 Q1 ===
| |
| *Automated backup (to [[Data Access|DAE]] ftp server) '''Done'''
| |
| *Handle comment spam (ConfirmEdit) '''Done'''
| |
|
| |
| === 2008 Q2 ===
| |
| *Visual DataFlex Source code formatting ( input from [[user:torkildr|Torkild]] )
| |
| *namespaces support ( input from [[user:mikepeat|Mike]] )
| |
|
| |
| === 2008 Q3 ===
| |
| *Integrated class reference in 'The hammer' (input from Wil )
| |
|
| |
| == Notes ==
| |
| === Backup ===
| |
| Here are some quick notes about the backup routines for vdfwiki.com
| |
|
| |
| *Backups of vdfwiki.com are now available by request
| |
| *http://www.mediawiki.org/wiki/Manual:Moving_a_wiki
| |
| *take snapshots of mysql dump and mediawiki settings (using cygwin)
| |
| **tablesfile=vdfwiki-$(date +%Y%m%d).sql
| |
| **mysqldump -u root -p > $(tablesfile)
| |
| **mysqldump -u wikiuser -p wikidb > $(tablesfile)
| |
| **snapshot=vdfwiki-$(date +%Y%m%d).tbz
| |
| **tar cjf $(snapshot)
| |
| *do a automated batch script that uploads the snapshots (cron)
| |
| **ncftpput: http://www.ncftp.com/ncftp/doc/ncftpput.html
| |
| *Compression (bzip2): http://gnuwin32.sourceforge.net/packages/bzip2.htm
| |
| *offsite 1: Jacobs home server
| |
| *offsite 2: DAE ftp server
| |
|
| |
| ===Using MediaWiki extensions ===
| |
| **Think about portability (it should be easy to redo the setup of the wiki)
| |
| **how to combat comment spam?
| |
| ***http://www.mediawiki.org/wiki/Extension:ConfirmEdit
| |
| **how to format visual dataflex source code?
| |
| ***http://www.byteclub.net/wiki/WordPress_csh_GeSHi_Plugin
| |
| ***Use VDF syntax supplied by [[User:Torkildr|Torkild]]
| |
|
| |
| ===other stuff===
| |
| *How to handle uploads
| |
| **no .exe files
| |
|
| |
| ==Page protection==
| |
| *[http://en.wikibooks.org/wiki/MediaWiki_Administrator%27s_Handbook/Page_Protection#Page_Protection_in_MediaWiki_1.5_and_later page protection]
| |
| *[http://en.wikibooks.org/wiki/MediaWiki_Administrator%27s_Handbook MediaWiki administrators handbook]
| |