Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
schildergenerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
schilder
schildergenerator
Commits
dda922f7
Commit
dda922f7
authored
Aug 04, 2015
by
Dave Kliczbor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to add README.md to the last commit
parent
c0fb548a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
4 deletions
+27
-4
README.md
README.md
+27
-4
No files found.
README.md
View file @
dda922f7
...
...
@@ -10,11 +10,11 @@ You might find it useful in the following scenarios:
*
You often need to change some signs in your organization.
*
You're bored in the Fachschaftsbüro.
What you need:
What you need
for this tool to unleash it's maximum potential
:
*
A printer on premise.
*
Some kind of server, preferrably running a flavor of Linux, capable of printing
on said printer via lpd. A RaspberryPi would suffice, even if it's slow.
on said printer via lpd
interface
. A RaspberryPi would suffice, even if it's slow.
*
Web clients of any type being able to connect to said server.
*
The knowledge to modify a LaTeX template to fit your organizations design.
...
...
@@ -57,8 +57,11 @@ Config
Modify the templates
--------------------
In most cases, you just need to edit tex/support/header.tex and add your logo
in tex/support . After you changed it, you might want to run
In most cases, you just need to edit
`tex/support/header.tex`
and add your logo
in
`tex/support`
. A suitable test workflow might be recreating the same sign in
the webinterface while always saving under the same name.
After you're done with modifying the template, you might want to run
$ python schilder.py --recreate-cache
...
...
@@ -74,6 +77,26 @@ You need to have the config done. Then you could just start the server in debug
$ python schilder.py
This will serve a webpage at http://localhost:5432/ for testing purposes.
General directory layout
------------------------
schildergenerator
├── schilder.py
├── config.py
├── schilder.wsgi
├── data (sign store: needs to be writable, recursively)
│ ├── cache (template preview cache)
│ ├── images (image store + thumbnail cache)
│ ├── pdf (pdf versions of all signs, including thumbnails)
│ └── upload (image upload handler temp dir, non-empty only after errors)
├── static (static web UI files)
├── templates (web UI HTML templates)
└── tex (strictly LaTeX sign templates only)
└── support (everything your LaTeX template needs: includes, macros, logo files, ...)
Webserver Deployment
--------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment