Carnaval.com wiki -show some love! >

Carnaval.com wiki -show some love!

Carnaval.wik.is -beta-show us some love!

This is the pro account with custom html sections [e.g. adsense & header banner] Going to the full version starting at $2500/year is not going to happen this year.

We're going to combine this with http://carnavalcom.updatelog.com/ as our 2 main tools for managing projects.

The ease of the mashups is the biggest upside here but this is a good place to develope Web 2.0 component while we look for a wordpress mu winning combination.

At wik.is "Admins have UNSAFECONTENT permission by default. You can create a template with your javascript code in it, and then others can embed it by invoking the template like this reference to undefined name 'parameters'. "

Composing in frontpage and then copypasting has worked so far.

Advantages include: easier to set up tables, spellchecker.




You can copypaste from design or code

100% black background tables are used often for the outside compents like flickr slideshows. We've not found a way to do these with the deki table maker tool but there are ways to change the look of a table that frontpage does not offer. [e.g. as shown click right mouse button inside table and select Table properties to get many options] To play with features take a lower level page on the admin [non-public] side.

jump-tos/bookmarks NOTE how the Headings <h1>  are automatically made into page jump-tos/bookmarks

Copy/pasting fromweb pages works!

The is a great time saver

Get to know the forums-mindspring employees

Despite it being Open Source there does not seem to be anything  out there competing with their own paid services from developer mindspring. They say their growth is mostly behind business firewalls. The difference in capabilities is not clear but need to be aware as you surf their help pages that references are rarely to the more stripped version of wik.is.

"The pages unavailable in the control panel (config, services, role management) were taken out for technical reasons - however, we've tried to keep things as fully featured as possible. Unfortunately, these screens are also not available for the pro versions. If you are looking to access some of the more advanced features, I'd highly recommend installing from source on your own server."

The control panel limitations are wide. That means that we can't create roles, add users identified in external databases (Joomla, other) - just as we can't define permissiones per page either, with Wik.is. Is that correct? SteveB
03-16-2008, 05:26 AM

THAT SAID WE WANT TO SEE ABOUT IMPLEMENTING THESE EXTENSIONS:

Wik.is has a predefined list of extensions installed.You can see what extensions are enabled by clicking the link 1)"Extensio List" at bottom right of the editor (click 'Edit Page' first).
2) You need to enter the html layer to implement [button is 2nd row, 3rd from left looks like <>]

3) The code needs to be wrapped using open & close tags. These are the double{ shown below

"Extensions List" -Table of Contents

  1. Built-in Functions
    AccuWeather Extension
    AddThis Extension
    Digg Extension
    FeVote Extension
    FlowPlayer Extension
    Gabbly Extension
    Gravatar Extension
    LinkedIn Extension
    MindTouch ADO.NET Data Services Extension
    MindTouch Atom/RSS Feed Extension
    MindTouch Dapper Extension
    MindTouch DHTML Extension
    MindTouch Flickr Extension
    MindTouch Google Extension
    MindTouch Graphviz Extension
    MindTouch ImageMagick Extension
    MindTouch Math Extension
    MindTouch Media Extension
    MindTouch PageBus Extension
    MindTouch Silverlight Extension
    MindTouch Spoiler Extension
    MindTouch Syntax Extension
    MindTouch ThinkFree Extension
    MindTouch WidgetBox Extension
    MindTouch Windows Live Extension
    MindTouch Yahoo! Extension
    Scratch Extension
    Skype Extension
    Twitter Extension

 

xxxxxxxxxxxxxxxxxx


<line 1, column 59: ")" expected


  Why We will never be completely happy with this platform.

Tim,

I tried to reproduce this locally on a Virtual Machine running MindTouch Deki 8.08 with no luck. I'd recommend upgrading from our MindTouch Deki Express to MindTouch Deki Ondemand which is a fully hosted and automatically updated MindTouch Deki. It also includes functionality that would be beneficial to you like groups, custom extensions, and support. Wik.is is currently running on 8.05.2

If you are interested in upgrading let me know and I'll have someone contact you and give you more details.

 

We run http://www.wik.is as a multi-tenant setup with more wikis than anyone would every need. Over 30,000.

 

 

Deki Express Feature Set
Detailed overview of Deki Express benefits and FAQs


Want more storage and customization?
For more storage and customization capabilities, learn more about Deki Express Pro.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


This space takes standard html as well as all the mindspring tags we want to test.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

This text is automatically being generated from default set-up.

This page was created just for you. You can use it to store your contact information, to-do list, or any other information you might want to share with other users.

The code above is shown below,except for the space in the first set of {{ [which makes the rest of the code display]

{ {wiki.localize('System.API.new-user-page-text')}}

xxxxxxxxxxxxxxxxxxxxxxxxxxxx

To add an image must first be loaded into an image directory bank then use the menu

aforum_hdr-440x87.jpg

Tag page
Viewing 1 of 1 comments: view all

 

MindTouch Google Extension

MindTouch Google Extension

This extension contains functions for embedding Google maps, charts, and widgets.

google.BarChart(width : num, height : num, values : list, legends : list, colors : list, vertical : bool, stacked : bool, xaxis : list, yaxis : list) : xml

Embed bar chart

  • width: chart width
  • height: chart height
  • values: chart values (e.g. [ 1, 2, 3 ])
  • legends (optional): chart legends (e.g. [ "first", "secong", "third" ]; default: nil)
  • colors (optional): chart colors (e.g. [ "ff0000", "00ff00", "0000ff" ]; default: nil)
  • vertical (optional): draw bars vertically (default: true)
  • stacked (optional): draw bars stacked (default: false)
  • xaxis (optional): chart x-axis labels (e.g. [ "first", "second", "third" ]; default: [ 1, 2, 3, ... ])
  • yaxis (optional): chart y-axis labels (e.g. [ 0, 50, 100 ]; default: [ 0, max/2, max ])

 

google.Calendar(uri : uri, startDate : str, endDate : str, width : num, height : num) : xml

Embed calendar

  • uri: Google calendar feed uri
  • startDate (optional): starting date (default: today)
  • endDate (optional): ending date (default: 7 days from today)
  • width (optional): calendar width (default: 800)
  • height (optional): calendar height (default: 800)

 

google.Feed(feed : uri, max : num, label : str) : xml

Embed a control to show an Atom/RSS feed

  • feed: feed uri (Atom or RSS)
  • max (optional): max number of entries to return (default: 4)
  • label (optional): feed label (default: "")

 

google.FeedEntries(feed : uri, max : num, publish : str, subscribe : str) : xml

Publish entries of a RSS/Atom feed

  • feed (optional): feed uri (Atom or RSS) (default: nil)
  • max (optional): max number of entries to read (default: 20)
  • publish (optional): publish on channel (default: "default")
  • subscribe (optional): subscribe to channel (default: nil)

 

google.Feeds(feeds : list, max : num, tabbed : bool, subscribe : str) : xml

Embed a control to show Atom/RSS feeds

  • feeds (optional): list of feed objects (Atom or RSS) (e.g. [{ uri : "http://feeds.feedburner.com/Mindtouch", label: "MindTouch" }, ...]; default: [])
  • max (optional): max number of entries to return (default: 4)
  • tabbed (optional): tabbed presentation (default: false)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.FindFeeds(search : str, max : num, publish : str, subscribe : str) : xml

Publish list of RSS/Atom feeds that mach search terms

  • search (optional): search term (default: nil)
  • max (optional): max number of feeds to find (default: 4)
  • publish (optional): publish on channel (default: "default")
  • subscribe (optional): subscribe to channel (default: nil)

 

google.GadgetScript(script : str) : xml

Embed gadget script

  • script: Google gadget script

 

google.LineChart(width : num, height : num, values : list, legends : list, colors : list, xaxis : list, yaxis : list) : xml

Embed line chart

  • width: chart width
  • height: chart height
  • values: chart values (e.g. [ 1, 2, 3 ])
  • legends (optional): chart legends (e.g. [ "first", "secong", "third" ]; default: nil)
  • colors (optional): chart colors (e.g. [ "ff0000", "00ff00", "0000ff" ]; default: nil)
  • xaxis (optional): chart x-axis labels (e.g. [ "first", "second", "third" ]; default: [ 1, 2, 3, ... ])
  • yaxis (optional): chart y-axis labels (e.g. [ 0, 50, 100 ]; default: [ 0, max/2, max ])

 

google.Map(address : str, zoom : num, width : num, height : num, title : str, subscribe : str) : xml

Embed map with marker

  • address (optional): street address (default: nil)
  • zoom (optional): map zoom level (1-17; default: 14)
  • width (optional): map width (default: 450)
  • height (optional): map height (default: 300)
  • title (optional): title for map marker (default: nil)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.PieChart(width : num, height : num, values : list, labels : list, colors : list, threeD : bool) : xml

Embed pie chart

  • width: chart width
  • height: chart height
  • values: chart values (e.g. [ 1, 2, 3 ])
  • labels (optional): chart labels (e.g. [ "first", "secong", "third" ]; default: nil)
  • colors (optional): chart colors (e.g. [ "ff0000", "00ff00", "0000ff" ]; default: nil)
  • threeD (optional): draw 3D chart (default: true)

 

google.Search(search : str, options : map, tabbed : bool, publish : str, subscribe : str) : xml

Embed results for web, images, videos, news, blogs, and books search

  • search (optional): search terms (default: nil)
  • options (optional): search options (default: { web: true, local: true, images: true, videos: true, news: true, blogs: true, books: true })
  • tabbed (optional): tabbed presentation (default: false)
  • publish (optional): publish on channel (default: nil)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.SearchBlogs(search : str, horizontal : bool, title : str, subscribe : str) : xml

Embed blog search results

  • search (optional): search terms (default: nil)
  • horizontal (optional): horizontal layout (default: false)
  • title (optional): search title (default: nil)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.SearchNews(search : str, horizontal : bool, title : str, subscribe : str) : xml

Embed news search results

  • search (optional): search terms (default: nil)
  • horizontal (optional): horizontal layout (default: false)
  • title (optional): search title (default: nil)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.SearchVideos(search : str, width : num, height : num, subscribe : str) : xml

Embed video search results

  • search (optional): search terms (default: nil)
  • width (optional): video search width (default: 260)
  • height (optional): video search height (default: nil)
  • subscribe (optional): subscribe to channel (default: nil)

 

google.Spreadsheet(uri : uri, width : num, height : num) : xml

Embed spreadsheet

  • uri: Google spreadsheet uri
  • width (optional): spreadsheet width (default: 800)
  • height (optional): spreadsheet height (default: 800)

 

Posted 15:25, 12 Nov 2008
Viewing 1 of 1 comments: view all
You must login to post a comment.
 

Find a hotel

New York City
Bangkok
Amsterdam