#################################################################################################### # # TTTTTTTT\ tt\ # \__TT __| tt | # TT | rrrrrr\ uu\ uu\ tttttt\ zzzzzzzz\ yy\ yy\ # TT |rr __rr\ uu | uu |\_tt _| \____zz |yy | yy | # TT |rr | \__|uu | uu | tt | zzzz _/ yy | yy | # TT |rr | uu | uu | tt |tt\ zz _/ yy | yy | # TT |rr | \uuuuuu | \tttt |zzzzzzzz\ \yyyyyyy | # \__|\__| \______/ \____/ \________| \____yy | # yy\ yy | # \yyyyyy | # \______/ # # This Software is published under The MIT License. See the license file which can be found at # http://codeschmiede.trutzy.de/disscounter/LICENSE for more information. # # To get information on how to use the Software read # http://codeschmiede.trutzy.de/disscounter/readme.txt # # Homepage: http://codeschmiede.trutzy.de/disscounter/ # # Version: 1.0 # # Subject: The Software is used to display information on a text document created using LaTeX # online. These information are the following, but can easiely be extended: # * overall pages # * text pages # * todos # # Author: Andreas Trzuskowsky # # Requirements: php (webspace), sh, internet connection # #################################################################################################### # FILES # # * readme.txt # This textfile giving generall information on the Software # * seiten.php # PHP page to update and display counter values at a webserver # * seiten.txt (created on first use) # A text file in which the data is stored on the server # * seitenupdate.sh # Shell script to get the counter values after the tex files where created # * credentials.txt # Text file holding login information for data upload to seiten.php. # The data is transmitted via post from seitenupdate.sh # * LICENSE # License file of the Software (MIT license) # * PLOTLY-LICENSE # License file of the Software used within this Software (MIT license) # # #################################################################################################### # HISTORY # # * 20.12.2018 Trutzy - v0.1 # Initial Version # * 20.08.2019 Trutzy - v1.0 # POST Authentification # # Copyright (c) 2019 Trutzy (Andreas Trzuskowsky) disscounter@trutzy.de # #################################################################################################### # NOTES % # * None # #################################################################################################### # USAGE # # * Deploy seiten.php on a webserver that suports php and make sure it has the right to write files # * After the LaTeX compiler compiled a new version call seitenupdate.sh # See seitenupdate.sh for needed parameters. It will transmit data to the webserver # * Open seiten.php on the webspace using a browser to see a plot of the data # #################################################################################################### # CONFIGURATION # # * See seiten.php for serverside configuration # * See seitenupdate.sh for URL configuration for data upload # * See credentials.txt to set user and password for update call #