forked from varia/distribusi
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4964790762 | ||
|
9ef68194db | ||
|
1418feeaa8 | ||
|
06cf1f5bdd | ||
63becedaf5 | |||
6b627f0f96 | |||
7a2f8a5142 | |||
|
6dd9fb7b40 | ||
|
46e68fc966 |
@ -2,6 +2,10 @@
|
||||
|
||||
The changelog was only added at version 0.0.4.
|
||||
|
||||
## 0.0.10
|
||||
|
||||
- Fix `-nf` functionality ([#5](https://git.vvvvvvaria.org/varia/distribusi/pulls/5)) (thanks @losttra8n!)
|
||||
|
||||
## 0.0.9
|
||||
|
||||
- Fix thumbnail generation (thanks @dickreckard!)
|
||||
|
13
README.md
13
README.md
@ -93,6 +93,16 @@ The contribution consisted of setting up distribusi.ruruhuis.nl (distribusi is b
|
||||
> "Individuals collecting fragments each have their own folder. When they put a story, picture, audio, or video file inside a folder, each fragment is assigned a serial number, and gets accumulated in the fragments of hospitality website.The fragments connect us. We hope that we can choose the “nature and attitude” of the medium that mediates our connection."
|
||||
[https://fragments1444.ink/about.html](source)
|
||||
|
||||
### Distribusi verse
|
||||
|
||||
> An attempt to make distribusi into a web interface that can be operated remotely without any knowlegde of CLI. Trying to somehow combine the ideas of distribusi with the ideas of a [tildeverse](https://tildeverse.org/) or [Tilde club](https://tilde.club), but also be neither of these ideas. This project is made for Autonomous Practices at the WDKA in Rotterdam.
|
||||
|
||||
See [`crunk/distribusi-verse`](https://git.vvvvvvaria.org/crunk/distribusi-verse) for more.
|
||||
|
||||
### `distribusi-go`
|
||||
|
||||
Inspired a re-implementation in Go, see [`decentral1se/distribusi-go`](https://git.vvvvvvaria.org/decentral1se/distribusi-go) for more.
|
||||
|
||||
## Change It
|
||||
|
||||
You'll need to get a copy of the repository and then do an [editable] install:
|
||||
@ -114,6 +124,7 @@ You'll need a [PyPi](https://pypi.org/) account and to be added as a maintainer.
|
||||
Please ask around @ Varia for who has PyPi access.
|
||||
|
||||
```
|
||||
$ pip install twine
|
||||
$ # ... change the version number in setup.py ... #
|
||||
$ pip install twine wheel
|
||||
$ make publish
|
||||
```
|
||||
|
@ -166,6 +166,7 @@ def distribusify(args, directory): # noqa
|
||||
a = thumbnail(full_path, name, args)
|
||||
if args.no_filenames:
|
||||
caption = ""
|
||||
a = FILE_TYPES[type_].format(name, caption)
|
||||
if args.captions:
|
||||
caption = caption(full_path)
|
||||
a = FILE_TYPES[type_].format(name, caption)
|
||||
|
Loading…
Reference in New Issue
Block a user