Merge branch 'master' into gh-pages

This commit is contained in:
Raymond Velasquez
2015-07-10 08:22:27 +08:00
13 changed files with 92 additions and 22 deletions

BIN
Packages.bz2 Normal file

Binary file not shown.

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# Reposi3
This is a Cydia repository template

View File

@@ -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>

View File

@@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -0,0 +1,6 @@
<changelog>
<changes>
<version>1.0.0-1</version>
<change>Initial release</change>
</changes>
</changelog>

View File

@@ -0,0 +1,23 @@
<package>
<id>com.reposi3.oldpackage</id>
<name>Old Package</name>
<version>1.0.0-1</version>
<compatibility>
<firmware>
<maxiOS>7.0</maxiOS>
<otherVersions>unsupported</otherVersions>
<!--
for otherVersions, you can put either unsupported or unconfirmed
-->
</firmware>
</compatibility>
<dependencies></dependencies>
<descriptionlist>
<description>This is an old package. Requires iOS 7 and below..</description>
</descriptionlist>
<screenshots></screenshots>
<changelog>
<change>Initial release</change>
</changelog>
<links></links>
</package>

View File

@@ -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>
@@ -32,7 +16,7 @@
<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>
@@ -45,16 +29,16 @@
<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>

View File

@@ -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>