Skip to content

Commit

Permalink
[setup][s]: minor corrections.
Browse files Browse the repository at this point in the history
  * pip-requirements.txt: refer to hg repos
  * setup.py: reference deliverance (optional)
  * shakespeare/__init__.py: update docs to mention who.ini
  * shakespeare/templates/layout_base.html: remove accidentally added local path for css
  • Loading branch information
rufuspollock committed Jan 30, 2010
1 parent b8a1277 commit a1b45f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pip-requirements.txt
Expand Up @@ -8,6 +8,5 @@
# Can also check these out locally
# You would then replace with local checkout path e.g.
# -e local-install-path
-e svn+https://knowledgeforge.net/shakespeare/svn/trunk#egg=shakespeare
-e hg+https://knowledgeforge.net/shakespeare/hg#egg=shakespeare
-e hg+https://knowledgeforge.net/okfn/annotator#egg=annotator

4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -27,6 +27,10 @@
'annotator>=0.3a',
'repoze.who>=1.0.0,<1.0.99',
'repoze.who.plugins.openid>=0.5,<0.5.99',
# Needed if you are doing deliverance/proxying stuff
# you should install python-lxml first directly
# (has lots of c extensions ...)
# 'deliverance>=0.3a'
],
test_suite='nose.collector',
package_data={'shakespeare': ['i18n/*/LC_MESSAGES/*.mo']},
Expand Down
2 changes: 2 additions & 0 deletions shakespeare/__init__.py
Expand Up @@ -72,6 +72,8 @@
paster make-config shakespeare {your-config.ini}
You should also symlink who.ini into same directory as your config file.
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Expand Down
1 change: 0 additions & 1 deletion shakespeare/templates/layout_base.html
Expand Up @@ -14,7 +14,6 @@
<link rel="shortcut icon" href="/img/shkspr.ico" type="image/x-icon" />

<link rel="stylesheet" href="http://m.okfn.org/kforge/css/master.css" type="text/css" media="screen, print" title="Master stylesheet" charset="utf-8" />
<link rel="stylesheet" href="/kforge/css/master.css" type="text/css" media="screen, print" title="Master stylesheet" charset="utf-8" />
<link rel="stylesheet" href="/extra.css" type="text/css" media="screen, print" title="Master stylesheet" charset="utf-8" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
Expand Down

0 comments on commit a1b45f4

Please sign in to comment.