Added help documentation links

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1626 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-25 01:35:00 +00:00
parent 2d9e7c87f6
commit d6b1455fb2
3 changed files with 9 additions and 8 deletions

View File

@ -2,11 +2,9 @@
<div class="dialog-header" bind="dialogHeader">Align to Freebase's Schemas</div> <div class="dialog-header" bind="dialogHeader">Align to Freebase's Schemas</div>
<div class="dialog-body" bind="dialogBody"> <div class="dialog-body" bind="dialogBody">
<p class="body-text"> <p class="body-text">
The schema alignment skeleton below specifies how the graph-shaped data will get generated The schema alignment skeleton below specifies how your grid-shaped data will be
from your grid-shaped data and written into Freebase. The cells in each record of your data will transformed into graph-shaped data in Freebase's schemas.
get placed into nodes within the skeleton. Configure the skeleton by specifying which <a href="http://code.google.com/p/google-refine/wiki/SchemaAlignment" target="_blank">Find out more ...</a>
column to substitute into which node. A node can also be an automatically generated
anonymous node, or it can be an explicit value or topic that is the same for all records.
</p> </p>
<div id="schema-alignment-tabs" class="refine-tabs"> <div id="schema-alignment-tabs" class="refine-tabs">
<ul> <ul>

View File

@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var html = "text/html"; var html = "text/html";
var encoding = "UTF-8"; var encoding = "UTF-8";
var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager; var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager;
var bundle = false; var bundle = true;
var templatedFiles = { var templatedFiles = {
// Requests with last path segments mentioned here // Requests with last path segments mentioned here

View File

@ -48,7 +48,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<span id="project-name-button" class="app-path-section" title="Click to rename project"></span> <span id="project-name-button" class="app-path-section" title="Click to rename project"></span>
<a id="project-permalink-button" href="javascript:{}" class="secondary">Permalink</a> <a id="project-permalink-button" href="javascript:{}" class="secondary">Permalink</a>
</div> </div>
<div id="project-controls"><a class="button button-primary" bind="exportButton" id="export-button" href="#export"><span class="button-menu">Export</span></a></div> <div id="project-controls">
<a href="http://code.google.com/p/google-refine/wiki/DocumentationForUsers" target="_blank">Help Documentation</a>
<a class="button button-primary" bind="exportButton" id="export-button" href="#export"><span class="button-menu">Export</span></a>
</div>
</div> </div>
<div id="loading-message"><img src="images/large-spinner.gif" /> Starting up...</div> <div id="loading-message"><img src="images/large-spinner.gif" /> Starting up...</div>