zine7/README.md

67 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-01-25 00:51:02 +00:00
# ZINESEVEN
this is issue 7 of the tilde.town zine
## GETTING STARTED
open up `src/zine7.sla` and get busy
NOTE: linking to files in scribus is brittle.
if you move or rename source files (or the `.sla` file)
then things will break,
and you'll have to relink them.
## YOU WILL NEED
- scribus: for layout and typesetting
- (optional) [just]: for running a few commands - https://github.com/casey/just
to build the table of contents, and the "issues" graph:
- ed(1)
- groff
- recutils - https://www.gnu.org/software/recutils/
to shinkify the pdf:
- imagemagick
## WHAT YOU WILL FIND HERE
```
.
1 ├── assets
2 ├── cover
3 ├── dist
4 │   ├── zine7.pdf
5 │   └── zine7smol.pdf
6 ├── justfile
7 ├── pages
8 │   ├── colophon
9 │   ├── foreword
10 │   ├── frontmatter
11 │   ├── tarot
12 │   └── toc
13 ├── src
14 │   └── zine7.sla
15 └── submissions
37 directories, 114 files
```
1. `assets`: little pictures and doodads that aren't necessarily associated with a page or submission
2. `cover`: the front and back covers and title page
4. `dist/zine7.pdf`: the pdf export from scribus
5. `dist/zine7smol.pdf`: a compressed version of zine7.pdf. see `justfile`
6. `justfile`: a couple of convenience commands
7. `pages`: zine pages that aren't submissions
13. `src`: directory for the scribus .sla file
15. `submissions`: all zine submissions