User:Jka: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (status)
Line 30: Line 30:
== System Plan ==
== System Plan ==
=== 2007 startup ===
=== 2007 startup ===
*Establish sysop team
*Establish sysop team '''Done'''


=== 2008 Q1 ===
=== 2008 Q1 ===
*Automated backup (to [[Data Access|DAE]] ftp server)
*Automated backup (to [[Data Access|DAE]] ftp server) '''In progress'''
*Handle comment spam (ConfirmEdit) (testing confirm edit)
*Handle comment spam (ConfirmEdit) '''Done'''


=== 2008 Q2 ===
=== 2008 Q2 ===
*Visual DataFlex Source code formatting ( input from [[user:torkildr|Torkild]] )
*Visual DataFlex Source code formatting ( input from [[user:torkildr|Torkild]] )
*namespaces support ( input from [[user:mikepeat|Mike]] )
*namespaces support ( input from [[user:mikepeat|Mike]] )
=== 2008 Q3 ===
*Integrated class reference in 'The hammer'  (input from Wil )


== Notes  ==
== Notes  ==

Revision as of 18:07, 16 February 2008

Information

Name Jacob Andresen
Email jacob@sture.dk
Company Sture Aps

Facebook: http://www.facebook.com/profile.php?id=714677527


Articles

Tips and Tricks

mediawiki admin

System Plan

2007 startup

  • Establish sysop team Done

2008 Q1

  • Automated backup (to DAE ftp server) In progress
  • Handle comment spam (ConfirmEdit) Done

2008 Q2

  • Visual DataFlex Source code formatting ( input from Torkild )
  • namespaces support ( input from Mike )

2008 Q3

  • Integrated class reference in 'The hammer' (input from Wil )

Notes

Backup

  • 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)

Using MediaWiki extensions

other stuff

  • How to handle uploads
    • no .exe files

Page protection