chjj / compton

A compositor for X11.
Other
2.25k stars 503 forks source link

Images in FAQ are broken #423

Open ChlorideCull opened 7 years ago

ChlorideCull commented 7 years ago

All images in the FAQ wiki page broke when Dropbox disabled the Public folder a week ago.

It seems like they reside in @richardgv's dropbox - could you reupload them somewhere that supports hotlinking images, like imgur?

Alternatively, are they backed up somewhere?

TomaszGasior commented 6 years ago

It's possible to upload images directly to GitHub wiki. Wiki is small GIT repository. Repository owner can do this: git clone https://github.com/chjj/compton.wiki.git cd compton.wiki git add picture1.jpg picture2.png (something else) git commit git push Next, link to image name by this schema: https://raw.githubusercontent.com/wiki/chjj/compton/(image filename)

You can see example of this in my gtk3-mushrooms repository: https://github.com/TomaszGasior/gtk3-mushrooms/wiki/Screenshots