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

Wiki Creation

From VeriCoin & Verium Wiki
Revision as of 06:56, 1 December 2017 by Joe rondx (Talk | contribs) (File tranfer and upload)

Jump to: navigation, search

The wiki-wiki

File tranfer and upload

We're planning on the wiki to also house all the media that gets developed for use in all formats, tweets, whitepapers, graphic novels.

needed

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

In LocalSettings.php:

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

Consider security issues tho:

if they're things that won't be changing frequently we can host it statically on the main site or portal verimad has portal upload access, for example and we can add other trusted members

Branding

How to change the footer: [2]

In LocalSetting.php...

Unset standard poweredby

 unset( $wgFooterIcons['poweredby'] );

Vrc logo footer.png

 $wgFooterIcons['poweredby']['myicon'] = array(
	"src" => "$wgScriptPath/images/5/51/Vrc_logo_footer.png", // you may also use a direct path to the source, 
	"url" => "http://vericoin.info/",
	"alt" => "VeriCoin",
	// 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.
	"height" => "31", 
	"width" => "88", 
);

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
    • we'll need mod maintenance to insure we've got accurate updates going in
  • 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.
    • Title "VeriCoin Wiki" or "VeriCoin & Verium Wiki"?
    • We're planning on the wiki to also house all the media that gets developed for use in all formats, tweets, whitepapers, ...
  • Announcement!
    • Idea: move slack Infos to wiki and link wiki in slack
  • Public Content Period
    • find backup admin
  • If needed: "ftp" access
  • redirect old wiki

DONE

Customize the logo: [3]

How to change the favicon: [4]

File:Favicon.ico

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

 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#418bca">
<meta name="theme-color" content="#ffffff">

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