remove issue1-only information, add hint for master branch for distribution
This commit is contained in:
parent
0c8b107696
commit
07904e2bd2
3 changed files with 16 additions and 16 deletions
30
README.md
30
README.md
|
@ -5,14 +5,13 @@
|
|||
- - - ------------------------------------------------- - - -
|
||||
```
|
||||
|
||||
# CIRUCMLUNAR TRANSMISSIONS
|
||||
# CIRCUMLUNAR TRANSMISSIONS
|
||||
|
||||
This is the working repository of Circumlunar Space's
|
||||
up-and-coming zine, Circumlunar Transmissions. The main
|
||||
branch will (eventually) contain the actual issues and
|
||||
content of the zine itself, in addition to the various
|
||||
tooling--or 'gubbins'--used to build, manage, and maintain
|
||||
the publication.
|
||||
This is the working repository of Circumlunar Space's (CS)
|
||||
up-and-coming zine, Circumlunar Transmissions.
|
||||
The main branch contains the actual issues and content of
|
||||
the zine itself, in addition to the various tooling -- or
|
||||
'gubbins' -- used to build, manage, and maintain the publication.
|
||||
|
||||
The purpose of this repository is to coordinate a
|
||||
submission-editing-publishing workflow, and also to
|
||||
|
@ -28,7 +27,8 @@ the residents of the colonies in circumlunar space. As such,
|
|||
only sundogs of the CS colonies are eligible to submit
|
||||
content to the zine at this time.
|
||||
|
||||
Submissions shall be submitted by email as patches to the
|
||||
Submissions may be submitted by e-mail. Users familiar with
|
||||
git version control may also submit them as patches to the
|
||||
"submissions" branch of the repository. This will allow the
|
||||
acting editor to collect and work with submissions in a local
|
||||
copy of the repository before merging (publishing) the
|
||||
|
@ -43,31 +43,29 @@ git checkout submissions
|
|||
After adding a submission to the "submissions" folder, add
|
||||
and commit changes in the ordinary way. Then issue the
|
||||
following command to generate a patch from your changes and
|
||||
send it using the local email system:
|
||||
send it using the local e-mail system:
|
||||
|
||||
```
|
||||
git send-email --compose --subject="<SUBJECT>" \
|
||||
--to="<ADDRESS_OF_EDITOR>" \
|
||||
--from="<YOUR_CS_EMAIL_ADDRESS>" HEAD^
|
||||
```
|
||||
The acting editor of the current issue is mieum. Please
|
||||
direct all patches to:
|
||||
|
||||
mieum@zaibatsu.circumlunar.space
|
||||
The acting editor of each issue changes; it is decided
|
||||
by discussion in the ZINE section of the CS BBS, as well
|
||||
as the deadline for submission to each issue.
|
||||
|
||||
If the above command fails, or if git send-email is not
|
||||
available on your system, generate a patch with the
|
||||
following command and send it to the editor as an email
|
||||
following command and send it to the editor as an e-mail
|
||||
attachment:
|
||||
|
||||
```
|
||||
git format-patch HEAD^
|
||||
```
|
||||
|
||||
The current deadline for submissions is: March 29, 2021
|
||||
|
||||
```
|
||||
- - - ------------------------------------------------- - - -
|
||||
2021-04-30
|
||||
2021-09-01
|
||||
- - - - - --------------------------------------- - - - - -
|
||||
```
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
# Distributing the Zine
|
||||
|
||||
Circumlunar Transmissions is made freely available to distribute on- and offline. To distribute the zine on your own smolnet space, simply clone the repository and either symlink or copy the "zine" folder somewhere into your gopherhole or gemini capsule.
|
||||
(Please make sure to use the "master" branch of the repository.)
|
||||
|
||||
Primary repository:
|
||||
* git://dome.circumlunar.space/~clt/transmissions.git
|
||||
|
|
|
@ -10,6 +10,7 @@ Circumlunar Transmissions is made freely available to distribute
|
|||
on- and offline. To distribute the zine on your own smolnet space,
|
||||
simply clone the repository and either symlink or copy the "zine"
|
||||
folder somewhere into your gopherhole or gemini capsule.
|
||||
(Please make sure to use the "master" branch of the repository.)
|
||||
|
||||
Primary repository:
|
||||
* git://dome.circumlunar.space/~clt/transmissions.git
|
||||
|
|
Loading…
Reference in a new issue