You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(18) |
May
(6) |
Jun
(14) |
Jul
(10) |
Aug
|
Sep
(4) |
Oct
(8) |
Nov
(5) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(4) |
Feb
(3) |
Mar
(13) |
Apr
(4) |
May
(31) |
Jun
(15) |
Jul
(9) |
Aug
(43) |
Sep
(3) |
Oct
(8) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(2) |
Mar
(7) |
Apr
(10) |
May
(18) |
Jun
(27) |
Jul
(34) |
Aug
(48) |
Sep
(3) |
Oct
(12) |
Nov
(9) |
Dec
(20) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
(5) |
Oct
(9) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(4) |
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
From: Ian M. <ia...@mu...> - 2009-12-01 00:35:27
|
We need to take the service offline tomorrow, it will probably down for less than two hours. This is necessary for some routine database maintenance. We hope this does not interfere too much. - The Connotea Team |
From: Mulvany, I. <i.m...@na...> - 2009-09-03 15:04:06
|
We will be taking Connotea down for some much needed care an attention to the DB on Monday the 7th of September at 14.00 GMT (that¹s 10 am New York time, 3pm London time). We will be rebuilding the database indices and doing some other performance tuning on the database, so hopefully Connotea will be snappier when we come back up later on the 7th. - Ian ******************************************************************************** DISCLAIMER: This e-mail is confidential and should not be used by anyone who is not the original intended recipient. If you have received this e-mail in error please inform the sender and delete it from your mailbox or any other storage mechanism. Neither Macmillan Publishers Limited nor any of its agents accept liability for any statements made which are clearly the sender's own and not expressly made on behalf of Macmillan Publishers Limited or one of its agents. Please note that neither Macmillan Publishers Limited nor any of its agents accept any responsibility for viruses that may be contained in this e-mail or its attachments and it is your responsibility to scan the e-mail and attachments (if any). No contracts may be concluded on behalf of Macmillan Publishers Limited or its agents by means of e-mail communication. Macmillan Publishers Limited Registered in England and Wales with registered number 785998 Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS ******************************************************************************** |
From: Rajasekar K. <kar...@gm...> - 2009-07-16 19:21:05
|
Hi, When 'Add to my library' is clicked, what actions are being taken to add the bookmark / post to the database? What function calls are being called? I have been hunting for this flow of actions in Connotea Code, but I have been unsuccessful so far. In Bibliotech.pm, 'Add to my library' -> goes to function 'add' -> which in turn goes to 'change'. But, I don't see the action of the adding to db here. I did add Bibliotech::DBI->activate_warn_sql() - but, I don't find any insert operations at all in error.log (Apache). I have developed a RSS CitationSource & Import modules - for a feed, it can parse its entries. I need to develop a Web Service (WS) around it. The steps are as follows when calling this Web Service with an parameter accepting feed file (xml) 1. Call RSS module to parse the entries 2. Add the entries to the database How can I do Step 2? What functions do I need to call to perform this action? Any suggestions are appreciated. Thanks. -- Best Regards, Rajasekar Karthik kar...@gm... |
From: Rajasekar K. <kar...@gm...> - 2009-03-11 23:52:46
|
Dear Sir/Madam, Can you please put new releases of Connotea in sourceforge? Last release was 1.8 in Late-2007 which seems to be outdated. Also, please post any patches added to the code (if any)? Let me know ASAP as we are planning to use Connotea to center our development around. Thanks. -- Best Regards, Rajasekar Karthik kar...@gm... |
From: Rajasekar K. <kar...@gm...> - 2009-03-11 23:16:04
|
Hai Martin, I have the same problem that Ray Perkins faced. I am using 0.76 version of Wiki::Toolkit - there is only one version of Wiki::Toolkit I have installed and being loaded into memory. How can I resolve this issue? Temporary fix I did was to rename 'node_id' to 'node' in metadata table. I am sure there should be a better solution than this. Any suggestions??? perl -MWiki::Toolkit -e 'print $Wiki::Toolkit::VERSION, "\n"' gives me 0.76 -- Best Regards, Rajasekar Karthik kar...@gm... |
From: Rajasekar K. <kar...@gm...> - 2009-03-10 15:45:19
|
Hi, We have analyzed various softwares for reference management and Connotea seems to match our needs closely. We are thinking of centering our development efforts on the integration of Connotea into our system. Before adapting it, we would like to know: 1. Is it under active development still? Latest code was around late-2007, which was is beta stage. 2. If so, Is there an estimate on how long it will be under active development? Any replies are appreciated. Thank you. -- Best Regards, Rajasekar Karthik kar...@gm... |
From: Rajasekar K. <kar...@gm...> - 2009-03-08 21:07:57
|
Hi, I was wondering how I can install Connotea code - I referred the online documentation http://www.connotea.org/code which seemed to talk about procedures for installing Connotea Web API dependencies. Is there a page where it talks about installing the core connotea code? I extracted the downloaded Connotea code from Sourceforge into my web root folder. What are the next steps I need to do? Thanks. -- Best Regards, Rajasekar Karthik kar...@gm... |
From: shantanu p. <sha...@gm...> - 2009-02-13 00:40:08
|
I think you need to generate schema_search.sql from schema.sql using mkschema_search script. See 'Database' section on the provided wiki page. Hope this helps.. (CCed to mailing list so that others can comment.) - Shantanu Pavgi. On Thu, Feb 12, 2009 at 4:52 PM, Mustansar Mehmood <mus...@ri...>wrote: > Hi Shantanu, > Is it possible to have a sample valid schema_search.sql I think the one I > get from the script downloaded from sourceforge.net is not producing the > the right results.. > > Thanks, > Mustansar > > shantanu pavgi wrote: > >> 1. Comment out CITATION part in /etc/bibliotech.conf and see if that >> works. >> >> 2. And there is some problem in loading a module, which is defined at line >> #3 of Bibliotech/Apache.pm (I checked my installation, but I have comments >> at first five lines..!) >> >> You may refer to: http://dev.uabgrid.uab.edu/wiki/ConnoteaInstallationfor installation notes. >> - >> Shantanu Pavgi. >> >> >> On Mon, Feb 9, 2009 at 11:41 AM, Mustansar Mehmood <mus...@ri...<mailto: >> mus...@ri...>> wrote: >> >> Hello, >> I am trying to install a local version of connotea and after >> following the direction carefully I cannot start the web server >> and get >> this error >> >> >> [Thu Feb 05 16:03:00 2009] [error] error from configuration reader >> (/etc/bibliotech.conf): declaration redefinition for 'CITATION' at >> /etc/bibliotech.conf line 246.\nBEGIN failed--compilation aborted at >> /var/www/perl/connotea_code/Bibliotech/Apache.pm line 11.\nCompilation >> failed in require at (eval 2) line 3.\n >> [Thu Feb 05 16:03:00 2009] [error] Can't load Perl module >> Bibliotech::Apache for server www.codesmith.org:0 >> <http://www.codesmith.org:0>, exiting... >> Any help to move past this problem is appreciated.. >> Thanks in advance, >> Mustansar >> >> -- >> Mustansar Mehmood >> Educational Sys Dev/Integrator >> Academic & Research Computing >> Rice University >> Houston Texas >> >> Phone: (713)348 2523 >> Fax: (713)348 6099 >> >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills >> and code to >> build responsive, highly engaging applications that combine the >> power of local >> resources and data with the reach of the web. Download the Adobe >> AIR SDK and >> Ajax docs to start building applications >> today-http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Connotea-code-devel mailing list >> Con...@li... >> <mailto:Con...@li...> >> https://lists.sourceforge.net/lists/listinfo/connotea-code-devel >> >> >> > |
From: Mustansar M. <mus...@ri...> - 2009-02-09 17:41:22
|
Hello, I am trying to install a local version of connotea and after following the direction carefully I cannot start the web server and get this error [Thu Feb 05 16:03:00 2009] [error] error from configuration reader (/etc/bibliotech.conf): declaration redefinition for 'CITATION' at /etc/bibliotech.conf line 246.\nBEGIN failed--compilation aborted at /var/www/perl/connotea_code/Bibliotech/Apache.pm line 11.\nCompilation failed in require at (eval 2) line 3.\n [Thu Feb 05 16:03:00 2009] [error] Can't load Perl module Bibliotech::Apache for server www.codesmith.org:0, exiting... Any help to move past this problem is appreciated.. Thanks in advance, Mustansar -- Mustansar Mehmood Educational Sys Dev/Integrator Academic & Research Computing Rice University Houston Texas Phone: (713)348 2523 Fax: (713)348 6099 |
From: Martin F. <ma...@ne...> - 2009-01-07 07:16:15
|
Brian wrote: > Martin, I finally got the page to load! The key was to comment out line > 46 of Bibliotech/Config.pm. Then it started telling me exactly which > configuration options I hadn't set. The resulting configuration file is > below and only contains exactly the parameters that caused errors. Excellent. That startup code looks ok but there may be a subtlety in the perl use pragma that I'm not getting. I'll have to play with an empty configuration to find out. In any case I take it your example configuration works even with that line uncommented back again? > Unfortunately it doesn't exactly work. I tried a pubmed url that works > on connotea.org/webcite <http://connotea.org/webcite>, but doesn't work > on grey.colorado.edu/webcite <http://grey.colorado.edu/webcite>. The log > is not very imformative. It says 'ok' despite it not working. > > /var/log/webcite.log > > Tue Jan 6 20:33:45 2009 info, webcite[22053] mods 0 ok calc > http://www.ncbi.nlm.nih.gov/pubmed/19123265 What happens if you run this: perl test_util/citation_source_test.pl Pubmed http://www.ncbi.nlm.nih.gov/pubmed/19123265 After a few seconds you should get back citation details. Also you might need to install bibutils and have BIBUTILS_PATH set for some of the citation modules - not Pubmed though. Martin |
From: Martin F. <ma...@ne...> - 2009-01-07 07:14:49
|
Hope you don't mind I'm copying this one back into the list. Martin Brian wrote: > Martin, I finally got the page to load! The key was to comment out line > 46 of Bibliotech/Config.pm. Then it started telling me exactly which > configuration options I hadn't set. The resulting configuration file is > below and only contains exactly the parameters that caused errors. > > Unfortunately it doesn't exactly work. I tried a pubmed url that works > on connotea.org/webcite <http://connotea.org/webcite>, but doesn't work > on grey.colorado.edu/webcite <http://grey.colorado.edu/webcite>. The log > is not very imformative. It says 'ok' despite it not working. > > /var/log/webcite.log > > Tue Jan 6 20:33:45 2009 info, webcite[22053] mods 0 ok calc > http://www.ncbi.nlm.nih.gov/pubmed/19123265 > > > /etc/bibliotech.conf: > > WEBCITE { > CACHE_ENABLED = true > CACHE_PATH = '/var/cache/webcite/' > CACHE_TIMEOUT = 7776000 > LOG_ENABLED = true > LOG_FILE = '/var/log/webcite.log' > } > > GENERAL { > SITE_NAME = 'webcite' > SITE_EMAIL = 'ad...@ex... <mailto:ad...@ex...>' > DBI_CONNECT = 'dbi:mysql:bibliotech' > USER_COOKIE_SECRET = '(redacted)' > } > > COMPONENT WIKI { > DBI_CONNECT = 'dbi:mysql:conwiki' > } |
From: Martin F. <ma...@ne...> - 2009-01-06 18:17:58
|
Hi Brian, Would you run these at the command prompt and send back the results? This will print the version number of Config::Scoped: perl -MConfig::Scoped -e 'print $Config::Scoped::VERSION."\n"' This will dump the parsed configuration file (the email may wrap the line, so be sure to get the whole thing in): perl -MData::Dumper -MConfig::Scoped -e 'print Dumper(Config::Scoped->new(file=>"/etc/bibliotech.conf")->parse)' That might bring to light the issue. Martin Brian wrote: > I would like to run webcite on my own server. I've tried this before a few > months ago and couldn't get it to work. I'm trying again now and getting the > same issues. > > I would appreciate some help. Here is quite a bit of info: > http://sial.org/pbot/34243 > > Cheers, > Brian |
From: Brian <Bri...@co...> - 2009-01-06 06:56:42
|
I would like to run webcite on my own server. I've tried this before a few months ago and couldn't get it to work. I'm trying again now and getting the same issues. I would appreciate some help. Here is quite a bit of info: http://sial.org/pbot/34243 Cheers, Brian |
From: Martin F. <ma...@ne...> - 2008-12-26 19:38:42
|
Hi Brian, Try now, should be back online. Martin Brian wrote: > The webcite api is down due to the upgrade. > > Cheers, > Brian > |
From: Brian <Bri...@co...> - 2008-12-23 00:28:48
|
The webcite api is down due to the upgrade. Cheers, Brian -- (Not sent from my iPhone) |
From: Mulvany, I. <i.m...@na...> - 2008-12-19 14:50:38
|
Markus Heckner from the university of Regensburg contacted me looking for volunteers to participate in a survey on the use of social bookmarking systems. They are looking for people who have at least 20 papers tagged in their Connotea library, if you are interested in helping out then head on over to http://pc51010.uni-r.de/limesurvey/index.php?sid=63888&lang=en. The full call for participation is below. Participants needed for Social Web research project The number of social tagging systems like Connotea is increasing and the systems are enjoying rising popularity. However, communication patterns within these systems are not yet fully understood and are beginning to attract attention from researchers. The Media Computing Department and the Media Educational Science department of the University of Regensburg (Germany) are conducting an interdisciplinary research study of social tagging system usage. We are looking for participants who are willing to spare the time to fill out a short online survey and answer several questions about how they use Connotea. Unfortunately we cannot offer any compensation. However, filling out the survey should not take much longer than 5 minutes and would greatly help us gain a better understanding of social tagging systems. Requirements: The only requirement for participants is that they have at least 20 papers in their Connotea bibliography. If you are interested, please help us by filling out the following online survey: http://pc51010.uni-r.de/limesurvey/index.php?sid=63888&lang=en (To start the survey simply follow the link above and click the ³Next² button). We are aiming to share our results with the community by posting a link to our work in this Connotea Blog as soon as we have finished and published our paper. Thank you very much for your participation! Should you have any further questions please feel free to contact us: Markus Heckner, M.A. mar...@pa... Media Educational Science http://www-campus.uni-r.de/edu1/ Michael Heilemann, M.A. mic...@pa... Educational Science Prof. Dr. Christian Wolff chr...@sp... Media Computing http://www-medieninformatik.uni-regensburg.de/ University of Regensburg ******************************************************************************** DISCLAIMER: This e-mail is confidential and should not be used by anyone who is not the original intended recipient. If you have received this e-mail in error please inform the sender and delete it from your mailbox or any other storage mechanism. Neither Macmillan Publishers Limited nor any of its agents accept liability for any statements made which are clearly the sender's own and not expressly made on behalf of Macmillan Publishers Limited or one of its agents. Please note that neither Macmillan Publishers Limited nor any of its agents accept any responsibility for viruses that may be contained in this e-mail or its attachments and it is your responsibility to scan the e-mail and attachments (if any). No contracts may be concluded on behalf of Macmillan Publishers Limited or its agents by means of e-mail communication. Macmillan Publishers Limited Registered in England and Wales with registered number 785998 Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS ******************************************************************************** |
From: Mulvany, I. <i.m...@na...> - 2008-12-19 14:31:20
|
Well, after installing Connotea on our new hardware and testing it this week, we are going to transition the main site over to the new machines on Sunday. We will be putting the service into read only mode for a while, and then the site will be down for a few moments as we switch over. If the transition goes smoothly we will be back up with a much improved performance. I know we have been having major problems over the last two months, but the new hardware has significantly more memory and so the query bottlenecks that we have been experiencing should ease off. It may take us a little while in the new year to get the most optimal server settings, but the new horsepower should help from the get go. - Ian ******************************************************************************** DISCLAIMER: This e-mail is confidential and should not be used by anyone who is not the original intended recipient. If you have received this e-mail in error please inform the sender and delete it from your mailbox or any other storage mechanism. Neither Macmillan Publishers Limited nor any of its agents accept liability for any statements made which are clearly the sender's own and not expressly made on behalf of Macmillan Publishers Limited or one of its agents. Please note that neither Macmillan Publishers Limited nor any of its agents accept any responsibility for viruses that may be contained in this e-mail or its attachments and it is your responsibility to scan the e-mail and attachments (if any). No contracts may be concluded on behalf of Macmillan Publishers Limited or its agents by means of e-mail communication. Macmillan Publishers Limited Registered in England and Wales with registered number 785998 Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS ******************************************************************************** |
From: Alexander D. <doc...@gm...> - 2008-10-28 13:28:20
|
Just my 2 cents: For what it is worth (and I am jumping into this conversation late) - as a Conotea user and a Zotero user and a blogger --- I think integration with Zotero in whatever ways make sense is a good idea, because Zotero is just very solid software with a simple API that is just easy to work with. For example there is now a pair of wordpress plugins - one that culls metadata into various standard formats (dublin core, rss, 3 or 4 others) and another that makes that exposed metadata available to Zotero, making any webpage so enabled add-able to Zotero with one click on the Zotero icon in the URL bar. The pair of plugins are: *COinS Metadata Exposer* (from the Zotero folks) who have a number of interesting plugins and projects: http://www.zotero.org/documentation/plugins and, *unAPI Server* - http://www.lackoftalent.org/michael/blog/unapi-wordpress-plug-in/ See them in operation (if you have Zotero installed in your browser) on any page of the War on Docs/Pain Crisis blog: http://doctordeluca.com/wordpress/ Just click on the "unapi" link under the title to examine the exposed metadata in the various formats. And look up if you have Zotero installed, and you'll be able to add the page to Zotero with one click via the Zotero icon in the URL bar. Nothing fancy, but a good demo of a concept, imo. These are very simple plugins - and they just work. I love a lot about Conotea (though I've been overwhelmed with life lately and have not been contributing much) and ditto Endnote and ditto Zotero. It's like having bees live in your head, so I'll leave it to you pros to figure it all out. But I think the "semantic web" or whatever buzz word you prefer is important - integration is important. But more and more, I find myself using Zotero to grab stuff, especially when i'm in a hurry - 'cause it's just there on my browser. And I use the connotea plugins too, but more and more, if I only have time to do one thing, I do Zotero and hope/trust I can get my data into conotea or endnote eventually. So yeah, I think Zotero is important for Conotea -- but I am way not an expert in this area. Thanks Martin and your team for sticking with the project, and continually improving the product - surely it is a labor of love. Sincerely, ..alex... doc...@gm... Alexander DeLuca, M.D., MPH Senior Consultant, Pain Relief Network http://www.painreliefnetwork.org/ http://www.doctordeluca.com/wordpress/ http://www.doctordeluca.com/ - There is no medical treatment for non-problematic substance use... there is only punishment. On Mon, Oct 27, 2008 at 3:57 PM, Martin Flack <ma...@ne...> wrote: > Thanks for participating, Shantanu. > > Zotero integration has been talked about on a serious basis; we don't > have anything ready to go but I'd guess that something will happen down > the line. > > Martin > > shantanu pavgi wrote: > > Thanks for the help Martin. > > > > I have added installation notes on the Connotea wiki. I will update them > > within next few days. > > > > On a separate issue, is it likely to see Connotea-Zotero integration in > > near future? I have seen many posts around the web regarding this. Just > > wanted to know if you know any plug-in or work going in this direction. > > > > - > > Shantanu. > > > > > > On Mon, Oct 20, 2008 at 10:39 PM, Martin Flack <ma...@ne... > > <mailto:ma...@ne...>> wrote: > > > > Thanks! Sorry for the inconvenience. This should post to the wiki ok > > now. We had our spam filters set on basically a hair trigger. > > > > Martin > > > > shantanu pavgi wrote: > > > > Attached herewith is the installation notes file. > > - > > Shantanu. > > > > On Fri, Oct 17, 2008 at 11:06 AM, Martin Flack > > <ma...@ne... <mailto:ma...@ne...> > > <mailto:ma...@ne... <mailto:ma...@ne...>>> > > wrote: > > > > Hi Shantanu, > > > > Could you post it here on the mailing list so I can take a > > look at > > which part is triggering the spam filter? Thanks. > > > > Martin > > > > > > shantanu pavgi wrote: > > > > Hi, > > I would like to share my Connotea installation notes for > > linux > > (Cent-OS). I > > tried to post them on Connotea wiki, but it's not allowing > me > > saying 'spam > > detected'. Let me know how can I post/share it. > > > > Thanks, > > Shantanu. > > > > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Connotea-code-devel mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/connotea-code-devel > |
From: Martin F. <ma...@ne...> - 2008-10-27 19:58:39
|
Thanks for participating, Shantanu. Zotero integration has been talked about on a serious basis; we don't have anything ready to go but I'd guess that something will happen down the line. Martin shantanu pavgi wrote: > Thanks for the help Martin. > > I have added installation notes on the Connotea wiki. I will update them > within next few days. > > On a separate issue, is it likely to see Connotea-Zotero integration in > near future? I have seen many posts around the web regarding this. Just > wanted to know if you know any plug-in or work going in this direction. > > - > Shantanu. > > > On Mon, Oct 20, 2008 at 10:39 PM, Martin Flack <ma...@ne... > <mailto:ma...@ne...>> wrote: > > Thanks! Sorry for the inconvenience. This should post to the wiki ok > now. We had our spam filters set on basically a hair trigger. > > Martin > > shantanu pavgi wrote: > > Attached herewith is the installation notes file. > - > Shantanu. > > On Fri, Oct 17, 2008 at 11:06 AM, Martin Flack > <ma...@ne... <mailto:ma...@ne...> > <mailto:ma...@ne... <mailto:ma...@ne...>>> > wrote: > > Hi Shantanu, > > Could you post it here on the mailing list so I can take a > look at > which part is triggering the spam filter? Thanks. > > Martin > > > shantanu pavgi wrote: > > Hi, > I would like to share my Connotea installation notes for > linux > (Cent-OS). I > tried to post them on Connotea wiki, but it's not allowing me > saying 'spam > detected'. Let me know how can I post/share it. > > Thanks, > Shantanu. > > > |
From: Martin F. <ma...@ne...> - 2008-10-21 03:40:09
|
Thanks! Sorry for the inconvenience. This should post to the wiki ok now. We had our spam filters set on basically a hair trigger. Martin shantanu pavgi wrote: > Attached herewith is the installation notes file. > > - > Shantanu. > > > On Fri, Oct 17, 2008 at 11:06 AM, Martin Flack <ma...@ne... > <mailto:ma...@ne...>> wrote: > > Hi Shantanu, > > Could you post it here on the mailing list so I can take a look at > which part is triggering the spam filter? Thanks. > > Martin > > > shantanu pavgi wrote: > > Hi, > I would like to share my Connotea installation notes for linux > (Cent-OS). I > tried to post them on Connotea wiki, but it's not allowing me > saying 'spam > detected'. Let me know how can I post/share it. > > Thanks, > Shantanu. |
From: shantanu p. <sha...@gm...> - 2008-10-18 00:20:52
|
Attached herewith is the installation notes file. - Shantanu. On Fri, Oct 17, 2008 at 11:06 AM, Martin Flack <ma...@ne...>wrote: > Hi Shantanu, > > Could you post it here on the mailing list so I can take a look at which > part is triggering the spam filter? Thanks. > > Martin > > > shantanu pavgi wrote: > >> Hi, >> I would like to share my Connotea installation notes for linux (Cent-OS). >> I >> tried to post them on Connotea wiki, but it's not allowing me saying 'spam >> detected'. Let me know how can I post/share it. >> >> Thanks, >> Shantanu. >> > > |
From: Martin F. <ma...@ne...> - 2008-10-17 16:06:15
|
Hi Shantanu, Could you post it here on the mailing list so I can take a look at which part is triggering the spam filter? Thanks. Martin shantanu pavgi wrote: > Hi, > I would like to share my Connotea installation notes for linux (Cent-OS). I > tried to post them on Connotea wiki, but it's not allowing me saying 'spam > detected'. Let me know how can I post/share it. > > Thanks, > Shantanu. |
From: shantanu p. <sha...@gm...> - 2008-10-17 05:55:53
|
Hi, I would like to share my Connotea installation notes for linux (Cent-OS). I tried to post them on Connotea wiki, but it's not allowing me saying 'spam detected'. Let me know how can I post/share it. Thanks, Shantanu. |
From: Alexander D. <doc...@gm...> - 2008-10-16 12:14:19
|
I am getting at least some of your messages, Brian. Thank you for the work, and the sharing. ..alex... On Thu, Sep 25, 2008 at 2:53 PM, Brian <Bri...@co...> wrote: > My last paste was supposed to be the output of 'desc meatadata', which > simply reveals the existence of 'node_id'. > > > > On Thu, Sep 25, 2008 at 12:52 PM, Brian <Bri...@co...> wrote: > > > I am getting the following error when I try to look at a user library: > > > > Error exception report: > > > > user test (1) requests /user/test bringing load to 1 with db at > 1222290807 > > > > http://grey.colorado.edu/connotea/user/test > > > > > > undef error - DBD::mysql::st execute failed: Unknown column 'node' in > 'where clause' [for Statement "SELECT metadata_type, metadata_value FROM > metadata WHERE node='User:test' AND version='0'"] at > /usr/local/share/perl/5.8.8/DBIx/ContextualFetch.pm line 52. > > > > > > I can recreate this in mysql: > > > > mysql> use conwiki; > > Reading table information for completion of table and column names > > You can turn off this feature to get a quicker startup with -A > > > > Database changed > > mysql> show tables; > > +-------------------+ > > | Tables_in_conwiki | > > +-------------------+ > > | content | > > | internal_links | > > | metadata | > > | node | > > > > | schema_info | > > +-------------------+ > > 5 rows in set (0.00 sec) > > > > mysql> SELECT metadata_type, metadata_value FROM metadata WHERE > node='User:test' AND version='0'; > > ERROR 1054 (42S22): Unknown column 'node' in 'where clause' > > > > As you can see there is no 'node' column, but there is a 'node_id' > column: > > > > mysql> use conwiki; > > Reading table information for completion of table and column names > > You can turn off this feature to get a quicker startup with -A > > > > Database changed > > mysql> show tables; > > +-------------------+ > > | Tables_in_conwiki | > > +-------------------+ > > | content | > > | internal_links | > > | metadata | > > | node | > > > > | schema_info | > > +-------------------+ > > 5 rows in set (0.00 sec) > > > > mysql> SELECT metadata_type, metadata_value FROM metadata WHERE > node='User:test' AND version='0'; > > ERROR 1054 (42S22): Unknown column 'node' in 'where clause' > > > > > > Yet another serious bug in Connotea Code...? I see that none of my > messages > > to these lists are being let through moderation...a shame. > > > > > > -- > > (Not sent from my iPhone) > > > > > > -- > (Not sent from my iPhone) > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Connotea-code-devel mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/connotea-code-devel > -- ..alex... doc...@gm... Alexander DeLuca, M.D., MPH Senior Consultant, Pain Relief Network http://www.painreliefnetwork.org/ http://www.doctordeluca.com/wordpress/ http://www.doctordeluca.com/ - There is no medical treatment for non-problematic substance use... there is only punishment. |
From: CORNEL <cor...@ya...> - 2008-10-02 10:44:10
|
Evrika Group - cursuri de perfectionare : - contabilitate costul cursului este de 300 ron cu incepere din 27 octombrie 2008 . - expert fiscal costul cursului este de 1000 ron cu incepere in 01 noiembrie 2008. - inspector protectia muncii costul cursului este de 300 ron cu incepere din 14 octombrie 2008 . - inspector resurse umane costul cursului este de 250 ron cu incepere din 29 octombrie 2008. Incepand cu data de 1 septembrie s-au deschis inscrierile pentru cursul de agent imobiliar. Costul cursului este intre 200 ron si 1350 ron in functie de pachetul pentru care optati. In urma sustinerii examenului final se obtine un Certificat de absolvire eliberat de Ministerul Muncii Familiei si Egalitatii de Sanse,si Ministerul Educatiei, Cercetarii si Tineretului recunoscut pe piata muncii. Daca vreti sa profitati de oportunitatile ce pot aparea apasati aici: SUBSCRIBE ; daca nu, apasa aici : UNSUBSCRIBE .. |