[jira] Commented: (NUTCH-251) Administration GUI

2009-10-15 Thread Marko Bauhardt (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765968#action_12765968
 ] 

Marko Bauhardt commented on NUTCH-251:
--

Thanks Andrzej. Sounds good.
Ok great, i create a patch. the problem ist that we use some libraries. for 
that reason i cant create a plain patch file. but i can create a combination of 
patch file's and shell scripts that copies the jar files in the specified lib 
folder's. 

we are using the following libraries
cron4j-1.1.6.jar
commons-fileupload-1.2.1.jar
jstl-1.1.2.jar
spring.jar
commons-io-1.4.jar
mockito-all-1.8.0.jar
standard-1.1.2.jar
commons-logging.jar
spring-webmvc.jar
Yahoo UI for javascript, css etc: http://developer.yahoo.com/yui/

I'm not a license expert, so i'm not sure if we can submit all that libs and 
yui with apache2.

yui is licensed under BSD
mockito is only a test mock framework. it is licesed under MIT License

what do you think. can we submit the nutch gui with all these libraries under 
apache license?



 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2009-10-15 Thread Andrzej Bialecki (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765971#action_12765971
 ] 

Andrzej Bialecki  commented on NUTCH-251:
-

You can create a tar of everything and attach here, plus a patch if you need to 
patch anything in existing classes. Although with such a large component I 
think we will probably need a software grant (see 
http://www.apache.org/licenses/software-grant.txt).

Re: licensing - generally speaking anything under BSD or MIT is ok, anything 
under *GPL cannot be added to SVN, though it can still be downloaded during 
build.

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2009-10-15 Thread Marko Bauhardt (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766006#action_12766006
 ] 

Marko Bauhardt commented on NUTCH-251:
--

ok i have checked the licenses from all jars. here is a summary

+ looks like that the jar 'cron4j' is licensed under lgpl so i cant submit this 
to svn. it should be download while building or something like that.
+ the standard-1.1.2.jar should be licensed under apache license. 
+ all spring jars are apache license
+ all commons jar's are apache license
+ mockito is mit license
+ yui is bsd license

but
+ jstl-1.2.2 is maybe  Sun Binary Code License. but i 'm not sure. how we can 
handle with this jar? can we deliver nutch binary with this jar? 

ps.
i have copied the jstl and standard jar from the spring binary download package.






 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2009-10-09 Thread Andrzej Bialecki (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764027#action_12764027
 ] 

Andrzej Bialecki  commented on NUTCH-251:
-

Marko - this is a very nice frontend, and I think that many beginners would 
find it useful. We could add this to Nutch distribution in contrib/. However, 
we need this submitted as a patch under Apache license - we can't accept 
contributions directly from external SCMs.

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2009-08-09 Thread Marko Bauhardt (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741118#action_12741118
 ] 

Marko Bauhardt commented on NUTCH-251:
--

On github.com we have forked the branch tags/release-1.0 from the nutch 
project http://github.com/apache/nutch.
This fork is available at http://github.com/101tec/nutch/tree/nutch-gui.

In the next days/weeks we will commit step by step the update of the new nutch 
admin gui.
You can checkout this branch, test it etc.

And we will write some documentation how you can use it.

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2009-02-06 Thread Andrzej Bialecki (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671121#action_12671121
 ] 

Andrzej Bialecki  commented on NUTCH-251:
-

Move to 1.1 - needs a significant update.

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.1

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2007-09-05 Thread Marc Brette (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525149
 ] 

Marc Brette commented on NUTCH-251:
---

Is there any new version of the patch, or any plan to put it in the nutch 
repository ?

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.0.0

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2007-09-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/NUTCH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525172
 ] 

Doğacan Güney commented on NUTCH-251:
-

 Is there any new version of the patch, or any plan to put it in the nutch 
 repository ?

This issue has not been updated for quite some time and Stefan Groschupf is not 
working on this issue (or [I think] on nutch) anymore. Anyone would like to see 
this feature in nutch, but it needs someone to pick up the latest patch (or 
start from scratch), make a design and implement it.

 Administration GUI
 --

 Key: NUTCH-251
 URL: https://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 1.0.0

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-251) Administration GUI

2006-11-23 Thread Sami Siren (JIRA)
[ 
http://issues.apache.org/jira/browse/NUTCH-251?page=comments#action_12452321 ] 

Sami Siren commented on NUTCH-251:
--

 Are you thinking of something like UI extension point like in contrib/web2 ? 
not necessarily, that was also a quick hack I put together. It however allows 
you to plug in new functionality or layout via plugin (from inside jar). But I 
guess stefan has also implemented something like that in his patch.

 Administration GUI
 --

 Key: NUTCH-251
 URL: http://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 0.9.0

 Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, 
 nutch_gui_plugins_v1.zip, nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (NUTCH-251) Administration GUI

2006-11-21 Thread Sami Siren (JIRA)
[ 
http://issues.apache.org/jira/browse/NUTCH-251?page=comments#action_12451527 ] 

Sami Siren commented on NUTCH-251:
--

I am a strong supporter of XML. Can we not re-think about this like SOLR-58 or 
plain/jsp like the way hadoop does it? 

I would say neither of those. We should concentrate on building a good java 
admin api. everything after that is implementation details as the api can then 
be easily exposed to xml or something else remotely usable. By doing it this 
way the admin functionality can easily be integrated to various places and 
technologies.

Some kind of extension mechanism needs to be used because nutch is extendable 
in general  (You could plug in additions to admin gui as you plug functionality 
to nutch). IMO that is not 1st priority. I would propose to put in the basic 
functionality first for configuring , scheduling and generally managing crawls, 
then add more functionality on top of that.


 Administration GUI
 --

 Key: NUTCH-251
 URL: http://issues.apache.org/jira/browse/NUTCH-251
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.8
Reporter: Stefan Groschupf
Priority: Minor
 Fix For: 0.9.0

 Attachments: hadoop_nutch_gui_v1.patch, nutch_gui_plugins_v1.zip, 
 nutch_gui_v1.patch


 Having a web based administration interface would help to make nutch 
 administration and management much more user friendly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira