Commit Graph

27 Commits

Author SHA1 Message Date
Jens Petersen
ec5d5e7b92 replace remaining references to github.com/fpco/ 2025-02-02 23:15:31 +08:00
Bryan Richter
c568b5f173
Clean up OpenSearchDescriptions
The Attribution tag "contains a list of all sources or entities that
should be credited for the content contained in the search feed." Since
the search feed has package descriptions, I think it's murky who should
actually be attributed. Removing it since I don't know who should be
there.

https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md#the-attribution-element
2024-03-28 15:00:20 +02:00
ncaq
05337cd782 fix(opensearch): search url protocol: http -> https
Changed the protocol of the URL used as a custom search engine from `http` to `https`.

The reason for this change is that `www.stackage.org` only uses `https`,
so every time the custom search engine is used,
a redirect from `http` to `https` occurs,
sacrificing the cleanliness of the history.

On `www.stackage.org`,
the HTTP header is set to
`strict-transport-security max-age=15724800; includeSubDomains` for HSTS,
so there's no need to try connecting via http.

This is a bit unclear to me as well,
but even though HSTS is set and a redirect is set for subsequent access,
it seems that no communication is being made,
but it is left in the history.

In any case,
I think it's wasteful to constantly access http when it's specialized for https to the point of setting HSTS,
so I'm making this commit.
2023-08-04 12:21:23 +09:00
Sibi Prabakaran
8ddcd0562a
Enable synopsis back 2018-03-14 03:50:16 +05:30
Chris Done
e607494a08
Increase contrast and clarify (fixes #224)
This increases the boldness of links, makes the color brighter blue, increase line height on paragraphs and thickness of heading line.
2017-12-04 10:18:06 +00:00
Michael Snoyman
67baaef082 Fix synopsis background color #202 2016-09-26 15:08:19 +03:00
Michael Snoyman
4d62715a3e Merge branch 'patch-1' of https://github.com/daniel-chambers/stackage-server 2016-09-23 15:51:03 +03:00
Michael Snoyman
6c98313d85 Add in monospace fallback for Haddock #199 2016-09-23 11:20:04 +03:00
Michael Snoyman
be3f40b2fa Add some Haddock images 2016-09-20 07:24:00 +03:00
Daniel Chambers
e3c74c757e Added code font styling fallback 2016-09-12 10:14:53 +10:00
Chris Done
c20670f0eb Only colorize href'd a's 2016-08-23 17:47:12 +02:00
Chris Done
c104a9caa2 Use older style with new colours 2016-08-23 17:41:33 +02:00
Leon Isenberg
afdec252df Haddock style: move selflink to the right 2016-07-15 17:14:57 +02:00
Chris Done
30e7a7fef0 Add style for self-link 2016-06-27 09:56:48 +02:00
Chris Done
77e92dc6ab Style up Haddocks to look like haskell-lang 2016-06-01 18:33:05 +02:00
Michael Snoyman
60af396f9c Add Haddock style.css and script.js 2016-05-02 14:18:27 +03:00
Konstantin Zudov
3f8d0b3916 Highlight code in README files
Uses highlightjs
2015-10-03 09:28:05 +03:00
Tristan Webb
8198c06b01 Open search description files 2015-04-27 18:11:38 -07:00
Chris Done
f98e513f7a New homepage and new top nav (#52) 2014-12-14 20:18:40 +01:00
Chris Done
d9e654fac1 Remove static favicon.png/.ico (closes #24) 2014-11-13 16:10:06 +01:00
Chris Done
51744dc54d Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Chris Done
0ac31b045f Add non-custom version of bootstrap for rest of pages 2014-11-03 12:33:59 +01:00
Chris Done
ff4e3457eb Simplify snapshot page 2014-08-24 11:49:56 +02:00
Chris Done
8a3ce6bd6c Start implementing pretty style 2014-06-03 15:10:35 +02:00
Chris Done
fd1e66c887 Basic first (very plain) style up 2014-06-02 00:04:25 +02:00
Chris Done
de112cd75f Update nav and include bootstrap responsive 2014-06-01 13:29:15 +02:00
Michael Snoyman
714ee2b272 Scaffolding 2014-04-09 10:52:04 +03:00