From 2f7264ec49a5818b5bc0420c83bce5d725bbc9e1 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Fri, 19 Apr 2013 14:04:03 -0400 Subject: [PATCH] Deleted kate's backup files --- sass/custom/_layout.scss~ | 21 ---------- source/_includes/article.html~ | 40 -------------------- source/_includes/custom/head.html~ | 3 -- source/_includes/custom/navigation.html~ | 4 -- source/_includes/disqus.html~ | 21 ---------- source/_includes/head.html~ | 30 --------------- source/_includes/twitter_sharing.html~ | 11 ------ source/_posts/2010-06-25-appbak-10.markdown~ | 40 -------------------- 8 files changed, 170 deletions(-) delete mode 100644 sass/custom/_layout.scss~ delete mode 100644 source/_includes/article.html~ delete mode 100644 source/_includes/custom/head.html~ delete mode 100644 source/_includes/custom/navigation.html~ delete mode 100644 source/_includes/disqus.html~ delete mode 100644 source/_includes/head.html~ delete mode 100644 source/_includes/twitter_sharing.html~ delete mode 100644 source/_posts/2010-06-25-appbak-10.markdown~ diff --git a/sass/custom/_layout.scss~ b/sass/custom/_layout.scss~ deleted file mode 100644 index 74c7de9..0000000 --- a/sass/custom/_layout.scss~ +++ /dev/null @@ -1,21 +0,0 @@ -// Here you can easily change your sites's layout. -// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works. - -//$header-font-size: 1em; -//$header-padding-top: 1.5em; -//$header-padding-bottom: 1.5em; - -//$max-width: 1350px; -//$indented-lists: true; - -// Padding used for layout margins -//$pad-min: 18px; -//$pad-narrow: 25px; -//$pad-medium: 35px; -//$pad-wide: 55px; - -// Sidebar widths used in media queries -//$sidebar-width-medium: 240px; -//$sidebar-pad-medium: 15px; -//$sidebar-pad-wide: 20px; -//$sidebar-width-wide: 300px; diff --git a/source/_includes/article.html~ b/source/_includes/article.html~ deleted file mode 100644 index 4473289..0000000 --- a/source/_includes/article.html~ +++ /dev/null @@ -1,40 +0,0 @@ -{% unless page.no_header %} -
- {% if index %} -

{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}

- {% else %} -

{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}

- {% endif %} - {% unless page.meta == false %} -

- {% include post/date.html %}{{ time }} - {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} - | Comments - {% endif %} -

- {% endunless %} -
-{% endunless %} - - - -{% endif %} diff --git a/source/_includes/head.html~ b/source/_includes/head.html~ deleted file mode 100644 index 7a727b2..0000000 --- a/source/_includes/head.html~ +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} - - - {% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} - - {% if page.keywords %}{% endif %} - - - - - - - {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - - - - - - - - - {% include custom/head.html %} - {% include google_analytics.html %} - diff --git a/source/_includes/twitter_sharing.html~ b/source/_includes/twitter_sharing.html~ deleted file mode 100644 index 687e77d..0000000 --- a/source/_includes/twitter_sharing.html~ +++ /dev/null @@ -1,11 +0,0 @@ -{% if site.twitter_follow_button or site.twitter_tweet_button %} - -{% endif %} diff --git a/source/_posts/2010-06-25-appbak-10.markdown~ b/source/_posts/2010-06-25-appbak-10.markdown~ deleted file mode 100644 index c13693c..0000000 --- a/source/_posts/2010-06-25-appbak-10.markdown~ +++ /dev/null @@ -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 \ No newline at end of file