Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #14 from deibyod/master
Browse files Browse the repository at this point in the history
Aportes diversos al Addon por Deiby
  • Loading branch information
Gioyik committed Jul 24, 2013
2 parents c3e764a + eca76df commit 29344d9
Show file tree
Hide file tree
Showing 77 changed files with 1,969 additions and 73 deletions.
Empty file modified Changelog.txt 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md 100644 → 100755
Expand Up @@ -24,6 +24,6 @@ Pasos para probar el Addon:
* [Descargar el SDK de complementos](https://addons.mozilla.org/es/developers/builder)
* Ingresar y descomprimir el SDK **tar -xf addon-sdk.tar.gz | cd addon-sdk**
* Ejecutar: **source bin/activate** y vera **(addon-sdk) ~/addon-sdk $**
* copiar el repocitorio: **git clone git@github.com:Gioyik/Addon-MH.git**
* Copiar el repositorio: **git clone git@github.com:Gioyik/Addon-MH.git**
* Ingresar a la carpeta donde esta ubicado Addon **$ cd Addon-MH** y ejecutar **cfx run**

Empty file modified data/Cmh32.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 36 additions & 2 deletions data/css/app.css 100644 → 100755
Expand Up @@ -13,7 +13,7 @@ body {
width: 100%;
height: 100%;
font-family: openSansBold;
font-size: 12px;
font-size: 11px;
}

a, a:active, a:link, a:visited{
Expand Down Expand Up @@ -41,6 +41,11 @@ p.first {
margin-top: 0 !important;
}

li {
list-style: none;
padding-left: 10px;
}

#remo-top {
background: url('../img/bg-sky.png') 0 0 repeat-x;
padding: 20px 0 0 0;
Expand Down Expand Up @@ -101,10 +106,39 @@ p.first {
margin: 0px;
}


.section-container section .content, .section-container .section .content, .section-container.auto section .content, .section-container.auto .section .content {
display: none;
padding: 0.9375em;
background-color: transparent;
}

.icon-search {
font-size: 200%;
}

.areas {
float: left;
background-color: rgba(244,244,244,0.6);
margin: 0.4em;
padding: 0.4em;
border-radius: 0.2em;
width: 45%;
max-width: 16em;
height: 16em;
overflow: hidden;
opacity: 0.7;
box-shadow: inset 0 0 5px #666;
}
.areas:hover {
opacity: 0.9;
box-shadow: 0 0 10px #555;
}
.desc {
font-size: 0.9em;
}
.social img {
opacity: 0.7;
}
.social img:hover {
opacity: 0.9;
}
Empty file modified data/css/font-awesome.css 100644 → 100755
Empty file.
Empty file modified data/css/foundation.css 100644 → 100755
Empty file.
Empty file modified data/css/foundation.min.css 100644 → 100755
Empty file.
Empty file modified data/css/normalize.css 100644 → 100755
Empty file.
Empty file modified data/font/FontAwesome.otf 100644 → 100755
Empty file.
Empty file modified data/font/OpenSans-Regular.ttf 100644 → 100755
Empty file.
Empty file modified data/font/OpenSans-Semibold.ttf 100644 → 100755
Empty file.
Empty file modified data/img/bg-sky.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/facebook.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/flickr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/gplus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/img/logoabout.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/rss.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/img/twitter.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/youtube.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
309 changes: 239 additions & 70 deletions data/index.html 100644 → 100755

Large diffs are not rendered by default.

Empty file modified data/js/FeedEk.js 100644 → 100755
Empty file.
Empty file modified data/js/app.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation.min.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.alerts.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.clearing.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.cookie.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.dropdown.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.forms.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.joyride.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.magellan.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.orbit.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.placeholder.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.reveal.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.section.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.tooltips.js 100644 → 100755
Empty file.
Empty file modified data/js/foundation/foundation.topbar.js 100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions data/js/jquery-1.10.2.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data/js/jquery.vticker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified data/js/modernizr.foundation.js 100644 → 100755
Empty file.
Empty file modified data/js/vendor/custom.modernizr.js 100644 → 100755
Empty file.
Empty file modified data/js/vendor/jquery.js 100644 → 100755
Empty file.
Empty file modified data/js/vendor/zepto.js 100644 → 100755
Empty file.
32 changes: 32 additions & 0 deletions data/js/zrssfeed/Old_English_Text_MT_400.font.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data/js/zrssfeed/cufon-yui.js

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions data/js/zrssfeed/example.html
@@ -0,0 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />

<link href="jquery.zrssfeed.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.zrssfeed.min.js" type="text/javascript"></script>

<title>zRSSFeed - Basic RSS feed example</title>

<script type="text/javascript">
$(document).ready(function () {
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews');
});
</script>

</head>
<body>

<h1>zRSSFeed - Basic RSS feed example</h1>
<p>Simple as it gets. This example uses the default options to display a feed.</p>

<h4>Script</h4>
<pre>
$(document).ready(function () {
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews');
});
</pre>

<h4>Result</h4>
<div id="test"></div>

</body>
</html>
48 changes: 48 additions & 0 deletions data/js/zrssfeed/example_cufon.html
@@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />

<link href="jquery.zrssfeed.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.zrssfeed.min.js" type="text/javascript"></script>
<script src="cufon-yui.js" type="text/javascript"></script>
<script src="Old_English_Text_MT_400.font.js" type="text/javascript"></script>

<title>zRSSFeed - RSS feed with custom fonts using Cufon</title>

<script type="text/javascript">
$(document).ready(function () {
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', {
limit: 5
},function() {
Cufon.replace('.rssRow h4');
});
});
</script>

</head>
<body>

<h1>zRSSFeed - RSS feed with custom fonts using Cufon</h1>
<p>This example uses the Cufon plugin to change the header font of each feed entry to Old English Text.</p>

<h4>Script</h4>
<pre>
$(document).ready(function () {
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', {
limit: 5
},function() {
Cufon.replace('.rssRow h4');
});
});
</pre>

<h4>Result</h4>
<div id="test"></div>

</body>
</html>
109 changes: 109 additions & 0 deletions data/js/zrssfeed/example_dateformats.html
@@ -0,0 +1,109 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />

<link href="jquery.zrssfeed.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.zrssfeed.min.js" type="text/javascript"></script>

<title>zRSSFeed - Formatting RSS feed dates</title>

<script type="text/javascript">
$(document).ready(function () {
$('#test1').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'datetime'
});

$('#test2').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'date'
});

$('#test3').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'time'
});

$('#test4').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'timeline'
});

$('#test5').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'dd/MM/yyyy hh:mm:ss'
});

$('#test6').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'MMMM yyyy'
});
});
</script>

</head>
<body>

<h1>zRSSFeed - Formatting RSS feed dates</h1>
<p>Example showing to format feed dates using the 'dateformat' option.</p>

<h4>Script</h4>
<pre>
$(document).ready(function () {
$('#test1').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'datetime'
});

$('#test2').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'date'
});

$('#test3').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'time'
});

$('#test4').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'timeline'
});

$('#test5').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'dd/MM/yyyy hh:mm:ss'
});

$('#test6').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews',{
limit: 3,
dateformat: 'MMMM yyyy'
});
});
</pre>

<h4>Result 1: Pre-defined option 'datetime' (default)</h4>
<div id="test1"></div>

<h4>Result 2: Pre-defined option 'date'</h4>
<div id="test2"></div>

<h4>Result 3: Pre-defined option 'time'</h4>
<div id="test3"></div>

<h4>Result 4: Pre-defined option 'timeline'</h4>
<div id="test4"></div>

<h4>Result 5: Custom format example 'dd/MM/yyyy hh:mm:ss'</h4>
<div id="test5"></div>

<h4>Result 6: Custom format with month names 'MMMM yyyy'</h4>
<div id="test6"></div>

</body>
</html>
51 changes: 51 additions & 0 deletions data/js/zrssfeed/example_images.html
@@ -0,0 +1,51 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />

<link href="example_ticker.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.zrssfeed.min.js" type="text/javascript"></script>
<script src="jquery.vticker.js" type="text/javascript"></script>

<title>zRSSFeed - RSS feed with images and ticker animation</title>

<script type="text/javascript">
$(document).ready(function () {
$('#ticker1').rssfeed('http://feeds.bbc.co.uk/iplayer/highlights/tv/list',{
snippet: false
}, function(e) {
$(e).find('div.rssBody').vTicker({
showItems: 1
});
});
});
</script>

</head>
<body>

<h1>zRSSFeed - RSS feed with images and ticker animation</h1>
<p>This example shows scrolling feed which includes images using the vTicker plugin.</p>

<h4>Script</h4>
<pre>
$(document).ready(function () {
$('#ticker1').rssfeed('http://feeds.bbc.co.uk/iplayer/highlights/tv/list',{
snippet: false
}, function(e) {
$(e).find('div.rssBody').vTicker({
showItems: 1
});
});
});
</pre>

<h4>Result</h4>
<div id="ticker1"></div>

</body>
</html>
44 changes: 44 additions & 0 deletions data/js/zrssfeed/example_link_content.html
@@ -0,0 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />

<link href="jquery.zrssfeed.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.zrssfeed.min.js" type="text/javascript"></script>

<title>zRSSFeed - RSS feed content link example</title>

<script type="text/javascript">
$(document).ready(function () {
$('#test').rssfeed('http://www.zazar.net/blog/rss.xml', {
limit: 5,
linkcontent: true
});
});
</script>

</head>
<body>

<h1>zRSSFeed - RSS feed content link example</h1>
<p>This example displays the feed items with the item description as a link.</p>

<h4>Script</h4>
<pre>
$(document).ready(function () {
$('#test').rssfeed('http://www.zazar.net/blog/rss.xml', {
limit: 5,
linkcontent: true
});
});
</pre>

<h4>Result</h4>
<div id="test"></div>

</body>
</html>

0 comments on commit 29344d9

Please sign in to comment.