[jira] [Created] (CONNECTORS-393) SharePoint connector does not accept empty username/password

2012-01-24 Thread Karl Wright (Created) (JIRA)
SharePoint connector does not accept empty username/password


 Key: CONNECTORS-393
 URL: https://issues.apache.org/jira/browse/CONNECTORS-393
 Project: ManifoldCF
  Issue Type: Bug
  Components: SharePoint connector
Affects Versions: ManifoldCF 0.4, ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


The SharePoint connector does not currently allow an empty username, and thus 
no authentication.  The problem is in the UI Javascript.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Commands for registering agents etc.

2012-01-24 Thread Erlend Garåsen


Thanks, Karl!

Erlend

On 24.01.12 16.33, Karl Wright wrote:


You do need to register the pull agent.  The documentation no longer
includes all the "example" commands because there's a multiprocess
example that does all this for you.  But the command you are looking
for is:

org.apache.manifoldcf.agents.Register   
org.apache.manifoldcf.crawler.system.CrawlerAgent

Karl


--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050



--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Re: Commands for registering agents etc.

2012-01-24 Thread Karl Wright
On Tue, Jan 24, 2012 at 10:22 AM, Erlend Garåsen
 wrote:
>
> Hello list,
>
> I haven't been an active developer for a while since I have been sick, so
> there are a lot of changes since last time I dag into the code and setup
> process.
>
> It seems that the documentation regarding the executecommands tool has been
> changed since I cannot find the commands for installing the web crawler for
> instance.
>
> Maybe it is a good idea to explain the available arguments for many of the
> agents and crawlers. I just need to install the Solr and Web crawler
> connector, but cannot remember how. The documentation says "After you have
> created the necessary configuration files, you will need to initialize the
> database, register the "pull-agent" agent, and then register your individual
> connectors. ManifoldCF provides a set of commands for performing these
> actions, and others as well."
>
> Here's what I did:
> ./processes/script/executecommand.sh org.apache.manifoldcf.agents.Install
>
> But now I don't longer remember what I did before in order to fulfill the
> necessary steps. I managed to register the Solr ourput connector, but not
> the web crawler:
> ./processes/script/executecommand.sh org.apache.manifoldcf.crawler.Register
> org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector
> WebCrawler
>
> This gives an error message about that the relation "connectors" does not
> exist. I think I need to register the pull agent, but I'm not sure how.
>
> Erlend
>

You do need to register the pull agent.  The documentation no longer
includes all the "example" commands because there's a multiprocess
example that does all this for you.  But the command you are looking
for is:

org.apache.manifoldcf.agents.Register   
org.apache.manifoldcf.crawler.system.CrawlerAgent

Karl

> --
> Erlend Garåsen
> Center for Information Technology Services
> University of Oslo
> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Commands for registering agents etc.

2012-01-24 Thread Erlend Garåsen


Hello list,

I haven't been an active developer for a while since I have been sick, 
so there are a lot of changes since last time I dag into the code and 
setup process.


It seems that the documentation regarding the executecommands tool has 
been changed since I cannot find the commands for installing the web 
crawler for instance.


Maybe it is a good idea to explain the available arguments for many of 
the agents and crawlers. I just need to install the Solr and Web crawler 
connector, but cannot remember how. The documentation says "After you 
have created the necessary configuration files, you will need to 
initialize the database, register the "pull-agent" agent, and then 
register your individual connectors. ManifoldCF provides a set of 
commands for performing these actions, and others as well."


Here's what I did:
./processes/script/executecommand.sh org.apache.manifoldcf.agents.Install

But now I don't longer remember what I did before in order to fulfill 
the necessary steps. I managed to register the Solr ourput connector, 
but not the web crawler:
./processes/script/executecommand.sh 
org.apache.manifoldcf.crawler.Register 
org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector 
WebCrawler


This gives an error message about that the relation "connectors" does 
not exist. I think I need to register the pull agent, but I'm not sure how.


Erlend

--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Re: ManifoldCF site now includes much Japanese

2012-01-24 Thread Hitoshi Ozawa
You're welcome. ManifoldCF is a great software, and I think more
people would benefit from using it.

H.Ozawa

2012/1/24 Piergiorgio Lucidi :
> Great!
>
> Hitoshi thank you very much for this contribution :)
>
> Piergiorgio
>
> 2012/1/19 Karl Wright :
>> Check it out if you want to see this in action:
>>
>> http://incubator.apache.org/connectors/ja_JP/index.html
>>
>> (This is also accessible from the tab with Japanese on it from all pages)
>>
>> The only thing known to be broken still are Japanese PDF's, which is
>> apparently due to font configuration.  Hopefully we'll have a fix for
>> this soon.
>>
>> Thanks to contributor Hitoshi Ozawa for doing much of this work.
>> Karl
>
>
>
> --
> Piergiorgio Lucidi
> http://www.open4dev.com


[jira] [Resolved] (CONNECTORS-392) Japanese top page and concepts pages are not fully translated

2012-01-24 Thread Karl Wright (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-392.


Resolution: Fixed

r1235235


> Japanese top page and concepts pages are not fully translated
> -
>
> Key: CONNECTORS-392
> URL: https://issues.apache.org/jira/browse/CONNECTORS-392
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: ManifoldCF 0.5
>Reporter: Hitoshi Ozawa
>Assignee: Karl Wright
>Priority: Minor
>  Labels: I18N
> Fix For: ManifoldCF 0.5
>
> Attachments: CONNECTORS-392.patch
>
>
> There are some untranslated sentences in Japanese top page and concepts pages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (CONNECTORS-392) Japanese top page and concepts pages are not fully translated

2012-01-24 Thread Karl Wright (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright reassigned CONNECTORS-392:
--

Assignee: Karl Wright

> Japanese top page and concepts pages are not fully translated
> -
>
> Key: CONNECTORS-392
> URL: https://issues.apache.org/jira/browse/CONNECTORS-392
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: ManifoldCF 0.5
>Reporter: Hitoshi Ozawa
>Assignee: Karl Wright
>Priority: Minor
>  Labels: I18N
> Fix For: ManifoldCF 0.5
>
> Attachments: CONNECTORS-392.patch
>
>
> There are some untranslated sentences in Japanese top page and concepts pages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CONNECTORS-392) Japanese top page and concepts pages are not fully translated

2012-01-24 Thread Hitoshi Ozawa (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hitoshi Ozawa updated CONNECTORS-392:
-

Attachment: CONNECTORS-392.patch

> Japanese top page and concepts pages are not fully translated
> -
>
> Key: CONNECTORS-392
> URL: https://issues.apache.org/jira/browse/CONNECTORS-392
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: ManifoldCF 0.5
>Reporter: Hitoshi Ozawa
>Priority: Minor
>  Labels: I18N
> Fix For: ManifoldCF 0.5
>
> Attachments: CONNECTORS-392.patch
>
>
> There are some untranslated sentences in Japanese top page and concepts pages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-392) Japanese top page and concepts pages are not fully translated

2012-01-24 Thread Hitoshi Ozawa (Created) (JIRA)
Japanese top page and concepts pages are not fully translated
-

 Key: CONNECTORS-392
 URL: https://issues.apache.org/jira/browse/CONNECTORS-392
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Priority: Minor
 Fix For: ManifoldCF 0.5


There are some untranslated sentences in Japanese top page and concepts pages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: ManifoldCF site now includes much Japanese

2012-01-24 Thread Piergiorgio Lucidi
Great!

Hitoshi thank you very much for this contribution :)

Piergiorgio

2012/1/19 Karl Wright :
> Check it out if you want to see this in action:
>
> http://incubator.apache.org/connectors/ja_JP/index.html
>
> (This is also accessible from the tab with Japanese on it from all pages)
>
> The only thing known to be broken still are Japanese PDF's, which is
> apparently due to font configuration.  Hopefully we'll have a fix for
> this soon.
>
> Thanks to contributor Hitoshi Ozawa for doing much of this work.
> Karl



-- 
Piergiorgio Lucidi
http://www.open4dev.com