this is a list tutorials for building web application using backbone.js and yeoman. We are building a Photo Gallery JS App from Backbone Fundamentals
[DDB Help Desk]![Build Status]
ddb help desk is a web application for managing ddb institutions and its users.
Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk
, or download the latest release.
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
<!DOCTYPE html><html> | |
<head> | |
<META http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>eSciDoc Metadata Editor</title> | |
<meta content="eSciDoc Metadata Editor" name="description"> | |
<meta content="escidoc, metadata editor" name="keywords"> | |
<link href="/rest/static/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | |
<link href="/rest/static/css/override-bootstrap.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> |
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
<!DOCTYPE html><html> | |
<head> | |
<META http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>eSciDoc Metadata Editor</title> | |
<meta content="eSciDoc Metadata Editor" name="description"> | |
<meta content="escidoc, metadata editor" name="keywords"> | |
<link href="/rest/static/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | |
<link href="/rest/static/css/override-bootstrap.css" rel="stylesheet" type="text/css"> | |
</head> |
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
<organizational-unit> | |
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">FIZ abc</dc:title> | |
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Very good desc</dc:description> | |
</organizational-unit> |
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
public void removeOrganization(String groupId, String id) throws EscidocClientException { | |
TaskParam tp = new TaskParam(); | |
UserGroup updated = c.retrieve(groupId); | |
tp.setLastModificationDate(updated.getLastModificationDate()); | |
// FIXME not optimal | |
for (Selector selector : updated.getSelectors()) { | |
if (selector.getContent().equals(id)) { | |
tp.addResourceRef(selector.getObjid()); |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output encoding="utf-8" indent="yes" method="html" /> | |
<xsl:template match="pubman-admin-descriptor"> | |
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text> | |
<html> | |
<head> | |
<title>Pubman context Metadata Editor</title> | |
<meta name="description" |
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
test |
NewerOlder