Revision 8050
Added by Aaron Marcuse-Kubitza almost 12 years ago
index.php | ||
---|---|---|
151 | 151 |
add_ns("DwC", ".term", "http://rs.tdwg.org/dwc/terms/#"); |
152 | 152 |
{ |
153 | 153 |
print("<blockquote>\n"); $h_level++; |
154 |
add_ns("DwC-history", ".term", "http://rs.tdwg.org/dwc/terms/history/#");
|
|
154 |
add_ns("DwC.history", ".term", "http://rs.tdwg.org/dwc/terms/history/#");
|
|
155 | 155 |
print("</blockquote>\n"); $h_level--; |
156 | 156 |
} |
157 | 157 |
add_ns("TCS", "#/XPath", "http://www.tdwg.org/standards/117/download/#/v101.xsd"); |
... | ... | |
166 | 166 |
add_ns("SALVIAS", ".table.column", by_prefix($SALVIAS."#Plot_", $SALVIAS)); |
167 | 167 |
{ |
168 | 168 |
print("<blockquote>\n"); $h_level++; |
169 |
add_ns("SALVIAS-db", ".table.column", nimoy_db("salvias_plots"));
|
|
170 |
add_ns("SALVIAS-users", ".table.column", nimoy_db("salvias_users"));
|
|
169 |
add_ns("SALVIAS.db", ".table.column", nimoy_db("salvias_plots"));
|
|
170 |
add_ns("SALVIAS.users", ".table.column", nimoy_db("salvias_users"));
|
|
171 | 171 |
print("</blockquote>\n"); $h_level--; |
172 | 172 |
} |
173 | 173 |
add_ns("BIEN2", "", $nimoy."?target=server_databases.php"); |
174 | 174 |
{ |
175 | 175 |
print("<blockquote>\n"); $h_level++; |
176 |
add_ns("BIEN2-web", ".table.column", nimoy_db("bien_web"));
|
|
177 |
add_ns("BIEN2-core", ".table.column", nimoy_db("bien2"));
|
|
178 |
add_ns("BIEN2-geoscrub", ".table.column", nimoy_db("geoscrub"));
|
|
179 |
add_ns("BIEN2-staging", ".table.column", nimoy_db("bien2_staging"));
|
|
176 |
add_ns("BIEN2.web", ".table.column", nimoy_db("bien_web"));
|
|
177 |
add_ns("BIEN2.core", ".table.column", nimoy_db("bien2"));
|
|
178 |
add_ns("BIEN2.geoscrub", ".table.column", nimoy_db("geoscrub"));
|
|
179 |
add_ns("BIEN2.staging", ".table.column", nimoy_db("bien2_staging"));
|
|
180 | 180 |
print("</blockquote>\n"); $h_level--; |
181 | 181 |
} |
182 | 182 |
add_ns("VegBIEN", ".table.column", phpPgAdmin("http://vegbiendev.nceas.ucsb.edu/phppgadmin/redirect.php?server=localhost%3A5432%3Aallow&database=vegbien&schema=public")); |
... | ... | |
189 | 189 |
add_ns("CTFS", "", $Redmine."/wiki/CTFS"); |
190 | 190 |
{ |
191 | 191 |
print("<blockquote>\n"); $h_level++; |
192 |
add_ns("CTFS-schema", ".table.column", $Redmine_svn."/inputs/CTFS/_archive/DBv5.txt#");
|
|
193 |
add_ns("CTFS-tables", ".table", fragment_override($Redmine."/wiki/CTFS", "Tables"));
|
|
194 |
add_ns("CTFS-terms", ".term", $Redmine_svn."/inputs/CTFS/_src/ctfs-comments_worksheet.xls#");
|
|
192 |
add_ns("CTFS.schema", ".table.column", $Redmine_svn."/inputs/CTFS/_archive/DBv5.txt#");
|
|
193 |
add_ns("CTFS.tables", ".table", fragment_override($Redmine."/wiki/CTFS", "Tables"));
|
|
194 |
add_ns("CTFS.terms", ".term", $Redmine_svn."/inputs/CTFS/_src/ctfs-comments_worksheet.xls#");
|
|
195 | 195 |
print("</blockquote>\n"); $h_level--; |
196 | 196 |
} |
197 |
add_ns("IH-db", ".term", $IH_db);
|
|
197 |
add_ns("IH.db", ".term", $IH_db);
|
|
198 | 198 |
print("</blockquote>\n"); |
199 | 199 |
} |
200 | 200 |
print("<h3>People</h3>"); |
... | ... | |
204 | 204 |
{ |
205 | 205 |
print("<blockquote>\n"); $h_level++; |
206 | 206 |
$Brad_Boyle_VegCore = $Redmine_svn."/schemas/VegCore/Brad_Boyle"; |
207 |
add_ns("Brad-data-provenance", ".term", $Brad_Boyle_VegCore."/BIEN%20database%20entities%20related%20to%20data%20provenance%20and%20ownership.docx#");
|
|
208 |
add_ns("Brad-DwC-IDs-2013-2-7", ".term", $Brad_Boyle_VegCore."/vegbien_identifiers.xlsx#");
|
|
209 |
add_ns("Brad-DwC-IDs-2013-1-31", ".term", $Brad_Boyle_VegCore."/vegbien_identifier_examples.xlsx#");
|
|
207 |
add_ns("Brad.data-provenance", ".term", $Brad_Boyle_VegCore."/BIEN%20database%20entities%20related%20to%20data%20provenance%20and%20ownership.docx#");
|
|
208 |
add_ns("Brad.DwC-IDs.2013-2-7", ".term", $Brad_Boyle_VegCore."/vegbien_identifiers.xlsx#");
|
|
209 |
add_ns("Brad.DwC-IDs.2013-1-31", ".term", $Brad_Boyle_VegCore."/vegbien_identifier_examples.xlsx#");
|
|
210 | 210 |
print("</blockquote>\n"); $h_level--; |
211 | 211 |
} |
212 | 212 |
print("</blockquote>\n"); |
Also available in: Unified diff
web/main/index.php: Replaced - with . in namespaces to conform to new dotpath naming convention, which allows nesting of namespaces