Skip to content

Project Template Backup - template.articles File Question

Hello,

I downloaded my project template backup. I changed .ser extension to .zip and I was able to extract it. There were 2 files:
- Template.articles
- Template.prj

I would like to edit Template.articles because I am trying to optimize project creation with python, but there is one thing that confuses me. It's this (it's a screenshot of a file opened in Notepad++): https://i.imgur.com/pDAmyip.png 

Are these letters important for something, or I can just use some random letters? I would like to create template where I will input 6-7 articles here, but I am not sure what to use when it comes to this part.

Comments

  • SvenSven www.GSA-Online.de
    That character used here is 0xff in ascii table.
  • LennyLenny Croatia
    Sven said:
    That character used here is 0xff in ascii table.
    Thank you for your answer but I still didn't figure it out.

    Here is another example: https://i.imgur.com/KCu9sgs.png

    I added third line by myself, but I am not sure what to put in the end.

    Would it be okay if I used C56C96E1 every time? So if I want to add 4 articles, can it look like this: https://i.imgur.com/u1D0Dsy.png ?

  • SvenSven www.GSA-Online.de
    that last thing is a unique ID or better a hash over the article body. It is later used to check where this article was used and how often. You can make that anything in hex you like as long as it's unique.
  • LennyLenny Croatia
    Sven said:
    that last thing is a unique ID or better a hash over the article body. It is later used to check where this article was used and how often. You can make that anything in hex you like as long as it's unique.
    Thank you very much!
Sign In or Register to comment.