Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
9877c86c
Commit
9877c86c
authored
Sep 10, 2017
by
yPhil
Browse files
Merge branch 'dev'
parents
af65732a
e3938347
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9877c86c
feeds.xml
libs/
feeds.xml
.htaccess
favicon_cache/
README.md
View file @
9877c86c
...
...
@@ -24,7 +24,7 @@ Make the page your home page, and read it every morning. You know instantly what
-
Full block mode (for phones and small screens)
-
Handles any charset encoding/langage
-
Grabs the most out of the description text and displays it as standard tooltip on mouse hover
-
Built-in image gallery (to view all the images in a feed, or in a category)
-
Built-in
**
image gallery
**
(to view all the images in a feed, or in a category)
-
Does its best to parse any given feed and identify it w/o questions
-
Plays nice with different resolutions & ergonomics, ie phones, tablets, etc
-
Directly links to any included image (and sound file)
...
...
feeds.xml
deleted
100644 → 0
View file @
af65732a
<?xml version="1.0" encoding="utf-8"?>
<feeds>
<!--
img can be either { none first all }
photo can be either {true false}
-->
<url
tab=
"news"
>
http://www.futura-sciences.com/rss/actualites.xml
</url>
<url
tab=
"news"
img=
"none"
>
http://www.pcinpact.com/rss/news.xml
</url>
<url
tab=
"news"
>
https://news.google.com/news?cf=all
&
hl=en
&
pz=1
&
ned=us
&
output=rss
</url>
<url
tab=
"example"
photo=
"true"
numItems=
"1"
>
http://xkcd.com/rss.xml
</url>
<url
tab=
"example"
numItems=
"10"
>
http://feeds.bbci.co.uk/news/world/rss.xml
</url>
<url
tab=
"example"
numItems=
"8"
>
http://feeds.bbci.co.uk/news/world/africa/rss.xml
</url>
<url
tab=
"example"
photo=
"true"
numItems=
"3"
>
http://beautiful-wildlife.tumblr.com/rss/
</url>
<url
tab=
"example"
numItems=
"6"
photo=
"true"
>
http://cabinporn.com/rss/
</url>
<url
tab=
"example"
>
http://www.premierguitar.com/rss/1
</url>
<url
tab=
"example"
numItems=
"1"
photo=
"true"
>
http://what-if.xkcd.com/feed.atom
</url>
<url
tab=
"example"
photo=
"true"
numItems=
"6"
>
http://comicfeeds.chrisbenard.net/view/dilbert/default
</url>
<!-- disabled feeds
<url tab="snd">http://planet.linuxaudio.org/rss20.xml</url>
<url tab="snd">http://feeds2.feedburner.com/PitchforkAlbumReviews/</url>
<url tab="snd">http://feeds.feedburner.com/LinuxJournalAudioVideo/</url>
Remember to encode & with $amp; in your feed's URI
-->
</feeds>
index.php
View file @
9877c86c
...
...
@@ -7,7 +7,7 @@
*/
$feeds
=
'feeds.xml'
;
$feeds
=
'
libs/
feeds.xml'
;
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment