50 recent changes in Documentation Web retrieved at 09:15 (GMT)

Docker
Docker A collection of information around the container technology docker and ideas of how it can be used within 52°North communities. Documentation * Docker ...
r9 - 07 Jun 2023 - 15:29 by JohannesSchnell
WebPreferences
Wiki.Documentation Web Preferences The following settings are web preferences of the Wiki.Documentation web. These preferences overwrite the site level preference...
ProductLogos
Metadata * Topic created by: Main.EikeHinderkJuerrens * Topic created on: 2013 02 14
WebHome
52°North Documentation Web A knowledge base for 52°North developers, partners, users, and friends. Recent changes in web: %SEARCH{ "'1'" web="" type="query" ...
ImageAndContainerLabelSpecification
Image And Container Label Specification Introduction We in the IT team need to know quickly when we have a container in front of us and want to answer the follo...
ThirdPartyLicensesForASL
Third party Licenses in Apache Software License Projects This page lists guidelines for including third pary libraries into code that is licensed under Apache So...
ThirdPartyLicensesForGPL
Third party Licenses for GPL Projects This page lists guidelines for including third pary libraries into code that is licensed under GNU General Public Lic. If i...
GeoTools
GeoTools Maven repositories The former OpenGeo Maven repository (http://repo.opengeo.org) where the GeoTools dependencies were present is no longer available. It...
r3 - 02 Feb 2021 - 13:19 by MatthesRieke
BestPracticeSoftwareRelease
Best Practice Software Release Find more best practices here: BestPractice. Software Naming Conventions General rules * Entire release name are written in lo...
GitHubProjectDocumentation
Software Project Documentation @ GitHub Introduction The following documents are used to provide consistent information regarding the 52°North software pages ho...
r15 - 22 Nov 2017 - 08:03 by AnnHitchcock
TransferGitHubRepository
Transfer Repository to GitHub For a project to become part of the 52 #176;North managed code base, all contributors must have signed a contributors license agree...
WebNotify
* it monitor #64;52north.org * Main.DanielNuest: BestPractice BestPractice* WebHome EclipseTips Wiki* TipsForBetterCoding LicenseManagement* * h.bredel #64;...
BestPracticeReleaseReadme
Release Readme Best Practice This page's goal is to develop a common template for REAMDE or README. txt md files to be included in software releases for the 52 #...
BestPracticeSoftwareDocumentation
Best Practice for Software Documentation in the Wiki It is hard to define clear guidelines for documentation. Things rely heavily on the software at hand: is it a...
WikiGuide
Wiki Guide This guide contains the collected knowledge of the 52 #176;North universe regarding the efficient usage of this wiki. It comprises the following secti...
WebLeftBar
" warn="off"}% * ** * * * * * * %IF{"istopic ''" then=" * $percntICON{\"statistics\"}$percnt $percntMAKETEXT{\"Statistics...
TWikiToFoswikiChanges
What changed because of the switch from TWiki to foswiki Introduction In June 2016, 52°North switch from TWiki to foswiki. This results in some changes in namin...
GitFAQ
Git FAQ Introduction Purpose: This FAQ is to collect git specific information regarding to * What git is * How to use git, and more specifically GitHub ...
Java52nCertificateInstallation
Install 52 #176;North Certificate in Java Introduction 52 #176;North does not offer an SSL certificate (for now) which is provided by external party trust agenc...
Securing52NWebServices
Best Practice for Securing 52 #176;North Web Services Using HTTPS as the schema for our services should be considered as the default nowadays. We have documented...
BestPracticeOpenSourceForUniversityResearchers
Open Source Software Publishing for University Researchers Are you a student / software developer / research and just want the step by step guidelines? Jump to th...
r13 - 14 Mar 2016 - 16:50 by DanielNuest
CompressedResponse
Support compressed responses in web services Querying a web service can result to huge responses, e.g. the response of a SOS GetObservation request. To reduce th...
r8 - 14 Aug 2015 - 08:17 by DanielNuest
ClassLoaderLeakPreventor
ClassLoaderLeakPreventor Introduction With the ClassLoaderLeakPreventor you can avoid the This is very likely to create a memory leak. log statements... and the ...
r3 - 13 Aug 2015 - 07:44 by DanielNuest
BestPracticeLicenseManagementInSoftwareProjects
License Management in Software Projects Why do license management as a developer? Because you have to plain and simple. If you publish your or your employers ...
r22 - 13 Aug 2015 - 07:00 by DanielNuest
JenkinsHome
Jenkins Home This topic contains tips'n'tricks regarding our jenkins build server. Feel free to add useful content! Trouble shooting * If your jobs fails bec...
TipsForBetterCoding
Tips for Better Coding On this page, we collect coding tips, advice and practices with which we have had good experience, but in 140 characters or less! Please s...
r6 - 16 Jun 2015 - 12:23 by DanielNuest
MavenHome
Maven Documentation 52 North Repositories * Releases: http://52north.org/maven/repo/releases/ * Snapshots: http://52north.org/maven/repo/snapshots/ ...
JGitFlowPlugin
Maven JGit Flow Plugin Introduction The Maven JGit Flow Plugin allows to create and merge a new relase, feature or hotfix branch in a simple way. When starting ...
NEW - 11 Jun 2015 - 11:53 by CarstenHollmann
ResolveMergeConflictsInGitEclipse
EGit Auto Merge and Conflict Resolution Resolving conflicts in Git with Eclipse is easy in most of the cases. Git has a robust auto merging implemented. Still, so...
ADSB
Aircrafts as Moving Sensors using ADS B Introduction We'd like to track aircrafts... and push their data into the Sensor Web! Resources Linux * http://g4f...
NEW - 09 Apr 2015 - 14:06 by MatthesRieke
Java7NewAndNoteworthy
Java 7 New and Noteworthy Why bother? 1 Java 6 is outdated and will not be updated anymore. Using it is a security risk. 1 Java 7 offers some great new ...
r7 - 27 Mar 2015 - 11:58 by AnnHitchcock
IRC
IRC at 52 #176;North The Internet Relay Chat is a protocol for real time text messaging with multiple users an online chat! Channel #52north 52 #176;North has...
r4 - 21 Jan 2015 - 11:04 by AnnHitchcock
52NorthAccount
52 #176;North Account Guidelines for receiving a 52 #176;North contributor account. Previous to requesting an account Remember 52 North is an Open Source Initi...
r5 - 14 Nov 2014 - 11:42 by AnnHitchcock
WebTopicList
See also the verbose WebIndex.
WebIndex
See also the faster WebTopicList
EclipseTips
Eclipse Tips'n'Tricks This page collects some tips and ideas on how to fix regular issues with Eclipse, which is an awesome development UI. Please add your signa...
CreateIrcChannel
How to create an IRC channel on OFTC 1 Connect to OFTC (irc.oftc.net) with your favourite IRC client. A list of clients can be found here. IMHO x chat ist the ...
BestPracticeJarsInMaven
JARs in Maven Why? Maven intends to be the solution for managing all dependencies, but sometimes this does not work. There are several reasons why a library is ...
BestPracticeDifferentPropertySetsInMaven
Different Property Sets in Maven Problem Don't separating custom properties from code have side effects. You will have to customize a properties file according a...
WikiConcept
Concept and Structures for the 52 #176;North Wiki This page is currently under development. All ideas and structures have NOT yet been decided or put in place. ...
r3 - 17 Sep 2014 - 10:21 by AnnHitchcock
LicenseManagement
License Management Process for 52 #176;North Software Projects Introduction Licensing plays a central role in today's Open Source Software projects. It has an i...
r7 - 16 Sep 2014 - 11:28 by AnnHitchcock
MavenIssues
Maven Issues Introduction This page provides a list of issues that may arrive when using Maven. InvalidAlgorithmParameterException: the trustAnchors parameter ...
r2 - 16 Sep 2014 - 11:11 by AnnHitchcock
MavenDocumentation
Maven Introduction This page contains various information concerning Apache Maven a software project management and comprehension tool. * Maven Documentatio...
NEW - 16 Sep 2014 - 11:02 by AnnHitchcock
SvnToGitHubMigration
SVN to GitHub Migration Repository Migration This HowTo reflects the steps needed for converting a SVN repository into a Git repo and pushing it to GitHub. The s...
r19 - 06 Sep 2014 - 15:40 by DanielNuest
PublishPageUnderCreativeCommons
Publish a Wiki Page under Creative Commons License Why? A clearly defined license allows correct spreading, re using, improving and advertising the content of t...
r5 - 25 Aug 2014 - 13:38 by DanielNuest
PublishSoftwareOnGitHub
Publish Software on GitHub A new repository For a project to become part of the 52 #176;North managed code base, all contributors must have signed a contributor...
r4 - 18 Aug 2014 - 10:17 by DanielNuest
HowToDeployArtifactsToMavenCentral
How to deploy artifacts to Maven Central Deploy via Build Server The 52 #176;North Build Server has been configured in a way that deployment works pretty easy. ...
r2 - 31 Jul 2014 - 15:30 by DanielNuest
Number of topics: 50
Page 1 of 2 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes
Topic revision: r3 - 15 Oct 2014, EikeJuerrens
Legal Notice | Privacy Statement


This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki? Send feedback