ahkscript / awesome-AutoHotkey

A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
2.59k stars 264 forks source link

GH pages #21

Closed hi5 closed 8 years ago

hi5 commented 9 years ago

Not sure where the GH pages is going but at the moment it seems to be a duplication of markdown content, shouldn't it therefore be more productive to write a script that converts the readme.md to HTML so you can simply update (sections of) HTML pages?

joedf commented 9 years ago

Well ghpages supports Jekyll.... Maybe that would be simpler? https://help.github.com/articles/using-jekyll-with-pages/

G33kDude commented 9 years ago

... It is an autohotkey script for converting the readme into html pages.

https://github.com/ahkscript/awesome-AutoHotkey/blob/gh-pages/AAH2html.ahk

Edit: Good to see fincs has done a proper markdown interpreter though, I was just cheating at it with a few simple regexes. I'll see if I can add it in

hi5 commented 9 years ago

OK missed that script, just saw the HTML pages with similar content to the readme.md

fincs function isn't a "complete" markdown solution but supports the basics...

G33kDude commented 9 years ago

It wasn't originally an AutoHotkey script, but it quickly became one once I saw there was already a pretty decent list I could contribute to.

Edit: Originally I wanted to contribute to the wiki, but they don't allow new people to register (probably due to the large amount of spambots registering accounts). I decided to start my own project then, after looking around, so I did. I didn't see this one until later

rshipp commented 9 years ago

Wow, that wiki list has a ton of scripts. Who's in charge of that, is it not just TLM or tank?

G33kDude commented 9 years ago

Not sure, but @joedf has an account on it

G33kDude commented 9 years ago

gh-pages currently doesn't display author information or if an item is discontinued. I'll need to fix this eventually I think.

hoppfrosch commented 9 years ago

gh-pages seem to be outdated:

BTW: Whats the suggested way to regenerate gh-pages after editing readme.md?

G33kDude commented 9 years ago

You merge the main branch into the gh-pages branch, then run converter script. Afterwards, you verify in the diff that nothing went wrong. After you've verified, you push the gh-pages branch.

Want me to get that, or would you like to try?

Also it's very possible that it's missing some sections, so we might need to update the converter.

joedf commented 9 years ago

What if we used Jekyll or something

G33kDude commented 9 years ago

Have you ever tried to get Jekyll up and running on a windows desktop? It's no small feat, in my experience. Also, what does Jekyll bring to the table that we can't already do?

joedf commented 9 years ago

So that's a no? But, we don't need to install Jekyll on our own computer. :/

G33kDude commented 9 years ago

You don't have to install Jekyll, but it's a lot harder to develop for something when you can review changes after pushing to somewhere. Also, I'm not sure Jekyll offers the functionality that we're using (building a site from a single md file). I thought it was a more structured thing, requiring specifically named, written, and organized files. If we do go with Jekyll, it'd mean we would need to manage/write the gh-pages branch separately from the main branch.

joedf commented 9 years ago

Ok, :P

hoppfrosch commented 9 years ago

Same experience here: jekyll is hard to install on windows - and developing without possibility to check locally is pretty uncool ...

@G33kDude: I'll try to merge gh_pages and running rhe converter script. In case of failure or problems I'll be right back ;-)


Edit: gh_pages succesfully rebuild and published on github

joedf commented 9 years ago

ok, cool.

hoppfrosch commented 9 years ago

Current gh_pages misses a lot of entries from readme.md. Either the gh_pages generator (AAH2html.ahk) has to be enhanced a lot and/or the Contributing.md file has to be adapted accordingly.

What currently fails with AAH2html.ahk:

There should by a guideline within contributing.md where to put the author and the state of the script.

vasili111 commented 8 years ago

There should by a guideline within contributing.md where to put the author and the state of the script.

Agree with you @hoppfrosch and made https://github.com/ahkscript/awesome-AutoHotkey/issues/42 to discuss that.

About github pages: I am not good at html and how gh works so I can't say too much about that topic. I will agree what community decides.

joedf commented 8 years ago

Thoughts? uses Strapdown.js (marked.js as the parser) + strapdown-topbar.js (by me :smile: ) Hosted Example: http://ahkscript.org/joedf/awesome-autohotkey/ Branch: https://github.com/ahkscript/awesome-AutoHotkey/tree/markdown-web-test-1

hoppfrosch commented 8 years ago

Generally like it, as it's preserving the structure of the main page and renders markdown almost correctly

A few things:

joedf commented 8 years ago

Thanks :) Yes, there's a few issues with the parser. I don't think it actually supports a " Table of contents". The menubar I could fix. As for the rest, I'll just have to adjust the CSS a little bit, and fix the gitter badge.

hoppfrosch commented 8 years ago

@joedf: did you work on this recently?

My suggestion: as long as there is no good solution available (currently AAH2html.ahk is outdated and does not convert markup syntax correctly into html (i.e. bold, italic ...)) its not possible to generate good gh-pages. At the moment the gh-pages are terribly outdated. Therefore my suggestion: remove/disable gh-pages until we have a relyable converter

My personal opinion is that we don't need the gh-pages at all - the gh-pages don't add any additional infromation which isn't available within README.md; it's just a different visual representation. Other awesome lists (like https://github.com/sorrycc/awesome-javascript also lack gh-pages. Therefore the gh-pages should be removed finally IMHO.

joedf commented 8 years ago

@hoppfrosch No, I have not. I imagine that you are right, I am not sure why we had gh-pages.

MasterFocus commented 8 years ago

My 2 cents (without actually reading the whole thing): I don't think we need an HTML version, as we can simply point people to the awesome-autohotkey README file in GitHub.

hoppfrosch commented 8 years ago

As there were no objections and no reasons to keep the gh-pages, gh-pages are gonna be removed. Also the scripts to generate the gh-pages are removed as they are obsolete.

vasili111 commented 8 years ago

I agree that removing gh-pages is good idea. I don't see the need in two formats, especially when github format is pretty good.