Difference between revisions of "Website"
(→Basic Technical) |
|||
Line 22: | Line 22: | ||
* [http://codex.wordpress.org/Installing_WordPress| Wordpress.com] installation | * [http://codex.wordpress.org/Installing_WordPress| Wordpress.com] installation | ||
* [https://civicrm.org/| CiviCRM] is an open source CRm environment intended for civil society use. | * [https://civicrm.org/| CiviCRM] is an open source CRm environment intended for civil society use. | ||
− | * [https://www.djangoproject.com/| Custom Django app], allows for creation quickly of high content, high functionality websites. Django's security systems re well [https://docs.djangoproject.com/en/dev/topics/security/| documented] and well integrated. | + | * [https://www.djangoproject.com/| Custom Django app], allows for creation quickly of high content, high functionality websites. Django's security systems re well [https://docs.djangoproject.com/en/dev/topics/security/| documented] and well integrated. Development of a Django app will require developer time and potentially also some design work. |
* [https://drupal.org/| Custom Drupal site], again a ready made configurable solution, with a developed sense of security integration - though as with the other solutions security relies on a holistic approach including server side security. | * [https://drupal.org/| Custom Drupal site], again a ready made configurable solution, with a developed sense of security integration - though as with the other solutions security relies on a holistic approach including server side security. | ||
'''Hosting Requirements''' | '''Hosting Requirements''' | ||
Line 68: | Line 68: | ||
===Hosted website=== | ===Hosted website=== | ||
For a basic setup providing a content distribution platform such as a blog user's have the option of using existing free services such as Wordpress, Journoportfolio or similar. | For a basic setup providing a content distribution platform such as a blog user's have the option of using existing free services such as Wordpress, Journoportfolio or similar. | ||
+ | |||
+ | Care should be taken when considering a free service that offers a hosted CMS. Some free hosted CMS will not offer a good experience as sites that are problematic or troublesome may be taken offline without notice and with no recourse as the provider is under no obligation to serve the user. | ||
'''Benefits''' | '''Benefits''' | ||
Line 80: | Line 82: | ||
'''Examples''' | '''Examples''' | ||
− | * | + | * [http://wordpress.com/ Wordpress.com] |
− | * | + | * [http://wpengine.com/ WPEngine] |
− | * | + | * [http://tumblr.com Tumblr] |
'''Hosting Requirements''' | '''Hosting Requirements''' | ||
Revision as of 16:37, 17 May 2014
Contents
[hide]Definition
A website could be an organisation's main information portal - where they can publish material about themselves, their work and projects and articles or reports that they have produced. It can also take the simpler form of a standalone blog where content is shared with their intended audience, or may be represented as a forum or wiki where user generated content is published and shared.
An organisation usually depends entirely on their main website as their presence on the Internet and expects it to function at all times.
[Expand]
High Technical
[Expand]
Intermediary Technical
[Expand]
Basic Technical
[Expand]