Difference between revisions of "Website"

(Undo revision 3895 by Dmitri (talk))
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
  
 
'''Examples'''
 
'''Examples'''
* [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. Development of a Django app will require developer time and potentially also some design work.
+
* [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'''
 
*[[Choose_a_hosting_provider#High_Technical]]
 
*[[Choose_a_hosting_provider#High_Technical]]

Latest revision as of 05:29, 25 August 2015

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

Comparison Matrix

Back to front page