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

Wiki Creation

From VeriCoin & Verium Wiki
Revision as of 12:24, 29 November 2017 by Joe rondx (Talk | contribs) (Branding)

Jump to: navigation, search

The wiki-wiki

File tranfer and upload

How to enable file uploading: [1]

  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;").

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

In LocalSettings.php:

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

Branding

How to change the logo: [3]

Vrcmwiki.gif

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

Customize the logo: [4]

How to change the favicon: [5]

File:Favicon.ico

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

How to change the footer: [6]

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

Hey hey wiki! Vericoin & Verium wiki.

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

  • Provision Development Environment
    • mediawiki, wikiadmin, "ftp" access
  • Discuss Initial Layout and Design Requirements
  • Provide Access to VRM/VRC branded art
  • Review Branding of Site
  • Private Testing - QA/QC by Team
  • Closed Content Development Period
    • Gather all the infos
  • Announcement!
    • Idea: move slack Infos to wiki and link wiki in slack
  • Public Content Period
    • find backup admin

Get contents from

resources: [7]

Samples

Bitcoin wiki: [8]

Vertcoin on Wikipedia [9]

VeriCoin on Wikipedia [10]

Playground

About the VeriCoin & Verium Wiki

MediaWiki:Sidebar

MediaWiki:Mainpage

MediaWiki:Common.css

MediaWiki:Sitenotice

MediaWiki:Anonnotice

Template: note

Vorlage: note