WWWiki:Scratchpad

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:56, 25 January 2005 (edit)
Llynix (Talk | contribs)
(Llynix)
← Previous diff
Revision as of 00:07, 26 January 2005 (edit) (undo)
Llynix (Talk | contribs)
(Llynix)
Next diff →
Line 16: Line 16:
* <strike>Either write a script to capitalize all user names and modify the wwc site code to use mediawiki's database, or find someone who knows oop php and correctly use the Authentication plugin in 1.4 Still needs debuggin</strike> All I need to do is edit the message to include a create and a lost password to the wwc site. * <strike>Either write a script to capitalize all user names and modify the wwc site code to use mediawiki's database, or find someone who knows oop php and correctly use the Authentication plugin in 1.4 Still needs debuggin</strike> All I need to do is edit the message to include a create and a lost password to the wwc site.
-* Figure out copyright for sites. Either look into the feasibility of public domain or creative commons attribution - share-alike. I think we are going with Attribution Share-alike.+* <strike>Figure out copyright for sites. Either look into the feasibility of public domain or creative commons attribution - share-alike. I think we are going with Attribution Share-alike.</strike> Figure out how to set up a Developers Sketchpad that doesn't have the share-alike clause.
 + 
 +* Complete full, patch installer. Remove Version number from strings, incoroporate NASA copyright / NOSA. Remove source and insert instructions for CVS. Make sure license (updated) is in install main directory. Perhaps (if time permits) reorginize icons for add-ons.
* Skin the look. I'm probably going to steal most of mediawiki's looks for use on the hotspots site. But I want a top bar up there that says "World Wind Wiki" and a tagline like the hotspots site. And under this the login bar. It shouldn't go across the entire screen though.. just from logo -> on. * Skin the look. I'm probably going to steal most of mediawiki's looks for use on the hotspots site. But I want a top bar up there that says "World Wind Wiki" and a tagline like the hotspots site. And under this the login bar. It shouldn't go across the entire screen though.. just from logo -> on.

Revision as of 00:07, 26 January 2005

Contents

Jessi

  • Collaborate with Worldwindcentral staff on transferring Wiki to them (almost there)
  • Figure out namespace policy
  • Initial top-level organization
  • 2ndary header; footer NASA-site standardization; sidebar graphic
  • Better, locally hosted tutorial (or link to MediaWiki user guide) See Wikification guide
  • Style guide? (Do you mean guidelines?)
  • Import Worldwind.arc.nasa.gov redesign plan, SourceForge tutorials, manuals, FAQ, etc.
  • After DNS gets updated and this is wiki.worldwindcentral.com we need to (pending discussion) temp make a few moderators on the forums so they can easily cut and paste into the wiki. Also for things like FAQ, Lists, and other hot topics a message pointing to the new wiki'ized version should be put up there.

Llynix

  • Either write a script to capitalize all user names and modify the wwc site code to use mediawiki's database, or find someone who knows oop php and correctly use the Authentication plugin in 1.4 Still needs debuggin All I need to do is edit the message to include a create and a lost password to the wwc site.
  • Figure out copyright for sites. Either look into the feasibility of public domain or creative commons attribution - share-alike. I think we are going with Attribution Share-alike. Figure out how to set up a Developers Sketchpad that doesn't have the share-alike clause.
  • Complete full, patch installer. Remove Version number from strings, incoroporate NASA copyright / NOSA. Remove source and insert instructions for CVS. Make sure license (updated) is in install main directory. Perhaps (if time permits) reorginize icons for add-ons.
  • Skin the look. I'm probably going to steal most of mediawiki's looks for use on the hotspots site. But I want a top bar up there that says "World Wind Wiki" and a tagline like the hotspots site. And under this the login bar. It shouldn't go across the entire screen though.. just from logo -> on.
  • In addition I need the hotspots site to have that up right bar, the pretty tabs (for multiple planet hotspots) and the bottom disclaimer bar (which needs to be written up and modified.)
  • Get worldwind style links to work: WW Link
  • Fix authentication code so it imports emails.

Placename links: http://earth-info.nga.mil/gns/html http://geonames.usgs.gov/gnishome.html

Nick

  • Help!!! Major CSS redesign across two, maybe three sites. wwc, wiki and maybe blog. (blog will become wwc, wwc would become hotspots)
  • Apparently you can add a logo to the worldwind:// link above using css. If so I'd like the GOTO logo associated with it.

Dave

  • Point domain at Nowaks' DNS servers

wiki pointed need geocoder, blog, (mars and proxy, not sure how nowak has it orginized)

World Wind Central Hotspots

  • work on wiki, integrate with site - Llynix
  • Description for hotspot should be a text entry box. - Llynix
  • Get rid of fixed width - Llynix
  • Add a commenting system - Llynix
  • Migrate site to new server (Migrated, just resync and point)
  • Create accounts like admin,sysop,root, and make them trolls. Also perhaps george carlins 7?
  • Fix opera parsing bug. (the fill in the form pages are right justified?)
  • Add views to infobox
  • Add full clickable category in infobox
  • I would like addhotspot to utilize View On World before actually adding a hotspot. That way users could see where it is, their image and data before actually adding the hotspot. In addition we should check and display any hotspots in the area to cut down on duplicates
  • Add a user level system (in progress)
  • Top 10 users
  • Add a news system (this should be a wwc main site project)
  • multiple images
  • image needs a user attached
  • image code needs to be pruned
  • for each category.. a view all on map
  • we also need to do hotspots earth, mars | i'm thinking tabs for different planets, with a pic of the planet on the tab
  • Llynix: I have to figure out what to do with links in the hotspots<br/>
    Llynix: need to automagically change them to hyperlinks..  but then also have to do something about the length of them<br/>
    Llynix: it screws up the layout if the link is too long<br/>
    Nowak: s/(^http:\/\/|^)([^\/]*).*(\/[^\/]*(\/$|$))/\1\2\/...\3/<br/>
    Nowak: try this :D<br/>
    Nowak: echo "http://test.com/a/b/c/d.php" | sed -E ' s/(^http:\/\/|^)([^\/]*).*(\/[^\/]*(\/$|$))/\1\2\/...\3/'<br/>
    Nowak: http://test.com/.../d.php<br/>
    
  • set redirects on add / edit / delete hs (goto)
  • view hotspot should display edit / delete
  • Add an add category button on the bottom of the category box available for admins and helpers.
  • if a category is empty it's name doesn't show up
  • allow worldwind:// style entry
    $wwc = array();
    if (strncasecmp($link, 'worldwind://goto/', 17)) return array2object($wwc);
    $types = array('lon' => 'float', 'altitude' => 'float', 'world' => 'string');
    foreach (explod('&', substr($link,17)) as $field) {
      $field = explod('=',$field, 2);
      $x .= $field[0] . '->' . $field[1] . ' | ';
      if (isset($field[0]) && array_key_exists($field[0], $types)) {
        settype($field[1], $types[$field[0]]);
        $wwc[$field[0]] = $field[1];
      }
    }
    $wwc should be an array with all the info if I'm reading the code 
    correctly.
    
  • Put thumbnails and normal images into subdirs
  • Comment out ads
  • Minor redesign
Personal tools