Donate VRC/VRM for the Wiki to VBzaNDExHyFpnNvYc5QH5e4ipBZqxxPnKJ . Thank you, Joe.

Wiki Creation

From VeriCoin & Verium Wiki
Revision as of 00:28, 1 December 2017 by Joe rondx (Talk | contribs) (TODO)

Jump to: navigation, search

The wiki-wiki

File tranfer and upload

Upload Additional formats (e.g. pdf): [1]

In LocalSettings.php:

 $wgFileExtensions = array_merge($wgFileExtensions, array( 'pdf', '???' ));

Branding

Customize the logo: [2]

How to change the favicon: [3]

File:Favicon.ico

Add: $wgFavicon = "$wgScriptPath/path/to/your/favicon.ico"; to LocalSettings.php

How to change the footer: [4]

Vrc logo footer.png

Vrm logo footer.png

 $wgFooterIcons['poweredby']['myicon2'] = array(
	"src" => "$wgScriptPath/images/1/17/Vrm_logo_footer.png", 
	"url" => "https://portal.vericoin.info/verium/",
	"alt" => "Verium",
	"height" => "31", 
	"width" => "88", 

	// For HiDPI support, you can specify paths to larger versions of the icon.
//	"srcset" =>
//		"/path/to/1.5x_version.png 1.5x, " .
//		"/path/to/2x_version.png 2x",
	// If you have a non-default sized icon you can specify the size yourself.
);
  

TODO

TODO: "I think we're talking about building it out, branding it and then counting on team members here to push forward content"

  • Discuss Initial Layout and Design Requirements
    • Top-Logo Standards: 135 x 135 or 150 x 150 Vrcmwiki.png
    • Bottom-Logos Standard: 31 x 88 Vrc logo footer.png Vrm logo footer.png
    • (maybe later?) CSS: MediaWiki:Common.css MediaWiki:Vector.css
    • Consider: keep wiki informal and stick with rather standard design
  • Provide Access to VRM/VRC branded art
  • Review Branding of Site
  • Private Testing - QA/QC by Team
  • Closed Content Development Period
    • (3/4) Gather all the infos
    • Done Get contents from resources: VeriCoin resources
    • Done official websites
    • Done slack channel
    • wth 4???
    • Focus on text first and keep formatting limited for now. Once the texts are improved we work out a common format.
  • Announcement!
    • Idea: move slack Infos to wiki and link wiki in slack
  • Public Content Period
    • find backup admin
  • If needed: "ftp" access

DONE

How to enable file uploading: [5]

  1. make the upload directory (default images) writable by the web server (chmod -R 777 ./images or allow the Apache user to write to it, etc.)
  2. then set $wgEnableUploads to true in LocalSettings.php (i.e. "$wgEnableUploads = true;").
  • Provision Development Environment
    • mediawiki, wikiadmin,

How to change the logo: [6]

Vrcmwiki.gif

Vrcmwiki.png

The logo that appears in the top left of each page is determined by the $wgLogo configuration line in the LocalSettings.php file.

 $wgLogo             = "$wgScriptPath/images/7/7c/Vrcmwiki.gif";

Samples

Bitcoin wiki: [7]

Vertcoin on Wikipedia [8]

VeriCoin on Wikipedia [9]

Playground

About the VeriCoin & Verium Wiki

MediaWiki:Sidebar

MediaWiki:Mainpage

MediaWiki:Common.css

MediaWiki:Sitenotice

MediaWiki:Anonnotice

Template: note

Vorlage: note