Skip to content

Commit

Permalink
Reposi3-Nightly-v15.07-1
Browse files Browse the repository at this point in the history
Pre-test
  • Loading branch information
supermamon committed Jul 9, 2015
1 parent 7ef38ab commit abc15c1
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 35 deletions.
12 changes: 0 additions & 12 deletions Packages

This file was deleted.

Binary file added Packages.bz2
Binary file not shown.
Binary file removed debs/com.reposi3.oldpackage-1.0.0-1.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions depictions/com.supermamon.newpackage/changelog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<changelog>
<changes>
<version>1.0.0-2</version>
<change>Second release</change>
<change>It has feature 1</change>
<change>It has feature 2</change>
</changes>
<changes>
<version>1.0.0-1</version>
<change>Initial Release</change>
</changes>
</changelog>
43 changes: 43 additions & 0 deletions depictions/com.supermamon.newpackage/info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<package>
<id>com.supermamon.fullpackage</id>
<name>Full Package</name>
<version>2.0.0-1</version>
<compatibility>
<firmware>
<miniOS>7.0</miniOS>
</firmware>
</compatibility>
<dependencies>
<package>mobilesubstrate</package>
</dependencies>
<descriptionlist>
<description>This is an package will full depictions.</description>
<description>It has more description lines.</description>
<description><![CDATA[
You can also have<br/>
a multi-line item.
]]>
</description>
</descriptionlist>
<screenshots>
<screenshot>
<description>This is a description for screenshot 1. It's Cydia!</description>
<image>cydia.jpg</image>
</screenshot>
<screenshot>
<description>This is a description for screenshot 2. It's another Cydia!</description>
<image>cydia.jpg</image>
</screenshot>
</screenshots>
<changelog>
<change>Second release</change>
<change>It has feature 1</change>
<change>It has feature 2</change>
</changelog>
<links>
<link>
<name>/r/jailbreak</name>
<url>https://www.reddit.com/r/jailbreak</url>
</link>
</links>
</package>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<version>1.0.0-1</version>
<compatibility>
<firmware>
<miniOS>5.0</miniOS>
<maxiOS>7.0</maxiOS>
<otherVersions>unsupported</otherVersions>
<!--
Expand Down
26 changes: 5 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="/util/js/getRandomQuote.js"></script>
<script type="text/javascript">

$(document).ready(function(){
/* random quote */
getRandomQuote(function(quote,author){
var footer = $("<footer></footer")
.attr('id','randomQuoteFooter')
.html(author);
$('#randomQuoteText')
.html(quote)
.append(footer);
});

})
</script>
</head>
<body>

Expand All @@ -32,7 +16,7 @@ <h1><img src="CydiaIcon.png"> Reposi3</h1>
<div class="container">
<div class="well">
<p><span class="text-primary"><b>Reposi3</span></b> is a Cydia repository template.</p>
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://my-repo-url.com/repo/">Add to Cydia</a>
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://supermamon.github.io/Reposi3/">Add to Cydia</a>
</div>
</div>

Expand All @@ -45,16 +29,16 @@ <h3 id="wells" class="page-header">Hosted Packages</h3>
<div class="panel-heading">Old Package</div>
<div class="panel-body">
This is a sample package with minimal information.
It also simulates an old package that's incompatible with iOS greater than 7.0.<br /><br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.reposi3.oldpackage">More info</a>
It also simulates an old package that's incompatible only with iOS lower than 7.0.<br /><br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.supermamon.oldpackage">More info</a>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">Full Package</div>
<div class="panel-heading">New Package</div>
<div class="panel-body">
This is a sample package with lots of information.<br /><br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.reposi3.fullpackage">More info</a>
<a class="btn btn-xs btn-default" href="depictions/?p=com.supermamon.newpackage">More info</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</link>
<link>
<name>I want this depiction template</name>
<url>https://github.com/supermamon/reposi3</url>
<url>https://github.com/supermamon/Reposi3</url>
<iconclass>glyphicon glyphicon-thumbs-up</iconclass>
</link>
</footerlinks>
Expand Down

0 comments on commit abc15c1

Please sign in to comment.