SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
543 stars 43 forks source link

Display README on package page #410

Closed daveverwer closed 3 years ago

daveverwer commented 4 years ago

Depends on #409

emma-k-alexandra commented 4 years ago

Looking forward to this addition. README and docs are probably the most important factor to me when choosing a package.

Sherlouk commented 3 years ago

Is it valuable to report some broken READMEs or would you rather wait until more improvements are made?

Another one here which is a bit funky: https://staging.swiftpackageindex.com/appcompany/swift-sky

The top image spans much wider than the site's layout (so we would need to enforce a max-width or something?) there's also a button at the bottom which is a URL with a HTML image inside of it which doesn't get handled.

Source for comparison: https://github.com/appcompany/swift-sky/blob/master/README.md

daveverwer commented 3 years ago

Max width is, of course, something we'll handle. No styling at all has been done yet, so that's expected. Image stuff too I'm fully expecting to need styling.

That said, please do! I need to know what's broken so I can build a list of what needs handling.

Sherlouk commented 3 years ago

https://staging.swiftpackageindex.com/alamofire/alamofire#communication

https://staging.swiftpackageindex.com/moya/moya

daveverwer commented 3 years ago

Implemented