Difference between revisions of "SUNScholar/Customisation/Developers"

From Libopedia
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
==Introduction==
 
==Introduction==
 
These wiki pages are of interest to those who want to develop features for DSpace and those who wish to integrate DSpace with other web applications.
 
These wiki pages are of interest to those who want to develop features for DSpace and those who wish to integrate DSpace with other web applications.
 +
 +
==DEVOPS==
 +
*http://www.techrepublic.com/article/devops-the-smart-persons-guide
  
 
==[[SUNScholar/API|Application Programming Interface (API)]]==
 
==[[SUNScholar/API|Application Programming Interface (API)]]==
Line 12: Line 15:
 
*https://dzone.com/refcardz/using-xml-java
 
*https://dzone.com/refcardz/using-xml-java
 
*http://acrl.ala.org/techconnect/post/a-novices-intro-to-xslt
 
*http://acrl.ala.org/techconnect/post/a-novices-intro-to-xslt
 +
*https://en.wikipedia.org/wiki/List_of_Ajax_frameworks
 +
==SQL Help==
 +
*http://www.sohamkamani.com/blog/2016/07/07/a-beginners-guide-to-sql
  
 
==Git Help==
 
==Git Help==
 +
*http://www.tecmint.com/best-gui-git-clients-git-repository-viewers-for-linux
 
*ftp://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
 
*ftp://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
 
*http://gitimmersion.com
 
*http://gitimmersion.com
Line 20: Line 27:
 
*https://www.atlassian.com/git/tutorials
 
*https://www.atlassian.com/git/tutorials
 
*https://help.github.com/articles/good-resources-for-learning-git-and-github
 
*https://help.github.com/articles/good-resources-for-learning-git-and-github
 +
 
==Programming Tools==
 
==Programming Tools==
 
*https://github.com/ubuntu/ubuntu-make
 
*https://github.com/ubuntu/ubuntu-make
 +
*http://blog.livecoding.tv/2016/07/12/best-free-programming-books
  
 
==Software Packaging==
 
==Software Packaging==
Line 30: Line 39:
 
==Security==
 
==Security==
 
*https://www.owasp.org
 
*https://www.owasp.org
 +
==Misc==
 +
*http://uow-irrs.github.io/XMLUI-Extras
 +
*http://uow-irrs.github.io/API-Extras
  
 
==Official DSpace Documentation==
 
==Official DSpace Documentation==

Latest revision as of 17:58, 20 February 2017

BACK TO CUSTOMISATION

Introduction

These wiki pages are of interest to those who want to develop features for DSpace and those who wish to integrate DSpace with other web applications.

DEVOPS

Application Programming Interface (API)

Troubleshooting

Java Help

XML/XSLT Help

SQL Help

Git Help

Programming Tools

Software Packaging

Constants

Security

Misc

Official DSpace Documentation