Questions tagged [foswiki]

Foswiki is an Enterprise Open Source Data Wiki Engine that allows the _end_ users to not only write prose style wiki content, but create applications using the macro language, define data schemas and queries on that data.

Foswiki is an Enterprise Open Source Data Wiki Engine that allows the end users to not only write prose style wiki content, but create applications using the macro language, define data schemas and queries on that data.

25 questions
0
votes
1 answer

Reorganize the list of webs for Foswiki

I'd like to modify and restructure the list of webs of a wiki based on Foswiki. Is it possible to point me to a documentation explaining how webs can be transformed into topics so that those would then disappear from the sidebar while retaining the…
0
votes
1 answer

How to list all topics created by me

How can I get a list of all topics that I created? I think it should be something like %SEARCH{ "versions[-1].info.author = '%USERNAME%" type="query" web="Sandbox" }% but that returns 0 results. With "versions[-1]" I get all topics, and with…
Martin
  • 1,986
  • 15
  • 32
0
votes
1 answer

Foswiki Installation on Win Server 2012 and IIS?

Has anyone had experience installing Foswiki on windows in the past couple of years? It unfortunately seems that all the guides are extremely old and vague. The setup on my target machine is Windows Server 2012, Activestate Perl, and IIS 10. The…
user1000219
  • 115
  • 1
  • 2
  • 6
0
votes
1 answer

Foswiki Sidebar Customization

I am new to foswiki, and have it spun up running on a vm at my companies datacenter. I have most of the baseline config down, but am wondering about some more customization. Specifically I am looking for some documentation on how to customize the…
0
votes
1 answer

perl encoding wrong when in Foswiki

I'm using Foswiki and met really weird problem. I'm using LDAP server to authenticate people, and found entries with Chinese is encoded to utf-8 even if it's already utf-8. Here is what i did I run this test codes in commandline, and gets the right…
demonguy
  • 1,977
  • 5
  • 22
  • 34
0
votes
1 answer

Foswiki SolrPlugin cannot add a topic

I use this guide to install Foswiki from master github repository using Nginx as Webserver. cd //tools ./solrindex topic=Main.WebHome No topic is created and these errors appears Not a HASH reference at …
0
votes
1 answer

Foswiki script import from CSV

I am using Foswiki to pull together many different source of data in to one place Most of the source I can import easily, but one source is table exported from database to CSV, I want each line of this CSV to be a different topic on foswiki and…
0
votes
1 answer

Foswiki and LDAP authentication

I have a problem with connecting foswiki to ldap. I want to authenticate users against LDAP directory (as it is stated in the requirements of school seminar work ). But it doesn't work. When I try to login with my name already saved in LDAP, it just…
0
votes
1 answer

Russian WikiWords in FosWiki

I'm trying to set up support for the Russian language wiki. It turns out nothing. Russian language appears in the texts, but can't configure WikiWords. When LocaleRegexes=1, UseLocale=1, Site Locale = ru_RU.utf8 Russian words are not recognized…
-1
votes
1 answer

500 errors for images used by Perl CGI application

I've installed Foswiki but I've problem when my app try load images. The images don't load... I've get a solution but I'm not sure if is correct ... This is my configuration for CGI directory # # "C:/Archivos de programa/Apache Software…
Cesar Miguel
  • 661
  • 1
  • 13
  • 38
1
2