Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Last active December 18, 2015 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janikvonrotz/5749082 to your computer and use it in GitHub Desktop.
Save janikvonrotz/5749082 to your computer and use it in GitHub Desktop.
Metadata #Metadata #CodingStandards #Batch #PowerShell #VisualBasic #XML #CSS #JSON #HTML
# Title:
# File name:
# Description:
# Tags:
# Project:
# Author: Janik von Rotz
# Author Contact: http://janikvonrotz.ch
# Create Date: yyyyy-mm-dd hh:mm
# Last Edit Date: yyyyy-mm-dd hh:mm
# Version: 0.0.0
rem # Title:
rem # File name:
rem # Description:
rem # Tags:
rem # Project:
rem # Author: Janik von Rotz
rem # Author Contact: http://janikvonrotz.ch
rem # Create Date: yyyyy-mm-dd hh:mm
rem # Last Edit Date: yyyyy-mm-dd hh:mm
rem # Version: 0.0.0
/*
# Title:
# File name:
# Description:
# Tags:
# Project:
# Author: Janik von Rotz
# Author Contact: http://janikvonrotz.ch
# Create Date: yyyyy-mm-dd hh:mm
# Last Edit Date: yyyyy-mm-dd hh:mm
# Version: 0.0.0
*/
<meta name="Title" content="">
<meta name="File name" content="">
<meta name="Description" content="">
<meta name="Tags" content="">
<meta name="Project" content="">
<meta name="Author" content="Janik von Rotz">
<meta name="Author Contact" content="http://janikvonrotz.ch">
<meta name="Create Date" content="yyyyy-mm-dd hh:mm">
<meta name="Last Edit Date" content="yyyyy-mm-dd hh:mm">
<meta name="Version" content="0.0.0">
<meta name="License" content="This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.">
;# Title:
;# File name:
;# Description:
;# Tags:
;# Project:
;# Author: Janik von Rotz
;# Author Contact: http://janikvonrotz.ch
;# Create Date: yyyyy-mm-dd hh:mm
;# Last Edit Date: yyyyy-mm-dd hh:mm
;# Version: 0.0.0
{
"Metadata": {
"Title": "",
"Filename": "",
"Description": "",
"Tags": "",
"Project": "",
"Author": "Janik von Rotz",
"Author Contact": "http://janikvonrotz.ch",
"Create Date": "yyyyy-mm-dd hh:mm",
"Last Edit Date": "yyyyy-mm-dd hh:mm",
"Version": "0.0.0"
}
}
/*
# Title:
# File name:
# Description:
# Tags:
# Project:
# Author: Janik von Rotz
# Author Contact: http://janikvonrotz.ch
# Create Date: yyyyy-mm-dd hh:mm
# Last Edit Date: yyyyy-mm-dd hh:mm
# Version: 0.0.0
*/
<#
$Metadata = @{
Title = ""
Filename = ""
Description = ""
Tags = ""
Project = ""
Author = "Janik von Rotz"
AuthorContact = "http://janikvonrotz.ch"
CreateDate = "yyyyy-mm-dd hh:mm"
LastEditDate = "yyyyy-mm-dd hh:mm"
Url = ""
Version = "0.0.0"
License = @'
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Switzerland License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ch/ or
send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
'@
}
#>
'# Title:
'# File name:
'# Description:
'# Tags:
'# Project:
'# Author: Janik von Rotz
'# Author Contact: http://janikvonrotz.ch
'# Create Date: yyyyy-mm-dd hh:mm
'# Last Edit Date: yyyyy-mm-dd hh:mm
'# Version: 0.0.0
<Metadata>
<Title></Title>
<Filename></Filename>
<Description></Description>
<Tags></Tags>
<Project></Project>
<Author>Janik von Rotz</Author>
<AuthorContact>http://janikvonrotz.ch</AuthorContact>
<CreateDate>yyyyy-mm-dd hh:mm</CreateDate>
<LastEditDate>yyyyy-mm-dd hh:mm</LastEditDate>
<Version>0.0.0</Version>
</Metadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment