[ckan-changes] commit/ckanjs: rgrp: [doc][s]: minor updates to README and (xs) remove add a resource menu option.
Bitbucket
commits-noreply at bitbucket.org
Tue May 17 12:02:43 UTC 2011
1 new changeset in ckanjs:
http://bitbucket.org/okfn/ckanjs/changeset/d7bc3fd7de6c/
changeset: r69:d7bc3fd7de6c
user: rgrp
date: 2011-05-17 14:02:29
summary: [doc][s]: minor updates to README and (xs) remove add a resource menu option.
affected #: 2 files (98 bytes)
--- a/README.rst Fri May 13 19:04:16 2011 +0100
+++ b/README.rst Tue May 17 13:02:29 2011 +0100
@@ -1,4 +1,4 @@
-A fully-featured javascript-only interface to CKAN_ sites.
+A fully-featured javascript-only interface to CKAN_ sites (entitled DataDeck).
With its modular design it can also function as a javascript library for those
wishing to do their own development.
@@ -8,18 +8,15 @@
Installation
============
-1. Copy index.html along with the vendor directory, the css and the javascript
- to your directory of choice.
+1. Copy this directory to the directory of your choice.
-2. Open index.html in a web browser.
+2. Open app/index.html in a web browser.
Config File
-----------
-You can overload the main config options in config.js by creating your own
-configlocal.js and setting relevant options e.g.::
-
- CKAN.Config.url = "http://myckaninstance.org/"
+You can overload the main config options by creating your own configlocal.js
+app/ directory and setting relevant options (copy and paste from template).
CKAN Server Config
@@ -62,8 +59,8 @@
Roadmap
-------
- 0. Testing - QUnit + Sinon.js
+ 0. Testing - QUnit + Sinon.js (DONE)
1. Search (Done)
- 2. Create a Package
- 3. Edit a Package - Full and Inline
+ 2. Create a Package (DONE)
+ 3. Edit a Package - Full and Inline (DONE)
--- a/app/index.html Fri May 13 19:04:16 2011 +0100
+++ b/app/index.html Tue May 17 13:02:29 2011 +0100
@@ -67,7 +67,6 @@
<ul><li class="first"><a href="#search">Search</a></li><li><a href="#add">Add a Dataset</a></li>
- <li><a href="#add-resource">Add a Resource</a></li><li class="last"><a href="#config" class="config-show">Configuration</a></li>
Repository URL: https://bitbucket.org/okfn/ckanjs/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list