Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Browse files

scrub a few NPR references from PROJECT_README.md

  • Loading branch information...
commit f0982426ef6fea1366cdcdf71a5cce5ab9ad426e 1 parent a511d28
@rnagle rnagle authored
Showing with 5 additions and 5 deletions.
  1. +5 −5 PROJECT_README.md
View
10 PROJECT_README.md
@@ -1,6 +1,6 @@
-Copyright 2014 NPR. All rights reserved. No part of these materials may be reproduced, modified, stored in a retrieval system, or retransmitted, in any form or by any means, electronic, mechanical or otherwise, without prior written permission from NPR.
+Copyright 2014 INN. All rights reserved. No part of these materials may be reproduced, modified, stored in a retrieval system, or retransmitted, in any form or by any means, electronic, mechanical or otherwise, without prior written permission from INN.
-(Want to use this code? Send an email to nprapps@npr.org!)
+(Want to use this code? Send an email to nerds@invetigativenewsnetwork.org!)
$NEW_PROJECT_SLUG
@@ -40,7 +40,7 @@ The following things are assumed to be true in this documentation.
* You are running OSX.
* You are using Python 2.7. (Probably the version that came OSX.)
* You have [virtualenv](https://pypi.python.org/pypi/virtualenv) and [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) installed and working.
-* You have NPR's AWS credentials stored as environment variables locally.
+* You have INN's AWS credentials stored as environment variables locally.
For more details on the technology stack used with the app-template, see our [development environment blog post](http://blog.apps.npr.org/2013/06/06/how-to-setup-a-developers-environment.html).
@@ -155,10 +155,10 @@ The app template is outfitted with a few ``fab`` utility functions that make pul
To update the latest document, simply run:
```
-fab copytext.update
+fab text.update
```
-Note: ``copytext.update`` runs automatically whenever ``fab render`` is called.
+Note: ``text.update`` runs automatically whenever ``fab render`` is called.
At the template level, Jinja maintains a ``COPY`` object that you can use to access your values in the templates. Using our example sheet, to use the ``byline`` key in ``templates/index.html``:

0 comments on commit f098242

Please sign in to comment.
Something went wrong with that request. Please try again.