[KSS-checkins] r43675 - in kukit/KSSPylonsWiki/trunk: . kss/pylonswiki/public/firebug kss/pylonswiki/templates
jvloothuis at codespeak.net
jvloothuis at codespeak.net
Sat May 26 14:27:05 CEST 2007
Author: jvloothuis
Date: Sat May 26 14:27:05 2007
New Revision: 43675
Removed:
kukit/KSSPylonsWiki/trunk/kss/pylonswiki/public/firebug/
Modified:
kukit/KSSPylonsWiki/trunk/README.txt
kukit/KSSPylonsWiki/trunk/kss/pylonswiki/templates/autohandler
Log:
Removed firebug
Modified: kukit/KSSPylonsWiki/trunk/README.txt
==============================================================================
--- kukit/KSSPylonsWiki/trunk/README.txt (original)
+++ kukit/KSSPylonsWiki/trunk/README.txt Sat May 26 14:27:05 2007
@@ -1,16 +1,24 @@
-This file is for you to describe the KSSWiki application. Typically
-you would include information such as the information below:
+===============
+KSS Pylons Wiki
+===============
+
+The KSS Pylons Wiki servers as an example of KSS usage within Pylons. It is
+based on the original Pylons Wiki tutorial.
+
+This example can guide you when implementing KSS functionality for your own
+Pylons application. It does not however use the full power of the KSS
+framework. So be sure to look at the documentation on http://kssproject.org
Installation and Setup
======================
-Install ``KSSWiki`` using easy_install::
+Install ``KSSPylonsWiki`` using easy_install::
- easy_install KSSWiki
+ easy_install KSSPylonsWiki
Make a config file as follows::
- paster make-config KSSWiki config.ini
+ paster make-config KSSPylonsWiki config.ini
Tweak the config file as appropriate and then setup the application::
Modified: kukit/KSSPylonsWiki/trunk/kss/pylonswiki/templates/autohandler
==============================================================================
--- kukit/KSSPylonsWiki/trunk/kss/pylonswiki/templates/autohandler (original)
+++ kukit/KSSPylonsWiki/trunk/kss/pylonswiki/templates/autohandler Sat May 26 14:27:05 2007
@@ -5,7 +5,6 @@
<% h.stylesheet_link_tag('/quick.css') %>
<% h.kss_javascripts() %>
<link rel="kinetic-stylesheet" type="text/kss" href="/wiki.kss" />
- <script language="javascript" type="text/javascript" src="/firebug/firebug.js"></script>
<% h.kss_base_tag() %>
More information about the Kukit-checkins
mailing list