https://github.com/mperlet/wal
Write A Letter - Webapp to create a Din-A4-Letter online with LaTeX.
https://github.com/mperlet/wal
din-a4 docker flask latex letter letters pdf python webapp
Last synced: 3 months ago
JSON representation
Write A Letter - Webapp to create a Din-A4-Letter online with LaTeX.
- Host: GitHub
- URL: https://github.com/mperlet/wal
- Owner: mperlet
- Created: 2013-07-14T15:39:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T11:10:03.000Z (over 7 years ago)
- Last Synced: 2023-08-02T03:44:46.893Z (almost 2 years ago)
- Topics: din-a4, docker, flask, latex, letter, letters, pdf, python, webapp
- Language: HTML
- Homepage: https://wal.mperlet.de
- Size: 624 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  wal - Write A Letter
Webapp to create a Din-A4-Letter online with LaTeX.
### Logo & Name
The logo is a whale, the german word for whale is *Wal*.
Wal stands for Write-A-Letter. ;-)## Run with Docker
The wal default port is 5000.### pull from dockerhub (https://hub.docker.com/r/mperlet/wal/)
```
docker pull mperlet/wal
docker run -d -p127.0.0.1:5000:5000 mperlet/wal
```### build local
```
git clone https://github.com/mperlet/wal.git && cd wal
docker build -t wal .
docker run -p127.0.0.1:5000:5000 -d -t wal
```## Installation with Vagrant
```
git clone https://github.com/mperlet/wal.git && cd wal
vagrant up
```
By default, wal runs on port 5000. Check `http://localhost:5000`.## Try it
[wal.mperlet.de](https://wal.mperlet.de/ "Write A Letter")
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Credits
* [Flask](http://flask.pocoo.org/)
* [Bootstrap Readable](http://bootswatch.com/readable/)
* [Whale Logo](http://pixabay.com/de/blau-skizze-silhouette-cartoon-36713/)
* [LaTeX](http://www.latex-project.org/)## License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.