Headline Settings

Translated Document

See HEADLINE/2.0 for overall headline specifications.

descript.txt

descript.txt (of Headline)

Summary

Headline sensor basic configuration file.

Sample description and basic writing style.

charset,UTF-8
name,Dummy site
dllname,dummy.dll
url,http://example/example.html
openurl,http://example/spec/

name, dllname, url, and openurl are required.

Note that strings beginning with \ or % are considered tags in Sakura Script or environment variables, and are discarded due to security risks. If you want to include them as just characters, you need to escape them as \\ or \%.

charset,(character code)

Character code to be displayed. Shift_JIS is recommended for compatibility with older environments, otherwise UTF-8 is recommended.

(OS default setting or SSP -> Internationalization -> Default charset -> Text definition)

  • SSP
  • CROW
name,(headline name)

Name of the headline.

Cannot be omitted

  • Materia
  • SSP
  • CROW
dllname,(filename)

The path of the dll that makes up the headline.

Cannot be omitted

  • Materia
  • SSP
  • CROW
url,(URL)

URL of the headline to read.

Cannot be omitted

  • Materia
  • SSP
  • CROW
openurl,(URL)

The URL that is actually opened when jumping to the site.

Cannot be omitted

  • Materia
  • SSP
  • CROW
homeurl,(URL)

URL for network updates.

No value

  • SSP
readme,(filename)

The name of the headline explanation text file that is opened during installation.

readme.txt

  • SSP
readme.charset,(character code)

Character code of the description text file.

(OS default setting or SSP → Internationalization → Default charset → readme)

  • SSP 2.5.10
alwaysdisplay,(number)

If you write 1, it is always treated as if there is content to be displayed instead of "no update".
This is a debugging function, so be careful not to forget to turn it off when distributing the headline.

0

  • SSP