Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the app page multi-author capable #90

Open
slopjong opened this issue Jun 18, 2013 · 0 comments
Open

Make the app page multi-author capable #90

slopjong opened this issue Jun 18, 2013 · 0 comments

Comments

@slopjong
Copy link

At the moment the app page can only show one author of a project. DSpace however has more than one contributor, the page should list them all as suggested by @chron0.

    {
        "Title": "DSpace SpaceAPI-Overlay",
        "Description": "SpaceAPI Hackerspaces Overlay for DSpace",
        "Website": "https://apollo.open-resource.org/lab:dspace",
        "Github": "https://github.com/apollo-ng/dspace-client",
        "Gitorious": "",
        "Techniques": "Node.js, JavaScript",
        {
            "Author": [
            {
                "Name" : "alice-wl",
                "Twitter" : "@alice",
                "Website" : "http://www.notomorrow.de"
            },
            {
                "Name" : "chrono",
                "Website" : "https://apollo.open-resource.org"
            },
            {
                "Name" : "elf-pavlik",
                "Website" : "http://wwelves.org"
            },
            {
                "Name" : "iggy",
                "Website" : "https://apollo.open-resource.org"
            },
            {
                "Name" : "Niklas E. Cathor",
                "Email": "nilclass@riseup.net",
                "Github" : "https://github.com/nilclass"
            },
        ],
        "Organization": "Apollo-NG",
        "Organizationsite": "https://apollo.open-resource.org/",
        "Screenshot": "dspace-overlay.png"
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant