Inventory Profiles Next

Inventory Profiles Next

24M Downloads

Improve the page on curseforge.com

blackd opened this issue ยท 15 comments

commented

The page on curseforge needs some love and tbh, but I personally can't be bothered/think of anything better to put there.

So... HELP WANTED.

commented

Is it allowed on Curseforge to put the style apart in a <style>?

commented

How can we do it? Where to edit it? What format is it? HTML? MarkDown?

commented

Nope, it gets removed.

commented

Okay thanks, maybe I'll try to do something

commented

What do you think of that?

https://gist.github.com/victorbnl/2215168582439b7a31b4b6697fd45623

I'll convert it to HTML and add some style later

Of course, the image is a placeholder one, I'll also make a cool picture representing the before/after of the sorting

EDIT : In the gist there are now both the source markdown and the html, if you want to view the HTML file, click on "Raw", do CTRL+S and open the downloaded file in your browser

commented

And to explain a bit how this all works, I made a little bit of code, I have these files :

  • source.md
  • style.css
  • build.py

As you may have guessed, you build the document using build.py

The source.md is converted to HTML by pandoc (actually pypandoc, which is a python wrapper for pandoc)

And the style.css is put in the HTML as inline attributes by premailer

Also source.md uses no special syntax or anything, only Markdown and HTML, so you can use it wherever you want, for example Github. Of course you could loose the centered things and the colors but it won't break anything

commented

When you'll think it will be finished I'll send you a .zip with all these files, so that you can make a new repo or branch if you want, or just in case you want to edit some things

commented

You know what why don't you clone this repository add /description folder and put the sources and the build script there and make a pull request

commented

No problem I'll do that, good idea!

commented

So as you may have seen I made the PR!

commented

Yep, it's already much better!

commented

I guess bb36707 is the best we can do :) given curseforge limitations

commented

What is it you want doing to the curseforge page exactly?

commented

Add

  • description
  • screenshots
  • better contacts issue reporting section
  • thanks to the original author

stuff like that