-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the new PubHubs account card (#113)
* Add new account card * Add new account card * camelCase instead of snake_case * sign PubHubs scheme --------- Co-authored-by: Sander Hollaar <[email protected]>
- Loading branch information
1 parent
4a89572
commit ff018f1
Showing
4 changed files
with
55 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<IssueSpecification version="4"> | ||
<Name> | ||
<en>PubHubs Registration</en> | ||
<nl>PubHubs Registratie</nl> | ||
</Name> | ||
<ShortName> | ||
<en>PubHubs Registration</en> | ||
<nl>PubHubs Registratie</nl> | ||
</ShortName> | ||
<SchemeManager>pbdf</SchemeManager> | ||
<IssuerID>PubHubs</IssuerID> | ||
<CredentialID>account</CredentialID> | ||
<Description> | ||
<en>Your PubHubs registration</en> | ||
<nl>Je PubHubs registratie</nl> | ||
</Description> | ||
<ShouldBeSingleton>false</ShouldBeSingleton> | ||
|
||
<Attributes> | ||
<Attribute id="id"> | ||
<Name> | ||
<en>Registration pseudonym</en> | ||
<nl>Registratie pseudoniem</nl> | ||
</Name> | ||
<Description> | ||
<en>Your unique PubHubs pseudonym</en> | ||
<nl>Je unieke PubHubs pseudoniem</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="registrationDate"> | ||
<Name> | ||
<en>Date of registration</en> | ||
<nl>Datum van registratie</nl> | ||
</Name> | ||
<Description> | ||
<en>Your original registration date at PubHubs</en> | ||
<nl>Je oorspronkelijke registratiedatum bij PubHubs</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="registrationSource"> | ||
<Name> | ||
<en>Method of registration</en> | ||
<nl>Methode van registratie</nl> | ||
</Name> | ||
<Description> | ||
<en>Your method of registration</en> | ||
<nl>Je methode van registratie</nl> | ||
</Description> | ||
</Attribute> | ||
</Attributes> | ||
</IssueSpecification> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1 +1 @@ | ||
1693378087 | ||
1693899203 |