Subversion Repositories oidplus

Rev

Rev 476 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 476 Rev 1083
Line 73... Line 73...
73
	Title:
73
	Title:
74
		.link files are like .url files, but they have an attribute for defining a title.
74
		.link files are like .url files, but they have an attribute for defining a title.
75
	The file format is like this:
75
	The file format is like this:
76
		[Link]
76
		[Link]
77
		Title="Report a bug"
77
		Title="Report a bug"
78
		URL="https://www.viathinksoft.com/thinkbug/thinkbug.php?id=97"
78
		URL="https://github.com/danielmarschall/oidplus/issues"
79
	To create an URL with multiple languages, create them like this:
79
	To create an URL with multiple languages, create them like this:
80
		example.link      <-- this is the file in the default language ("enus" = English USA)
80
		example.link      <-- this is the file in the default language ("enus" = English USA)
81
		example$dede.link <-- this is the file for German ("dede")
81
		example$dede.link <-- this is the file for German ("dede")
82
	Attention: The main file (without language code) needs to exist, so this is NOT possible:
82
	Attention: The main file (without language code) needs to exist, so this is NOT possible:
83
		example$enus.link <-- DO NOT USE
83
		example$enus.link <-- DO NOT USE