a3aan.st

Search

Commands

Navigation

VAStGoodies.com now supports annotations of users, configuration maps and applications. User annotations are being displayed on the developers page and the configuration map and application annotations will be used to organise the site.

User annotations can be set like

EmUser current
   storeObject: ( IdentityDictionary new
      at: #url put: 'domain.com';
      at: #blogUrl put: 'domain.com/blog';
      at: #emailAddress put: 'me@domain.com';
      yourself )
   as: 'VAStGoodies.com Annotation Fields'

You can update or remove your user annotations at VAStGoodies.com at any time by uploading a .dat file with a single exported user.

Configuration maps and applications can be annotated using

( EmConfigurationMap editionsFor: 'My Map' ) first
   storeObject: ( IdentityDictionary new
      at: #project put: 'Project';
      at: #projectUrl put: 'myproject.com';
      at: #blogUrl put: 'myproject.com/blog';
      at: #discussionUrl put: 'board.com/thread=1';
      at: #emailAddress put: 'project@me.com';
      yourself )
   as: 'VAStGoodies.com Annotation Fields'

The project tag will be used in the future to group configuration maps at the VAStGoodies.com pages. You can re-upload your maps as desired.

All annotations are optional. VAStGoodies.com Annotation Fields must be written exactly like that, otherwise the annotations won't be found.

Posted by Adriaan van Os at 2 February 2009, 5:44 pm with tags VAStGoodies.com link
© 2004-2020 Adriaan van Os  -  [ | ] Powered by Smalltalk (Squeak/Seaside/Magritte/Pier)  -  Served by Apache  -  Hosted on eComStation