First revision for www.moparscape.org
This commit is contained in:
parent
2f7264ec49
commit
b6885e9f9a
4
Rakefile
4
Rakefile
@ -6,8 +6,8 @@ require "stringex"
|
||||
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
||||
ssh_user = "mopar@dedi.moparisthebest.com"
|
||||
ssh_port = "443"
|
||||
document_root = "/home/mopar/htdocs/android.moparisthebest.org/"
|
||||
rsync_delete = true
|
||||
document_root = "/home/mopar/htdocs/moparscape.org/"
|
||||
rsync_delete = false
|
||||
rsync_args = "" # Any extra arguments to pass to rsync
|
||||
deploy_default = "rsync"
|
||||
|
||||
|
12
_config.yml
12
_config.yml
@ -2,9 +2,9 @@
|
||||
# Main Configs #
|
||||
# ----------------------- #
|
||||
|
||||
url: //android.moparisthebest.org
|
||||
title: Moparisthebest's Android Apps
|
||||
subtitle: Open source Android apps that keep it simple.
|
||||
url: //www.moparscape.org
|
||||
title: MoparScape.org
|
||||
subtitle: The mother of RS private servers
|
||||
author: Moparisthebest
|
||||
simple_search: //google.com/search
|
||||
description:
|
||||
@ -45,7 +45,7 @@ titlecase: true # Converts page and post titles to titlecase
|
||||
|
||||
# list each of the sidebar modules you want to include, in the order you want them to appear.
|
||||
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
|
||||
default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
|
||||
default_asides: [asides/recent_posts.html, asides/sidead.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
|
||||
|
||||
# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
|
||||
# and add an array with the asides you want to use.
|
||||
@ -85,11 +85,11 @@ delicious_user:
|
||||
delicious_count: 3
|
||||
|
||||
# Disqus Comments
|
||||
disqus_short_name: moparisthebestsandroidapps
|
||||
disqus_short_name: moparscape
|
||||
disqus_show_comment_count: true
|
||||
|
||||
# Google Analytics
|
||||
google_analytics_tracking_id: UA-6877554-3
|
||||
google_analytics_tracking_id: UA-6877554-1
|
||||
|
||||
# Facebook Like
|
||||
facebook_like: true
|
||||
|
@ -1,6 +1,7 @@
|
||||
smf/
|
||||
src/
|
||||
downloads/
|
||||
echoserver.php
|
||||
errdocs
|
||||
favicon.ico
|
||||
*.php
|
||||
**.php
|
||||
|
@ -17,14 +17,16 @@
|
||||
{% endunless %}
|
||||
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "pub-3055920918910714";
|
||||
/* 468x60, created 6/25/10, wordpress */
|
||||
google_ad_slot = "2839491064";
|
||||
google_ad_client = "ca-pub-3055920918910714";
|
||||
/* moparscape.org_banner */
|
||||
google_ad_slot = "4021158971";
|
||||
google_ad_width = 468;
|
||||
google_ad_height = 60;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script>
|
||||
|
||||
{% if index %}
|
||||
<div class="entry-content">{{ content | excerpt }}</div>
|
||||
|
13
source/_includes/asides/sidead.html
Normal file
13
source/_includes/asides/sidead.html
Normal file
@ -0,0 +1,13 @@
|
||||
<section>
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-3055920918910714";
|
||||
/* moparscape.org-skyscraper */
|
||||
google_ad_slot = "8451358572";
|
||||
google_ad_width = 160;
|
||||
google_ad_height = 600;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script>
|
||||
</section>
|
@ -2,4 +2,8 @@
|
||||
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
|
||||
<li><a href="{{ root_url }}/smf/">Forums</a></li>
|
||||
<li><a href="{{ root_url }}/serverstatus.php">Server Status</a></li>
|
||||
<li><a href="{{ root_url }}/moparscape4.php">MoparScape 4</a></li>
|
||||
<li><a href="{{ root_url }}/moparscape3.php">MoparScape 3</a></li>
|
||||
<li><a href="{{ root_url }}/moparscape.html">Download</a></li>
|
||||
</ul>
|
||||
|
@ -1,40 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "AppBak 1.0"
|
||||
date: 2010-06-25 11:07
|
||||
comments: true
|
||||
categories: [AppBak, Android Apps]
|
||||
---
|
||||
{% img left /images/appbak10/icon.png %}
|
||||
[Version 1.0][1]
|
||||
|
||||
Backup your currently installed apps to a text file, which you can use later to reinstall them from the market easily.
|
||||
|
||||
You can also restore apps from the text file aTrackDog produces when you select “Export App List”.
|
||||
|
||||
File selection and progress bar for backup added in 1.0.
|
||||
|
||||
Code released under GNU/GPL on [GitHub][2].
|
||||
|
||||
Credits:
|
||||
|
||||
* [OpenIntents][3] for the great, open source file selector I used.
|
||||
* [Unhandled][4] for the awesome icon.
|
||||
|
||||
Here are the screenshots that are on the market:
|
||||
|
||||
{% img /images/appbak10/s1.png %}
|
||||
{% img /images/appbak10/s2.png %}
|
||||
|
||||
|
||||
Search for AppBak in the market or use the following QR code to install it from the market:
|
||||
|
||||
[{% img /images/appbak10/qrcode.png 'QrCode link to market' 'QrCode link to market' %}][5]
|
||||
|
||||
Leave comments here, or post problems in the [forums][1], thanks.
|
||||
|
||||
[1]: //android.moparisthebest.org/smf/index.php/board,159.0.html
|
||||
[2]: https://github.com/moparisthebest/AppBak
|
||||
[3]: http://www.openintents.org/
|
||||
[4]: //www.moparisthebest.com/smf/index.php?action=profile;u=100617
|
||||
[5]: https://play.google.com/store/apps/details?id=org.moparisthebest.appbak
|
21
source/_posts/2013-04-23-welcome-to-our-homepage.markdown
Normal file
21
source/_posts/2013-04-23-welcome-to-our-homepage.markdown
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Welcome to our homepage!"
|
||||
date: 2013-04-23 07:59
|
||||
comments: true
|
||||
categories: [MoparScape, RSPS, RS]
|
||||
author: Ruby
|
||||
---
|
||||
Welcome to our new homepage!
|
||||
|
||||
After much discussion, meetings and months of planning by the staff members the homepage is finally ready for release. We did consider using [WordPress][1] but WordPress comes with some complications towards our setup. Mainly because Wordpress to SMF integration is a complete pain to try and do. We eventually decided on [OctoPress][2] which is a great [Jekyll][3] based blogging software. Let us know what you think!
|
||||
|
||||
We also need some help from you guys, what do you think we should feature on the homepage and blog about? We've had a few ideas floating around but nothing has been finalised yet and there's no exact criteria to be featured or what to actually feature. A good thing about OctoPress is that anyone can write a post or a blog entry by just forking [Moparisthebest's Github repository][4] add it, and put in a pull request and if Moparisthebest approves, it'll be committed and shown here! If you don't want to, or can't use github, just write another post in [this format][5] and email it to [Moparisthebest][6], though github submissions will be handled faster. I strongly suggest that if you want to take part in this, you read the [OctoPress blogging basics][7] documentation article.
|
||||
|
||||
[1]: //wordpress.org
|
||||
[2]: http://octopress.org
|
||||
[3]: https://github.com/mojombo/jekyll
|
||||
[4]: https://github.com/moparisthebest/www.moparscape.org
|
||||
[5]: https://github.com/moparisthebest/www.moparscape.org/master/source/_posts/2013-04-23-welcome-to-our-homepage.markdown
|
||||
[6]: mailto:admin@moparscape.org
|
||||
[7]: http://octopress.org/docs/blogging/
|
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 501 B |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user