Fully working version (?)
This commit is contained in:
parent
4176cb113f
commit
9fe7dad24f
10 changed files with 474 additions and 196 deletions
15
README.org
15
README.org
|
@ -1,10 +1,23 @@
|
|||
#+TITLE: Trackers
|
||||
|
||||
* Dependencies
|
||||
- =python3=
|
||||
- =orgparse= (install via pip)
|
||||
- =rclone= (for syncing to the server)
|
||||
* Tracking games with a backloggery clone
|
||||
** Setup
|
||||
*** Setting the variables
|
||||
Rename =variables-template.py= to =variables.py= and edit:
|
||||
- =endlessgames=: a list of “endless” games in the format =title (console)=
|
||||
- =orgpath=: absolute path to the root directory in which =.org= files are stored, including trailing slash
|
||||
- =localpath=: absolute path to this directory, including trailing slash
|
||||
- =serverpath=: path to directory on the server where files will be uploaded, including trailing slash
|
||||
- =serverpath=: path to directory on the server where files will be uploaded (following =rclone= syntax, this will start with the name of the server, followed by a colon)
|
||||
- =description=: content for the “about” section (can include HTML tags)
|
||||
- =hue=: theme colour expressed as a hue from 0 to 360
|
||||
- =consoles=: add or remove consoles following the format provided (=.png= images must be added to the build directory with a filename corresponding with the value of ="img"= for each console)
|
||||
*** The rest
|
||||
- Run =python3 init.py= and then =chmod +x build.sh=.
|
||||
- Create the directory on the server.
|
||||
** Generating the files
|
||||
- Run =python3 generate.py local= to build in the local =build= directory.
|
||||
- Run =./build.sh= to build and upload to the server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue