Implementing importing raw contents for a Fossil repository file.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2018-03-17 19:49:10 +00:00 committed by SantiagoBragagnolo
parent 2fb5a6b16f
commit 82a8e42119
1 changed files with 13 additions and 0 deletions

View File

@ -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