From c53e8c20534edc71d9f4b8f6f036e392e8f6a19d Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 17 Mar 2018 19:49:10 +0000 Subject: [PATCH] Implementing importing raw contents for a Fossil repository file. --- repository/Grafoscopio/GrafoscopioNode.class.st | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository/Grafoscopio/GrafoscopioNode.class.st b/repository/Grafoscopio/GrafoscopioNode.class.st index 3f668c3..dd87b51 100644 --- a/repository/Grafoscopio/GrafoscopioNode.class.st +++ b/repository/Grafoscopio/GrafoscopioNode.class.st @@ -55,6 +55,19 @@ GrafoscopioNode class >> clipboard: anObject [ clipboard := anObject ] +{ #category : #utility } +GrafoscopioNode class >> contentProviders [ + "I list the domains of certain providers that are treated specially, because they + store and offer content like Smalltalk playgrounds or source code, that can be used + in particular ways while importing or exporting content in a node." + + ^ Dictionary new + at: 'playgrounds' put: #('ws.stfx.eu'); + at: 'fossil' put: #('mutabit.com/repos.fossil'); + at: 'etherpads' put: #('pad.tupale.co' ); + yourself. +] + { #category : #utility } GrafoscopioNode class >> specialWords [ "I return a list of word that were used in the first versions of Grafoscopio to mark node