don't assume a protocol
This commit is contained in:
Родитель
f9b2792787
Коммит
9d0a72d714
|
@ -1,6 +1,6 @@
|
|||
script(src="js/json2.js")
|
||||
script(src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js")
|
||||
script(src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js")
|
||||
script(src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js")
|
||||
script(src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js")
|
||||
script(src="js/moment-2.5.1.js")
|
||||
script(src="js/clndr.min.js")
|
||||
script(src="js/site.js")
|
||||
|
@ -63,7 +63,6 @@ script(type="text/template",id="template-calendar").
|
|||
</table>
|
||||
|
||||
div.cal1
|
||||
foo
|
||||
|
||||
div#day
|
||||
ul#events
|
|
@ -1,9 +0,0 @@
|
|||
h1 Research Questions
|
||||
|
||||
p This is a record of the research questions that have come up. Some will lead to prototypes and testing, others not. They are grouped for convenience only.
|
||||
|
||||
h2 Distribution
|
||||
|
||||
h3 <a href="questions/onlyappstores">Are Appstores the only distribution model for content?</a>
|
||||
|
||||
h3 <a href="questions/p2pmeans">What could peer-to-peer app sharing look like?</a>
|
|
@ -1,7 +0,0 @@
|
|||
h1.questionheading Are Appstores the only viable app distribution model?
|
||||
|
||||
div.author David Ascher
|
||||
|
||||
p Appstores are one of the defining characteristics of the modern smartphone ecosystem. Much has been written about the economic value to the appstore operator of that central control. I'm curious whether different countries have different affinity for strongly branded appstores.
|
||||
|
||||
p Do old democracies, where central control has been a mainstream political structure for hundreds of years, result in markets that are comfortable with a single supplier? Are there economic indicators that suggest that different countries naturally “prefer” more or less centralized acquisition of media? Is centralization of supply always tied to economic development and consolidation of a mature market?
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
||||
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
||||
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
||||
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
|
|
Загрузка…
Ссылка в новой задаче