Ignore:
Timestamp:
07/05/12 11:55:47 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Apache DB proxy setup included.

Location:
Dev/branches/rest-dojo-ui/client
Files:
2 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/config

    • Property svn:ignore set to
      .htaccess.swp
      .index.html.swp
  • Dev/branches/rest-dojo-ui/client/config/index.html

    r328 r351  
    1717        <h1>Configure CouchDB</h1>
    1818        <div>
    19             <label for="url">CouchDB URL</label><input type="text" id="url" data-dojo-type="dijit.form.TextBox"/><br/>
     19            <label for="url">CouchDB URL</label><input type="text" id="url" value="http://localhost:5984/" data-dojo-type="dijit.form.TextBox"/><br/>
    2020            <label for="username">Admin username</label><input type="text" id="username" data-dojo-type="dijit.form.TextBox"/><br/>
    2121            <label for="password">Admin password</label><input type="password" id="password" data-dojo-type="dijit.form.TextBox"/><br/>
  • Dev/branches/rest-dojo-ui/client/rft/css/rftIcons.css

    r349 r351  
    1 \/* 
     1/* 
    22    The icon's parent element class decides the icon size and url. (.rftLargeButton .rftIcon / .rftInlineButton .rftIcon, for example)
    33    The icon gets two classes: .rftIcon (which sets general spacing/positioning, etc),
  • Dev/branches/rest-dojo-ui/client/rft/store.js

    r343 r351  
    161161        });
    162162
    163         return new CouchStore({target: '/couchdb/rft/'});
     163        return new CouchStore({target: 'data/'});
    164164
    165165    });
Note: See TracChangeset for help on using the changeset viewer.