[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2013-01-03 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=15rev2=16

  == Summary: ==
  
  The goal is to extend [[http://nutch.apache.org|Apach Nutch]] with a 
comfortable [[https://issues.apache.org/jira/browse/NUTCH-929|web based 
administration user interface]] to monitor, configure and manage one or a set 
of Nutch search system instances through the 
[[https://issues.apache.org/jira/browse/NUTCH-880|REST-API]]. This will tie 
together a number of issues, ultimately resulting in a 
[[https://issues.apache.org/jira/browse/NUTCH-841|Nutch 2.0 Webapp]]
-  
+ 
+ TableOfContents(4) 
  
  == Vision: ==
  Have a distribution of nutch that only needs to be decompressed and can be 
started in three different modi.


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2013-01-03 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=16rev2=17

  
  == Download: ==
  
- The code base we are working on is Nutch 2.0, which you can checkout 
[[https://svn.apache.org/repos/asf/nutch/branches/nutchgora/|here]]. If you are 
unfamiliar with using SVN repositories and SVN, then please see 
[[http://nutch.apache.org/version_control.html|here]].
+ The code base we are working on is Nutch 2.0, which you can checkout 
[[https://svn.apache.org/repos/asf/nutch/branches/2.x/|here]]. If you are 
unfamiliar with using SVN repositories and SVN, then please see 
[[http://nutch.apache.org/version_control.html|here]].
+ Additionally, a now dated but fully functioning Nutch version of the examples 
shown in this page can be found (and checked out) 
[[https://github.com/101tec/nutch/branches|here]]
  
  == Old Resources ==
  


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=5rev2=6

   
  
  == Look and feel Admin Gui: ==
+ This [[https://github.com/101tec/nutch/wiki|link]] provides the best working 
prototype of an example admin gui, it also provides a heap of material relating 
to what kind and level of functionality the Nutch webapp should support.
- The following link provide a non working prototype of the admin gui created 
by Frank Henze (credits).
- http://www.media-style.com/gfx/nutchadmin/index.html
  
  == Description Admin Gui: ==
  There are three main functionalities of the admin gui


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=6rev2=7

  
  
  == Timetable: ==
- first beta version until end of Feburary.
+ TODO
  
  == people: ==
- Frank Hanze: jsp programming
  
- Marko Bauhard: re-factoring nutchConf and tools api
+ The Apache Nutch Development team.
  
- Stefan Groschupf: developing plugin Extension point and ground framework
+ Original developers working on this included Frank Hanze (jsp programming), 
Marko Bauhard (re-factoring nutchConf and tools api)  Stefan Groschupf 
(developing plugin Extension point and ground framework)
  
  Please add yourself here.
  
- If you wish to help but do not know how, please get in touch with Stefan.
+ If you wish to help but do not know how, please get in touch with the Nutch 
tean [[http://nutch.apache.org/mailing_lists.htmlhere]].
  
  == Download: ==
  
- Here are some mirrors where you can download a version of nutch-0.8-dev 
bundled with the administration GUI:
+ The code base we are working on is Nutch 2.0, which you can checkout 
[[https://svn.apache.org/repos/asf/nutch/branches/nutchgora/|here]]. If you are 
unfamiliar with using SVN repositories and SVN, then please see 
[[http://nutch.apache.org/version_control.html|here]].
+ 
+ == Old Resources ==
+ 
+ Here are some mirrors where you can download a version of nutch-0.8-dev 
bundled with the administration GUI, some of these mirrors no longer exist, and 
are there merely to provide you with a look and feel for the GUI.
  
   * http://85.214.26.67/nutch-admingui/nutch-0.8-dev_guiBundle_05_02_06.tar.gz
   * http://jerome.charron.free.fr/nutch/nutch-0.8-dev_guiBundle_05_02_06.tar.gz


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=7rev2=8

  
  == Look and feel Admin Gui: ==
  This [[https://github.com/101tec/nutch/wiki|link]] provides the best working 
prototype of an example admin gui, it also provides a heap of material relating 
to what kind and level of functionality the Nutch webapp should support.
+ {{http://101tec.com/wp-content/themes/101tec/images/instanceNew.jpg}}
+ {{http://101tec.com/wp-content/themes/101tec/images/configuration.jpg}}
+ {{http://101tec.com/wp-content/themes/101tec/images/urlUpload.jpg}}
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl1.jpg}}
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl2.jpg}}
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl3.jpg}}
  
  == Description Admin Gui: ==
  There are three main functionalities of the admin gui


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=8rev2=9

  
  == Look and feel Admin Gui: ==
  This [[https://github.com/101tec/nutch/wiki|link]] provides the best working 
prototype of an example admin gui, it also provides a heap of material relating 
to what kind and level of functionality the Nutch webapp should support.
+ 
+ === A New Nutch Instance ===
+ {{http://101tec.com/wp-content/themes/101tec/images/instanceNew.jpg}}
+ 
+ === Congiguration UI ===
+ {{http://101tec.com/wp-content/themes/101tec/images/configuration.jpg}}
+ 
+ === URL Upload ===
+ {{http://101tec.com/wp-content/themes/101tec/images/urlUpload.jpg}}
+ 
+ === Example Crawl ===
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl1.jpg}}
+ 
+ === Example Crawl ===
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl2.jpg}}
+ 
+ === Example Crawl ===
+ {{http://101tec.com/wp-content/themes/101tec/images/crawl3.jpg}}
+ 
+  /!\ '''Edit conflict - other version:''' 
  {{http://101tec.com/wp-content/themes/101tec/images/instanceNew.jpg}}
  {{http://101tec.com/wp-content/themes/101tec/images/configuration.jpg}}
  {{http://101tec.com/wp-content/themes/101tec/images/urlUpload.jpg}}
  {{http://101tec.com/wp-content/themes/101tec/images/crawl1.jpg}}
  {{http://101tec.com/wp-content/themes/101tec/images/crawl2.jpg}}
  {{http://101tec.com/wp-content/themes/101tec/images/crawl3.jpg}}
+ 
+  /!\ '''Edit conflict - your version:''' 
+ 
+  /!\ '''End of edit conflict''' 
  
  == Description Admin Gui: ==
  There are three main functionalities of the admin gui


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=9rev2=10

  === URL Upload ===
  {{http://101tec.com/wp-content/themes/101tec/images/urlUpload.jpg}}
  
- === Example Crawl ===
+ === Example Crawl 1 ===
  {{http://101tec.com/wp-content/themes/101tec/images/crawl1.jpg}}
  
- === Example Crawl ===
+ === Example Crawl 2 ===
  {{http://101tec.com/wp-content/themes/101tec/images/crawl2.jpg}}
  
- === Example Crawl ===
+ === Example Crawl 3 ===
  {{http://101tec.com/wp-content/themes/101tec/images/crawl3.jpg}}
- 
-  /!\ '''Edit conflict - other version:''' 
- {{http://101tec.com/wp-content/themes/101tec/images/instanceNew.jpg}}
- {{http://101tec.com/wp-content/themes/101tec/images/configuration.jpg}}
- {{http://101tec.com/wp-content/themes/101tec/images/urlUpload.jpg}}
- {{http://101tec.com/wp-content/themes/101tec/images/crawl1.jpg}}
- {{http://101tec.com/wp-content/themes/101tec/images/crawl2.jpg}}
- {{http://101tec.com/wp-content/themes/101tec/images/crawl3.jpg}}
- 
-  /!\ '''Edit conflict - your version:''' 
- 
-  /!\ '''End of edit conflict''' 
  
  == Description Admin Gui: ==
  There are three main functionalities of the admin gui


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=11rev2=12

  
  == Summary: ==
  
- The goal is to extend nutch with a comfortable web based administration user 
interface to monitor, configure and manage one or a set of nutch search system 
instances. 
+ The goal is to extend Apach Nutch with a comfortable 
[[https://issues.apache.org/jira/browse/NUTCH-929|web based administration user 
interface]] to monitor, configure and manage one or a set of Nutch search 
system instances through the 
[[https://issues.apache.org/jira/browse/NUTCH-880|REST-API]]. This will tie 
together a number of issues, ultimately resulting in a 
[[https://issues.apache.org/jira/browse/NUTCH-841|Nutch 2.0 Webapp]]
   
  
  == Vision: ==


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=12rev2=13

- = proposal Nutch appliance / Nutch admin gui =
+ = Proposal Nutch appliance / Nutch admin gui =
  
  == Summary: ==
  


[Nutch Wiki] Trivial Update of NutchAdministrationUserInterface by LewisJohnMcgibbney

2012-02-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The NutchAdministrationUserInterface page has been changed by 
LewisJohnMcgibbney:
http://wiki.apache.org/nutch/NutchAdministrationUserInterface?action=diffrev1=14rev2=15

  
  == Summary: ==
  
- The goal is to extend Apach Nutch with a comfortable 
[[https://issues.apache.org/jira/browse/NUTCH-929|web based administration user 
interface]] to monitor, configure and manage one or a set of Nutch search 
system instances through the 
[[https://issues.apache.org/jira/browse/NUTCH-880|REST-API]]. This will tie 
together a number of issues, ultimately resulting in a 
[[https://issues.apache.org/jira/browse/NUTCH-841|Nutch 2.0 Webapp]]
+ The goal is to extend [[http://nutch.apache.org|Apach Nutch]] with a 
comfortable [[https://issues.apache.org/jira/browse/NUTCH-929|web based 
administration user interface]] to monitor, configure and manage one or a set 
of Nutch search system instances through the 
[[https://issues.apache.org/jira/browse/NUTCH-880|REST-API]]. This will tie 
together a number of issues, ultimately resulting in a 
[[https://issues.apache.org/jira/browse/NUTCH-841|Nutch 2.0 Webapp]]
   
  
  == Vision: ==