You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeff D. <da...@da...> - 2001-02-08 16:28:54
|
>However there are needs arising like: a permanent archive might need >periodic housekeeping, like deleting pages older than ten versions ago. >This can be done with a cron script. Here's my take on how this should be done (you've seen my philosophy on this before when we introduced the zip-dump): All these maintainance tasks should be done by normal CGI means. Eg. admin.php?action=clean_archive&keep_versions=10 would perform what you suggest above. Then, if you want to cronify it, you can do so on any computer. Ie. on my home computer I can run: GET -Cuser:password http://where.ever/admin.php?action=clean_archive&... I think using PHP as a standalone interpreter (other than for debugging purposes) is a bad idea. Some points: Cron is a unix-ism. Your method requires shell (and cron) access on the server. |
From: Steve W. <sw...@wc...> - 2001-02-08 16:15:00
|
This week I figured out how to create the standalone PHP binary (just compile it without a server option). I wrote a little test script that read config.php and called the database to see if IsWikiPage() returned the right value. If we find the need to move certain database tasks out of the realm of Web transactions and into crontabs, we should do this. I think it should be viewed as an add-on the admin will have to take extra responsibility for; in other words, PhpWiki should always work "out of the box" on a stock PHP installation, and should not require cron jobs to function in the long term. However there are needs arising like: a permanent archive might need periodic housekeeping, like deleting pages older than ten versions ago. This can be done with a cron script. We'd need simple instructions on setting this up (compile a PHP binary and put it in /usr/local/bin/ for example), and a scripts directory for cron jobs (maybe). I think this will open some new possibilities to us. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Steve W. <sw...@wc...> - 2001-02-08 15:48:53
|
On Thu, 8 Feb 2001, Pe, David wrote: > is there any plan of migrating phpwiki to NT ? > We've had reports of it running on Windows, but I don't recall if NT has ever been mentioned. I think if NT supports Apache and PHP, PhpWiki has a good chance of working on it. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Steve W. <sw...@wc...> - 2001-02-08 15:42:51
|
On Wed, 7 Feb 2001, J C Lawrence wrote: > > Best would be to remove all ? and & URL variables to make it easier > for search engines to index public Wikis. That's now on the task list and will be in the next stable version. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Steve W. <sw...@wc...> - 2001-02-08 15:40:46
|
On Thu, 8 Feb 2001, Malcolm Ryan wrote: > This could be done via the following (untested) change to admin.php: > > // set these to your preferences. For heaven's sake > // pick a good password! > $wikiadmin = "malcolmr"; > $adminkey = "BHZ"; > $adminpasswd = "750c783e6ab0b503eaa86e310a5db73"; // Not the real value Would this require the server to write to the file? That in itself is a problem. We should probably move the login/passwd to a separate file, not store it in config.php. If we create our own passwd file via the server, it could be -rw------- nobody nobody and that might be a minor gain in itself. Good security is so hard. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Steve W. <sw...@wc...> - 2001-02-08 15:34:15
|
On Wed, 7 Feb 2001, Jon =C5slund wrote: > On Wed, Feb 07, 2001 at 11:31:43AM -0800, Jeff Dairiki wrote: > > Does anyone actually put something nice in signature.png? > > Can we get rid of it? >=20 > Yes, please! I don't know why it exists. It's very confusing. A note Because I wrote as exact a clone of the Portland Pattern Repository as possible, and they have the signature image. In fact I simply copied all the HTML from the PPR when I wrote version 1.0. That's why it's there. I would think it's just a template change to get rid of it. ~swain > saying thanks for editing followed by ------ should do it. Actually I > don't like having the confirmation message on the same page as the > edited page, although I realize this has benefits. it saves the user another click/wait, so I think it's a good thing... albeit a little confusing the first time. ~swain =2E..............................ooo0000ooo................................= =2E Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain=20 |
From: Jeff D. <da...@da...> - 2001-02-08 14:01:09
|
In message <007401c09194$2fc438f0$0201a8c0@home>,"Thomas Kalka" writes: >What do you think about this: > >a [<number>] is a footnote if it appears somewhere in the text, except for >beeing the first thing in >a line, where it becomes the definition of the footnote ? >Then you could add footnote-definititions where you like and they could all >be displayed at the bottom. I like this idea. (In fact I thought of the same thing last night while lying in bed.) >Another feature about footnotes i thinks its worth thinking about is to >include no-number footnotes. >In that case you wouldnt have to know about the actual count of footnotes to >introduce a new one. >It would be also nice, if footnotes would be automatically numbered. How does one maintain the correct correspondence between reference and footnote? Give them names (which are then automatically converted to numbers)? Jeff |
From: Arno H. <aho...@xm...> - 2001-02-08 09:03:06
|
> Don't fix admin.php until you found a fix for config.php -- gives a fal= se > sense of security. Following up on my own email: I remembered that phorum has quite a good=20 description of how to securely install their app. Taken from their security.txt: If you want to run Phorum on a shared server, you absolutely need to wrap the scripts... unless, of course, your provider makes all of your scripts run as your userid. [...] What "wrapping" means is to have the .php scripts executed under your userid instead of the web server's default "nobody". This is because, no matter how well you hide the script (e.g. in a directory that's chmod 711), any user on your server could create a script that is run as "nobody" by the web server which could [read] your config files. This is especially bad on a shared server because the config file could also give the user access to your database passwords which, in many cases= , will let them mess with more than just your Phorum tables. On a shared server, your provider should be "providing" you with a secure and PHP-friendly script wrapper. If they are not, you should either not run scripts like Phorum that read/write files that include passwords or you should move to another provider. Bottom line: there's no way to secure config.php on a shared server if th= e=20 web server runs as nobody. /Arno |
From: Arno H. <aho...@xm...> - 2001-02-08 08:31:18
|
> On machines where httpd runs as 'nobody' (or similar), admin.php must > be world readable. This allows anyone with an account on the machine > access to the username and password in admin.php (same problem for > the sql password in config.inc). Solution for admin.php: stored an md5() hash and not the user and/or=20 password itself. I can't think of a solution for config.php. This is actually much more serious then the admin password. Don't fix admin.php until you found a fix for config.php -- gives a false= =20 sense of security. /Arno |
From: J C L. <cl...@ka...> - 2001-02-08 06:46:01
|
On Wed, 07 Feb 2001 11:19:29 -0800 Jeff Dairiki <da...@da...> wrote: > If there's a push for keeping the mark-up simple, why footnotes? > Carrying the references around as page meta-data has been a > pain-in-the-database-code. Why not just get rid of it all? Wikis are cominginto increasing use as engineering and coroporate documentation systems (usually with various sorts of access and versioning control). Footnotes are almost a requirement for engineering Wikis -- especially for technical review or analysis documents. > User ID's / Logins: > I think they're a good idea. (Useful for some sites, at least.) SourceForge has a fairly pleasant bit of PHP code to handle user registrations with email confirmations etc. I've been extending it here to support PHPLib-style templates (I'm actually using a superset of PHPLib's template class) and its pretty clean code. > On a related note, there's a bug: > Currently 'index.php?zip=all' will get you to the wiki page > named 'zip=all'. This is probably a bad idea ('zip=all' is an > allowable page name, but it should have to be url-encoded.) I'll > fix this unless you object. Best would be to remove all ? and & URL variables to make it easier for search engines to index public Wikis. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ --=| A man is as sane as he is dangerous to his environment |=-- |
From: J C L. <cl...@ka...> - 2001-02-08 06:40:45
|
On Wed, 07 Feb 2001 11:01:55 -0800 phpwiki <ph...@de...> wrote: > Also I'd prefer time/attention be spent on those things that make > the wiki UI so great - it's simplicity and absolute immediate > hyper-link abilities. Perhaps faster/better cross-link lists > including that great little "related" feature. Explicit support for SeeAlso: is a Good Thing. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ --=| A man is as sane as he is dangerous to his environment |=-- |
From: J C L. <cl...@ka...> - 2001-02-08 06:39:20
|
On Wed, 7 Feb 2001 18:32:07 +0100 Arno Hollosi <aho...@xm...> wrote: > In order to be able to reference footnotes more than once > (assuming the last [x] is always the footnote itself) we could do > the following: currently all tokens are replaced by $replacements > at the end of the line. Why not hold of this replacement until > all lines are done, and then replace them in one big swoosh. Then > $replacements of previous lines could still be redefined. The > other solution is to provide hooks for post- & pre-processing of > the entire $content. The last [x] strting in column zero is the footnote. Everything else is a link to its anchor -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ --=| A man is as sane as he is dangerous to his environment |=-- |
From: J C L. <cl...@ka...> - 2001-02-08 06:38:24
|
On Wed, 7 Feb 2001 13:48:50 -0500 (EST) Steve Wainstead <sw...@wc...> wrote: > I want a straw poll here on the list. All in favor of simple HMLT > table syntax, or not, speak your piece now. I'm in favour of somethine like TWiki's | format |. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ --=| A man is as sane as he is dangerous to his environment |=-- |
From: Malcolm R. <mal...@cs...> - 2001-02-08 06:11:07
|
> > Security: > > On machines where httpd runs as 'nobody' (or similar), admin.php must > be world readable. This allows anyone with an account on the machine > access to the username and password in admin.php (same problem for > the sql password in config.inc). > > Is there a solution? Well, we could do what the UNIX passwd system does, and compute and store a hash of the password (one-way encrypted) instead of the plain-text. This could be done via the following (untested) change to admin.php: // set these to your preferences. For heaven's sake // pick a good password! $wikiadmin = "malcolmr"; $adminkey = "BHZ"; $adminpasswd = "750c783e6ab0b503eaa86e310a5db73"; // Not the real value // Do not tolerate sloppy systems administration if (empty($wikiadmin) || empty($adminpasswd)) { echo "Set the administrator account and password first.\n"; exit; } // from the manual, Chapter 16 if (($PHP_AUTH_USER != $wikiadmin ) || (bin2hex(mhash(MHASH_MD5, $PHP_AUTH_PW, $adminkey)) != $adminpasswd)) { Header("WWW-Authenticate: Basic realm=\"PhpWiki\""); Header("HTTP/1.0 401 Unauthorized"); echo gettext ("You entered an invalid login or password."); exit; } Unfortunately, I can't test this, because none of the PHP installations available to me have mhash installed. Generating an encrypted password would require a separate program, but is easily done. This is still vulnerable to dictionary attacks, but if the password is well chosen, it should be fairly secure. Malcolm -- Malcolm Ryan - mal...@cs... - http://www.cse.unsw.edu.au/~malcolmr/ AI Dept, CSE, UNSW, Australia, Phone: +61 2 9385-6906 Fax: +61 2 9385-1814 "He causes his sun to rise on the evil and the good, and sends rain on the righteous and the unrighteous." - Matt 5:45 |
From: Thomas K. <th...@co...> - 2001-02-08 06:02:32
|
tables with embedded html: nooo simple table markup : yes could look like=20 | a | b | c | is |a |b |c = | |>a |^b |<c | is | a| b |c = | ||a | c | is |a |c = | Thomas |
From: Thomas K. <th...@co...> - 2001-02-08 05:58:41
|
What do you think about this: a [<number>] is a footnote if it appears somewhere in the text, except for beeing the first thing in a line, where it becomes the definition of the footnote ? Then you could add footnote-definititions where you like and they could all be displayed at the bottom. Another feature about footnotes i thinks its worth thinking about is to include no-number footnotes. In that case you wouldnt have to know about the actual count of footnotes to introduce a new one. It would be also nice, if footnotes would be automatically numbered. Thomas |
From: Steve W. <sw...@wc...> - 2001-02-08 04:45:54
|
On Wed, 7 Feb 2001, Jeff Dairiki wrote: > Perhaps we should create a 'release-1_2-branch' tag in the CVS, so that > when a developer (like myself) fixes a bug (like the diff hang bug) he > can/should fix it in both the development branch and the stable branch. You are correct, sir... we'll tag it as a branch. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Jeff D. <da...@da...> - 2001-02-08 01:11:31
|
>That's almost how it works. No special page for editing them. >It's like text here [1]. > >blabla > >[1] footnote there. Try it out in the latest CVS. Ooh, that _is_ cool! I did not fully understand. I will hack the restore-from-zip-archive code to turn the references into footnotes. Jeff. |
From: Arno H. <aho...@xm...> - 2001-02-08 00:48:46
|
> || Name || Number || Homepage > || Jeff |} 123-4567 |{ http://x.y.z/ As long as tables are optional and disabled by default I don't care about the syntax. Go ahead. > Tables within tables are excessive. That's what you think. Wait until the first user cries. Like, why can't I center lines, headings, tables, ... For me, even single tables are excessive. > I'm just thinking about redoing the database API's (for versions); > and thinking that now would be a good time to get rid of carrying aroun= d > all those page references (or footnotes). Footnotes will not appear in the API. Look at nbtsc's wiki. Btw, I really like the db schema of your previous branch. With some sligh= t=20 modifications I guess we are on the right track. > Some text requiring a footnote [[1]. > ... > ---------- > Footnotes: > #1# A footnote. That's almost how it works. No special page for editing them. It's like text here [1]. blabla [1] footnote there. Try it out in the latest CVS. /Arno |
From: Jeff D. <da...@da...> - 2001-02-07 22:59:25
|
>> Are there going to be bug fix releases of 1.2.x? >> Are the going to remain PHP3 compatible? Is that going to create headaches? > >Yes, yes and no. We tagged 1.2 in CVS and we can commit bug fixes to that >branch. Perhaps we should create a 'release-1_2-branch' tag in the CVS, so that when a developer (like myself) fixes a bug (like the diff hang bug) he can/should fix it in both the development branch and the stable branch. Otherwise, when you want to release 1.2.1, it's going to be a pain to sort out which changes in the CVS are bug fixes, and which are feature additions (and which changes are PHP3 compatible). (As I understand it, the release-1_2_0 tag is intended to mark the release snapshot, not serve as a branch tag.) Or am I missing something? Jeff |
From: Steve W. <sw...@wc...> - 2001-02-07 22:41:44
|
Oops. I did forward that in December. Well, have another look! :-) ~swain On Wed, 7 Feb 2001, Steve Wainstead wrote: > > Another email I didn't forward. You wouldn't believe how much PhpWiki mail > I have to sort through. (though most of it is from the list...) > > ...............................ooo0000ooo................................. > Hear FM quality freeform radio through the Internet: http://wcsb.org/ > home page: www.wcsb.org/~swain > > ---------- Forwarded message ---------- > Date: Wed, 13 Dec 2000 14:14:02 +0100 > From: Pierre Baillet <oct...@vi...> > To: wai...@us... > Subject: Altered phpWiki > > Hello, > > I've slightly hacked phpwiki to get my own version of wikiwiki. > This is basically a phpwiki with integrated css. The templates and the > css are all part of the database. I've added a cookie authentification > just because I'm not ready to write open it. > > If you want to have a look at it jump at > http://oct.zoy.org/?menu > > btw thanks for all the work you've done on phpwiki (great great thing > :). > > > -- > Oct. > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Steve W. <sw...@wc...> - 2001-02-07 22:39:04
|
Another email I didn't forward. You wouldn't believe how much PhpWiki mail I have to sort through. (though most of it is from the list...) ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain ---------- Forwarded message ---------- Date: Wed, 13 Dec 2000 14:14:02 +0100 From: Pierre Baillet <oct...@vi...> To: wai...@us... Subject: Altered phpWiki Hello, I've slightly hacked phpwiki to get my own version of wikiwiki. This is basically a phpwiki with integrated css. The templates and the css are all part of the database. I've added a cookie authentification just because I'm not ready to write open it. If you want to have a look at it jump at http://oct.zoy.org/?menu btw thanks for all the work you've done on phpwiki (great great thing :). -- Oct. |
From: Steve W. <sw...@wc...> - 2001-02-07 22:37:00
|
Code for InterWiki linking. I got this in December but never forwarded this to the list for feedback. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain ---------- Forwarded message ---------- Date: Fri, 8 Dec 2000 15:50:53 -0500 (EST) From: Steve Wainstead <sw...@pa...> To: sw...@wc... Subject: PhpWiki InterWikiLinking (fwd) http://wcsb.org/~swain/ | "In a calendar year, America's entire * * * * * * | recorded music industry has revenues * * * * * * | roughly equal to one month's sales by * * * * * * | IBM." --Philip Greenspun ---------- Forwarded message ---------- Date: Fri, 8 Dec 2000 17:25:19 +0000 (GMT) From: Gary Benson <ga...@ee...> To: Steve Wainstead <sw...@pa...> Subject: PhpWiki InterWikiLinking Hi, I have implemented an InterWiki linking thing in PhpWiki, and thought you might want it. In case you do, here's whats in the files: intermap.patch.gz alters the following files: lib/config.php - 2 more options added, $InterWikiLinkRegexp and $intermap_file. lib/stdlib.php - added function LinkInterWikiLink($link) lib/transform.php - Added hook to tokenize and substitute InterWikiLinks. index.php - includes intermap.php (see below) intermap.php, which should go in lib, generates a hash of Wiki's names against their base URL. It also replaces a bit of $InterWikiLinkRegexp so that only valid wiki names are parsed as InterWiki links. This emulates both Wiki and MeatBall's behaviour. intermap.txt is a copy of the current intermap file, which is downloadable from http://www.usemod.com/intermap.txt Hope it's all okay, Gary |
From: Aredridel <are...@nb...> - 2001-02-07 21:53:47
|
: > Could we emulate that in wiki? Hmmmm. Woa, we have preformatted text, don't : > we? Now, why do we need tables? : : I want a straw poll here on the list. All in favor of simple HMLT table : syntax, or not, speak your piece now. Well, it's useful in some cases; HOever, using just HTML makes for a nasty change in syntax; nowhere ielse in Wiki is there a tag syntax. Might as well allow using Raw html for that. I kind of liked the caret-syntax -- that could be implemented with a nice regexp. Really, though, tables are not really that neccesary. It's not often that they're the best way to show a certain bit of information. All in all: make it if you wish, make it optional, please. Ari |
From: <d9...@na...> - 2001-02-07 21:29:52
|
On Wed, Feb 07, 2001 at 11:31:43AM -0800, Jeff Dairiki wrote: > Does anyone actually put something nice in signature.png? > (That the thing that says "phiwikiphpwikiphpwikiphpwikiphpwikiphpwiki..= ." > after you save your edits.) >=20 > Can we get rid of it? Yes, please! I don't know why it exists. It's very confusing. A note saying thanks for editing followed by ------ should do it. Actually I don't like having the confirmation message on the same page as the edited page, although I realize this has benefits. In fact, I always try to get rid of that message after I have edited a text by pressing reload which makes Netscape repost the recently edited page which in turn make PhpWiki say stuff like this: "PhpWiki is unable to save your changes, because another user edited..." To avoid these problems, perhaps you could change the confirmation message for lusers like me to: "Thank you for editing %s." "Your careful attention to detail is much appreciated." "Press [here | %s] to remove this confirmation message." ...or something like that. Then I finally would really understand. :) For people really wanting graphics or a different look when confirming an edit, perhaps we should make this a template page. I think I think too much. :) --=20 ___\ Jon =C5slund |