-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from roed314/dir_induced
Dir induced
- Loading branch information
Showing
11 changed files
with
346 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{% extends 'homepage.html' %} | ||
|
||
{% block content %} | ||
|
||
<div style="max-width:700px;"> | ||
<p> | ||
There are three options available to access large amounts of data from the LMFDB. | ||
</p> | ||
</div> | ||
|
||
<h3>Downloads from search result pages</h3> | ||
|
||
<div style="max-width:700px;"> | ||
{{KNOWL_INC('intro.download_search')}} | ||
</div> | ||
|
||
<h3>The API</h3> | ||
|
||
<div style="max-width:700px;"> | ||
{{KNOWL_INC('intro.api')}} | ||
</div> | ||
|
||
<h3>Direct SQL connection</h3> | ||
|
||
<div style="max-width:700px;"> | ||
{{KNOWL_INC('intro.direct_sql')}} | ||
</div> | ||
|
||
<h3>SQL Mirror Access</h3> | ||
|
||
<table class="ntdata"> | ||
<tr> | ||
<th>host</th> | ||
<td>devmirror.lmfdb.xyz</td> | ||
</tr> | ||
<tr> | ||
<th>port</th> | ||
<td>5432</td> | ||
</tr> | ||
<tr> | ||
<th>dbname</th> | ||
<td>lmfdb</td> | ||
</tr> | ||
<tr> | ||
<th>user</th> | ||
<td>lmfdb</td> | ||
</tr> | ||
<tr> | ||
<th>password</th> | ||
<td>lmfdb</td> | ||
</tr> | ||
</table> | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,7 +227,7 @@ | |
type: single | ||
heading: | ||
title: Database | ||
url_for: "API.index" | ||
url_for: "API.options" | ||
type: knowl | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.