/[drupal]/contributions/modules/sitenotes/README.txt
ViewVC logotype

Contents of /contributions/modules/sitenotes/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Feb 14 17:05:08 2008 UTC (21 months, 1 week ago) by nancyw
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-6--1-0-BETA1, DRUPAL-5--1-3, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +1 -0 lines
File MIME type: text/plain
#177436 by nancyw for mel55113 - honor weight, sticky in "recent" block.
#160574 by nancyw for tamoraj - searching allowed as an option.
#158318 by nancyw for nancyw - fixed "Edit" tab.
Added min-word count of 5.
Corrected Coder finds.
Removed "LIMIT" from queries - added db_query_range.
1 The SiteNotes module is simple in structure.
2
3 * It creates a new content type, called a "Site Note." It has standard configuration options.
4 * It puts a menu item in the Admin >> Site Building menu so you can list out the notes.
5 * It shows a teaser list of all the notes with a "read more" link if they are bigger than the teaser length.
6 * It creates an entry in the Access Control list so you can limit permissions to see/use it.
7 * It has a "Recent Site Notes" block, with configuration.
8 * It allows Site Notes to be exposed or hidden for Search.
9
10 Why would I want to use it?
11
12 * "How To" notes for your client.
13 * Track CSS changes.
14 * Track custom code, such as theme modules.
15 * Reminders of how to do something you don't do often enough to remember exactly.
16 * Billing notes.
17 * To Do lists for admins.
18 * Succession notes for the next webmaster.
19 * Use your imagination!
20
21 The Sitenotes module does have an uninstall feature. It will delete all nodes created with the module as well as the "sitenotes" content type. It also removes variables and blocks created by the module.
22
23 -------------------------------------------------------------------------------------------------------
24
25 Note: the patch at http://drupal.org/node/131950 is needed for this module to properly restrict access.
26
27 You might want to add ".sitenotes-recent-info {text-align: right;}" to your CSS if you use the block.

  ViewVC Help
Powered by ViewVC 1.1.2