Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2016-12-21 00:23:17 +0300
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2016-12-21 00:23:17 +0300
commita2c03397c0e1b7853b387627bf588b7ad157d2e1 (patch)
tree144aa86e5a5315718da8d5789eccca541f6bcfa6
parente9acdcb97695fe31dd8a79d8adb13db55c11d527 (diff)
few fixes with changlog
-rw-r--r--_includes/footer.html3
-rw-r--r--_includes/header.html11
-rw-r--r--_site/changelog.html (renamed from _site/changelog/index.html)182
-rwxr-xr-x_site/index.html54
-rw-r--r--_site/styles/bootstrap.css11
-rw-r--r--changelog.html (renamed from changelog/index.html)17
-rwxr-xr-xindex.html9
-rw-r--r--styles/bootstrap.css11
8 files changed, 118 insertions, 180 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index ba61ee6f..595c9d06 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,4 +1,3 @@
-</div>
<p> &nbsp; </p>
<hr>
<div class="navbar" role="navigation">
@@ -15,6 +14,7 @@
$('.scroll a').bind('click', function(event) {
var $anchor = $(this);
var href = $anchor.attr("href").replace("\/FeedReader\/","");
+ var href = href.replace("changelog", "");
if (href.length) {
var element = href;
} else {
@@ -42,6 +42,7 @@
} else {
$('nav .navbar').removeClass('navbar-fixed-top').addClass('navbar-static-top');
}
+
});
</script>
</body>
diff --git a/_includes/header.html b/_includes/header.html
index de8b5534..ca25d396 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -44,15 +44,16 @@
</a>
<ul class="dropdown-menu">
{% for log in site.changelog reversed %}
- <li><a href="{{site.baseurl}}/changelog#{{log.version}}">{{log.version}}</a></li>
- {% endfor %}
+ {% if include.is_changelog == "true" %}
+ <li class="scroll"><a href="#{{log.version | replace:'.',''}}">{{log.version}}</a></li>
+ {% else %}
+ <li><a href="{{site.baseurl}}/changelog#{{log.version | replace:'.',''}}">{{log.version}}</a></li>
+ {% endif %}
+ {% endfor %}
</ul>
</li>
-
</ul>
</div>
</div>
</nav>
-
<p> &nbsp; </p>
- <div class="container" id="feedreader" style="padding-top: 100px; margin-top: -100px"> \ No newline at end of file
diff --git a/_site/changelog/index.html b/_site/changelog.html
index 12becf6f..a208e457 100644
--- a/_site/changelog/index.html
+++ b/_site/changelog.html
@@ -45,35 +45,49 @@
</a>
<ul class="dropdown-menu">
- <li><a href="/FeedReader/changelog#1.6.2">1.6.2</a></li>
-
- <li><a href="/FeedReader/changelog#1.6.1">1.6.1</a></li>
-
- <li><a href="/FeedReader/changelog#1.6">1.6</a></li>
-
- <li><a href="/FeedReader/changelog#1.4">1.4</a></li>
-
- <li><a href="/FeedReader/changelog#1.2.1">1.2.1</a></li>
-
- <li><a href="/FeedReader/changelog#1.2">1.2</a></li>
-
- <li><a href="/FeedReader/changelog#1.0">1.0</a></li>
-
+
+ <li class="scroll"><a href="#162">1.6.2</a></li>
+
+
+
+ <li class="scroll"><a href="#161">1.6.1</a></li>
+
+
+
+ <li class="scroll"><a href="#16">1.6</a></li>
+
+
+
+ <li class="scroll"><a href="#14">1.4</a></li>
+
+
+
+ <li class="scroll"><a href="#121">1.2.1</a></li>
+
+
+
+ <li class="scroll"><a href="#12">1.2</a></li>
+
+
+
+ <li class="scroll"><a href="#10">1.0</a></li>
+
+
</ul>
</li>
-
</ul>
</div>
</div>
</nav>
-
<p> &nbsp; </p>
- <div class="container" id="feedreader" style="padding-top: 100px; margin-top: -100px">
-<br>
-<br>
+
+
+<div class="container" style="padding-top: 100px; margin-top: -60px;">
+
+ <div class="scrolled-content container-fluid" id='162'>
<h2>1.6.2</h2>
- <ul class="list-group" id="1.6.2">
+ <ul class="list-group">
<li class="list-group-item">
Fix rendering issue with WebkitGtk+ 2.14.4
@@ -93,11 +107,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='161'>
<h2>1.6.1</h2>
- <ul class="list-group" id="1.6.1">
+ <ul class="list-group">
<li class="list-group-item">
Save images
@@ -117,7 +132,6 @@
</span>
</li>
-
<li class="list-group-item">
FileChooser sidebar inherits theme from feedList
<span style="float:right">
@@ -136,7 +150,6 @@
</span>
</li>
-
<li class="list-group-item">
FeedList&colon; left/right-key does not collapse/expand categories anymore
<span style="float:right">
@@ -155,7 +168,6 @@
</span>
</li>
-
<li class="list-group-item">
FeedList&colon; collapse does not select parent anymore when cild is being collapsed
<span style="float:right">
@@ -174,7 +186,6 @@
</span>
</li>
-
<li class="list-group-item">
ArticleView&colon; only images of second WebView clickable
<span style="float:right">
@@ -193,7 +204,6 @@
</span>
</li>
-
<li class="list-group-item">
FeedReader displays article recieved date/time rather than article published date/time ( owncloud )
<span style="float:right">
@@ -212,7 +222,6 @@
</span>
</li>
-
<li class="list-group-item">
add appdata to po files
<span style="float:right">
@@ -231,7 +240,6 @@
</span>
</li>
-
<li class="list-group-item">
Can't login to Tiny Tiny RSS&colon; "Please install the "api_feedreader"-plugin
<span style="float:right">
@@ -250,11 +258,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='16'>
<h2>1.6</h2>
- <ul class="list-group" id="1.6">
+ <ul class="list-group">
<li class="list-group-item">
Inoreader support
@@ -274,7 +283,6 @@
</span>
</li>
-
<li class="list-group-item">
Offline Mode
<span style="float:right">
@@ -293,7 +301,6 @@
</span>
</li>
-
<li class="list-group-item">
Imageviewer-popup for large images
<span style="float:right">
@@ -312,7 +319,6 @@
</span>
</li>
-
<li class="list-group-item">
Add, remove and manipulate feeds and categories
<span style="float:right">
@@ -331,7 +337,6 @@
</span>
</li>
-
<li class="list-group-item">
Sidebar&colon; choose between different themes
<span style="float:right">
@@ -350,7 +355,6 @@
</span>
</li>
-
<li class="list-group-item">
Sidebar&colon; add hover effects
<span style="float:right">
@@ -369,7 +373,6 @@
</span>
</li>
-
<li class="list-group-item">
Article List&colon; double click to open in browser
<span style="float:right">
@@ -388,7 +391,6 @@
</span>
</li>
-
<li class="list-group-item">
Article List&colon; add time stamp
<span style="float:right">
@@ -407,7 +409,6 @@
</span>
</li>
-
<li class="list-group-item">
Support http-basic-auth
<span style="float:right">
@@ -426,7 +427,6 @@
</span>
</li>
-
<li class="list-group-item">
Show URL on mouseover
<span style="float:right">
@@ -445,7 +445,6 @@
</span>
</li>
-
<li class="list-group-item">
Right click URL to show menu with &quot;open&quot; and &quot;copy&quot;
<span style="float:right">
@@ -464,7 +463,6 @@
</span>
</li>
-
<li class="list-group-item">
Show commit in version string in about dialogue
<span style="float:right">
@@ -483,7 +481,6 @@
</span>
</li>
-
<li class="list-group-item">
Support Gtk+ 3.20
<span style="float:right">
@@ -502,7 +499,6 @@
</span>
</li>
-
<li class="list-group-item">
HiDPI support
<span style="float:right">
@@ -521,7 +517,6 @@
</span>
</li>
-
<li class="list-group-item">
Full-screen-mode
<span style="float:right">
@@ -540,7 +535,6 @@
</span>
</li>
-
<li class="list-group-item">
Keyboard-shortcut-window
<span style="float:right">
@@ -559,7 +553,6 @@
</span>
</li>
-
<li class="list-group-item">
Add option for different font sizes in articles
<span style="float:right">
@@ -578,7 +571,6 @@
</span>
</li>
-
<li class="list-group-item">
Zooming with Ctrl + Mousewheel (or +/−)
<span style="float:right">
@@ -597,7 +589,6 @@
</span>
</li>
-
<li class="list-group-item">
Add posibility to select/copy text or images
<span style="float:right">
@@ -616,7 +607,6 @@
</span>
</li>
-
<li class="list-group-item">
only show unread since last sync
<span style="float:right">
@@ -635,7 +625,6 @@
</span>
</li>
-
<li class="list-group-item">
empty article content can cause crash
<span style="float:right">
@@ -654,7 +643,6 @@
</span>
</li>
-
<li class="list-group-item">
Using j/k after startup resets scroll of articleList to 0
<span style="float:right">
@@ -673,7 +661,6 @@
</span>
</li>
-
<li class="list-group-item">
Shortcuts triggers twice when ArticleView is focused
<span style="float:right">
@@ -692,7 +679,6 @@
</span>
</li>
-
<li class="list-group-item">
ArticleView border appears transparent with some gtk themes
<span style="float:right">
@@ -711,7 +697,6 @@
</span>
</li>
-
<li class="list-group-item">
Removing a tag leads to crash
<span style="float:right">
@@ -730,7 +715,6 @@
</span>
</li>
-
<li class="list-group-item">
Uncategorized category in feedly
<span style="float:right">
@@ -749,7 +733,6 @@
</span>
</li>
-
<li class="list-group-item">
focus jumps when deleting feed
<span style="float:right">
@@ -768,7 +751,6 @@
</span>
</li>
-
<li class="list-group-item">
in-app notification always popping up
<span style="float:right">
@@ -787,7 +769,6 @@
</span>
</li>
-
<li class="list-group-item">
properly reveal and hide feeds and categories (only-show-unread)
<span style="float:right">
@@ -806,7 +787,6 @@
</span>
</li>
-
<li class="list-group-item">
behavior of in-app-notification
<span style="float:right">
@@ -825,7 +805,6 @@
</span>
</li>
-
<li class="list-group-item">
Articles get mixed up on startup
<span style="float:right">
@@ -844,7 +823,6 @@
</span>
</li>
-
<li class="list-group-item">
Articles can appear more than once in unread column
<span style="float:right">
@@ -863,7 +841,6 @@
</span>
</li>
-
<li class="list-group-item">
Articles missing in &quot;starred&quot; column after sync
<span style="float:right">
@@ -882,7 +859,6 @@
</span>
</li>
-
<li class="list-group-item">
Tables can be wider than the article
<span style="float:right">
@@ -901,7 +877,6 @@
</span>
</li>
-
<li class="list-group-item">
Code is unreadable with the midnight theme
<span style="float:right">
@@ -920,7 +895,6 @@
</span>
</li>
-
<li class="list-group-item">
Style gtk spinner
<span style="float:right">
@@ -939,7 +913,6 @@
</span>
</li>
-
<li class="list-group-item">
Images can be wider than the article
<span style="float:right">
@@ -958,7 +931,6 @@
</span>
</li>
-
<li class="list-group-item">
ColorCircle HiDPI issues
<span style="float:right">
@@ -977,7 +949,6 @@
</span>
</li>
-
<li class="list-group-item">
Use svg for expander in FeedList
<span style="float:right">
@@ -996,7 +967,6 @@
</span>
</li>
-
<li class="list-group-item">
HTML feed name in feeds list not expanded
<span style="float:right">
@@ -1015,7 +985,6 @@
</span>
</li>
-
<li class="list-group-item">
Paragraphs with false text color
<span style="float:right">
@@ -1034,7 +1003,6 @@
</span>
</li>
-
<li class="list-group-item">
Inoreader&colon; rename Tags
<span style="float:right">
@@ -1053,7 +1021,6 @@
</span>
</li>
-
<li class="list-group-item">
Add translators credits
<span style="float:right">
@@ -1072,7 +1039,6 @@
</span>
</li>
-
<li class="list-group-item">
Unread articles don't disappear
<span style="float:right">
@@ -1091,7 +1057,6 @@
</span>
</li>
-
<li class="list-group-item">
Segmentation Fault
<span style="float:right">
@@ -1110,7 +1075,6 @@
</span>
</li>
-
<li class="list-group-item">
Articles not displayed
<span style="float:right">
@@ -1129,7 +1093,6 @@
</span>
</li>
-
<li class="list-group-item">
Article gets displayed multiple times
<span style="float:right">
@@ -1148,7 +1111,6 @@
</span>
</li>
-
<li class="list-group-item">
Menu in headerbar under GNOME Wayland
<span style="float:right">
@@ -1167,7 +1129,6 @@
</span>
</li>
-
<li class="list-group-item">
Transparent line
<span style="float:right">
@@ -1186,7 +1147,6 @@
</span>
</li>
-
<li class="list-group-item">
daemon crashes on prosessing gimp.org
<span style="float:right">
@@ -1205,7 +1165,6 @@
</span>
</li>
-
<li class="list-group-item">
All Articles-counter not updated
<span style="float:right">
@@ -1224,7 +1183,6 @@
</span>
</li>
-
<li class="list-group-item">
Empty window with 1.6 beta
<span style="float:right">
@@ -1243,7 +1201,6 @@
</span>
</li>
-
<li class="list-group-item">
Only show author/date if known
<span style="float:right">
@@ -1262,7 +1219,6 @@
</span>
</li>
-
<li class="list-group-item">
Article list scrolling down spontaneously
<span style="float:right">
@@ -1281,7 +1237,6 @@
</span>
</li>
-
<li class="list-group-item">
Can't update via git because of GitSHA1.vala
<span style="float:right">
@@ -1300,7 +1255,6 @@
</span>
</li>
-
<li class="list-group-item">
Untranslatable strings
<span style="float:right">
@@ -1319,7 +1273,6 @@
</span>
</li>
-
<li class="list-group-item">
Text not selectable in Article View
<span style="float:right">
@@ -1338,7 +1291,6 @@
</span>
</li>
-
<li class="list-group-item">
automatically detect webkitgtk+ version
<span style="float:right">
@@ -1357,7 +1309,6 @@
</span>
</li>
-
<li class="list-group-item">
automatically detect libunity
<span style="float:right">
@@ -1376,7 +1327,6 @@
</span>
</li>
-
<li class="list-group-item">
Build fails with more than one thread
<span style="float:right">
@@ -1395,7 +1345,6 @@
</span>
</li>
-
<li class="list-group-item">
Install prefix other than /usr
<span style="float:right">
@@ -1414,11 +1363,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='14'>
<h2>1.4</h2>
- <ul class="list-group" id="1.4">
+ <ul class="list-group">
<li class="list-group-item">
ownCloud News support
@@ -1434,7 +1384,6 @@
</span>
</li>
-
<li class="list-group-item">
sync more responsive
<span style="float:right">
@@ -1449,7 +1398,6 @@
</span>
</li>
-
<li class="list-group-item">
app fully operational during initial sync
<span style="float:right">
@@ -1460,7 +1408,6 @@
</span>
</li>
-
<li class="list-group-item">
overlay to indicate new articles
<span style="float:right">
@@ -1471,7 +1418,6 @@
</span>
</li>
-
<li class="list-group-item">
dynamic switch between GMenu in gnome and menu-button elsewhere
<span style="float:right">
@@ -1482,7 +1428,6 @@
</span>
</li>
-
<li class="list-group-item">
notifications are updated rather than creating new ones every time
<span style="float:right">
@@ -1493,7 +1438,6 @@
</span>
</li>
-
<li class="list-group-item">
respect notification settings of the DE
<span style="float:right">
@@ -1504,7 +1448,6 @@
</span>
</li>
-
<li class="list-group-item">
better font-styling on non-elementary distributions
<span style="float:right">
@@ -1519,7 +1462,6 @@
</span>
</li>
-
<li class="list-group-item">
proper fullscreen mode for videos
<span style="float:right">
@@ -1530,7 +1472,6 @@
</span>
</li>
-
<li class="list-group-item">
support multiple share accounts of the same kind (e.g. two different pocket accounts)
<span style="float:right">
@@ -1545,7 +1486,6 @@
</span>
</li>
-
<li class="list-group-item">
fixed memory leaks
<span style="float:right">
@@ -1560,7 +1500,6 @@
</span>
</li>
-
<li class="list-group-item">
option to ignore unknown CAs
<span style="float:right">
@@ -1571,7 +1510,6 @@
</span>
</li>
-
<li class="list-group-item">
updated GrabberConfig files to upstream from fivefilters
<span style="float:right">
@@ -1582,11 +1520,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='121'>
<h2>1.2.1</h2>
- <ul class="list-group" id="1.2.1">
+ <ul class="list-group">
<li class="list-group-item">
built-time-switch for Webkit2Gtk 4.0
@@ -1602,7 +1541,6 @@
</span>
</li>
-
<li class="list-group-item">
missing tooltips
<span style="float:right">
@@ -1617,7 +1555,6 @@
</span>
</li>
-
<li class="list-group-item">
remove articles from unread/marked list when it makes sense
<span style="float:right">
@@ -1632,7 +1569,6 @@
</span>
</li>
-
<li class="list-group-item">
active article removed from list after sync
<span style="float:right">
@@ -1647,11 +1583,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='12'>
<h2>1.2</h2>
- <ul class="list-group" id="1.2">
+ <ul class="list-group">
<li class="list-group-item">
improved article-view
@@ -1663,7 +1600,6 @@
</span>
</li>
-
<li class="list-group-item">
drag article with middle mouse click
<span style="float:right">
@@ -1678,7 +1614,6 @@
</span>
</li>
-
<li class="list-group-item">
updated UI and animations
<span style="float:right">
@@ -1689,7 +1624,6 @@
</span>
</li>
-
<li class="list-group-item">
global shortcuts
<span style="float:right">
@@ -1704,7 +1638,6 @@
</span>
</li>
-
<li class="list-group-item">
tag articles
<span style="float:right">
@@ -1719,7 +1652,6 @@
</span>
</li>
-
<li class="list-group-item">
article grabber (grabs full articles without ads from website for known sites)
<span style="float:right">
@@ -1734,7 +1666,6 @@
</span>
</li>
-
<li class="list-group-item">
option to use readability instead of article grabber (hidden feature)
<span style="float:right">
@@ -1749,7 +1680,6 @@
</span>
</li>
-
<li class="list-group-item">
support for themes other than elementary
<span style="float:right">
@@ -1760,7 +1690,6 @@
</span>
</li>
-
<li class="list-group-item">
basic full text search
<span style="float:right">
@@ -1775,7 +1704,6 @@
</span>
</li>
-
<li class="list-group-item">
support feeds without category (feedly)
<span style="float:right">
@@ -1790,7 +1718,6 @@
</span>
</li>
-
<li class="list-group-item">
support feeds with multiple categories (feedly)
<span style="float:right">
@@ -1805,7 +1732,6 @@
</span>
</li>
-
<li class="list-group-item">
share articles to &colon; readability, instapaper, pocket
<span style="float:right">
@@ -1820,11 +1746,12 @@
</span>
</li>
-
</ul>
+ </div>
+ <div class="scrolled-content container-fluid" id='10'>
<h2>1.0</h2>
- <ul class="list-group" id="1.0">
+ <ul class="list-group">
<li class="list-group-item">
Initial release
@@ -1836,10 +1763,9 @@
</span>
</li>
-
</ul>
+ </div>
-
</div>
<p> &nbsp; </p>
<hr>
@@ -1857,6 +1783,7 @@
$('.scroll a').bind('click', function(event) {
var $anchor = $(this);
var href = $anchor.attr("href").replace("\/FeedReader\/","");
+ var href = href.replace("changelog", "");
if (href.length) {
var element = href;
} else {
@@ -1884,6 +1811,7 @@
} else {
$('nav .navbar').removeClass('navbar-fixed-top').addClass('navbar-static-top');
}
+
});
</script>
</body>
diff --git a/_site/index.html b/_site/index.html
index 33f04cf5..d2045ed0 100755
--- a/_site/index.html
+++ b/_site/index.html
@@ -45,32 +45,44 @@
</a>
<ul class="dropdown-menu">
- <li><a href="/FeedReader/changelog#1.6.2">1.6.2</a></li>
-
- <li><a href="/FeedReader/changelog#1.6.1">1.6.1</a></li>
-
- <li><a href="/FeedReader/changelog#1.6">1.6</a></li>
-
- <li><a href="/FeedReader/changelog#1.4">1.4</a></li>
-
- <li><a href="/FeedReader/changelog#1.2.1">1.2.1</a></li>
-
- <li><a href="/FeedReader/changelog#1.2">1.2</a></li>
-
- <li><a href="/FeedReader/changelog#1.0">1.0</a></li>
-
+
+ <li><a href="/FeedReader/changelog#162">1.6.2</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#161">1.6.1</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#16">1.6</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#14">1.4</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#121">1.2.1</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#12">1.2</a></li>
+
+
+
+ <li><a href="/FeedReader/changelog#10">1.0</a></li>
+
+
</ul>
</li>
-
</ul>
</div>
</div>
</nav>
-
<p> &nbsp; </p>
- <div class="container" id="feedreader" style="padding-top: 100px; margin-top: -100px">
-
+
+ <div class="container" id="feedreader" style="padding-top: 100px; margin-top: -100px">
<div class="jumbotron">
<h1 class="text-center">FeedReader <small>RSS desktop client</small></h1>
<br/>
@@ -218,7 +230,6 @@
</div>
<hr>
-
<div class="container" id="features" style="padding-top: 60px; margin-top: -60px">
<h1 class="text-center">Features</h1>
@@ -736,8 +747,7 @@ So Ubuntu 14.04 and Linux Mint 17.X are sadly not supported.</p>
</div>
-
-</div>
+ </div>
<p> &nbsp; </p>
<hr>
<div class="navbar" role="navigation">
@@ -754,6 +764,7 @@ So Ubuntu 14.04 and Linux Mint 17.X are sadly not supported.</p>
$('.scroll a').bind('click', function(event) {
var $anchor = $(this);
var href = $anchor.attr("href").replace("\/FeedReader\/","");
+ var href = href.replace("changelog", "");
if (href.length) {
var element = href;
} else {
@@ -781,6 +792,7 @@ So Ubuntu 14.04 and Linux Mint 17.X are sadly not supported.</p>
} else {
$('nav .navbar').removeClass('navbar-fixed-top').addClass('navbar-static-top');
}
+
});
</script>
</body>
diff --git a/_site/styles/bootstrap.css b/_site/styles/bootstrap.css
index 8c7661e9..2df3928d 100644
--- a/_site/styles/bootstrap.css
+++ b/_site/styles/bootstrap.css
@@ -17,13 +17,10 @@ html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
-.badge a {
- color:white;
- text-decoration: none;
-}
-.badge a:hover, .badge a:focus{
- color: rgba(255, 255,255, 0.7);
- text-decoration: inherit;
+.scrolled-content {
+ overflow: auto;
+ height: 100%;
+ padding: 0;
}
body {
margin: 0;
diff --git a/changelog/index.html b/changelog.html
index b6501feb..391d5ede 100644
--- a/changelog/index.html
+++ b/changelog.html
@@ -1,11 +1,14 @@
---
+permalink: /changelog
---
-{% include header.html %}
-<br>
-<br>
+{% include header.html is_changelog="true" %}
+
+<div class="container" style="padding-top: 100px; margin-top: -60px;">
+
{% for log in site.changelog reversed %}
+ <div class="scrolled-content container-fluid" id='{{log.version | replace:".",""}}'>
<h2>{{log.version}}</h2>
- <ul class="list-group" id="{{log.version}}">
+ <ul class="list-group">
{% for issue in log.issues %}
<li class="list-group-item">
{{issue.content}}
@@ -36,9 +39,9 @@
{% endif %}
</span>
</li>
- {{issues}}
{% endfor %}
</ul>
+ </div>
{% endfor %}
-
-{% include footer.html %}
+</div>
+{% include footer.html is_changelog="true" %}
diff --git a/index.html b/index.html
index 8958ece2..b1b9d961 100755
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
---
---
-{% include header.html %}
+{% include header.html is_changelog="false" %}
-
+ <div class="container" id="feedreader" style="padding-top: 100px; margin-top: -100px">
<div class="jumbotron">
<h1 class="text-center">FeedReader <small>RSS desktop client</small></h1>
<br/>
@@ -49,7 +49,6 @@
</div>
<hr>
-
<div class="container" id="features" style="padding-top: 60px; margin-top: -60px">
<h1 class="text-center">Features</h1>
@@ -233,5 +232,5 @@
</div>
-
-{% include footer.html %}
+ </div>
+{% include footer.html is_changelog="false" %}
diff --git a/styles/bootstrap.css b/styles/bootstrap.css
index 8c7661e9..2df3928d 100644
--- a/styles/bootstrap.css
+++ b/styles/bootstrap.css
@@ -17,13 +17,10 @@ html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
-.badge a {
- color:white;
- text-decoration: none;
-}
-.badge a:hover, .badge a:focus{
- color: rgba(255, 255,255, 0.7);
- text-decoration: inherit;
+.scrolled-content {
+ overflow: auto;
+ height: 100%;
+ padding: 0;
}
body {
margin: 0;