CarVac / filmulator-gui

Filmulator --- Simplified raw editing with the power of film
https://filmulator.org
Other
670 stars 32 forks source link

Website #90

Closed signalwerk closed 4 years ago

signalwerk commented 5 years ago

I made a first draft to bring a website online. Right now it's a static website hosted by github. I built it with a static site generator. I'm not 100% convinced about the one I used, but it would be good to have a system to easily write text (Markdown) and have Interaction in that Text (JS-Components). With .mdx thats possible.

I setup a repo and everything is in early draft.

Here my request: Could you @CarVac upload your presentation-file of Libre Graphics Meeting here. Then I could take out some context for a first start-site and you could then probably have a look at it and bring in your ideas.

Would that be of interest for you?

CarVac commented 5 years ago

I'll upload it when I get the chance.

I prefer that it be in the same repo as the main code so I can keep the website in sync with changes to the application: the website would reflect what is in master.

signalwerk commented 5 years ago

@CarVac what do you mean by sync? Is there a auto-documentation out of the source?

CarVac commented 5 years ago

Currently every time I make a release I edit the Github wiki for all the new features.

If I can document them as I add them that would be great.

CarVac commented 5 years ago

(I didn't mean to close the issue yesterday. I fat-fingered the comment button on mobile)

signalwerk commented 5 years ago

oh wow... I didn't know/see the wiki-pages. Awesome! Thats a great start!

The Structure for a start of the website could be something like:

I think it would be nice to have a website for the program to gain more users/contributors, since I think the Program is well thought trough. But if it's in a separate repo or not is up to you. The main thing for me is that you can easily adapt it with Markdown (mdx) and it gets built with travis then. so it's no hassle to update it.

CarVac commented 5 years ago

I guess even if it's in a separate repo, I could just keep parallel branches (it would take a small amount of discipline, I suppose).

signalwerk commented 5 years ago

@CarVac sure since it's git whoever wanna PR or branch can work on it. I usually also do something like «Found a typo or wanna improve this site? Pull Requests are always welcome» in the footer. With the link to the source-file. So it's easy for people to contribute.

CarVac commented 4 years ago

https://filmulator.org is the new website.