Difference between revisions of "Philosophy"

From DocDataFlow
Jump to: navigation, search
(Created page with "Crawler is an attempt to find a good balance between complexity and flexibility. Crawler is meant to be 'pokeable': it's OK to poke around in the configuration files: most of...")
 
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 
Crawler is an attempt to find a good balance between complexity and flexibility.
 
Crawler is an attempt to find a good balance between complexity and flexibility.
  
Crawler is meant to be 'pokeable': it's OK to poke around in the configuration files: most often all that is needed to get the desired results is some educated 'poking around'.
+
Crawler is meant to be 'pokeable': it's OK to poke around in the configuration files. Often, all that is needed to get the desired results is some educated 'poking around'.
  
The aim of the system's design is to allow a non-experienced user to confidently reconfigure a Crawler personality to a great extent without needing to digest massive amounts of documentation beforehand.
+
The aim of the system's design is to allow a non-experienced user to confidently reconfigure a Crawler [[Personality|''personality'']] without needing to digest massive amounts of documentation beforehand.
  
Crawler's configuration files, templates and formula files are all simple text files.  
+
Crawler's [[Configuration File|''configuration files'']], [[Template File|''templates'']] and [[Formula File|''formula files'']] are all simple text files.  
  
Users are encouraged to open them, and should to make small modifications to these files, and get the expected results. It is OK to make changes to a configuration file without fully understanding it; most often, Crawler will behave as expected and produce the expected results.
+
Users are encouraged to open them and make small modifications to them, and should, in most cases, get the expected results.
 +
 
 +
It is OK to make changes to a configuration file without fully understanding it. Most often, Crawler will behave as expected and produce the expected results.
  
 
Users that desire total control or desire to build a custom personality from scratch cannot avoid having to study the Crawler documentation, and spend substantial time trying and experimenting. But unlike many other complex systems, many basic reconfigurations can be performed without much need for a manual.
 
Users that desire total control or desire to build a custom personality from scratch cannot avoid having to study the Crawler documentation, and spend substantial time trying and experimenting. But unlike many other complex systems, many basic reconfigurations can be performed without much need for a manual.

Latest revision as of 18:51, 29 December 2013

Crawler is an attempt to find a good balance between complexity and flexibility.

Crawler is meant to be 'pokeable': it's OK to poke around in the configuration files. Often, all that is needed to get the desired results is some educated 'poking around'.

The aim of the system's design is to allow a non-experienced user to confidently reconfigure a Crawler personality without needing to digest massive amounts of documentation beforehand.

Crawler's configuration files, templates and formula files are all simple text files.

Users are encouraged to open them and make small modifications to them, and should, in most cases, get the expected results.

It is OK to make changes to a configuration file without fully understanding it. Most often, Crawler will behave as expected and produce the expected results.

Users that desire total control or desire to build a custom personality from scratch cannot avoid having to study the Crawler documentation, and spend substantial time trying and experimenting. But unlike many other complex systems, many basic reconfigurations can be performed without much need for a manual.