|
|
(30 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| = Information =
| |
| [[Image:Jacob Andresen.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]]
| |
|
| |
| = Tips and Tricks =
| |
| *[[How to develop ASP pages]]
| |
| *[[VDFStructureViewer]]
| |
| *[[VDF12 on Vista]]
| |
| *[[SVN]]
| |
| *[[Editors]]
| |
|
| |
| = mediawiki admin =
| |
|
| |
| == System Plan ==
| |
| === 2007 startup ===
| |
| *Establish sysop team
| |
|
| |
| === 2008 Q1 ===
| |
| *Automated backup (to [[Data Access|DAE]] ftp server)
| |
| *Handle comment spam (ConfirmEdit)
| |
|
| |
| === 2008 Q2 ===
| |
| *Visual DataFlex Source code formatting
| |
|
| |
| == Notes ==
| |
| === Backup ===
| |
| *http://www.mediawiki.org/wiki/Manual:Moving_a_wiki
| |
| *take snapshots of mysql dump and mediawiki settings
| |
| **xcopy http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true
| |
| **zip,unzip http://www.info-zip.org/
| |
| *do a automated batch script that uploads the snapshots
| |
| **http://www.speedguide.net/read_articles.php?id=1547
| |
| **ncftpput: http://www.ncftp.com/ncftp/doc/ncftpput.html
| |
| **schedule the batch : http://www.iopus.com/guides/winscheduler.htm
| |
|
| |
| ===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?
| |
| *** Argh. Do I have to write my own plugin? :P
| |
|
| |
| ===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]
| |