Re: [midgard] ISO 8859-2 characters and links

2000-10-10 Thread Alexander Bokovoy
orting is the MySQL's area. You'll need to re-compile it with support for ISO 8859-2 character set. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora R&D team Minsk Linux Users Group |www.minsk-lug.net| www

[midgard] Re: repligard

2000-10-08 Thread Alexander Bokovoy
igard version from CVS (or even previous ones) could be considered as alpha versions where functionality isn't there. > it... is there a new release. Not yet. I'm working on new implementation. Its beta will be in CVS during this week. -- Alexander Bokovoy

Re: [midgard] Bugs

2000-10-02 Thread Alexander Bokovoy
[EMAIL PROTECTED] wrote: > > Alexander Bokovoy writes: > > > It means that PAM (Pluggable Authentication Modules) support was enabled but your > > system lacks PAM. Again. > > Ok I had midgard up and running on the machine before I tried to upgrade to > 1.4b5.

Re: [midgard] Bugs

2000-10-02 Thread Alexander Bokovoy
can see that the gnu linker > is getting passed a file called -lpam but I don't know why. It means that PAM (Pluggable Authentication Modules) support was enabled but your system lacks PAM. Again. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.or

Re: [midgard] Asgard: What do you think ?

2000-09-29 Thread Alexander Bokovoy
SO-latin-1. " For each language Asgard internal API requires defined asgard_localized_name() function which should be provided by language backend. For Latin-1-based languages asgard_localized_name() is {return htmlentities($name);}, for Russian and Chinese it will be just {return $name;} I

[midgard] www.midgard.f2s.com

2000-09-29 Thread Alexander Bokovoy
sgard is available for thoughts and suggestions at http://www.midgard.f2s.com/asgard.gif -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora R&D team Minsk Linux Users Group |www.minsk-lug.net| www.aurora-linux.com IPLabs L

Re: [midgard] Asgard: What do you think ?

2000-09-29 Thread Alexander Bokovoy
e and it wouldn't do anything with character conversion in &(foo); statements. This works only for 1.2.6beta2 and 1.4 betas, not 1.2.5. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora R&D team Minsk Linux Users Group |ww

Re[2]: [midgard] Asgard: What do you think ?

2000-09-29 Thread Alexander Bokovoy
;bold' background in >> comparision with others? > Well this is not for fun ;) this is an example of decoration. :-) I understood. > BTW, do you prefer the metallic look or the plain one ? Both. It could be an option in User preferences. Sometimes we all need to have fresh look to

Re[2]: [midgard] How to do it?

2000-09-29 Thread Alexander Bokovoy
Site (or, more correct, 'inheritable'), yes. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora R&D team Minsk Linux Users Group |www.minsk-lug.net| www.aurora-linux.com IPLabs Linux Team| linux.iplabs.ru | Arch

Re: [midgard] Asgard: What do you think ?

2000-09-29 Thread Alexander Bokovoy
el, it'll display only edit content dialog. 3. May be sitegroup name and realm could be displayed on the right side of line where 'Hosts' label now resides? A button to re-logon could be there too. 4. Just for fun: why 'Name' property has 'bold' background in com

Re: [midgard] is the PHP patch link valid

2000-09-28 Thread Alexander Bokovoy
Hello stelios, Thursday, September 28, 2000, 2:08:03 PM, you wrote: si> http://www.midgard.f2s.com/midgard-php_3.0.15.batch.bz2 si> Is this valid, if not where can I find the patch No, it is invalid. This file (midgard-php_3.0.15.patch.bz2) has been removed from www.midgard.f2s.com a few months

Re: [midgard] I need a "theory of operation" document

2000-09-23 Thread Alexander Bokovoy
ode where I handle the argv[] > arguments. This is not possible because mod_midgard is responsible for applying style to the page (i.e. filling an array of used elements) and _it_ should know what style must be applied. Due general nature of mod_midgard, there is no code in it which could select

Re: [midgard] 1.4b5: another undefined symbol

2000-09-20 Thread Alexander Bokovoy
ns are exported via httpd.exp (apache/src/support/httpd.exp). It seems that we can use the same techniques. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.r

Re: [midgard] Type bug

2000-09-15 Thread Alexander Bokovoy
Hello Ken, Friday, September 15, 2000, 11:40:29 PM, you wrote: > Does anyone have a fix for the bug in the type field? I'm using 1.2.5 > but the type field can't be set unless it is set to something when the > article is created. Already fixed in 1.4 series. -- Best regards, Alexan

Re: [midgard] freebsd

2000-09-15 Thread Alexander Bokovoy
from the real life of Linux distributions. > Anyway, I changed install-midgard to simply grep midgard.h. That should > be about as platform-nonspecific as it gets. > Don't tell me there are unixoids out there that ship without grep. Please. Sure. I improved it a bit. Now install-midga

Re: [midgard] Weird observation about active pages

2000-09-15 Thread Alexander Bokovoy
Frank Boehme wrote: > > Alexander Bokovoy wrote: > > > What is the value of 'action' attribute of the form? > > I have something like > > > > where first_part is the URL of the active page. As I said, the page is > served, but $argv[0] is e

Re: [midgard] Weird observation about active pages

2000-09-15 Thread Alexander Bokovoy
idden form fields > or the ?par=value syntax instead. > > Is this known, or am I doing something wrong? > > Any comments much appreciated. What is the value of 'action' attribute of the form? -- Sincerely yours, Alexander Bokovoy // The Midgard Projec

Re: [midgard] freebsd

2000-09-15 Thread Alexander Bokovoy
moment. One can force selection of static library by setting environmental variable LIBMIDGARD before starting installation script. Yes, we need to do more smart checking on database installation step. Just for thinking: Imagine situation where C compiler isn't provided (such as Mandrake &#x

Re: [midgard] can arrays be used with &();

2000-09-14 Thread Alexander Bokovoy
Hello Carl, Friday, September 15, 2000, 2:17:44 AM, you wrote: CB> hi CB> thanks alex for the hint with mgd_walk_xxx. CB> It would be very helpful if i could use an array instead of CB> simple vars and objects for the &(); construct. I'm working CB> with a lot of form data and normaly collect a

Re: [midgard] freebsd

2000-09-14 Thread Alexander Bokovoy
Hello Alexey, Thursday, September 14, 2000, 11:18:09 AM, you wrote: E>> Any existing FreeBSD users, this is the time to pitch in E>> with either success- or horrorstories. ALT> I still have problems with installing Midgard on FreeBSD 2.2.8. ALT> Alexander has all needed information about this cas

Re: [midgard] has anyone got mgd_walk_topic_tree to work?

2000-09-13 Thread Alexander Bokovoy
Hello Carl, Thursday, September 14, 2000, 9:00:11 PM, you wrote: CB> I have been setting up a small product catalogue with in a midgard site, CB> It seemed like a good idea to is use the topic/article structure to represent CB> toplevel, sublevel, product and product properities where the proper

Re[2]: [midgard] Question regarding sitegroups and the adminsite.

2000-09-13 Thread Alexander Bokovoy
Hello Emiliano, Tuesday, September 12, 2000, 1:57:29 PM, you wrote: >> - How about making a sitegroup interface for the admin site? Only viewable >> by root and sg admins. > The viewable restriction will have to be coded into the admin site > itself. Alexander has the inside trak on the new adm

Re[2]: [midgard] Undefined symbol...

2000-09-12 Thread Alexander Bokovoy
Hello Emiliano, Tuesday, September 12, 2000, 12:37:03 PM, you wrote: > Rogaty wrote: >> >> I reconfigured midgard-php without expat and it seems to be working. > Oh sweet. Well, no idea what was causig this then. Function names overlap with our expat-lib? -- Best regards, Alexander

Re: [midgard] Format question

2000-09-12 Thread Alexander Bokovoy
> Ken Pooley wrote: > > > echo $topicS->description:H.""; ? > > It can only be executed by having PHP interpret it. Patrick showed me > a trick a while ago that would get around this: > > eval "?>&($topicS->description:H); should be changed to . eval "?>&(topicS.description:H);http://www.mid

Re: [midgard] Format question

2000-09-12 Thread Alexander Bokovoy
> Ken Pooley wrote: > > > echo $topicS->description:H.""; ? > > It can only be executed by having PHP interpret it. Patrick showed me > a trick a while ago that would get around this: > > eval "?>&($topicS->description:H); should be changed to . eval "?>&(topicS.description:H);http://www.mid

Re: [midgard] Format question

2000-09-12 Thread Alexander Bokovoy
> Ken Pooley wrote: > > > echo $topicS->description:H.""; ? > > It can only be executed by having PHP interpret it. Patrick showed me > a trick a while ago that would get around this: > > eval "?>&($topicS->description:H); should be changed to . eval "?>&(topicS.description:H);http://www.mid

Re: [midgard] Handling Chinese character set

2000-09-11 Thread Alexander Bokovoy
Hello J, Monday, September 11, 2000, 7:08:54 PM, you wrote: JW> I just made some changes to the admin site to handle Chinese character set. JW> Now the site can properly handle Chinese GB input and display. There are JW> some points I'd like to share with the development team to improve the code

Re: [midgard] Undefined symbol

2000-09-09 Thread Alexander Bokovoy
"Alexey L. Tcharykov" wrote: > > >> midgard/mgd_main.c:359: Undefined symbol `_g_hash_table_size' referenced from >text segment > >> midgard/mgd_main.c:404: Undefined symbol `_g_hash_table_destroy' referenced from >text segment > >> *** Error code 1 > >> Stop. > AB> You need glib from www.gtk.o

Re: [midgard] Undefined symbol

2000-09-08 Thread Alexander Bokovoy
text segment > *** Error code 1 > Stop. > Cut -- > > Any ideas? What does it need? You need glib from www.gtk.org. glib 1.2.6 fine (latest is 1.2.8 and it works fine too). -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux

Re: [midgard] midgard and mandrake

2000-09-08 Thread Alexander Bokovoy
Emiliano wrote: > > Alexander Bokovoy wrote: > > > It means that your environment miss glibc-devel package which is mandatory to >compile > > any package, this is not Midgard-related at all. I expect that you've selected >either > > 'Novice' o

Re: [midgard] midgard and mandrake

2000-09-08 Thread Alexander Bokovoy
ge which is mandatory to compile any package, this is not Midgard-related at all. I expect that you've selected either 'Novice' or 'Server' mode for Mandrake installation, isn't it? Install glibc-devel. > >Also, what does output the following command? > &

Re: [midgard] midgard and mandrake

2000-09-08 Thread Alexander Bokovoy
Hello stelios, Friday, September 08, 2000, 12:36:50 PM, you wrote: > I am trying to install midgard on a mandrake 7.0 linux distribution > the first error I got was that the host could not be defined so I defined > it as i686-pc-linux-gnu > the next error I got was the following: > checking wheth

Re: [midgard] How do they do this in the function reference?

2000-09-07 Thread Alexander Bokovoy
d as static HTMLs on disk. Then page code reads those HTMLs, strip all except body content and displays. Actual names for pages are stored in SGML sources. See code-init element which does it: http://bergie.greywolves.org:8081/source/element/271.html -- Sincerely yours, Alexander Bokovoy // Th

Re: [midgard] charset and apache

2000-09-07 Thread Alexander Bokovoy
lexa.ru:8100/english/getit.html for English version of download page and select PL29.7 for download. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru "We

Re: [midgard] mod_midgard compilation error

2000-09-07 Thread Alexander Bokovoy
t your system lacks libmysqlclient.so or ld can't find it. What 'ldconfig -p | grep mysql' says? -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru

Re: [midgard] (Alternative) Framed Admin release for testing!

2000-09-01 Thread Alexander Bokovoy
the browser. The same for me, either from IE or Netscape 4.74/Mozilla M17. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru "The only way for a reporter to

Re: [midgard] installing beta 1.4.5a

2000-09-01 Thread Alexander Bokovoy
ul in optionality selection and do not select dependencies for tools you are not having on your system. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru "The only

[midgard] ANNOUNCE: Midgard 1.4 beta 5a released

2000-08-30 Thread Alexander Bokovoy
Apache config, as well as copy images to Apache's document root as described in INSTALL document. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru If y

[midgard] ANNOUNCE: Midgard 1.4 beta 5a released

2000-08-30 Thread Alexander Bokovoy
Apache config, as well as copy images to Apache's document root as described in INSTALL document. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru If y

Re: [midgard] Midgard 1.4b5

2000-08-30 Thread Alexander Bokovoy
Asgard will be unavailable for beta 5. The data package for beta 5 will be uploaded to site soon, it has changes in database structure and installation script, so it is quite different from data package for beta 4. Please wait for tonight's official announce of Midgard 1.4 beta 5a. --

Re: [midgard] [Q] How to find dynamic page name information.

2000-08-28 Thread Alexander Bokovoy
bar'; $argv[2] = '12345'; // Midgard automatically strips '.html' And variable $argc will contain number of passed parameters (3 in this case). This behaviour very similar to C programming. -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Use

Re: [midgard] Ideas to dramatically increase nb of Midgard users

2000-08-28 Thread Alexander Bokovoy
fixes I commited to CVS right now. The test machine was Mandrake RE 7.0 with GCC 2.95.2 and glibc 2.1.3 (Apache 1.3.12 with SGI patches). It would be nice if you can try your test again on RedHat 6.2 which failed last time. -- Sincerely yours, Alexander Bokovoy // The Midgard Project //

Re[2]: [midgard] Ideas to dramatically increase nb of Midgard users

2000-08-27 Thread Alexander Bokovoy
d try to install it. Any feedback > is appreciated. > -- > Sincerely yours, Alexander Bokovoy > // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team > \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru > Don'

Re: [midgard] CVS problems with get_article_by_name

2000-08-25 Thread Alexander Bokovoy
g in PHP3) though it is not used in PHP3's internals at all! -- Sincerely yours, Alexander Bokovoy // The Midgard Project // Minsk Linux Users Group // IPLabs Linux Team \\ www.midgard-project.org \\ www.minsk-lug.net \\ linux.iplabs.ru We lie loudest when we lie to ourselves.

Re: [midgard] debian hints & some bug fixes for midgard 1.4 from CVS

2000-08-23 Thread Alexander Bokovoy
Alan Knowles wrote: > > greywolves.org is not resovling so I cant to a cvs diff, > > here is the output from cat -n mod_midgard.c | grep -2 set_sitegroup <[strip-code]> I've already fixed this right after receiving your mail yesterday.

Re: [midgard] mgd_auth_midgard

2000-08-21 Thread Alexander Bokovoy
zed in admin site on the first page. <[strip-code]> -- Alexander Bokovoy /\\//\\//\\//\\//\ Minsk Linux Users Group | http://www.minsk-lug.net The Midgard Project | http://www.midgard-project.org/ IPLabs Linux Team | http://linux.iplabs

Re: [midgard] Copying articles.

2000-08-21 Thread Alexander Bokovoy
inished with our new > > midgard site. > > There's a few things left (SG for one). I got two questions: > > 1. Does anyone have some code for the admin site so that I > > can copy/move an > > article to another topic? As a result of a missunderstanding > > I will n

Re[2]: [midgard] midgard 1.4b - now verrry important!!

2000-08-18 Thread Alexander Bokovoy
Hello Piotr, Friday, August 18, 2000, 4:56:57 PM, you wrote: > Hi! > I should go under the table and seat there till morning.. > yes, mu great guru wrote this patch I posted you but I didn't noticed > - #addmodule lbphp3.so - in my httpd.conf. > so, when I reloaded apache my problem return

Re: [midgard] midgard 1.4b - now verrry important!!

2000-08-18 Thread Alexander Bokovoy
est.php3 with and try to request it from browser. And send me (not in list, because it will huge) output. -- Alexander Bokovoy Everyone is more or less mad on one point. -- Rudyard Kipling -- This is The Midgard Project's mailing list. For more information, please visit the p

Re: [midgard] midgard 1.4b - now verrry important!!

2000-08-18 Thread Alexander Bokovoy
gt; > But now I got the bigger problem: > when I open my admin or demo site the only thing I can see is: > > argc; $argv = $midgard->argv; ?> <[code-compat]> <[code-global]> <[code- > init]> <[ROOT]> > > What's the problem? Midgard does not

Re: [midgard] Multi-language sites again

2000-08-18 Thread Alexander Bokovoy
now has mgd_get_reply_by_name($articleid, $name) well suited exactly for building multilanguage sites (which use 8-bit encodings). You store article in default language and all translations as replies to it with names equal to language codes ($lang) and then just do: -- Alexander Bokovoy No use get

Re: [midgard] Multi-language sites - slightly different issue

2000-08-18 Thread Alexander Bokovoy
al encoding for Midgard 2.0 probably (with very high level of probability :-) will be one of Unicode's (UTF-8, UTF-16, UCS2, UCS4) and there will be filters for conventional encodings (from/to Unicode, for exchange with other apps). -- Alexander Bokovoy No use getting too involved in li

Re: [midgard] Multi-language sites again

2000-08-17 Thread Alexander Bokovoy
Hello Sergio, Friday, August 18, 2000, 12:29:06 AM, you wrote: > I'm working in an site (http://distro.conectiva.com.br) already Midgard-based > (1.2.5) with success until now. > We are internacionalizing it now, and we have 2 different problems: > - static content, ie, page elements; > - d

Re: [midgard] Oddities with 1.4b3 and Mandrake 7.1

2000-08-17 Thread Alexander Bokovoy
Hello fhirsch, Thursday, August 17, 2000, 10:37:55 PM, you wrote: > I decided to install Mandrake 7.1 a second time, and now, I get the oddest > errors when trying to compile (haven't even gotten to PHP4). I often get > compiler crashes with no apparent code errors. Additionally, any compile on

Re: [midgard] midgard 1.4b - problem with installation

2000-08-17 Thread Alexander Bokovoy
ibmidgard's configure and php's configure? Show them 'as is' in email, they are usually stored in config.status, see several first lines of it for actual command line string. -- Alexander Bokovoy There is no statute of limitations on stupidity. -- This is The Midgard Project

Re: [midgard] I am making a dumb mistake here....

2000-08-17 Thread Alexander Bokovoy
Hello Ken, Thursday, August 17, 2000, 12:41:29 AM, you wrote: > OK...there is something dumb going on here, I have mis written something > but can't find my errorit should list the subtopics of topic 240 if the > id = 240 otherwise list the articles in the subtopic = id. the second >

Re: [midgard] Midgard-php and php4

2000-08-15 Thread Alexander Bokovoy
Hello Silas, Tuesday, August 15, 2000, 8:23:16 PM, you wrote: > Are Midgard php and php4 mutually exclusive on the same copy of apache? > I've run standard versions of php3 alondside php4 (as dynamic shared modules), > but when I try to do this with midgard-php, I get a seg fault, and a core > du

Re: [midgard] root page and something else

2000-08-14 Thread Alexander Bokovoy
Piotr Pokora wrote: > > > printf(' / %s ', $midgard->uri, $t- > >id, > > htmlentities($t->name)); > > error - too few arguments. Works for me without problems (broken on two lines for bad mailing clients): printf(' / %s ', $midgard->ur

Re: [midgard] root page and something else

2000-08-14 Thread Alexander Bokovoy
l images :( No, we just discussed it in this thread. -- Alexander Bokovoy Serenity through viciousness. -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]

Re: [midgard] root page and something else

2000-08-14 Thread Alexander Bokovoy
ll URL isn't in the database and let apache handle it -> images show > > up. > > Yop! > I got this: > host); ?> > > > > Anything else? Yes. Create static page 'images' under &(host.prefix); -- Alexander Bokovoy If you don't do the t

Re: [midgard] root page and something else

2000-08-14 Thread Alexander Bokovoy
ple solution is to pass object (topic|article) ID as query string, for example: printf(' / %s ', $midgard->uri, $t->id, htmlentities($t->name)); Then all links will have form 'foo/?topic_id=bar' where 'foo' is page name and 'bar' is ID of topic

Re: [midgard] midgard 1.4b

2000-08-14 Thread Alexander Bokovoy
need to add --with-mod_charset > > --with-midgard-lang=russian to PHP configure's options. If you're not > > using mod_charset, it will work too but without conversion between > > different encodings. > > > > WOW Minimal required version: 1.2

Re: [midgard] midgard 1.4b

2000-08-14 Thread Alexander Bokovoy
h-midgard-lang=russian to PHP configure's options. If you're not using mod_charset, it will work too but without conversion between different encodings. -- Alexander Bokovoy Being popular is important. Otherwise people might not like you. -- This is The Midgard Project's mailing li

Re: [midgard] 2[midgard] Auto encoding/OFF

2000-08-14 Thread Alexander Bokovoy
autoconversion to HTML entities? If so, try to look at 1.4beta5 which will be released in few days and set up so named 'Russian' Midgard environment (use 'MidgardParser russian' in httpd.conf). It'll disable any translations of HTML entities. -- Alexander Bokovoy T

Re: [midgard] root page and history - once again

2000-08-11 Thread Alexander Bokovoy
me);) ":p", 1 => ":F", 2 => ":h"); ?>&(topic.description); &(topic.extra:F); id); ?> fetch()) {?> &(t.description);  id,"reverse created"); if($article) { ?> fetch()) { ?> .gif" width=20 height=22 border=0>  &(ar

Re: [midgard] root page and history - once again

2000-08-10 Thread Alexander Bokovoy
d to make friendship between Netscape Mail and fortune. -- Alexander Bokovoy Doubt is not a pleasant condition, but certainty is absurd. -- Voltaire -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgar

Re: [midgard] root page and history - once again

2000-08-10 Thread Alexander Bokovoy
pic($id, $name, $description, $extra, > $owner, $code); And here you are using $id as an ID for topic. I think that's your problem -- you're overusing one variable for two completely different needs. -- Alexander Bokovoy He who laughs has not yet heard the bad news. --

Re: [midgard] Questions on latest cvs source

2000-08-10 Thread Alexander Bokovoy
Emiliano wrote: > > Alexander Bokovoy wrote: > > > >> The scenario will be: installation script for AdminSite will delete old > > >> AdminSite and insert new one automatically. > > > > > > What about people with customized admin sites (like

Re[2]: [midgard] Questions on latest cvs source

2000-08-09 Thread Alexander Bokovoy
Hello Emiliano, Wednesday, August 09, 2000, 11:29:26 PM, you wrote: >> > Another thing: Repligard is not ready, I know. When the new admin site >> > is released, can I simply update my database to the new admin site (by >> > running a script) and subsequently use the new admin site to delete the

Re: [midgard] Questions on latest cvs source

2000-08-09 Thread Alexander Bokovoy
Frank Boehme wrote: > > Off Topic: I saw the pictures from the Midgard tour. I became concerned > about the health of the midgard development team. You guys eat too much > junk food and you are smoking a hell of a lot. Well, well :-) > Anyway, I have built a recreation related site with midg

Re: [midgard] Result of brain shortage...how do I...?

2000-08-07 Thread Alexander Bokovoy
Hello Ken, Monday, August 07, 2000, 11:24:49 PM, you wrote: > I have the following which lists all of the subtopics of a topic(17)I > want to then list the subtopics and articles of the list when I say > "mgd_list_topics" do the subtopic #s come back? could I then use them in a > stat

Re[2]: [midgard] Odp: [midgard] root page and history

2000-08-07 Thread Alexander Bokovoy
Hello Piotr, you wrote: > I called it like this because: > 55: if (!$id || !($t = mgd_get_topic($id))) return; > 56: twalk($t->>up); > 57: printf(' / %s ', $t->id, >htmlentities($t->>name)); Replace '/topic/%d.html' by '/topic/?topic=%d' and then examine $topic in your page '/top

Re: [midgard] Odp: [midgard] root page and history

2000-08-02 Thread Alexander Bokovoy
Piotr Pokora wrote: > > Hi, > I called it like this because: > 55: if (!$id || !($t = mgd_get_topic($id))) return; > 56: twalk($t->up); > 57: printf(' / %s ', $t->id, > htmlentities($t->name)); > 58:} > 59:if ($topic) { twalk($topic->up); ?> / &(topic.name); 'top level to

Re: [midgard] 1.4b5?

2000-08-02 Thread Alexander Bokovoy
Ken Pooley wrote: > > I saw a reference to 1.4b5did it get released, I have looked through > the back e-mail and found now reference but given the volume of mail I am > getting right now I could have missed it... We aren't released it yet -- I'm working on fixes for the Admin Site for the mom

Re: [midgard] Odp: [midgard] session variables and php3

2000-08-02 Thread Alexander Bokovoy
Dariusz Debowczyk wrote: > > Session functions are PHP4 specific facility and Midgard (in version 1.2.x > and 1.4) is still basing on PHP3 engine. Only solution I can suggest is to > write your own session handler (1-2 days of work). > You could also use Midgard's person preferences to store ses

Re: [midgard] Odp: [midgard] root page and history

2000-08-01 Thread Alexander Bokovoy
Piotr Pokora wrote: > > On Thu, 3 Jun 1999, Alexander Bokovoy wrote: > > > PP wrote: > > > > > > >> > > > >Could you repeat your question again? I can't find your e-mail about it. > > > > > > yes > > > I wa

Re: [midgard] embedding styles

2000-08-01 Thread Alexander Bokovoy
"Steven J. Sobol" wrote: > > I have a Midgard page that displays knowledge base articles using the ":h" > modifier. Those articles may use <[ ]> to call up Midgard styles. I can't > get this to work; PHP tags are treated like regular text and so are <[ ]>. > Is there any way to fix this? No and y

Re: [midgard] Odp: [midgard] root page and history

2000-07-31 Thread Alexander Bokovoy
PP wrote: > > >> > >Could you repeat your question again? I can't find your e-mail about it. > > yes > I want function with walking history use on root page but the root page > should be static I guess. I asked about any hints for this problem. > Sorry, I can't understand what do you exactl

Re: [midgard] Where from here?

2000-07-31 Thread Alexander Bokovoy
[EMAIL PROTECTED] (David Banning) wrote: > > and HEAD / HTTP 1.0 shows; > > > > Server: Apache/1.3.12 (Unix) Midgard/1.2.5 PHP/3.0.12+Midgard/1.2.5 > > > > but when I bring up a simple test.php3 file like > > > > > > > > Example > > > > > > > > > > > > > > Is ju

Re: [midgard] Where from here?

2000-07-31 Thread Alexander Bokovoy
[EMAIL PROTECTED] (David Banning) wrote: > > and HEAD / HTTP 1.0 shows; > > > > Server: Apache/1.3.12 (Unix) Midgard/1.2.5 PHP/3.0.12+Midgard/1.2.5 > > > > but when I bring up a simple test.php3 file like > > > > > > > > Example > > > > > > > > > > > > > > Is ju

Re: [midgard] root page and history

2000-07-30 Thread Alexander Bokovoy
[EMAIL PROTECTED] (PP) wrote: > > hi, > > Did I lost my mind or forgot? Did I asked about function_twalk and the root > > page which is static? > > Is it so simple or impossible to do ? > > Maybe my question is naive? > > any way I'll be thankfuul for any answer- even if you say RTFM ;)) >

Re: [midgard] Midgard beta 1.4 and encoding

2000-07-27 Thread Alexander Bokovoy
PP wrote: > > Hi, > I asked about beta 1,4 but I forgot to ask what about encoding with iso > 8859-2. > With 1.2.5 midgard I installed russian-midgard. Does anybody did something > like this for 1.4? Russian Midgard for 1.4 works without any problems. > Maybe I can compile Mysql with latin-2 (

[midgard] www.midgard.f2s.com update for beta5

2000-07-25 Thread Alexander Bokovoy
Hi! I've uploaded not-yet-announced CVS snapshot of Midgard 1.4beta5 on http://www.midgard.f2s.com/midgard-cvs-1.4beta5.tar.bz2 It is designed for those who want to check redesigned Midgard internals and include recent FileTemplates addition, Apache fixes for Proxy Authorization, and check for so

Re: [midgard] midgard-php3 problem

2000-07-24 Thread Alexander Bokovoy
Hello Derek, Tuesday, July 25, 2000, 1:35:27 AM, you wrote: > Ok. I've got everything build and installed, and now when I try and start > httpd I get the following: > Cannot load /etc/httpd/modules/libphp3.so into server: > /etc/httpd/modules/libphp3.so: undefined symbol: gss_mech_krb5 > Any idea

Re[2]: [midgard] Designing company directory

2000-07-24 Thread Alexander Bokovoy
Hello Emiliano, Tuesday, July 25, 2000, 1:27:37 AM, you wrote: >> I thought about the parameters, but at present the admin site doesn't seem >> to offer access to them, and I am hoping to have users maintain the >> directory. I don't have the skills/time at this point to write the front-end >> ne

Re[2]: [midgard] manual for download?

2000-07-23 Thread Alexander Bokovoy
Hello Emiliano, Saturday, July 22, 2000, 3:11:56 PM, you wrote: > Reiner Keller wrote: >> thanks for the URL (the .rtf.gz ist not a valid archive told winzip me). > I unpacked it with gzip just now and it appears to be fine. Maybe > winzip doesn't support max compression gzips? >> I have to trans

Re: [midgard] My experience with 1.4beta4

2000-07-19 Thread Alexander Bokovoy
Emiliano wrote: > > RedHat is not only one platform on which Midgard is working. I can't > > understand RH-tighteness. > Geez, I was just saying that redhat users could grab the CVS version > and used the libexpat RPM. If you can find debian packages or solaris > packages I'll say the same about t

Re: [midgard] Designing company directory

2000-07-19 Thread Alexander Bokovoy
Dion Vansevenant wrote: > > I am creating a new company directory which will hopefully be a little more > dynamic than our current one. I have planned to use the person records to > store as much information about each person as possible, but in some cases I > need to use the homepage field to sp

Re: [midgard] My experience with 1.4beta4

2000-07-19 Thread Alexander Bokovoy
Emiliano wrote: > > Hello Alexander Bokovoy, > > > > The patch is in CVS. Forget about beta4; stay with beta3 or grab a > > > fresh tree from CVS. > > > > CVS tree does not in compilable state for the moment if your system > > lacks libexpat. &

Re: [midgard] My experience with 1.4beta4

2000-07-19 Thread Alexander Bokovoy
Emiliano wrote: > > > 1.4beta4 still has bugs. For instance, in my case mgd_include_snippet > > causes php to die. > > Who is the main architect of snippets? Is this being looked at? I had no time yet. May be tonight. > > I had to apply a patch (by Emile) that includes some version dependant >

Re: [midgard] mgd_copy_article

2000-07-19 Thread Alexander Bokovoy
Hello Vincent, Wednesday, July 19, 2000, 1:12:47 PM, you wrote: > I tried to use the "mgd_copy_article" function (which is supported by the > version I'm using (ie. 1.4 beta 3)) but apparently it doesn't seem to do > anything. > Is that normal ? No, it isn't normal. mgd_copy_article() exists sinc

Re: [midgard] Midgard and PHP4 ?

2000-07-18 Thread Alexander Bokovoy
Reiner Keller wrote: > > Hallo, > > > You have to recompile all parts of Midgard, not just midgard-lib. > > it's clear. I have dropped also the database midgard and created it with > the new install-script again. > > Now I removed all old midgard- Files and build 1.4b4 from scratch. Same > err

Re: [midgard] Midgard and PHP4 ?

2000-07-18 Thread Alexander Bokovoy
Hi! Reiner Keller wrote: > > Hello, > > > What version of PHP3 you're using? If it is from Midgard 1.2.5, it > > wouldn't work because versioning support was added after that version of > > PHP3. If you're using Midgard 1.4 betas then it should work, I tested it > > on my machine and versioning

Re: [midgard] Midgard and PHP4 ?

2000-07-18 Thread Alexander Bokovoy
Reiner Keller wrote: > thanks for the hint with --enable-versioning , but it didn't work (-DPHP > loads libphp3.so, -DPHP4 loads libphp4.so): > > # httpd -DPHP -DPHP4 > Segmentation fault > > Disabling of loading dynamic libraries (function not used) didn't help. > > In PHP4 ver

Re: [midgard] Snippets vs Page Elements

2000-07-18 Thread Alexander Bokovoy
Hi, Vincent! Vincent QUERU wrote: > > Hi to you all Midgard maniacs, > > I'm currently using the 1.4 beta 3 version of Midgard which already has the > snippet and snippetdir tables but doesn't have any of the associated mgd > functions. Yes, Snippets are available since beta 4 only (though tabl

Re: [midgard] Making a copy of a Midgard website

2000-07-18 Thread Alexander Bokovoy
Emiliano wrote: > > > Is there a simple way to make a copy of an entire Midgard site and place > > it on a separate host? > > If the host is the only one in your database, a database dump and > restore is easiest. I'm not current on what repligard can do but I > think Alexander can tell more abo

Re: [midgard] Midgard and PHP4 ?

2000-07-18 Thread Alexander Bokovoy
Reiner Keller wrote: > > Hello, > > I tried the Version 1.2.5 of Midgard and it works perfect. But I have one > BIG problem: I'm using PHP4 and the (patched) libphp3 and the libphp4 > didn't work together... > > Is there a solution yet without running two main apache-processes (because > I can'

Re: [midgard] backward compatibility on admin site

2000-07-17 Thread Alexander Bokovoy
Alan Knowles wrote: > > Kind of right there.. - I'm doing cause I need the framed admin on older > systems.. as well as the new one.. > The only thought was if you added anything that would be usefull to older > versions ??nicer hightlighting on styles??? Unfortunately, I have almost no time

Re: [midgard] backward compatibility on admin site

2000-07-17 Thread Alexander Bokovoy
Alan Knowles wrote: > > Actually the style stuff is OK except for mgd_get_element_by_name > which is a new one... Actually I don't see the reason for coding new Admin Site with backward compability with Midgard 1.2.5 because it will be oriented to all those new features from 1.4 branch. Most of t

Re: [midgard] backward compatibility on admin site

2000-07-17 Thread Alexander Bokovoy
Alan Knowles wrote: > > Alexander Bokovoy <[EMAIL PROTECTED]> said: > > > Hello Alan, > > > > Monday, July 17, 2000, 7:08:07 AM, you wrote: > > > > > Just looking at making my framed admin backwards compatible - > > > The first one I came

  1   2   3   >