1190.bicyclesonthemoon.info

the Silent Chronotransponder

the Silent Chronotransponder file format
the Silent Chronotransponder • 2014-10-27 21:00
The file format:
First two lines are the username and password.
then after at least one empty line are the posts, separated by empty lines.
The posts:
The first line is the time. The format is YYYY-MM-DD HH. You can use any character as the separator. Not only '-' or ' '.
The second line is the options:You can use uppercase or lowercase.
The next line is the post subject.
Every next line is the post content.
Code: Select all
username
password

2019-11-29 07
asu
subject
content
morecontent
evenmorecontent

2019-11-29 08
asu
subject
content
Each user has only one post for each hour. If a post with the same post time, username and password is uploaded it replaces the previous one .
Changing the post time:
The first line should be YYYY-MM-DD HH YY-MM-DD HH The first is the newtime the second is the oldtime. If any of these 2 posts already exists it will be replaced if the username and password match.
Changing the time from 29.11.2019 08:00 to 29.11.2019 09:00:
Code: Select all
2019-11-29 09 2019-11-29 08
asu
subject
content[br]content

Removing a post:The post entry should only have one line - the with the time.
To remove the post from 29.11.2019 08:00:
Code: Select all
2019-11-29 08

This is wrong:
Code: Select all
2019-11-29 07
asu
subject
content

morecontent
The empty line in the post content is interpretated as a post separator. but you can write the whole post in one line. There is a [br] tag which is an equivalent of the HTML <br> tag - replaces a newline character. It should have been written "content[br][br]morecontent".
The list of custom tags in this interface:

back to the Silent Chronotransponder

1190.bicyclesonthemoon.info