Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Extension pages #12

Closed
1 of 2 tasks
everzet opened this issue Jan 4, 2015 · 3 comments · Fixed by #36
Closed
1 of 2 tasks

Extension pages #12

everzet opened this issue Jan 4, 2015 · 3 comments · Fixed by #36

Comments

@everzet
Copy link
Member

everzet commented Jan 4, 2015

  • Publish information about tracked and released extensions (reference: https://atom.io/packages)
  • Design and template extension list and extension page, link to documentation page
@everzet everzet added this to the go public milestone Jan 4, 2015
@jakzal
Copy link

jakzal commented Jan 11, 2015

How would you envision discovering new extensions? Would a yml file with a list be sufficient to start with? Extension authors would need to submit a PR in order for their extension to be shown on the site.

@everzet
Copy link
Member Author

everzet commented Jan 11, 2015

You're talking about #14. This issue is just about handling incoming releases. The starting point for documentation OR extension information parsing is here.

Basically, you call the ReleaseManager::release() by providing release reference to it. Release reference contains (currently) GitHub repository name and a version ID (which could be a branch or a tag name). ReleaseManager listeners then do the rest - Release module downloads that particular release, Documenter builds documentation and ExtensionCatalogue (coming from this issue) parses extension information.

Documenter is already finished and does his job of documentation generation on every release you give it to (if it has documentation, of course). This issue is about also generating and accessing extension information on every release.

When that is done we'll need to decide on how would we approach #14. Either it will be a webhook that accepts any GitHub release notification, or a CLI script with a list of extensions in yml file that tries to find all new releases or a combination of both. But that comes in #14

@everzet
Copy link
Member Author

everzet commented Jan 13, 2015

Documentation is ready, so this one is the next issue I'm working on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants