Sha256: 6ba81a0842852fff18495de00fd40f6badb01723f337f381ea4c98a1bd690213

Contents?: true

Size: 791 Bytes

Versions: 13

Compression:

Stored size: 791 Bytes

Contents

=begin rdoc
A reference represents some information that the site mirrors. It is not displayed in the page hierarchy nor in some date related view (calendar,blog) but is usually found by doing a search or by its links. For example you could create a Tag called 'clients' and link every contact that is a client to this tag. Going to this tag you would have the list of clients.

A reference can only be created in a Section. It can be linked from anywhere.

=== subclasses

Contact:: every User has a unique contact page to store address, name, phone, etc.
Book::    used to add a bibliography and/or by the 'Reading' class (not implemented yet).

=== links

Default links for Reference are:

reference_for::  nodes for which the current item is a reference.
=end
class Reference < Node
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
zena-0.16.9 app/models/reference.rb
zena-0.16.8 app/models/reference.rb
zena-0.16.7 app/models/reference.rb
zena-0.16.6 app/models/reference.rb
zena-0.16.5 app/models/reference.rb
zena-0.16.4 app/models/reference.rb
zena-0.16.3 app/models/reference.rb
zena-0.16.2 app/models/reference.rb
zena-0.16.1 app/models/reference.rb
zena-0.16.0 app/models/reference.rb
zena-0.15.2 app/models/reference.rb
zena-0.15.1 app/models/reference.rb
zena-0.15.0 app/models/reference.rb