Skip to content

Commit 6c7bb58

Browse files
committed
new index for Docs
1 parent 7edcbb9 commit 6c7bb58

File tree

278 files changed

+91
-7188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+91
-7188
lines changed

.gitignore

-46
This file was deleted.

_documentation/Address.markdown

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Addresses
3+
layout: default_toc
4+
---
5+
#Addresses
6+
7+
<a class="infoLink" name="top"></a>[top](#top)
8+
9+
<div class="anchors">
10+
[Maintenance](#used)
11+
[address_type](#addr_type)
12+
[address](#address)
13+
[valid_addr_fg](#valid_addr_fg)
14+
</div>
15+
16+
Addresses are ways to locate or contact [Agents](../agent). There are both physical addresses and electronic addresses, and various types of each of these. Electronic addresses include phone numbers, e-mail addresses, and web pages. As well as being informational, addresses are used in extensively in transactions such as [loans](../loan), [permits](../permit), and [accessions](../accession). Any one Agent may have any number of addresses of any type.
17+
18+
## Maintenance
19+
20+
<a name="used"></a>Addresses used in shipments are automatically maintained. Changes are pushed to a new address, and every attempt to change[*](#change) a shipping address will result in the creation of a new address. Used addresses are noted with a red border on the Edit Agent form. This is in order to retain them against the possibility that a missing item was actually shipped to the incorrect address, and thereby facilitate any attempt to trace the shipment. Used addresses may not be deleted. Email addresses of Operators are used extensively by various reports or notifications. Please ensure that all operators have a valid email address. <a name="change"></a>Note: "Changes" do not include the addition or removal of linebreak (chr(10) and chr(13)) characters, spaces, or commas.
21+
22+
## Address Type
23+
24+
**Address Type:** The kind of address, or how the address is used. The vocabulary is controlled by [ctaddress_type](http://arctos.database.museum/info/ctDocumentation.cfm?table=ctaddress_type).
25+
26+
## Address
27+
28+
Address: The address string. Control (_e.g._, linefeed) characters are allowed in mailing addresses, which will display in a textarea on the edit agent form. Other address types use HTML5 datatype controls. Mailing or shipping addresses should be of the format:
29+
30+
Agent Name, Job Title Full Mailing Address Street, State, etc. as required Zip Code or Equivalent, Country Code
31+
32+
Do not abbreviate except according to postal guidelines. Make no assumptions - "local" mailing addresses may be used for returning foreign shipments, and should therefore include country code. Phone numbers should include country and area codes, URIs should include protocol (http://), etc.
33+
34+
## Remarks
35+
36+
**Remarks:** Any necessary explanation of the address. Examples might include:
37+
38+
* Sabbatical address during academic year 04/05.
39+
* Not valid for Federal Express deliveries.
40+
* Jones uses home address in June and July.
41+
42+
<div class="fldDef">addr . valid_addr_fg NUMBER not null</div>
43+
44+
## [](#top)Valid Flag
45+
46+
**Valid?:** A flag indicating whether or not the address is still valid. Invalid (old, or corrected) addresses are maintained against the possibility that they might be needed to resolve a lost shipment. Please invalidate any addresses as necessary.

_documentation/index_index.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: "Documentation Index"
3+
layout: collection_index
4+
---
5+
<h1 class="page-heading">Documentation</h1>
6+
7+
<h2>Data</h2>
8+
<ul class="collection-list">
9+
<li><a href="agents.markdown">Agents</a></li>
10+
<li><a href="agent-addresses.markdown">Address</a></li>
11+
<li><a href="attributes.markdown">Attributes</a></li>
12+
<li><a href="authorities.markdown">Authorities</a></li>
13+
14+
15+
16+
17+
18+
19+
20+
21+
</ul>
22+
23+
24+
25+
26+
27+
28+
<ul class="collection-list" data-path="{{page.path}}">
29+
{% for collection in site.collections %}
30+
<!-- {{ collection.label }} -->
31+
{% if page.path contains collection.label %}
32+
<!-- {{ page.path }} does contain {{ collection.label }} -->
33+
{% assign sorted_docs = (collection.docs | sort: 'title') %}
34+
{% for doc in sorted_docs %}
35+
<!-- Iterating on {{doc.title}} @ {{doc.url}} -->
36+
{% unless doc.url contains "index" %}
37+
<li>
38+
<a class="collection-link" href="{{ doc.url | prepend: site.baseurl }}">{{ doc.title}}</a>
39+
<span class="doc-snippet"></span>
40+
</li>
41+
{% endunless %}
42+
{% endfor %}
43+
{% endif %}
44+
{% endfor %}
45+
</ul>

bower_components/bootstrap/.bower.json

-44
This file was deleted.

bower_components/bootstrap/grunt/.jshintrc

-7
This file was deleted.

bower_components/bootstrap/js/.jscsrc

-42
This file was deleted.

bower_components/bootstrap/js/.jshintrc

-15
This file was deleted.

0 commit comments

Comments
 (0)