Skip to content

Commit

Permalink
fix #300
Browse files Browse the repository at this point in the history
  • Loading branch information
thehandsomepanther committed Oct 3, 2016
1 parent 303995d commit 0f343b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Clone our [fabfile](https://github.com/NUKnightLab/fablib) repository and place

Install [virtualenv](https://pypi.python.org/pypi/virtualenv), [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/), and [MongoDB](https://www.mongodb.org/).

If you need to run the server, copy `env.sh.sample` to `env.sh` and, if necessary, modify any values in it. Execute this script when you are working on StoryMapJS, or otherwise arrange for these environment variables to be set. There are a number of environment variables which are critical to running the server which involve Amazon Web Services and Google Application credentials which we do not store in GitHub. If you are at Knight Lab, see a staff developer for these values. If you are outside of Knight Lab, you may not
If you need to run the server, copy `env.sh.sample` to `env.sh` and, if necessary, modify any values in it. Execute this script with `source env.sh` when you are working on StoryMapJS, or otherwise arrange for these environment variables to be set. There are a number of environment variables which are critical to running the server which involve Amazon Web Services and Google Application credentials which we do not store in GitHub. If you are at Knight Lab, see a staff developer for these values. If you are outside of Knight Lab, you may not

# Create a virtual environment
mkvirtualenv storymapjs
Expand Down
17 changes: 8 additions & 9 deletions templates/_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ <h2>Help</h2>
<div id="faq-01" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner"><ul><li>Custom sites</li><li>Wordpress</li><li>Squarespace</li><li>Wix</li></ul><p>Please let us know if you have tried it on others and it works, so that we can add to the list.</p></div>
</div>
</div>
<!-- <div class="accordion-group">
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-02" class="accordion-toggle collapsed">
What if I am getting an error message from Google?</a>
</div>
Why aren't my Google Drive or DropBox Zoomify images working?</a>
</div>
<div id="faq-02" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner"><p>If you receive the message: "This Google Account does not support public Google Drive sharing. Please sign in with a different Google account."</p>
<p>The message should only appear for people using private Google Apps accounts. If you are using a private Google Apps account, do you have administrative control over the private Apps domain?</p>
<p>You need to enable "allow users to publish documents on the web." This would, of course, allow users to publish any documents, so you'd have to choose whether that's acceptable, or whether you just want people to use public Google Drive for this.</p></div>
</div>
</div> -->
<div class="accordion-inner"><p>Unfortunately, Google has <a href="http://googleappsdeveloper.blogspot.com/2015/08/deprecating-web-hosting-support-in.html">deprecated web hosting in Google Drive</a>, which means that Zoomify images hosted on Google Drive. will no longer display. Dropbox has similary <a href="https://www.dropbox.com/help/16">discontinued rendering content in public folders</a>, so this method will cause problems for many users as well.</p>
<p>We're working on a solution, but for right now the only other option seems to be hosting your images on a web server.</p></div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-03" class="accordion-toggle collapsed">
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h3 style="color:#1dacd6;">
<img src="{{ static_url }}img/logos/logo_star.jpg" alt="Fort Worth Star-Telegram" style="max-width:160px; max-height:33px;">
</div>
<h3 style="color:#1dacd6;">
Chilsholm Trail Parkway
Chisholm Trail Parkway
</h3>
</a>
</p>
Expand Down

0 comments on commit 0f343b2

Please sign in to comment.