pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.46k forks source link

View Repository Wikis #539

Open treborrude opened 10 years ago

treborrude commented 10 years ago

It would be nice to be able to browse a repository's wiki without having to both launch the web browser and enable desktop mode.

tartavull commented 10 years ago

+1

bbarker commented 9 years ago

+1

Edit: this is especially nice for private repos' wikis.

akuckartz commented 9 years ago

:+1:

LotekHeavy commented 9 years ago

+1

Meisolsson commented 9 years ago

This looks to be out of scope. From what I can find GitHub API doesn't support wiki yet.

EzraBrooks commented 9 years ago

Is our scope dictated by the scope of the API? I would think it wouldn't be too hard to manually pull down the content of wiki pages.

Meisolsson commented 9 years ago

How would we pull it down, just parse raw HTML?

EzraBrooks commented 9 years ago

The wiki is stored as a git repository at github.com/{username}/{repository name}.wiki.git. Maybe the API can be called upon a repository entitled {username}/{repository name}.wiki?

khenderick commented 9 years ago

I'd like to +1 this as the wiki's often contain crucial information.

artwl commented 6 years ago

+1