removed 'connector' from app names
This commit is contained in:
Родитель
21a53e0e5e
Коммит
b8b0f22198
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name":"Flickr Connector",
|
||||
"name":"Flickr",
|
||||
"developer": {
|
||||
"name":"Mozilla Labs Demo",
|
||||
"url":"http://mozillalabs.com"
|
|
@ -1,7 +1,7 @@
|
|||
{% import config %}
|
||||
<html>
|
||||
<head>
|
||||
<title>{{config.PHOTO_SITE}} Connector</title>
|
||||
<title>{{config.PHOTO_SITE}}</title>
|
||||
<script type="text/javascript" src="/static/js/jquery-1.4.4.min.js"></script>
|
||||
<link type="text/css" href="/static/css/style.css" rel="stylesheet" />
|
||||
<link rel="application-manifest" href="/{{app_name}}.webapp"></link>
|
||||
|
@ -58,7 +58,7 @@ $(document).ready(init);
|
|||
<body>
|
||||
|
||||
<div class="container">
|
||||
<p>This is the {{config.PHOTO_SITE}} Connector application.</p>
|
||||
<p>This is the {{config.PHOTO_SITE}} application.</p>
|
||||
|
||||
<p>It is a product of Mozilla Labs, and is experimental code. It is intended
|
||||
to show how a {{config.PHOTO_SITE}} integration with an Open Web Apps service framework
|
||||
|
@ -69,7 +69,7 @@ for now, we ask users to authorize us to access their data on their behalf.
|
|||
</p>
|
||||
|
||||
<div id="notinstalled">
|
||||
<p>The {{config.PHOTO_SITE}} Connector application is <em>not installed.</em> You will
|
||||
<p>The {{config.PHOTO_SITE}} application is <em>not installed.</em> You will
|
||||
need to install it into your browser before it can do anything interesting for you.</p>
|
||||
|
||||
<div style="text-align:center">
|
||||
|
@ -80,7 +80,7 @@ need to install it into your browser before it can do anything interesting for y
|
|||
|
||||
<div id="installed">
|
||||
<p>
|
||||
The {{config.PHOTO_SITE}} Connector application is installed and configured.
|
||||
The {{config.PHOTO_SITE}} application is installed and configured.
|
||||
</p>
|
||||
|
||||
<div style="text-align:center">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name":"Picasa Connector",
|
||||
"name":"Picasa",
|
||||
"developer": {
|
||||
"name":"Mozilla Labs Demo",
|
||||
"url":"http://mozillalabs.com"
|
|
@ -27,7 +27,7 @@ else:
|
|||
# photo provider stuff
|
||||
# dynamically import the right module
|
||||
|
||||
APP_NAME = config.PHOTO_SITE.lower() + "connector"
|
||||
APP_NAME = config.PHOTO_SITE.lower()
|
||||
DOMAIN = "https://%s.mozillalabs.com" % APP_NAME
|
||||
|
||||
photosite = __import__(config.PHOTO_SITE.lower())
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name":"SmugMug Connector",
|
||||
"name":"SmugMug",
|
||||
"developer": {
|
||||
"name":"Mozilla Labs Demo",
|
||||
"url":"http://mozillalabs.com"
|
Загрузка…
Ссылка в новой задаче