upload_test_#0.9

This commit is contained in:
2016-07-30 14:31:12 -04:00
parent 07af17e7cd
commit dcaeae0e8e
19 changed files with 126 additions and 126 deletions
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>2016_07 - Mil años de solitario</title> <title>2016_07 - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/categories/2016_07/"> <meta property="og:url" content="CoderSherlock.github.io/categories/2016_07/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div> <div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer> <footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>2016_07 on Mil años de solitario</title> <title>2016_07 on Mil años de solitario</title>
<link>http://CoderSherlock.github.io:1313/categories/2016_07/</link> <link>CoderSherlock.github.io/categories/2016_07/</link>
<description>Recent content in 2016_07 on Mil años de solitario</description> <description>Recent content in 2016_07 on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/categories/2016_07/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="CoderSherlock.github.io/categories/2016_07/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link> <link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/categories/2016_07/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/categories/2016_07/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/categories/2016_07/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/categories/2016_07/" /></head></html>
+10 -10
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Categories - Mil años de solitario</title> <title>Categories - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/categories/"> <meta property="og:url" content="CoderSherlock.github.io/categories/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -74,7 +74,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -86,7 +86,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -97,9 +97,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -129,6 +129,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Mil años de solitario</title> <title>Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/"> <meta property="og:url" content="CoderSherlock.github.io/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -60,13 +60,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div> <div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer> <footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -87,7 +87,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -99,7 +99,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -110,9 +110,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -142,6 +142,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Mil años de solitario</title> <title>Mil años de solitario</title>
<link>http://CoderSherlock.github.io:1313/</link> <link>CoderSherlock.github.io/</link>
<description>Recent content on Mil años de solitario</description> <description>Recent content on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="CoderSherlock.github.io/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link> <link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/" /></head></html>
+19 -19
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Cross Compile Seafile 2 ARM - Mil años de solitario</title> <title>Cross Compile Seafile 2 ARM - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/"> <meta property="og:url" content="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -60,19 +60,19 @@
<article class="single" itemscope="itemscope" itemtype="http://schema.org/Article"> <article class="single" itemscope="itemscope" itemtype="http://schema.org/Article">
<meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="http://codersherlock.github.io:1313/"/> <meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="/CoderSherlock.github.io/"/>
<meta itemprop="dateModified" content="2016-07-30T14:02:34-04:00"> <meta itemprop="dateModified" content="2016-07-30T14:02:34-04:00">
<meta itemprop="headline" content="Cross Compile Seafile 2 ARM"> <meta itemprop="headline" content="Cross Compile Seafile 2 ARM">
<meta itemprop="description" content="Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform."> <meta itemprop="description" content="Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.">
<meta itemprop="url" content="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/"> <meta itemprop="url" content="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <div itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="http://codersherlock.github.io:1313/images/default.jpg" /> <meta itemprop="url" content="/CoderSherlock.github.io/images/default.jpg" />
<meta itemprop="width" content="800"> <meta itemprop="width" content="800">
<meta itemprop="height" content="800"> <meta itemprop="height" content="800">
</div> </div>
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="http://codersherlock.github.io:1313/images/logo.jpg"> <meta itemprop="url" content="/CoderSherlock.github.io/images/logo.jpg">
<meta itemprop="width" content="100"> <meta itemprop="width" content="100">
<meta itemprop="height" content="100"> <meta itemprop="height" content="100">
</div> </div>
@@ -102,13 +102,13 @@
<aside> <aside>
<div class="section"><a href="http://codersherlock.github.io:1313/tags/Android" class="tag">Android</a> <a href="http://codersherlock.github.io:1313/tags/ARM" class="tag">ARM</a> </div> <div class="section"><a href="/CoderSherlock.github.io/tags/Android" class="tag">Android</a> <a href="/CoderSherlock.github.io/tags/ARM" class="tag">ARM</a> </div>
<div class="section share"> <div class="section share">
<a href="http://www.facebook.com/sharer.php?src=bm&u=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&t=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a> <a href="http://www.facebook.com/sharer.php?src=bm&u=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&t=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a>
<a href="http://twitter.com/intent/tweet?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&text=Cross%20Compile%20Seafile%202%20ARM&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a> <a href="http://twitter.com/intent/tweet?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&text=Cross%20Compile%20Seafile%202%20ARM&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a>
<a href="https://plus.google.com/share?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a> <a href="https://plus.google.com/share?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a>
<a href="http://getpocket.com/edit?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&title=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a> <a href="http://getpocket.com/edit?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&title=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a>
</div> </div>
@@ -129,7 +129,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -141,7 +141,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -152,9 +152,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -185,6 +185,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Posts - Mil años de solitario</title> <title>Posts - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/post/"> <meta property="og:url" content="CoderSherlock.github.io/post/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div> <div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer> <footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Posts on Mil años de solitario</title> <title>Posts on Mil años de solitario</title>
<link>http://CoderSherlock.github.io:1313/post/</link> <link>CoderSherlock.github.io/post/</link>
<description>Recent content in Posts on Mil años de solitario</description> <description>Recent content in Posts on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/post/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link> <link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/post/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/post/" /></head></html>
+2 -2
View File
@@ -2,12 +2,12 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>http://codersherlock.github.io:1313/</loc> <loc>/CoderSherlock.github.io/</loc>
<lastmod>2016-07-30T14:02:34-04:00</lastmod> <lastmod>2016-07-30T14:02:34-04:00</lastmod>
</url> </url>
<url> <url>
<loc>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</loc> <loc>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</loc>
<lastmod>2016-07-30T14:02:34-04:00</lastmod> <lastmod>2016-07-30T14:02:34-04:00</lastmod>
</url> </url>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Android - Mil años de solitario</title> <title>Android - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/android/"> <meta property="og:url" content="CoderSherlock.github.io/tags/android/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div> <div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer> <footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Android on Mil años de solitario</title> <title>Android on Mil años de solitario</title>
<link>http://CoderSherlock.github.io:1313/tags/android/</link> <link>CoderSherlock.github.io/tags/android/</link>
<description>Recent content in Android on Mil años de solitario</description> <description>Recent content in Android on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/tags/android/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="CoderSherlock.github.io/tags/android/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link> <link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/tags/android/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/tags/android/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/android/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/android/" /></head></html>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Arm - Mil años de solitario</title> <title>Arm - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/arm/"> <meta property="og:url" content="CoderSherlock.github.io/tags/arm/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div> <div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer> <footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Arm on Mil años de solitario</title> <title>Arm on Mil años de solitario</title>
<link>http://CoderSherlock.github.io:1313/tags/arm/</link> <link>CoderSherlock.github.io/tags/arm/</link>
<description>Recent content in Arm on Mil años de solitario</description> <description>Recent content in Arm on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/tags/arm/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="CoderSherlock.github.io/tags/arm/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link> <link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/tags/arm/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/tags/arm/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/arm/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/arm/" /></head></html>
+10 -10
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css"> <link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Tags - Mil años de solitario</title> <title>Tags - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/"> <meta property="og:url" content="CoderSherlock.github.io/tags/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a> <a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -76,7 +76,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -88,7 +88,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a> <a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -99,9 +99,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a> <a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a> <a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -131,6 +131,6 @@
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body> </body>
</html> </html>