You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(36) |
Jun
(5) |
Jul
(5) |
Aug
|
Sep
(6) |
Oct
|
Nov
(20) |
Dec
(12) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(7) |
Feb
(5) |
Mar
(25) |
Apr
(18) |
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
| 2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
(5) |
Jul
(3) |
Aug
(9) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Todd L. M. <tm...@ha...> - 2000-12-02 00:16:59
|
Should this query jump mysqld's CPU usage to 99% on a celeron 400, and cause the page to to take ten minutes to generate when run on all the pages from the JOSwiki (archive from jos.org)? $result = mysql_query( "SELECT topic,web,summary FROM" . $_SITE["dbtable"] . " WHERE web=\"" . $web . "\" ORDER BY lastedit DESC;" ); Or do I need to figure out a more efficient way to generate the table in the subsequent PHP code? (in TopicBody.ihtml, at http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/sfWiki/portal/htdocs/wiki/TopicBody.ihtml?cvsroot=sfwiki ) Thanks. (In either case, it looks like I should be pre-rendering the topic page!) -jQuinn |
|
From: Todd L. M. <tm...@ha...> - 2000-12-01 04:54:28
|
After staring at the perl regexp for a while, I divined a a simple potential solution to the problem of matching attributes in the embedded HTML. All the HTML I've seen has the tags either in all lower case or all upper case, not ever WikiStyled. This means if we turn off the code to link acronyms, the problem goes away for the vast majority of cases. (And %TLA% will force a link.) Is this an acceptable solution? The alternative -- checking to make sure that a WikiWord is not inside an HTML tag -- could get really painful. (Though, if you happen to have the perl regexp for it, I'd be happy to try it.) This fix, and the others I've made, are at sfwiki.sf now. I still don't have lists, and the node-detection code is still broken, but that should cover it in terms of what's working and what isn't. %RobertFitzsimons% (*) has a few good questions about 'style' issues. (Spaces inside a table for proper formatting, <URL:*> linking, and Web:Topic implicit links.) Discuss. :) -jQuinn *: A forced link to make it clear I'm referring to the topic... |
|
From: Iain S. <iai...@ya...> - 2000-11-30 15:57:39
|
At 11:21 PM 11/29/00 -0500, Todd L. Miller wrote: > I think the major barrier to moving the current JOSwiki over is >the mark-up of WikiStyled attributes in the HTML markup, and then >lists. Is there some other feature that's missing or broken that's as >important as these two? (Well, we'd lose user auth and versioning, but I >meant from a data-only perspective.) No. I think those two are it. Actually, lists I feel are most important. I'd be happy with that alone if the WikiStyled attributes in html proves to be a problem. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-30 04:17:45
|
> I've added some more tests to my test page, if you want to take a look. I looked at it. I think most of the problems will fall out when I fix the ones mentioned in WebHome, but I'll be sure to check back when I do. Thanks for the help, BTW. > In previewing mode it seems that formated text isn't being displayed > right "Italics Bold<\/EM><\/STRONG>". Previewing mode is broken in general, I think. I'll look into this. My guess is that it's something simple I'm forgetting to do from not having looked at it. > Also one thing I like about the current JOS wiki is that the "changes > page" also includes when a page was changed and by who. Maybe we can > add a new entry field for the name to be entered? I could do that, I suppose. Releases 3 and 4 are when I had scheduled user authentication for, but voluntary identification shouldn't be too hard. We'll see :) I think the major barrier to moving the current JOSwiki over is the mark-up of WikiStyled attributes in the HTML markup, and then lists. Is there some other feature that's missing or broken that's as important as these two? (Well, we'd lose user auth and versioning, but I meant from a data-only perspective.) -jQuinn |
|
From: Robert F. <ro...@27...> - 2000-11-30 04:06:10
|
Hi Todd I've added some more tests to my test page, if you want to take a look. In previewing mode it seems that formated text isn't being displayed right "Italics Bold<\/EM><\/STRONG>". Also one thing I like about the current JOS wiki is that the "changes page" also includes when a page was changed and by who. Maybe we can add a new entry field for the name to be entered? Robert Fitzsimons rfi...@el... On Wed, Nov 29, 2000 at 05:02:31PM -0500, Todd L. Miller wrote: > I rather shamelessly stole code from TWiki to completely rewrite > sfWiki's wiki rendering in PHP. The whole job is done, with one exception > and one caveat. First, I haven't ported over the list handling. I need > to learn a little more perl before I can figure out how, exactly, they're > being handled. Second, I changed the TWiki's markup to be the usual (for > us) _/* for italic/underline and combinations, using what they coded up > for their example custom renderer, from which I also included all the > JOSwiki backward-compatability stuph. I've tested locally, and thought I > caught everything, but that (clearly) didn't happen the last time. The > database is acting up at SF again, but once it clears up, please abuse > sfWiki some more. Below is my most recent effort to break the new > rendering code; I'm sure you can do better. > > -jQuinn > > mailto:em...@ma... > |cell|cell| > blah de blach MoWikiMarkup OtherWikiMarkup [[imnotawikiname]] > [[Main.neitherami]] > %Main:WikiTopic% > %nonwikitopic% YoWiki Numerical1 NumericalWiki1 > text something %Main.SomethingEvil% something text > %Main.nonwikitopic% test > %Main:notawikitopic% some random > <PRE> Do something useful.</PRE> > MoWikiMarkup > | cell! | > <B> HAHA! </B> > > > This is a test<BR> mailto:em...@em... > *afasdf* http://sourceforge.net<BR> > _underline_ *bold* *_boldunderline_* _*underlinebold*_ > ><&&&& > ---- > Why---- > | cell | mailto:me...@mi... | <B> GOOD </B> | WikiName | > | cell | > Why---- > |cell|cell| > > _______________________________________________ > sfWiki-devel mailing list > sfW...@li... > http://lists.sourceforge.net/mailman/listinfo/sfwiki-devel |
|
From: Iain S. <iai...@ya...> - 2000-11-30 02:38:24
|
At 05:02 PM 11/29/00 -0500, Todd L. Miller wrote: > I rather shamelessly stole code from TWiki to completely rewrite >sfWiki's wiki rendering in PHP. The whole job is done, with one exception >and one caveat. First, I haven't ported over the list handling. I need >to learn a little more perl before I can figure out how, exactly, they're >being handled. Second, I changed the TWiki's markup to be the usual (for >us) _/* for italic/underline and combinations, using what they coded up >for their example custom renderer, from which I also included all the >JOSwiki backward-compatability stuph. I've tested locally, and thought I >caught everything, but that (clearly) didn't happen the last time. The Very cool. >database is acting up at SF again, but once it clears up, please abuse >sfWiki some more. Below is my most recent effort to break the new >rendering code; I'm sure you can do better. Will do. Can you ping me when you think sf is stable... Thanks. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-29 21:58:37
|
I rather shamelessly stole code from TWiki to completely rewrite sfWiki's wiki rendering in PHP. The whole job is done, with one exception and one caveat. First, I haven't ported over the list handling. I need to learn a little more perl before I can figure out how, exactly, they're being handled. Second, I changed the TWiki's markup to be the usual (for us) _/* for italic/underline and combinations, using what they coded up for their example custom renderer, from which I also included all the JOSwiki backward-compatability stuph. I've tested locally, and thought I caught everything, but that (clearly) didn't happen the last time. The database is acting up at SF again, but once it clears up, please abuse sfWiki some more. Below is my most recent effort to break the new rendering code; I'm sure you can do better. -jQuinn mailto:em...@ma... |cell|cell| blah de blach MoWikiMarkup OtherWikiMarkup [[imnotawikiname]] [[Main.neitherami]] %Main:WikiTopic% %nonwikitopic% YoWiki Numerical1 NumericalWiki1 text something %Main.SomethingEvil% something text %Main.nonwikitopic% test %Main:notawikitopic% some random <PRE> Do something useful.</PRE> MoWikiMarkup | cell! | <B> HAHA! </B> > This is a test<BR> mailto:em...@em... *afasdf* http://sourceforge.net<BR> _underline_ *bold* *_boldunderline_* _*underlinebold*_ ><&&&& ---- Why---- | cell | mailto:me...@mi... | <B> GOOD </B> | WikiName | | cell | Why---- |cell|cell| |
|
From: Iain S. <iai...@ya...> - 2000-11-27 17:16:26
|
At 08:34 PM 11/26/00 -0500, Todd L. Miller wrote: > Should the topic list be sorted by last edit, as now, or in >alphabetical order? (Or should there be some option -- and if so, what's >a good way to do it on the page -- to pick which?) Both options would be nice but for now I'd just go for reverse chronological order (latest edit on top). It's what most people are interested (IMHO) and the choice will only be confusing until we can provide portal-like customization. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-27 01:30:15
|
Should the topic list be sorted by last edit, as now, or in alphabetical order? (Or should there be some option -- and if so, what's a good way to do it on the page -- to pick which?) -jQuinn |
|
From: Iain S. <iai...@ya...> - 2000-11-22 23:36:04
|
At 06:13 PM 11/22/00 -0500, Todd L. Miller wrote: > At any rate, I'm looking at RobertFitzsimons and WikiBugs and I'm >wondering -- after having discovered that PHP supports perl regular >expressions -- if it wouldn't be easier just to move the joswiki >formatting code over. This also removes the irritating need for a >temporary file and a CGI binary other than php itself. (BTW, thanks to >Robert and the author(s) of WikiBugs for the help!) Yeah. I think that's the easiest (moving the joswiki perl regex's over). I had thought you had your lex thing setup to your liking though and didn't want to suggest changes to things that seemed to be working. Pure php does seem much cleaner and more portable. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-22 23:10:07
|
I just realized that what I put in to do nodes won't have the correct count until the linked-to page is save again, so never mind. (This is the bit that gets truly ugly.) I've already u/l'd to sf, though. Oh well. (Actually, I may be able to cheat and do something simple, if immensely wasteful -- subtract one from the ltcount of every topic in links_from of the topic to be saved, and then add one to the ltcount of every topic in the links_from after the save. If you've got a better idea, please let me know.) At any rate, I'm looking at RobertFitzsimons and WikiBugs and I'm wondering -- after having discovered that PHP supports perl regular expressions -- if it wouldn't be easier just to move the joswiki formatting code over. This also removes the irritating need for a temporary file and a CGI binary other than php itself. (BTW, thanks to Robert and the author(s) of WikiBugs for the help!) -_Quinn |
|
From: Iain S. <iai...@ya...> - 2000-11-22 20:13:11
|
At 11:20 PM 11/21/00 -0500, Todd L. Miller wrote: > Anyway, any ideas on this? The other idea I had was to >more-or-less brute-force it in PHP -- on every save, use the above query >to count incoming links. If it's in the top ten, store it into a >top-ten table and drop the lowest. Unfortunately, mysql is pretty weak. The best solution is as you stated, to do it in the database. However, I don't think mysql supports nested queries and definitely doesn't do stored procedures which is really what you want. So, at least with that database, you're pretty much stuck doing it brute force in php. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-22 04:17:54
|
I'd prefer not to generate the nodes list every time the hubs and nodes page is visited, because right now it would involve doing a lot of work in PHP. The last time I tried to code something where the incoming links would be cached was an utter disaster. So -- do you have any ideas for nifty database tricks to make the job easier/faster? The basic problem is counting how many rows in the 'links from' column have a topic in them, for every page in the wiki. I'd like to do this entirely in the database, if possible. At first I thought nested queries might do the trick, but it looks like MySQL doesn't support them yet, and that they may not be recursive/iterative. I have figured out how to make the database count the number of links into a specific topic, but not how to make entering that into the row a single query, which would be nice. It would be even nicer if there were some way to tell it to peform that query on every update to the table. Anyway, any ideas on this? The other idea I had was to more-or-less brute-force it in PHP -- on every save, use the above query to count incoming links. If it's in the top ten, store it into a top-ten table and drop the lowest. Thanks for any help. -jQuinn |
|
From: Todd L. M. <tm...@ha...> - 2000-11-20 05:13:25
|
http://sourceforge.net Wonder how sfWiki got to the front page? :) -jQuinn |
|
From: Todd L. M. <tm...@ha...> - 2000-11-20 01:55:00
|
Hopefully, I've put the summary information everywhere it should go on sfwiki.sf now. The code is in CVS; let me know if you find any problems. I'll try to get to doing joswiki imports tonight; I'll almost certainly have them done by next week. I'll think about the wiki==jos.sf root stuff a bit more later. -jQuinn |
|
From: Iain S. <iai...@ya...> - 2000-11-17 18:15:58
|
At 12:59 PM 11/17/00 -0500, Todd L. Miller wrote: > > Sounds good to me. > > OK, I'll try to get this done this weekend. Cool. >PS: http://wiki.jos.org now gives the jos.sourceforge.net main page. Is >there something we can do in index.php3 to check if the requested host is >wiki, and if so, redirect to the right place? Or is there some apache >option I might be able to talk SF into setting to do this? (Apache >translates wiki.jos.org/X into jos.sourceforge.net/wiki/X?) Yeah. After some thought, here's what I propose, you take over the sf jos website from the root out. Then the wiki redirect will work properly and you'll see wiki when you get there. The rest of the jos.org website will be hosted elsewhere and link to/from the website via wiki.jos.org and www.jos.org respectively. Sound workable? -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-17 17:59:21
|
> Sounds good to me. OK, I'll try to get this done this weekend. > Yes. I think it should. If a page has a summary, we might as well display > it every chance we get. :) Sounds good. :) > If you can read perl, the wiki.pl file really has the complete list of perl > regex's used to match and render the markups. I don't think we have to be > too loyal to it if its not too convenient (perhaps if not, the importer can > do on-the-fly conversions to equivilents (or at least strip out unsupported > joswiki markups). > > As far as how the joswiki files are stored, its a single directory with > 1500 files in it (the file name is the topic name). And the file itself > stores the plain wiki text. So import is really just a "while dir has more > files, file open and read and then blast it into the database". :) Hey, even /I/ can code that! :) Hopefully the joswiki's markup will be close enough to make the translation there easy. -_Quinn PS: http://wiki.jos.org now gives the jos.sourceforge.net main page. Is there something we can do in index.php3 to check if the requested host is wiki, and if so, redirect to the right place? Or is there some apache option I might be able to talk SF into setting to do this? (Apache translates wiki.jos.org/X into jos.sourceforge.net/wiki/X?) |
|
From: Iain S. <iai...@ya...> - 2000-11-17 16:28:22
|
At 08:13 PM 11/16/00 -0500, Todd L. Miller wrote: > > Things do appear to be working though. In the info view of a page, is the > > title supposed to read "TopicName is linked to from"? Perhaps it > should be > > "TopicName is linked from/to" or "TopicName has the following wiki links" > > or "TopicName has the following wiki connections". > > Yeah, 'linked to from' is a really ugly way of saying that the >following pages have links to the page about which you requested >info. Maybe 'The following pages link to TopicName'? (I'll change it >when you get back to me.) Sounds good to me. > > Oh, and I noticed that the summary doesn't display in any of the > > listings... either in the hubs and nodes and topics list (where it doesn't > > look like its really intended (but perhaps should be)) or in the search > > results where there definitely is a space for it but its blank. It's not > > in the source so I think its just not getting sucked in. > > OK, I'll take a look at this. /Should/ it appear in the >topics/hubs-and-nodes lists? Yes. I think it should. If a page has a summary, we might as well display it every chance we get. :) > > Other than that no other obvious problems. And the formatting works well > > (although it would be interesting to throw some of the funkier pages from > > the joswiki at it to see what happens. :) > > Actually, I'd appreciate details on how the current joswiki >(a) renders pages and (b) stores them, so that I can write up an >importer. I assume there's some fairly straightforward way of sucking the >full text out of whatever database it's using? If so, it's just a matter >of figuring out how to pipe that (and the topic) into edit.inc in the >right place, I think. (If PHP lets you play with whatever kind of >database joswiki uses, this could /very/ easy. Which would be nice :)) If you can read perl, the wiki.pl file really has the complete list of perl regex's used to match and render the markups. I don't think we have to be too loyal to it if its not too convenient (perhaps if not, the importer can do on-the-fly conversions to equivilents (or at least strip out unsupported joswiki markups). As far as how the joswiki files are stored, its a single directory with 1500 files in it (the file name is the topic name). And the file itself stores the plain wiki text. So import is really just a "while dir has more files, file open and read and then blast it into the database". :) -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-11-17 01:13:20
|
> Were you going to filter out the header and footer listings? Or make them > do something. I tried to follow the link for header and footer in the hubs > and nodes and topics list and it generates blank pages. I'll filter them out -- I forgot. That only leaves me with 3 FIXMEs and 1 TODO to take care of before release 2. > Things do appear to be working though. In the info view of a page, is the > title supposed to read "TopicName is linked to from"? Perhaps it should be > "TopicName is linked from/to" or "TopicName has the following wiki links" > or "TopicName has the following wiki connections". Yeah, 'linked to from' is a really ugly way of saying that the following pages have links to the page about which you requested info. Maybe 'The following pages link to TopicName'? (I'll change it when you get back to me.) > Oh, and I noticed that the summary doesn't display in any of the > listings... either in the hubs and nodes and topics list (where it doesn't > look like its really intended (but perhaps should be)) or in the search > results where there definitely is a space for it but its blank. It's not > in the source so I think its just not getting sucked in. OK, I'll take a look at this. /Should/ it appear in the topics/hubs-and-nodes lists? > Oh, and as a nitpick, where the summary is supposed to be on search > results, you've got a " " which technically is missing the closing > ";"... " " Bah! I fixed this, and the summary-not-displaying bit. I forgot to add 'summary' to the SELECT that was doing the searching. > Other than that no other obvious problems. And the formatting works well > (although it would be interesting to throw some of the funkier pages from > the joswiki at it to see what happens. :) Actually, I'd appreciate details on how the current joswiki (a) renders pages and (b) stores them, so that I can write up an importer. I assume there's some fairly straightforward way of sucking the full text out of whatever database it's using? If so, it's just a matter of figuring out how to pipe that (and the topic) into edit.inc in the right place, I think. (If PHP lets you play with whatever kind of database joswiki uses, this could /very/ easy. Which would be nice :)) -_Quinn |
|
From: Iain S. <iai...@ya...> - 2000-11-17 00:10:47
|
At 02:42 PM 11/16/00 -0800, Todd L. Miller wrote: > Well, the database seems to be working now, so go beat on >http://sfwiki.sourceforge.net/. Hey, looks great!! Were you going to filter out the header and footer listings? Or make them do something. I tried to follow the link for header and footer in the hubs and nodes and topics list and it generates blank pages. Things do appear to be working though. In the info view of a page, is the title supposed to read "TopicName is linked to from"? Perhaps it should be "TopicName is linked from/to" or "TopicName has the following wiki links" or "TopicName has the following wiki connections". Oh, and I noticed that the summary doesn't display in any of the listings... either in the hubs and nodes and topics list (where it doesn't look like its really intended (but perhaps should be)) or in the search results where there definitely is a space for it but its blank. It's not in the source so I think its just not getting sucked in. Oh, and as a nitpick, where the summary is supposed to be on search results, you've got a " " which technically is missing the closing ";"... " " Other than that no other obvious problems. And the formatting works well (although it would be interesting to throw some of the funkier pages from the joswiki at it to see what happens. :) -iain |
|
From: Todd L. M. <jq...@us...> - 2000-11-16 22:42:48
|
Well, the database seems to be working now, so go beat on http://sfwiki.sourceforge.net/. -jQuinn |
|
From: Todd L. M. <tm...@ha...> - 2000-11-16 02:25:33
|
This would be the 2.0 release, but for two things: it's missing the nodes feature in the hubs and nodes page, and SF is currently having some major difficulty with sfWiki's database server, so I haven't tested it in an enviroment other than my own box. Oh, I suppose we should get our act together on documentation, too. (Maybe write a Makefile/script that will do more of the setup for people? It's really simple now. :)) Anyway, if you feel a pressing need to beat on r1.99 before the database issue at SF is resolved, 165.82.108.36:8080 may or may or not up :) Enjoy. -jQuinn |
|
From: Iain S. <iai...@ya...> - 2000-09-15 14:45:47
|
At 09:35 PM 9/14/00 -0400, you wrote: > Suppression of the formatting pages hasn't been implemented yet, >but I fixed the autolinking, and added and an edit link (next to the >'info' link). Beat on it a little more and let me know how it goes. Cool. I'll check it out. > BTW, >should the WikiFormatter convert newlines into breaks in all cases? That >is, > >test >test >test > >is written on one line, where > >test > >test > >test > >has two <P> tags inserted. The way the current wiki does it, single new lines don't do anything. 2+ newlines with 0+ white space between them turns into a single <P> tag. so this goes into one paragraph while this is 1 p and this is another. The html rendering kinda looks like this: so this goes into one paragraph <P> while this is 1 p <P> and this is another. Note that when the browser renders it, it looks like this: so this goes into one paragraph while this is 1 p and this is another. -iain |
|
From: Todd L. M. <tm...@ha...> - 2000-09-15 01:37:01
|
Suppression of the formatting pages hasn't been implemented yet, but I fixed the autolinking, and added and an edit link (next to the 'info' link). Beat on it a little more and let me know how it goes. BTW, should the WikiFormatter convert newlines into breaks in all cases? That is, test test test is written on one line, where test test test has two <P> tags inserted. -jQuinn |
|
From: Todd L. M. <tm...@ha...> - 2000-09-13 02:48:30
|
> Well, the formatting pages (footer and header) still appear in the > automatic listing (hubs/nodes etc). Clicking on them gets you to a > completely blank page. i would suggest removing them from the listings > rather than fixing what happens when you try and navigate to that page. A result of my oversight. > Also auto linking doesn't seem to be working properly: > > http://sfwiki.sourceforge.net/sfWiki/view.php3?topic=MainWebHome Oddly enough, it works for WebHome itself, so something is very screwy here. > See the several links that should be linked and aren't. I'm also not sure > how much wiki markups are supported but none of them rendered on that page. I /thought/ all of them were (well, I can fwd you the lex file), but something is going terribly wrong. > The edit button also appears to be missing for pages. Is this > intentional? Otherwise, the only way I could find to "legitimately" edit a > page was to create a new one. No. It was an oversight in the design of footer. Thanks. I'll try to get to these tommorow. -jQuinn |