From 4bcbee7ee1fd9da5b29aca7e249ab284e02e1c91 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 15 Dec 2017 22:29:34 +0300 Subject: Improve github uncluttering --- .config/pancake/config.yaml | 2 +- .config/pancake/unclutter/github-project.xsl | 47 ----------------- .config/pancake/unclutter/github.xsl | 77 ++++++++++++++++++++++++++++ .config/pancake/unclutter/mediawiki.xsl | 6 ++- 4 files changed, 83 insertions(+), 49 deletions(-) delete mode 100644 .config/pancake/unclutter/github-project.xsl create mode 100644 .config/pancake/unclutter/github.xsl (limited to '.config/pancake') diff --git a/.config/pancake/config.yaml b/.config/pancake/config.yaml index 9ddffda..0e8278d 100644 --- a/.config/pancake/config.yaml +++ b/.config/pancake/config.yaml @@ -56,7 +56,7 @@ unclutter: hacker-news: ^https://news\.ycombinator\.com/((news|show|ask).*)?$ duckduckgo: ^https://duckduckgo\.com/lite/\?q= lobsters: ^https://lobste\.rs/((page|recent|newest).*)?$ - github-project: ^https://github\.com/[^/]+/[^/]+/?$ + github: ^https://github\.com/ hoogle: ^https://www\.haskell\.org/hoogle/\?hoogle= hackage-haddock: ^https?://hackage\.haskell\.org/package/[^/]+/docs/[^/]+$ mediawiki: ^https://en\.(m.)?(wiktionary|wikipedia)\.org/wiki/ diff --git a/.config/pancake/unclutter/github-project.xsl b/.config/pancake/unclutter/github-project.xsl deleted file mode 100644 index 3b24c8a..0000000 --- a/.config/pancake/unclutter/github-project.xsl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - -

- - / - -

- - -

- - issues: - - - | - - PRs: - - - | - - wiki - -

- - -

- - - () -
-
-

- - - - - -
-
diff --git a/.config/pancake/unclutter/github.xsl b/.config/pancake/unclutter/github.xsl new file mode 100644 index 0000000..c4e42d4 --- /dev/null +++ b/.config/pancake/unclutter/github.xsl @@ -0,0 +1,77 @@ + + + + + + + + + + + + + +

+ + + | + + + + + +

+
+ + + +
+ + + () +
+
+
+
+ + + +
+      
+        
+        

+      
+    
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/.config/pancake/unclutter/mediawiki.xsl b/.config/pancake/unclutter/mediawiki.xsl index 5fd1e06..2c64c38 100644 --- a/.config/pancake/unclutter/mediawiki.xsl +++ b/.config/pancake/unclutter/mediawiki.xsl @@ -3,7 +3,11 @@ - + + + + + -- cgit v1.2.3