Debug: Database connection successful
You are not logged in.
Pages: 1
Check out the New Mars Wiki that I've set up at http://www.newmars.com/cgi-bin/wiki.cgi - it's a place where anyone can write and edit anything; I think the whole wiki concept offers huge possibilities for new kinds of collaborative works and sharing of information. To find out what a wiki is, follow the link.
At the moment it's decidedly a bare-bones site, but the idea is for me - and all of you guys - to add material to it, so it should grow and evolve over time. Have fun!
Editor of [url=http://www.newmars.com]New Mars[/url]
Offline
Like button can go here
OMG.
I am going to have a field day.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Adrian, could you turn on HTML, pleassssssseeeeeee?
The Wiki needs spiffying!
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
What exactly is it that you want spiffying? I'm reluctant to turn on HTML because that means people could put a whole load of potentially dangerous crap there, but I'm willing to listen.
Editor of [url=http://www.newmars.com]New Mars[/url]
Offline
Like button can go here
Well, just to color certain text and put tables up (with a different background color) to make it look prettier.
I looked for a UseMod patch that would do this, without giving full HTML capablities, but I couldn't find one, unfortunately. Any ideas?
I haven't been at it lately, but I'm basically going to throw all my bookmarks there, and then some stuff about the Mars Society, etc.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Ah... well, I'll definitely think about it. It'd be nice to be running a more advanced engine that would allow this but alas, that's not possible right now.
Editor of [url=http://www.newmars.com]New Mars[/url]
Offline
Like button can go here
Well, don't really worry about it so much. I play with lots of Wiki's that don't allow HTML.
If you could, though, just edit out the ?= =? command so that it puts a colorful table around the text, rather than merely making a bold header.
This can be done by going to ?sub WikiHeading? (in wiki.pl) and replacing the, "<H$depth>$text</H$depth>
" with, "<table border="0" cellpadding="0" cellspacing="0" width="100%" bg="#008080"><H$depth>$text</H$depth></table>
"
Heh. You can substitute the background color for something you'd like, though. I think you'd agree that it would look more appealing. (This is how my favorite Wikis do headers, for the most part.)
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Two problems with my code, first, perl reserves " for itself, so you either have to replace it with ' or delimit it with \". I prefer the later since it looks cleaner to the web browser (even though the code itself looks dirty). And second, the text didn't look right so far left, so I added a non-breaking space.
So the final code would be (I changed the color, too- stole it from another Wiki- I like it, but feel free to pick somehting you like! ):
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bg=\"#E8CC98\"><tr><td><H$depth>?$text</H$depth></td></tr></table>
"
Dang, sorry about the bugs the first go-around. Hope you saw my message before going through with it.
BTW, it doesn't take much to figure that out. I have perl on my computer here, so I just guessed, for the most part.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Offline
Like button can go here
Ahh, thank you so much Adrian. I just went and edited the NasaMarsSites page a little, so that the text within the headers is smaller (= is big == is smaller and === is even smaller). It looks really good.
I can't think of anything else at the momment, but I'll be sure to bug you when I can. You make a great benevolent dictator.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Hey Adrian.
I implemented tables in Usemod. Now we can have pages which look much more organized than they are already. Could you please put this code before the "return $_;" in sub CommonMarkup?
Blah, I edited it again.
BEGIN CODE
while (my ($table_str) = /<table(.{0,96}?)>.*?<\/table>/gis) {
my $table_attr; my $table = "<table";
foreach $table_attr ("border=\"?[0-9]{1\,2}\"?","cellpadding=\"?[0-9]{1\,2}\"?","cellspacing=\"?[0-9]{1\,2}\"?","width\=\"?(:?\\b(:?100|[0-9]{1,2})\\b%|\\b(:?800|[1-7]?[0-9]{1,2}\\b))\"?","align\=\"?(:?left|center|right)\"?","bgcolor\=\"?#[0-9A-Fa-f]{6}\"?")
{
$table .= " " . $1 if ($table_str =~ /($table_attr)/is)
}
$table .= ">"; s/<table(.*?)>(.*?)<\/table>/\L$table\E$2<\/table>/is;
while (my ($td_str) = /<td(.{0,96}?)>.*?<\/td>/gis) {
my $td_attr; my $td = "<td";
foreach $td_attr ("align\=\"?(:?left|center|right)\"?","valign\=\"?(:?top|middle|bottom|baseline)\"?","colspan\=\"?[0-9]{1\,2}\"?","rowspan\=\"?[0-9]{1\,2}\"?","width\=\"?(:?\\b(:?100|[0-9]{1,2})\\b%|\\b(:?200|[1-2]?[0-9]{1,2}\\b))\"?","bgcolor\=\"?#[0-9A-Fa-f]{6}\"?")
{
$td .= " " . $1 if ($td_str =~ /($td_attr)/is);
}
$td .= ">"; s/<td(.*?)>(.*?)<\/td>/\L$td\E$2<\/td>/is;
}
while (my ($th_str) = /<th(.{0,96}?)>.*?<\/th>/gis) {
my $th_attr; my $th = "<th";
foreach $th_attr ("align\=\"?(:?left|center|right)\"?","valign\=\"?(:?top|middle|bottom|baseline)\"?","colspan\=\"?[0-9]{1\,2}\"?","rowspan\=\"?[0-9]{1\,2}\"?","width\=\"?(:?\\b(:?100|[0-9]{1,2})\\b%|\\b(:?200|[1-2]?[0-9]{1,2}\\b))\"?","bgcolor\=\"?#[0-9A-Fa-f]{6}\"?")
{
$th .= " " . $1 if ($th_str =~ /($th_attr)/is);
}
$th .= ">"; s/<th(.*?)>(.*?)<\/th>/\L$th\E$2<\/th>/is;
}
while (my ($tr_str) = /<tr(.{0,36}?)>.*?<\/tr>/gis) {
my $tr_attr; my $tr = "<tr";
foreach $tr_attr ("align\=\"?(:?left|center|right)\"?","valign\=\"?(:?top|middle|bottom|baseline)\"?")
{
$tr .= " " . $1 if ($tr_str =~ /($tr_attr)/is);
}
$tr .= ">"; s/<tr(.*?)>(.*?)<\/tr>/\L$tr\E$2<\/tr>/is;
}
}
ENDCODE
Okay, this is the ?final? version. All tables are limited to 99 cells per table. Table widths cannot exceed 100% (which is a neat feature, if I do say so myself), and table cells cannot exceed 200 pixels. I limited it to basically render ?good? in 800x600- you can still make an ugly table, but not as bad as you could without these things added.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Hi Josh, I don't think I'll be able to implement that until I get back from Utah although I'll be sure to add it to the wiki when I do.
Editor of [url=http://www.newmars.com]New Mars[/url]
Offline
Like button can go here
Hmm, thanks for letting me know.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Bump.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Bump.
*Grind.
Wanna dance, Josh?
--Cindy
We all know [i]those[/i] Venusians: Doing their hair in shock waves, smoking electrical coronas, wearing Van Allen belts and resting their tiny elbows on a Geiger counter...
--John Sladek (The New Apocrypha)
Offline
Like button can go here
Okay, okay, I'll get it done when I get back to Cambridge on Saturday, and thus get back my nice fast Internet connection (I'm on a shared dialup at the moment ). Right now I'm trying to sort out some urgent and worrying billing issues for New Mars' web hosting... there is a small but present possibility that we might get shut down because there's a problem with a bill from a couple of months back. Bleh.
Editor of [url=http://www.newmars.com]New Mars[/url]
Offline
Like button can go here
*Grind.
Wanna dance, Josh?
Ooooh. Kinky! Dunno what my galfriend would say abought that though!
::dances::
Okay, okay, I'll get it done when I get back to Cambridge on Saturday
Hehehe, that's great. By then I'll have fixed one minor thing I don't like about how it renders.
I don't mean to pressure you, though. I haven't been playing with the Wiki as much as I would have liked to. I'm going to update some more tonight, I just think my narration ablities are lacking. And I feel I'm not doing a good enough service with my additions to the Wiki...
For those who wanna see all the pages, though, click on this.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
Okay I updated it.
Some useful links while MER are active. [url=http://marsrovers.jpl.nasa.gov/home/index.html]Offical site[/url] [url=http://www.nasa.gov/multimedia/nasatv/MM_NTV_Web.html]NASA TV[/url] [url=http://www.jpl.nasa.gov/mer2004/]JPL MER2004[/url] [url=http://www.spaceflightnow.com/mars/mera/statustextonly.html]Text feed[/url]
--------
The amount of solar radiation reaching the surface of the earth totals some 3.9 million exajoules a year.
Offline
Like button can go here
I quess this is a wierd first post, resurrecting a 2 year old thread...
Adrian, nice Wiki. I like it.
Do you mind me asking what engine you are using? Also, what other wiki's do you run, I would like to check them out too.
Offline
Like button can go here
For historical purposes and as part of modernizing & building out Marspedia.org:
I have restored the New Mars Wiki! - wiki.newmars.com
Right now, creating new user accounts are turned off to prevent spam, but let me know if you want me to set one up for you.
Enjoy!
James L. Burk
Executive Director, The Mars Society
jburk@marssociety.org
+1 (206) 601-7143
Offline
Like button can go here
Time to fix another topic for shifting and conversion artifacts....
Those were was quick to fix....
Nice very nice to have the best of both worlds coming back online for the collective data compiled in our discussions to be made use of for the purpose of planning and going to mars one day.
Last edited by SpaceNut (2017-09-03 15:37:51)
Offline
Like button can go here
The other wiki topic...
sure wished that I could merge topics but thats not a function we have in this software...
Offline
Like button can go here
I found that we have not updated how we would use topics as discussion and a companion for a different form of wiki that the creator of them would control for this purpose.
Offline
Like button can go here
Pages: 1