Difference between revisions of "User:Matt/Things to do"

From AAPG Wiki
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
==Matt==
 
==Matt==
* [[/Requirements for a wiki editor/]]
+
* Link colours and external link arrow colour
* [[/Strategic guidelines and principles/]] for wiki development, based on meeting with execs
+
* Upgrade plans
* People — team, roles, stakeholders
+
* Need CSS support for {{tl|flatlist}}
* [[/What's required from the dev–prod architecture/]]
+
* Extension:MobileFrontend is installed, but disabled in LocalSettings.php — should work but doesn't, so try again in MW1.22
* [[/Converting content/]] — what is automatable?
+
* {{tl|Cite journal}} ([[Wikipedia:Template:Cite journal|on Wikipedia]]) would be nice but installing will be epic
* [[/Roadmap/]] — future considerations, possible future content, events, etc.
+
* [http://en.wikipedia.org/wiki/Category:Geology_templates Geological time]
* [[/Things to fix or change/]]
+
* Upload [http://www.subsurfwiki.org/wiki/Templates_for_enterprise_wikis Templates] we need
 +
* The home page needs content and style
 +
* Basic help and sample case for SMW
 +
* [[AAPG Wiki:Wiki manager]]
 +
* [[AAPG Wiki:Scope and strategy]] for wiki development, based on meeting with execs
 +
* [[AAPG Wiki:People]] — team, roles, stakeholders
 +
* [[AAPG Wiki:Converting content]] — what is automatable?
 +
* [[AAPG Wiki:Project timeline]] — future considerations, possible future content, events, etc.
 +
* My list of [[/Things to fix or change/]]
 +
*
  
 
==Mark==
 
==Mark==
 
* <s>Semantic MediaWiki Bundle installation</s>
 
* <s>Semantic MediaWiki Bundle installation</s>
 
* <s>Map domain for nicer URL</s>
 
* <s>Map domain for nicer URL</s>
* $wgLogo and favicon
+
* <s>[[MediaWiki:Common.css]]</s>
* Enable the sending of email in the wiki — may require PHP software, and changes to LocalSettings.php and/or UserMailer.php (can't remember if you did this already)
+
* <s>Make [[Special:Interwiki]] look more like [http://www.subsurfwiki.org/wiki/Special:Interwiki this one]</s>
* Prevent anon editing by adding this to LocalSettings.php:
+
* <s>$wgLogo and favicon</s>
*: <code>$wgGroupPermissions['*']['edit'] = false;</code>
+
* Link colours: lighter green seems more like 'unclicked link' and perhaps darker shade of same colour for 'visited link' ; green is quite pale, perhaps teal would be better colour — more like logo; should also change external link icon SVG to green/teal (Matt can do that)
* Figure out how to keep up to date with git
+
* <s>Enable the sending of email in the wiki — may require PHP software, and changes to LocalSettings.php and/or UserMailer.php (can't remember if you did this already)</s>
 +
* <s>Prevent anon editing by adding this to LocalSettings.php:</s>
 +
*: <s><code>$wgGroupPermissions['*']['edit'] = false;</code></s>
 +
* <s>Figure out how to keep up to date with git</s>
 
* <s>Figure out the dev/prod architecture that's easiest to maintain</s>
 
* <s>Figure out the dev/prod architecture that's easiest to maintain</s>
* Figure out how we're going to create users and log people in
+
* <s>Figure out how we're going to create users and log people in</s>
* Learn a bit about editing — [http://www.subsurfwiki.org/wiki/SubSurfWiki:Training Training] could be a good place to start
+
* <s>Learn a bit about editing — [http://www.subsurfwiki.org/wiki/SubSurfWiki:Training Training] could be a good place to start</s>
* If we tweak or build a skin, [http://www.mediawiki.org/wiki/Manual:Skinning/Tutorial learn how to skin]
+
* <s>If we tweak or build a skin, [http://www.mediawiki.org/wiki/Manual:Skinning/Tutorial learn how to skin]</s>
* If we get really ambitious, [http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker become a MediaWiki hacker]
+
* <s>If we get really ambitious, [http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker become a MediaWiki hacker]</s>
* Template migration (Matt is building [http://www.subsurfwiki.org/wiki/Templates_for_enterprise_wikis a list of templates])
+
* <s>Template migration (Matt is building [http://www.subsurfwiki.org/wiki/Templates_for_enterprise_wikis a list of templates])</s>
* Help Matt figure out best workflow for content conversion
+
* <s>Help Matt figure out best workflow for content conversion</s>
  
 
==Extensions to consider adding==
 
==Extensions to consider adding==
Line 31: Line 43:
  
 
==Things AAPG has decided on==
 
==Things AAPG has decided on==
* License: CC-BY-SA
+
* License: CC-BY or CC-BY-SA
 
* Who can read: * (everyone in world)
 
* Who can read: * (everyone in world)
 
* Who can edit: user (registered users)
 
* Who can edit: user (registered users)
Line 38: Line 50:
 
==Things AAPG needs to decide on==
 
==Things AAPG needs to decide on==
 
* Logo and look & feel: tweaked Vector (SEG's choice), tweaked third-party (SPE), or custom
 
* Logo and look & feel: tweaked Vector (SEG's choice), tweaked third-party (SPE), or custom
* Name... cf SPE's PetroWiki, SEG's SEG Wiki, etc. GeoWiki? AAPGWiki? Wiki's name is currently '''AAPG'''
+
* Name... cf SPE's PetroWiki, SEG's SEG Wiki, etc. GeoWiki? AAPGWiki? Wiki's name is currently '''AAPG Wiki'''
 
* Various policy documents (see list below)
 
* Various policy documents (see list below)
 
* How will we recruit moderators/editors?
 
* How will we recruit moderators/editors?

Latest revision as of 15:30, 4 August 2017

Please update or add to this list!

Matt[edit]

Mark[edit]

  • Semantic MediaWiki Bundle installation
  • Map domain for nicer URL
  • MediaWiki:Common.css
  • Make Special:Interwiki look more like this one
  • $wgLogo and favicon
  • Link colours: lighter green seems more like 'unclicked link' and perhaps darker shade of same colour for 'visited link' ; green is quite pale, perhaps teal would be better colour — more like logo; should also change external link icon SVG to green/teal (Matt can do that)
  • Enable the sending of email in the wiki — may require PHP software, and changes to LocalSettings.php and/or UserMailer.php (can't remember if you did this already)
  • Prevent anon editing by adding this to LocalSettings.php:
    $wgGroupPermissions['*']['edit'] = false;
  • Figure out how to keep up to date with git
  • Figure out the dev/prod architecture that's easiest to maintain
  • Figure out how we're going to create users and log people in
  • Learn a bit about editing — Training could be a good place to start
  • If we tweak or build a skin, learn how to skin
  • If we get really ambitious, become a MediaWiki hacker
  • Template migration (Matt is building a list of templates)
  • Help Matt figure out best workflow for content conversion

Extensions to consider adding[edit]

Things AAPG has decided on[edit]

  • License: CC-BY or CC-BY-SA
  • Who can read: * (everyone in world)
  • Who can edit: user (registered users)
  • Who can register: * (everyone in world) — but we will add a layer of 'approval' to fight spammers, or at least use $wgAutoConfirmAge

Things AAPG needs to decide on[edit]

  • Logo and look & feel: tweaked Vector (SEG's choice), tweaked third-party (SPE), or custom
  • Name... cf SPE's PetroWiki, SEG's SEG Wiki, etc. GeoWiki? AAPGWiki? Wiki's name is currently AAPG Wiki
  • Various policy documents (see list below)
  • How will we recruit moderators/editors?
  • Marketing and communications approach, and interface with other web properties

Things we need to draft[edit]

Other settings pages[edit]